@charset "UTF-8";

/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #830c83;
    --secondary: #1f54ba;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}




article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;

    color: #212529;
    text-align: left;
    background-color: #fff;
    overflow-x: hidden;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

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

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    /* color: #6262de; */
    text-decoration: none;
    background-color: transparent
}



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

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

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

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}





button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}



textarea {
    overflow: auto;
    resize: vertical
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

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

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

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

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

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

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

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

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

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

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

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.figure {
    display: inline-block
}

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

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

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

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 1440px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

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

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #d3d3f6
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #adadee
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #bebef2
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #c0cfec
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #8ba6db
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #acc0e6
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .075)
}

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

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

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

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

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

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #cbcbf4;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(98, 98, 222, .25)
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}


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

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}



select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

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

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

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

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}



.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}



.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

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

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

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

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

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

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        justify-content: center
    }

    .form-inline .form-group,
    .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(98, 98, 222, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #830c83;
    border-color: #6262de
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #4242d7;
    border-color: #3838d5
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(122, 122, 227, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #6262de;
    border-color: #6262de
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3838d5;
    border-color: #2d2dd3
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(122, 122, 227, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #1f54ba;
    border-color: #1f54ba
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #fff;
    background-color: #1a4599;
    border-color: #18408e
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(65, 110, 196, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #1f54ba;
    border-color: #1f54ba
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #18408e;
    border-color: #163b83
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(65, 110, 196, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #6262de;
    border-color: #6262de
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #6262de;
    border-color: #6262de
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(98, 98, 222, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #6262de;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #6262de;
    border-color: #6262de
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(98, 98, 222, .5)
}

.btn-outline-secondary {
    color: #1f54ba;
    border-color: #1f54ba
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #1f54ba;
    border-color: #1f54ba
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(31, 84, 186, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #1f54ba;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #1f54ba;
    border-color: #1f54ba
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(31, 84, 186, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #6262de;
    text-decoration: none
}

.btn-link:hover {
    color: #2a2ac9
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
    text-decoration: underline
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}



.fade {
    transition: opacity .15s linear
}

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

.fade:not(.show) {
    opacity: 0
}

/* .collapse:not(.show) {
    display: none
} */





.wavel-btn2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 7px 12px;
    font-size: 0.938rem;
    font-weight: 600;
    border-radius: 15px;
    color: #ffffff;
    background: linear-gradient(to right, #00c8f3, #00b2ff, #0099ff, #007bff, #0053fd);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    text-decoration: none;
}

.wavel-btn2:hover {
    border: none;
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 767.98px) {
    .wavel-btn2 {
        font-size: 56%;
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    display: none;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    list-style-type: none;
    padding: 10px !important;
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: max-content;
}

.dropdown-menu.show {
    display: grid;
    justify-content: center;
    justify-items: start;
}

.dropdown-menu-mob {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-menu-mob.show {
    display: block;
}

.dropdown-menu .dropdownlist img {
    width: 20px;
    height: 20px;
}

.dropdown-menu .dropdownlist a {
    font-family: 'Outfit', 'Roboto', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 10px !important;
    line-height: 14px !important;
    color: #0e0f26 !important;
    width: 80px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -120px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 30px 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 12px;
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}



.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}



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

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

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

.input-group>.custom-file {
    display: flex;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: flex
}

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

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}



.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    border-color: #6262de;
    background-color: #6262de
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(98, 98, 222, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #cbcbf4
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    color: #fff;
    background-color: #f5f5fd;
    border-color: #f5f5fd
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label:before,
.custom-control-input[disabled]~.custom-control-label:before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label:before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd
}

.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label:after {
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label:before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    border-color: #6262de;
    background-color: #6262de
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(98, 98, 222, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(98, 98, 222, .5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(98, 98, 222, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label:after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label:after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(98, 98, 222, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #cbcbf4;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(98, 98, 222, .25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

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

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.5em + .75rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #cbcbf4;
    box-shadow: 0 0 0 .2rem rgba(98, 98, 222, .25)
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
    content: attr(data-browse)
}

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

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

.custom-range:focus {
    outline: none
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(98, 98, 222, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(98, 98, 222, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(98, 98, 222, .25)
}

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

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

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

.custom-range::-webkit-slider-thumb:active {
    background-color: #f5f5fd
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

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

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

.custom-range::-moz-range-thumb:active {
    background-color: #f5f5fd
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #6262de;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

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

.custom-range::-ms-thumb:active {
    background-color: #f5f5fd
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}





.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 10px;
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom,
.card-img-top {
    flex-shrink: 0;
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion {
    overflow-anchor: none
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb,
.breadcrumb-item {
    display: flex
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #6262de;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #2a2ac9;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(98, 98, 222, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #6262de;
    border-color: #6262de
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #6262de
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #3838d5
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(98, 98, 222, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #1f54ba
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #18408e
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(31, 84, 186, .5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #333373;
    background-color: #e0e0f8;
    border-color: #d3d3f6
}

.alert-primary hr {
    border-top-color: #bebef2
}

.alert-primary .alert-link {
    color: #232350
}

.alert-secondary {
    color: #102c61;
    background-color: #d2ddf1;
    border-color: #c0cfec
}

.alert-secondary hr {
    border-top-color: #acc0e6
}

.alert-secondary .alert-link {
    color: #091835
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 1rem;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress,
.progress-bar {
    display: flex;
    overflow: hidden
}

.progress-bar {
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #6262de;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #6262de;
    border-color: #6262de
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #333373;
    background-color: #d3d3f6
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #333373;
    background-color: #bebef2
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #333373;
    border-color: #333373
}

.list-group-item-secondary {
    color: #102c61;
    background-color: #c0cfec
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #102c61;
    background-color: #acc0e6
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #102c61;
    border-color: #102c61
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

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

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

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

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover,
.popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow:before,
.bs-popover-top>.arrow:before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow:after,
.bs-popover-top>.arrow:after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow:before,
.bs-popover-right>.arrow:before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow:after,
.bs-popover-right>.arrow:after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.bs-popover-bottom>.arrow:before {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.bs-popover-bottom>.arrow:after {
    top: 1px;
    border-width: 0 .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow:before,
.bs-popover-left>.arrow:before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow:after,
.bs-popover-left>.arrow:after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner:after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid;
    border-right: .25em solid transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #6262de !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #3838d5 !important
}

.bg-secondary {
    background-color: #1f54ba !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #18408e !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #6262de !important
}

.border-secondary {
    border-color: #1f54ba !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

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

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

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

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

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

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

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

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

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

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

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

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

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

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

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

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

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

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

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

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

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

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

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

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

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

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

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

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

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

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

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

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

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

@media print {
    .d-print-none {
        display: none !important
    }

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

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

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

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive video,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.8571428571%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

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

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

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

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

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-content-around {
    align-content: space-around !important
}

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

.align-self-auto {
    align-self: auto !important
}

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

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

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

.align-self-baseline {
    align-self: baseline !important
}

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

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

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

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

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

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

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

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

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

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

    .justify-content-sm-around {
        justify-content: space-around !important
    }

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

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

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

    .align-items-sm-baseline {
        align-items: baseline !important
    }

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

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }

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

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

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

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

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

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

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

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

    .justify-content-md-around {
        justify-content: space-around !important
    }

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

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

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

    .align-items-md-baseline {
        align-items: baseline !important
    }

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

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

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

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

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

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

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

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

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

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

    .justify-content-lg-around {
        justify-content: space-around !important
    }

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

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

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

    .align-items-lg-baseline {
        align-items: baseline !important
    }

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

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

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

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

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

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

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

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

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

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

    .justify-content-xl-around {
        justify-content: space-around !important
    }

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

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

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

    .align-items-xl-baseline {
        align-items: baseline !important
    }

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

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

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

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #6262de !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #2a2ac9 !important
}

.text-secondary {
    color: #1f54ba !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #143678 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}



@font-face {
    font-family: Outfit;
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/outfit/v25/XRXV3I6Li01BKofIOOaBXso.woff2) format("woff2");
    unicode-range: U+0460-052f, U+1c80-1c88, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f
}

@font-face {
    font-family: Outfit;
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/outfit/v25/XRXV3I6Li01BKofIMeaBXso.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116
}

@font-face {
    font-family: Outfit;
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/outfit/v25/XRXV3I6Li01BKofIOuaBXso.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1, U+01af-01b0, U+1ea0-1ef9, U+20ab
}

@font-face {
    font-family: Outfit;
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/outfit/v25/XRXV3I6Li01BKofIO-aBXso.woff2) format("woff2");
    unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
    font-family: Outfit;
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4TC1O4a0Ew.woff2) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-family: Outfit;
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/outfit/v25/XRXV3I6Li01BKofIOOaBXso.woff2) format("woff2");
    unicode-range: U+0460-052f, U+1c80-1c88, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f
}

@font-face {
    font-family: Outfit;
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/outfit/v25/XRXV3I6Li01BKofIMeaBXso.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116
}

@font-face {
    font-family: Outfit;
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/outfit/v25/XRXV3I6Li01BKofIOuaBXso.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1, U+01af-01b0, U+1ea0-1ef9, U+20ab
}

@font-face {
    font-family: Outfit;
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/outfit/v25/XRXV3I6Li01BKofIO-aBXso.woff2) format("woff2");
    unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
    font-family: Outfit;
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4TC1O4a0Ew.woff2) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-family: Outfit;
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/outfit/v25/XRXV3I6Li01BKofIOOaBXso.woff2) format("woff2");
    unicode-range: U+0460-052f, U+1c80-1c88, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f
}

@font-face {
    font-family: Outfit;
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/outfit/v25/XRXV3I6Li01BKofIMeaBXso.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116
}

@font-face {
    font-family: Outfit;
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/outfit/v25/XRXV3I6Li01BKofIOuaBXso.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1, U+01af-01b0, U+1ea0-1ef9, U+20ab
}

@font-face {
    font-family: Outfit;
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/outfit/v25/XRXV3I6Li01BKofIO-aBXso.woff2) format("woff2");
    unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
    font-family: Outfit;
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4TC1O4a0Ew.woff2) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-family: Outfit;
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/outfit/v25/XRXV3I6Li01BKofIOOaBXso.woff2) format("woff2");
    unicode-range: U+0460-052f, U+1c80-1c88, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f
}

@font-face {
    font-family: Outfit;
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/outfit/v25/XRXV3I6Li01BKofIMeaBXso.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116
}

@font-face {
    font-family: Outfit;
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/outfit/v25/XRXV3I6Li01BKofIOuaBXso.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1, U+01af-01b0, U+1ea0-1ef9, U+20ab
}

@font-face {
    font-family: Outfit;
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/outfit/v25/XRXV3I6Li01BKofIO-aBXso.woff2) format("woff2");
    unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
    font-family: Outfit;
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4TC1O4a0Ew.woff2) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-family: Outfit;
    font-style: normal;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/outfit/v25/XRXV3I6Li01BKofIOOaBXso.woff2) format("woff2");
    unicode-range: U+0460-052f, U+1c80-1c88, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f
}

@font-face {
    font-family: Outfit;
    font-style: normal;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/outfit/v25/XRXV3I6Li01BKofIMeaBXso.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116
}

@font-face {
    font-family: Outfit;
    font-style: normal;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/outfit/v25/XRXV3I6Li01BKofIOuaBXso.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1, U+01af-01b0, U+1ea0-1ef9, U+20ab
}

@font-face {
    font-family: Outfit;
    font-style: normal;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/outfit/v25/XRXV3I6Li01BKofIO-aBXso.woff2) format("woff2");
    unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
    font-family: Outfit;
    font-style: normal;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4TC1O4a0Ew.woff2) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-family: Outfit;
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/outfit/v25/XRXV3I6Li01BKofIOOaBXso.woff2) format("woff2");
    unicode-range: U+0460-052f, U+1c80-1c88, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f
}

@font-face {
    font-family: Outfit;
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/outfit/v25/XRXV3I6Li01BKofIMeaBXso.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116
}

@font-face {
    font-family: Outfit;
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/outfit/v25/XRXV3I6Li01BKofIOuaBXso.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1, U+01af-01b0, U+1ea0-1ef9, U+20ab
}

@font-face {
    font-family: Outfit;
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/outfit/v25/XRXV3I6Li01BKofIO-aBXso.woff2) format("woff2");
    unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
    font-family: Outfit;
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4TC1O4a0Ew.woff2) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 300;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtE6F15M.woff2) format("woff2");
    unicode-range: U+0460-052f, U+1c80-1c88, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f
}

@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 300;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWvU6F15M.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116
}

@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 300;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtU6F15M.woff2) format("woff2");
    unicode-range: U+1f??
}

@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 300;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuk6F15M.woff2) format("woff2");
    unicode-range: U+0370-03ff
}

@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 300;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWu06F15M.woff2) format("woff2");
    unicode-range: U+0590-05ff, U+200c-2010, U+20aa, U+25cc, U+fb1d-fb4f
}

@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 300;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtk6F15M.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1, U+01af-01b0, U+1ea0-1ef9, U+20ab
}

@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 300;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2) format("woff2");
    unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 300;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtE6F15M.woff2) format("woff2");
    unicode-range: U+0460-052f, U+1c80-1c88, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f
}

@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWvU6F15M.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116
}

@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtU6F15M.woff2) format("woff2");
    unicode-range: U+1f??
}

@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuk6F15M.woff2) format("woff2");
    unicode-range: U+0370-03ff
}

@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWu06F15M.woff2) format("woff2");
    unicode-range: U+0590-05ff, U+200c-2010, U+20aa, U+25cc, U+fb1d-fb4f
}

@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtk6F15M.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1, U+01af-01b0, U+1ea0-1ef9, U+20ab
}

@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2) format("woff2");
    unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtE6F15M.woff2) format("woff2");
    unicode-range: U+0460-052f, U+1c80-1c88, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f
}

@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWvU6F15M.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116
}

@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtU6F15M.woff2) format("woff2");
    unicode-range: U+1f??
}

@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuk6F15M.woff2) format("woff2");
    unicode-range: U+0370-03ff
}

@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWu06F15M.woff2) format("woff2");
    unicode-range: U+0590-05ff, U+200c-2010, U+20aa, U+25cc, U+fb1d-fb4f
}

@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtk6F15M.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1, U+01af-01b0, U+1ea0-1ef9, U+20ab
}

@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2) format("woff2");
    unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 700;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtE6F15M.woff2) format("woff2");
    unicode-range: U+0460-052f, U+1c80-1c88, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f
}

@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 700;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWvU6F15M.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116
}

@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 700;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtU6F15M.woff2) format("woff2");
    unicode-range: U+1f??
}

@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 700;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuk6F15M.woff2) format("woff2");
    unicode-range: U+0370-03ff
}

@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 700;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWu06F15M.woff2) format("woff2");
    unicode-range: U+0590-05ff, U+200c-2010, U+20aa, U+25cc, U+fb1d-fb4f
}

@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 700;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtk6F15M.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1, U+01af-01b0, U+1ea0-1ef9, U+20ab
}

@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 700;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2) format("woff2");
    unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 700;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 800;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtE6F15M.woff2) format("woff2");
    unicode-range: U+0460-052f, U+1c80-1c88, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f
}

@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 800;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWvU6F15M.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116
}

@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 800;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtU6F15M.woff2) format("woff2");
    unicode-range: U+1f??
}

@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 800;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuk6F15M.woff2) format("woff2");
    unicode-range: U+0370-03ff
}

@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 800;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWu06F15M.woff2) format("woff2");
    unicode-range: U+0590-05ff, U+200c-2010, U+20aa, U+25cc, U+fb1d-fb4f
}

@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 800;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtk6F15M.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1, U+01af-01b0, U+1ea0-1ef9, U+20ab
}

@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 800;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2) format("woff2");
    unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 800;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format("woff2");
    unicode-range: U+0460-052f, U+1c80-1c88, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format("woff2");
    unicode-range: U+1f??
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format("woff2");
    unicode-range: U+0370-03ff
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format("woff2");
    unicode-range: U+0590-05ff, U+200c-2010, U+20aa, U+25cc, U+fb1d-fb4f
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1, U+01af-01b0, U+1ea0-1ef9, U+20ab
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format("woff2");
    unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format("woff2");
    unicode-range: U+0460-052f, U+1c80-1c88, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format("woff2");
    unicode-range: U+1f??
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format("woff2");
    unicode-range: U+0370-03ff
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format("woff2");
    unicode-range: U+0590-05ff, U+200c-2010, U+20aa, U+25cc, U+fb1d-fb4f
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1, U+01af-01b0, U+1ea0-1ef9, U+20ab
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format("woff2");
    unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format("woff2");
    unicode-range: U+0460-052f, U+1c80-1c88, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format("woff2");
    unicode-range: U+1f??
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format("woff2");
    unicode-range: U+0370-03ff
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format("woff2");
    unicode-range: U+0590-05ff, U+200c-2010, U+20aa, U+25cc, U+fb1d-fb4f
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1, U+01af-01b0, U+1ea0-1ef9, U+20ab
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format("woff2");
    unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format("woff2");
    unicode-range: U+0460-052f, U+1c80-1c88, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format("woff2");
    unicode-range: U+1f??
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format("woff2");
    unicode-range: U+0370-03ff
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format("woff2");
    unicode-range: U+0590-05ff, U+200c-2010, U+20aa, U+25cc, U+fb1d-fb4f
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1, U+01af-01b0, U+1ea0-1ef9, U+20ab
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format("woff2");
    unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format("woff2");
    unicode-range: U+0460-052f, U+1c80-1c88, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format("woff2");
    unicode-range: U+1f??
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format("woff2");
    unicode-range: U+0370-03ff
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format("woff2");
    unicode-range: U+0590-05ff, U+200c-2010, U+20aa, U+25cc, U+fb1d-fb4f
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1, U+01af-01b0, U+1ea0-1ef9, U+20ab
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format("woff2");
    unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

body {
    font-family: Outfit;
    font-size: 16px
}

body #cookieNotice {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000
}

body #cookieNotice .content-wrap {
    display: inline-flex;
    justify-content: center;
    align-items: baseline;
    -moz-column-gap: 1em;
    column-gap: 1em;
    flex-wrap: wrap;
    background: #000;
    color: #fff;
    padding: 15px;
    width: 100%
}

body .ui-dialog {
    left: 40% !important;
    top: 30% !important;
    width: 365px !important;
    position: fixed;
    z-index: 100000
}

@media (max-width:991.98px) {
    body .ui-dialog {
        left: 24% !important;
        top: 18% !important
    }
}

@media (max-width:767.98px) {
    body .ui-dialog {
        left: 1% !important;
        top: 15% !important
    }
}

body .swal-overlay .swal-modal {
    border-radius: 30px;
    background: linear-gradient(101.99deg, #fed3c2, #ecc2f7);
    outline: 0 auto -webkit-focus-ring-color;
    display: inline-flex;
    flex-direction: column;
    align-items: center
}

body .swal-overlay .swal-modal .swal-title {
    font-size: 3rem;
    font-weight: 700;
    padding: 0 16px
}

body .swal-overlay .swal-modal .swal-title:not(:last-child) {
    margin-bottom: 0
}

body .swal-overlay .swal-modal .swal-text {
    font-weight: 700;
    font-size: 1.15rem
}

body .swal-overlay .swal-modal .swal-content {
    width: 80%
}

body .swal-overlay .swal-modal .swal-content .swal-content__input {
    border-radius: 12px;
    outline: none
}

body .swal-overlay .swal-modal .swal-footer .swal-button-container .swal-button {
    min-width: 120px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 9px 12px;
    font-size: .938rem;
    font-weight: 600;
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(92.19deg, #6060d7, #9499f1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    text-decoration: none
}

body .swal-overlay .swal-modal .swal-footer .swal-button-container .swal-button:hover {
    border: none;
    color: #fff;
    text-decoration: none
}

@media (max-width:767.98px) {
    body .swal-overlay .swal-modal .swal-footer .swal-button-container .swal-button {
        font-size: 56%
    }
}

body .swal-overlay .swal-modal .swal-footer .swal-button-container .swal-button.swal-button--cancel {
    background: #6c757d
}

.dark-header {
    background-color: #111827;
}

.light-header {
    background-color: #0E0F26;
}




.showalert {
    display: block
}

.hidealert {
    display: none
}

section {
    width: 100%;
    min-height: 300px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (min-width:992px) and (max-width:1199.98px) {
    section {
        font-size: 1.125rem
    }
}

@media (max-width:991.98px) {
    section {
        width: 100%;
        min-height: 200px;
        background-size: cover
    }
}

/* section .container {
    display: flex
} */
.footer .footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

@media (max-width:991.98px) {
    section .container {
        flex-direction: column
    }
}

.wavel-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 9px 12px;
    font-size: .938rem;
    font-weight: 600;
    border-radius: 15px;
    background: linear-gradient(92.19deg, #6060d7, #9499f1);
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.wavel-btn,
.wavel-btn:hover {
    color: #fff;
    border: none;
    text-decoration: none
}

@media (max-width:767.98px) {
    .wavel-btn {
        font-size: 56%
    }
}

.wavel-hubspot-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 9px 12px;
    font-size: .938rem;
    font-weight: 600;
    border-radius: 10px;
    background: linear-gradient(92.19deg, #6060d7, #9499f1);
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.wavel-hubspot-btn,
.wavel-hubspot-btn:hover {
    color: #fff;
    border: none;
    text-decoration: none
}

@media (max-width:767.98px) {
    .wavel-hubspot-btn {
        font-size: 56%
    }
}

#watch {
    cursor: pointer
}

.wavel-input {
    border: 0;
    border-radius: 15px;
    height: 40px;
    width: 265px;
    padding: 0 10px
}

@media (max-width:767.98px) {
    .wavel-input {
        width: 75%;
        font-size: 100%;
        height: unset;
        padding: 5px 12px
    }
}

.wavel-input.error {
    border: 1px solid #d8000c !important
}

.book-demo {
    font-size: medium;
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px
}

.book-demo input.error {
    border: 1px solid #d8000c !important
}

.info-image {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: 0 0 50%;
    max-width: 50%
}

@media (max-width:991.98px) {
    .info-image {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.info-image picture img {
    width: 100%
}

.content-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.25rem;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:992px) and (max-width:1199.98px) {
    .content-info {
        font-size: 1.125rem
    }
}

@media (max-width:991.98px) {
    .content-info {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.content-info .caption {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    padding: 6px 25px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .25)
}

@media (min-width:992px) and (max-width:1199.98px) {
    .content-info .caption {
        font-size: .9rem
    }
}

.content-info .title {
    margin: 30px 0 15px;
    font-size: 2rem;
    font-weight: 700;
    color: #6262de;
    line-height: 1.3
}

@media (min-width:992px) and (max-width:1199.98px) {
    .content-info .title {
        font-size: 1.8rem
    }
}

@media (max-width:767.98px) {
    .content-info .title {
        font-size: 128%
    }
}

.content-info ul {
    margin: 25px -22px;
    font-weight: 300
}

@media (max-width:767.98px) {
    .content-info ul {
        margin: 25px 0 25px -22px
    }
}

.content-info .wavel-btn {
    text-transform: capitalize;
    color: #fff;
    background: linear-gradient(92.19deg, #6060d7, #9499f1);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .25)
}

@media (max-width:767.98px) {
    .content-info .wavel-btn {
        font-size: 70%
    }
}

section.hero {
    background-image: url(../../../../themes/wavel/assets/images/home-first.webp)
}

@media (max-width:991.98px) {
    section.hero {
        background-image: url(../../../../themes/wavel/assets/images/hero-mobile-section.webp)
    }
}

section.hero h1 {
    margin-top: 70px;
    font-size: 4rem;
    font-weight: 800;
    text-align: center;
    color: #474747;
    width: 780px
}

@media (min-width:992px) and (max-width:1199.98px) {
    section.hero h1 {
        font-size: 3rem
    }
}

@media (max-width:991.98px) {
    section.hero h1 {
        margin-top: 15%;
        font-size: 3rem;
        width: 580px
    }
}

@media (max-width:767.98px) {
    section.hero h1 {
        margin-top: 10%;
        font-size: 170%;
        width: 93%
    }
}

section.hero p {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.3;
    text-align: center;
    color: #474747;
    width: 660px;
    margin-top: 10px
}

@media (min-width:992px) and (max-width:1199.98px) {
    section.hero p {
        font-size: 1.538rem;
        width: 602px
    }
}

@media (max-width:991.98px) {
    section.hero p {
        width: 540px
    }
}

@media (max-width:767.98px) {
    section.hero p {
        font-size: 100%;
        width: 93%
    }
}

section.hero .book-demo-sec {
    margin-top: 40px;
    margin-bottom: 230px
}

section.hero .book-demo-sec form {
    display: flex
}

section.hero .book-demo-sec form button {
    margin-left: 10px
}

@media (max-width:767.98px) {
    section.hero .book-demo-sec form button {
        width: 40%;
        font-size: 75%
    }
}

section.two {
    background-color: #111827;
}

section.two .dashboard-sec {
    margin-bottom: 75px;
    margin-top: 155px;
    /* width: 850px; */
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (max-width:991.98px) {
    section.two .dashboard-sec {
        width: 100%
    }
}

@media (max-width:767.98px) {
    section.two .dashboard-sec {
        margin-bottom: 25px
    }
}

section.two .dashboard-sec picture {
    z-index: 1;
    margin-top: -150px
}

section.two .dashboard-sec picture img {
    width: 100%;
    border-radius: 7px
}


section.three {
    padding: 50px;
    background-image: url(../../../../themes/wavel/assets/images/home-three.webp)
}

@media (max-width:991.98px) {
    section.three {
        background-image: url(../../../../themes/wavel/assets/images/home-mobile-section3.webp)
    }
}

@media (max-width:767.98px) {
    section.three {
        padding: 10% 5.5%
    }
}

section.three .title {
    width: 945px;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.3
}

@media (min-width:992px) and (max-width:1199.98px) {
    section.three .title {
        width: 870px;
        font-size: 2rem
    }
}

@media (max-width:991.98px) {
    section.three .title {
        width: 100%
    }
}

@media (max-width:767.98px) {
    section.three .title {
        font-size: 100%
    }
}

section.three p {
    text-align: center;
    font-size: 1.45rem
}

@media (min-width:992px) and (max-width:1199.98px) {
    section.three p {
        font-size: 1.2rem
    }
}

@media (max-width:767.98px) {
    section.three p {
        font-size: .7rem
    }
}

section.three .glass {
    margin-top: 25px;
    width: 830px;
    padding: 30px 80px;
    border-radius: 30px;
    background: linear-gradient(101.99deg, rgba(254, 211, 194, .75) .76%, rgba(236, 194, 247, .75));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media (min-width:992px) and (max-width:1199.98px) {
    section.three .glass {
        width: 747px
    }
}

@media (max-width:991.98px) {
    section.three .glass {
        font-size: 1.6rem;
        width: 100%;
        padding: 30px 50px
    }
}

@media (max-width:767.98px) {
    section.three .glass {
        padding: 5%
    }
}

section.four {
    padding: 80px 0;
    background-image: url(../../../../themes/wavel/assets/images/home-four.webp)
}

@media (max-width:767.98px) {
    section.four {
        padding: 10% 0
    }
}

section.five {
    padding: 80px 0;
    background-image: url(../../../../themes/wavel/assets/images/home-five.webp)
}

@media (max-width:767.98px) {
    section.five {
        padding: 10% 0
    }
}

section.six {
    padding: 80px 0;
    background-image: url(../../../../themes/wavel/assets/images/home-section4.webp);
    background-image: url(../../../../themes/wavel/assets/images/home-six.webp)
}

@media (max-width:767.98px) {
    section.six {
        padding: 10% 0
    }
}

section.seven {
    padding: 80px 0;
    background-image: url(../../../../themes/wavel/assets/images/home-seven.webp)
}

@media (max-width:767.98px) {
    section.seven {
        padding: 10% 0
    }
}

section.eight {
    padding: 80px 0
}

@media (max-width:991.98px) {
    section.eight {
        padding: 30px 0
    }
}

section.eight .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

section.ss-section {
    padding: 80px 0;
    z-index: 1;
    background: white;
}

@media (max-width:991.98px) {
    section.ss-section {
        padding: 30px 0
    }
}

section.ss-section .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 1440px;
    align-items: center;
}

.card-title {
    width: 85%;
    padding: 50px;
    border-radius: 20px;
    background: linear-gradient(101.99deg, rgba(254, 211, 194, .75) .76%, rgba(236, 194, 247, .75));
    box-shadow: 0 4px 24px -1px rgba(0, 0, 0, .2)
}

.card-title .book-demo-sec {
    margin-top: 30px
}

.card-title.plan .title {
    font-size: 180%
}

.card-title.plan p {
    font-size: 125%
}

.card-title.plan .wavel-btn {
    margin-top: 20px;
    padding: 6px 45px;
    text-transform: uppercase;
    background: #000;
    color: #fff
}

/* .pricingcontainer{
    display: flex;
    align-items: center;
} */
.card-title.price {
    padding: 50px 30px
}

.card-title.price .title {
    font-size: 2rem
}

.card-title.price .book-demo-sec {
    margin-top: 30px
}

@media (min-width:992px) and (max-width:1199.98px) {
    .card-title {
        font-size: 1.938rem
    }
}

@media (max-width:991.98px) {
    .card-title {
        font-size: 2rem
    }
}

@media (max-width:767.98px) {
    .card-title {
        font-size: 100%;
        padding: 25px
    }
}

.card-title .title {
    font-size: 2.3rem;
    font-weight: 700
}

@media (max-width:767.98px) {
    .card-title .title {
        font-size: 124%
    }
}

.card-title p {
    font-size: 1.5rem;
    margin-bottom: 0
}

@media (max-width:767.98px) {
    .card-title p {
        font-size: 100%
    }
}

.card-title .book-demo {
    justify-content: center
}

.card-title .book-demo .wavel-btn {
    background: #000;
    color: #fff
}

.client-sec {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 35px 45px
}

.client-sec p {
    font-size: 32px;
    font-weight: 700;
    text-align: center
}

@media (min-width:992px) and (max-width:1199.98px) {
    .client-sec p {

        font-family: 'Outfit';
        font-style: normal;
        font-weight: 600;
        font-size: 27.44px;
        line-height: 35px;
        text-align: center;
        color: #FCFCFF;


    }
}

.client-sec picture {
    text-align: center
}

.client-sec picture img {
    margin-top: 25px;
    width: 100%
}

#testimonial4 {
    margin: 20px 0
}

#testimonial4 .carousel-inner {
    display: flex;
    align-items: center;
    padding-left: 7%
}

#testimonial4 .carousel-inner:hover {
    cursor: -webkit-grab
}

#testimonial4 .carousel-inner:active {
    cursor: -webkit-grabbing
}

#testimonial4 .carousel-inner .carousel-item {
    display: none;
    width: 92%;
    background: linear-gradient(121.95deg, hsla(0, 0%, 100%, .4) 19.33%, hsla(0, 0%, 100%, .1) 81.28%);
    box-shadow: 0 4.02571px 24.1543px -1.00643px rgba(0, 0, 0, .2);
    border-radius: 20px;
    padding: 60px;
    margin: 30px 0
}

@media (max-width:991.98px) {
    #testimonial4 .carousel-inner .carousel-item {
        padding: 60px 40px
    }
}

@media (max-width:767.98px) {
    #testimonial4 .carousel-inner .carousel-item {
        padding: 20px
    }
}

#testimonial4 .carousel-inner .carousel-item.active {
    display: flex;
    flex-direction: row
}

@media (max-width:767.98px) {
    #testimonial4 .carousel-inner .carousel-item.active {
        flex-direction: column
    }
}

#testimonial4 .carousel-inner .carousel-item .user-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 25%
}

@media (max-width:767.98px) {
    #testimonial4 .carousel-inner .carousel-item .user-info {
        width: 100%
    }
}

#testimonial4 .carousel-inner .carousel-item .user-info .logo {
    width: 150px
}

#testimonial4 .carousel-inner .carousel-item .user-info .name {
    font-size: 1rem;
    font-weight: 700
}

#testimonial4 .carousel-inner .carousel-item .user-info .designation {
    font-size: 1rem;
    text-transform: capitalize
}

#testimonial4 .carousel-inner .carousel-item .testimonial-desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 75%
}

@media (max-width:767.98px) {
    #testimonial4 .carousel-inner .carousel-item .testimonial-desc {
        width: 100%
    }
}

#testimonial4 .carousel-inner .carousel-item .testimonial-desc p {
    font-size: 1.3rem
}

@media (min-width:992px) and (max-width:1199.98px) {
    #testimonial4 .carousel-inner .carousel-item .testimonial-desc p {
        font-size: 1.2rem
    }
}

@media (max-width:991.98px) {
    #testimonial4 .carousel-inner .carousel-item .testimonial-desc p {
        font-size: 1rem
    }
}

#testimonial4 .carousel-control-next,
#testimonial4 .carousel-control-prev {
    width: 20px;
    opacity: 1
}

#testimonial4 .carousel-control-next img,
#testimonial4 .carousel-control-prev img {
    height: 40px
}

#testimonial4 .carousel-control-prev img {
    transform: rotate(180deg)
}

section.hiw-hero .hiw {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 75px 0
}

@media (max-width:1199.98px) {
    section.hiw-hero .hiw {
        margin: 75px 5%
    }
}

@media (max-width:991.98px) {
    section.hiw-hero .hiw {
        flex-direction: column
    }
}

@media (max-width:767.98px) {
    section.hiw-hero .hiw {
        width: 100%;
        margin: 15px 5%;
        padding: 0 5.5%
    }
}

section.hiw-hero .hiw .info {
    width: 50%
}

@media (max-width:991.98px) {
    section.hiw-hero .hiw .info {
        width: 100%;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width:767.98px) {
    section.hiw-hero .hiw .info {
        width: 100%
    }
}

section.hiw-hero .hiw .info h1 {
    font-size: 4rem;
}

@media (max-width:767.98px) {
    section.hiw-hero .hiw .info h1 {
        font-size: 255%;
    }
}

section.hiw-hero .hiw .info .wavel-btn {
    background: #000;
    color: #fff
}

section.hiw-hero .hiw .watch {
    width: 50%
}

@media (max-width:991.98px) {
    section.hiw-hero .hiw .watch {
        width: 100%;
        margin-top: 25px
    }
}

section.hiw-hero .hiw .watch img {
    width: 100%
}

section.hiw_two {
    padding: 40px 0
}

section.hiw_two .title {
    font-size: 3.3rem;
    font-weight: 700;
    text-align: center
}

@media (max-width:767.98px) {
    section.hiw_two .title {
        font-size: 200%
    }
}

section.hiw_two .features {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em
}

section.hiw_two .features .feature-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(91.91deg, hsla(0, 0%, 100%, .6), hsla(0, 0%, 100%, .4) 100.82%);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
    border-radius: 30px;
    padding: 20px;
    width: 315px
}

section.hiw_two .features .feature-card .title {
    font-size: 1rem
}



section.solutions-herodub {
    padding: 100px;
}

section.solutions-herodub .container {
    display: block;
    width: auto;
    max-width: 1440px !important;

}

section.solutions-herodub h2 {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 58.8px;
    line-height: 74px;
    text-align: center;
    color: #0E0F26;
}

section.solutions-herodub .bg-img {
    position: relative;
    padding: 20px;
}

section.solutions-herodub .content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    padding: 20px;
}

section.solutions-herodub .content-overlay .content-dub {
    padding: 10px;
}

section.solutions-herodub .content-overlay .content-dub h2 {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 27.44px;
    line-height: 35px;
    display: flex;
    align-items: center;
    color: #FCFCFF;
    text-align: start;
}

section.solutions-herodub .content-overlay .content-dub p {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #CECED0;
    text-align: start;
}

section.solutions-herodub .img-box {
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 24px;
}

section.solutions-herodub .img-box2 {
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 24px;
    margin-top: 30px;
}

@media (max-width: 991.98px) {
    section.solutions-herodub .img-box2 {
        margin-top: 0px;
    }
}

@media (max-width: 768px) {
    section.solutions-herodub .img-box2 {
        margin-top: 0px;
    }
}

section.solutions-herodub .img-box img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: inherit;
    /* Inherit the border-radius from the parent */
    overflow: hidden;
    /* Ensure the border-radius is applied */
}


section.solutions-herodubworks {
    padding: 100px;

}

section.solutions-herodubworks .container {
    display: block;
    width: auto;
    max-width: 1440px !important;
}

section.solutions-herodubworks h2 {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 58.8px;
    line-height: 74px;
    text-align: center;
    color: #0E0F26;
}

section.solutions-herodubworks .bg-img {
    position: relative;
}

section.solutions-herodubworks .bg-img img {
    border-radius: 20px;
    width: -webkit-fill-available;
}

section.solutions-herodubworks .content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px;
}

/* section.solutions-herodubworks .content-dub {
    padding: 20px;
} */

section.solutions-herodubworks .content-dub h2 {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 31.36px;
    line-height: 40px;
    color: #FCFCFF;
    text-align: justify;
    word-break: break-all;

}

@media (max-width:576px) {
    video#hoverVideotranslate {
        width: 300px !important;
        height: -webkit-fill-available;
        border-radius: 24px;
    }
}

section.solutions-herodubworks .content-dub p {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;

    color: #E6E6E9;

}

section.solutions-herodubworks .content-dub .content-img {

    display: flex;
    justify-content: flex-end;
    padding: 10px;
}

section.solutions-herodubworks .content-dub .content-img img {
    width: 68px;
    height: 68px;
    margin-bottom: 10px;
}

section.git-hero .container {
    width: 50%;
    flex-direction: column;
    align-items: center
}

section.git-hero .container h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
    margin-top: 50px;
    text-align: left
}

@media (max-width:991.98px) {
    section.git-hero .container h1 {
        font-size: 3.2rem;
        width: 94%
    }
}

@media (max-width:767.98px) {
    section.solutions-herodubworks .content-overlay {
        padding: 1px !important;
    }

    section.git-hero .container h1 {
        font-size: 155%;
        width: 100%;
        margin-top: 15px
    }
}

section.git-hero .container h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.3;
    text-align: left
}

@media (max-width:991.98px) {
    section.git-hero .container h2 {
        font-size: 2.7rem;
        width: 94%
    }
}

@media (max-width:767.98px) {
    section.git-hero .container h2 {
        font-size: 130%;
        width: 100%
    }
}

section.git-hero .container p {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    text-align: left;
    margin-bottom: 30px
}

@media (max-width:991.98px) {
    section.git-hero .container p {
        font-size: 1.6rem
    }
}

@media (max-width:767.98px) {
    section.git-hero .container p {
        font-size: 80%
    }
}

section.git-hero .container .hbspt-form {
    width: 450px
}

@media (max-width:767.98px) {
    section.git-hero .container .hbspt-form {
        width: 85%
    }
}

section.git-hero .contact-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 550px;
    margin: 20px auto
}

section.git-hero .contact-form .form-group,
section.git-hero .contact-form .form-group .iti {
    width: 100%
}

section.git-hero .contact-form .invalid-input {
    color: #d8000c;
    display: none
}

section.git-hero .contact-form .invalid-input.show {
    display: block
}

section.git-hero .contact-form .wavel-btn {
    width: 150px;
    background: #000;
    color: #fff
}

section.st-hero .container {
    width: 50%;
    flex-direction: column;
    align-items: center
}

section.st-hero .container h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
    margin-top: 50px;
    text-align: left
}

@media (max-width:991.98px) {
    section.st-hero .container h1 {
        font-size: 3.2rem;
        width: 94%
    }
}

@media (max-width:767.98px) {
    section.st-hero .container h1 {
        font-size: 155%;
        width: 100%;
        margin-top: 15px
    }
}

section.st-hero .container h2 {
    font-size: 26px;
    line-height: 1.3;
    text-align: left;
    margin-bottom: 30px
}

@media (max-width:991.98px) {
    section.st-hero .container h2 {
        font-size: 2.7rem;
        width: 94%
    }
}

@media (max-width:767.98px) {
    section.st-hero .container h2 {
        font-size: 130%;
        width: 100%
    }
}

section.st-hero .container .hbspt-form {
    width: 450px
}

@media (max-width:767.98px) {
    section.st-hero .container .hbspt-form {
        width: 85%
    }
}

section.st-hero .contact-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 550px;
    margin: 20px auto
}

section.st-hero .contact-form .form-group,
section.st-hero .contact-form .form-group .iti {
    width: 100%
}

section.st-hero .contact-form .invalid-input {
    color: #d8000c;
    display: none
}

section.st-hero .contact-form .invalid-input.show {
    display: block
}

section.st-hero .contact-form .wavel-btn {
    width: 150px;
    background: #000;
    color: #fff
}

section.about-hero .container {
    flex-direction: column;
    align-items: center
}

section.about-hero .container h1 {
    font-weight: 700;
    font-size: 4rem;
    line-height: 1.3;
    margin-top: 50px;
    text-align: center
}

@media (max-width:991.98px) {
    section.about-hero .container h1 {
        font-size: 3.2rem;
        width: 94%
    }
}

@media (max-width:767.98px) {
    section.about-hero .container h1 {
        font-size: 155%;
        width: 100%;
        margin-top: 15px
    }
}

section.about-hero .container p {
    margin-top: 2rem;
    font-weight: 500;
    font-size: 1.9rem;
    line-height: 1.3;
    text-align: center
}

@media (max-width:991.98px) {
    section.about-hero .container p {
        font-size: 1.6rem
    }
}

@media (max-width:767.98px) {
    section.about-hero .container p {
        font-size: 80%
    }
}

section.about-hero .hbspt-form {
    width: 450px
}

@media (max-width:576px) {
    video#hoverVideotranslate {
        width: 300px;
        height: -webkit-fill-available;
        border-radius: 24px;
    }
}

@media (max-width:767.98px) {
    section.about-hero .hbspt-form {
        width: 85%
    }
}

section.about_two {
    padding: 6em 0 4em
}

@media (max-width:767.98px) {
    section.about_two {
        padding: 10% 5.5%
    }
}

section.about_two .container {
    flex-direction: column;
    align-items: center
}

section.about_two .container picture img {
    width: 100%;
    max-width: 900px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .35)
}

section.about_three {
    padding: 40px 0
}

@media (max-width:767.98px) {
    section.about_three {
        padding: 10% 5.5%
    }
}

section.about_three .container {
    flex-direction: column;
    align-items: center
}



section.about_three .team-title {
    font-size: 3.15rem;
    font-weight: 700;
    margin: 1em 0 .5em
}

@media (max-width:991.98px) {
    section.about_three .team-title {
        font-size: 2.7rem
    }
}

@media (max-width:767.98px) {
    section.about_three .team-title {
        font-size: 135%
    }
}

section.about_three .team {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
    margin: 1.5em 0
}

@media (max-width:767.98px) {
    section.about_three .team {
        width: 103%
    }
}

section.about_three .team .member {
    width: 235px
}

section.about_three .team .member .image {
    height: 260px;
    background: linear-gradient(148.31deg, #4df6f4, #587cfb);
    border-radius: 20px 20px 0 0;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

section.about_three .team .member .image img {
    width: 100%;
    max-height: 235px
}

section.about_three .team .member .info {
    background: #fff;
    border-radius: 0 0 20px 20px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

section.about_three .team .member .info p {
    margin-bottom: 0
}

section.about_three .team .member .info .name {
    font-weight: 700
}

section.about_three .team .member .info .designation {
    font-weight: 400;
    color: #1f54ba
}

.pptos {
    background-image: url(../../../../themes/wavel/assets/images/home-section4.webp);
    background-repeat: repeat-y;
    background-size: contain;
    overflow: hidden
}

@media (max-width:767.98px) {
    .pptos {
        padding: 10% 5.5%
    }
}

.pptos h1 {
    font-weight: 400;
    font-size: 4rem;
    line-height: 1.3;
    margin: 50px 0;
    text-align: center
}

@media (max-width:991.98px) {
    .pptos h1 {
        font-size: 3.2rem;
        width: 94%
    }
}

@media (max-width:767.98px) {
    .pptos h1 {
        font-size: 155%;
        width: 100%;
        margin-top: 15px
    }
}



.faq-sec {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 35px 45px
}

@media (max-width:991.98px) {
    .faq-sec {
        padding: 35px 20px
    }
}

.faq-sec .title {
    font-size: 1.9rem;
    font-weight: 700;
    text-align: center
}

@media (min-width:992px) and (max-width:1199.98px) {
    .faq-sec .title {
        font-size: 1.65rem
    }
}

@media (max-width:767.98px) {
    .faq-sec .title {
        font-size: 100%
    }
}

.faq-sec .faq-list {
    width: 100%;
    margin-top: 3em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em
}

.faq-sec .faq-list .faq {
    width: 48%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 15px;
    background: linear-gradient(91.91deg, hsla(0, 0%, 100%, .6), hsla(0, 0%, 100%, .4) 100.82%);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
    border-radius: 30px;
    text-align: left
}

@media (max-width:991.98px) {
    .faq-sec .faq-list .faq {
        width: 100%
    }
}

.faq-sec .faq-list .faq input {
    display: none
}

.faq-sec .faq-list .faq label {
    margin-bottom: 0
}

.faq-sec .faq-list .faq label:before {
    content: "+";
    padding-right: 10px;
    font-size: 1.2rem
}

.faq-sec .faq-list .faq p {
    display: none;
    border-top: 1px solid rgba(71, 71, 71, .32941176470588235);
    margin-top: 1rem;
    padding-top: 10px
}

.faq-sec .faq-list .faq input:checked+label:before {
    content: "-"
}

.faq-sec .faq-list .faq input:checked+label+p {
    display: block
}

section.watch-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 75px
}

@media (max-width:1199.98px) {
    section.watch-hero {
        padding: 0 5% 75px
    }
}

@media (max-width:767.98px) {
    section.watch-hero {
        width: 100%;
        padding: 15px 5.5%
    }
}

section.watch-hero h1 {
    font-weight: 700;
    font-size: 2.3rem;
    line-height: 1.3;
    margin-top: 50px;
    text-align: center
}

@media (max-width:991.98px) {
    section.watch-hero h1 {
        font-size: 1.85rem;
        width: 100%;
        max-width: 395px
    }
}

@media (max-width:767.98px) {
    section.watch-hero h1 {
        font-size: 115%;
        width: 100%;
        margin-top: 15px;
        max-width: 250px
    }
}

section.watch-hero .watch-video {
    margin-top: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

section.watch-hero .watch-video video {
    width: 100%;
    max-width: 600px
}

section.watch-hero .watch-video video::cue {
    padding: 10px;
    -webkit-padding: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 20px;
    border-radius: 10px
}

.watch-other-video {
    margin-bottom: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    row-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em
}

.watch-other-video a {
    width: 300px;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 700;
    color: #000
}

.watch-other-video a img {
    display: block;
    width: 100%;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .25)
}

.error_page {
    background-color: linear-gradient(91.91deg, hsla(0, 0%, 100%, .6), hsla(0, 0%, 100%, .4) 100.82%);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 75px
}

@media (max-width:1199.98px) {
    .error_page {
        padding: 0 5% 75px
    }
}

@media (max-width:767.98px) {
    .error_page {
        width: 100%;
        padding: 15px 5.5%
    }
}

.error_page .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.error_page .container .code {
    color: #d8000c;
    font-size: 50px;
    font-weight: 800
}

.error_page .container .msg {
    font-size: 30px;
    font-weight: 800
}

.swal-modal {
    font-family: Outfit;
    font-size: 16px;
    color: #000
}

.swal-modal .swal-icon--warning {
    border-color: orange
}

.swal-modal .swal-button-container .swal-button--confirm {
    background-color: #1f54ba;
    color: #fff
}

section.career-hero .container {
    flex-direction: column;
    align-items: center
}

section.career-hero .container h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.3;
    margin-top: 50px;
    text-align: center
}

@media (max-width:991.98px) {
    section.career-hero .container h1 {
        font-size: 3.2rem;
        width: 94%
    }
}

@media (max-width:767.98px) {
    section.career-hero .container h1 {
        font-size: 155%;
        width: 100%;
        margin-top: 15px
    }
}

@media (max-width:767.98px) {
    section.solutions-hero .content-detail {
        order: 1;
        text-align: center;
        padding-bottom: 45px
    }

    section.solutions-hero .hero {
        padding: 10px !important;
        gap: 0px;
    }
}

section.solutions-hero.img-one {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 0px;
    background: #0E0F26;
}

section.solutions-hero.img-one .herobg {
    position: absolute;
    width: 550px;
    height: 701.84px;
    /* right: -95.01px; */
    top: 10px;
    z-index: 0;
    background: #830C83;
    filter: blur(480px);
    transform: rotate(120deg);
}

section.solutions-hero.img-one .hero .info h1 {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 58.8px;
    line-height: 74px;
    color: #FCFCFF;

}

section.solutions-hero.img-one .hero .info p {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #B2B2B4;
}

section.solutions-hero .hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 50px;
    align-items: center;
    gap: 50px;
    z-index: 0;
    width: auto;
    max-width: 1440px;

}

section.solutions-hero .herobg {
    position: absolute;
    width: 550px;
    height: 701.84px;
    /* right: -95.01px; */
    top: 20px;
    z-index: 0;
    background: #830C83;
    filter: blur(480px);
    transform: rotate(120deg);
}


@media (max-width:991.98px) {
    section.solutions-hero .hero {
        flex-direction: column;
        display: flex;
        justify-items: stretch;
        align-items: center;
        justify-content: space-between;
        align-content: center;
        padding: 50px 0px;
    }

    section.solutions-hero.img-one .hero .info {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }

    section.solutions-hero.img-one .hero .info h1 {
        text-align: center;

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 58.8px;
        line-height: 74px;
        text-align: center;
        color: #FCFCFF;

    }

    section.solutions-hero.img-one .hero .info p {
        text-align: center;

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        color: #B2B2B4;

    }

    .card_section .title {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 31.36px;
        line-height: 40px;
        color: #FCFCFF;


    }

    .card_section p {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        text-align: justify;
        color: #E6E6E9;


    }

    section.solutions-hero .hero .info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    section.voice-caption h1 {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 58.8px;
        line-height: 74px;
        color: #FCFCFF;
        text-align: center;
    }

    section.voice-caption p {
        text-align: center;
    }
}

@media (max-width:576px) {
    section.voice-caption h1 {
        text-align: center;

        font-family: Outfit;
        font-size: 35.68px !important;
        font-style: normal;
        font-weight: 600 !important;
        line-height: 40px !important;
    }

    section.solutions-hero .hero .info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section-ambitious-captions .testimonial-box1 .content-text h2 {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600 !important;
        font-size: 27.44px !important;
        line-height: 35px !important;
        color: #FCFCFF;



    }

    .section-ambitious-captions .testimonial-box .content-text h2 {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600 !important;
        font-size: 27.44px !important;
        line-height: 35px !important;
        color: #FCFCFF;
    }

    .section-ambitious-captions .testimonial-box .content-text p {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400 !important;
        font-size: 14px !important;
        line-height: 20px !important;
        color: #E6E6E9;


    }

    .section-ambitious-captions .testimonial-box1 .content-text p {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400 !important;
        font-size: 14px !important;
        line-height: 20px !important;
        color: #E6E6E9;


    }

    section.solutions-hero .hero {
        width: 100%;
        flex-direction: column;
        display: flex;
        justify-items: stretch;
        align-items: center;
        justify-content: space-between;
        align-content: center;
        gap: 0px;
    }

    .transcription-hero .top {
        flex-direction: column;
        display: flex;
        justify-items: stretch;
        align-items: center;
        justify-content: space-between;
        align-content: center;
    }

    section.solutions-hero.img-one .hero .info {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }

    .transcription-card {
        padding: 30px !important;
    }

    .transcription-card .transcription-box {
        height: 390px !important;
    }

    section.solutions-hero.img-one .hero .info h1 {
        text-align: center;

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 35.28px;
        line-height: 44px;
        text-align: center;
        color: #FCFCFF;

    }

    section.solutions-hero.img-one .hero .info p {
        text-align: center;

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #B2B2B4;

    }

    .card_section .title {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 27.44px;
        line-height: 35px;
        color: #FCFCFF;

    }

    .card_section p {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        text-align: justify;
        color: #E6E6E9;

    }
}




@media (max-width:768.98px) {


    .subtitle-solution .hero .language-block {
        position: absolute;
        right: 3%;
        z-index: 1;
        display: flex;
        margin-top: 10%;
        flex-direction: column;
    }

    .subtitle-solution .hero .language-block .language-sec {
        width: auto;
        height: auto;
    }
}

/* section.solutions-hero .hero .image {
    width: 50%
} */

@media (max-width:991.98px) {
    section.solutions-hero .hero .image {
        /* width: 100%; */
        margin-top: 25px;
        padding: 20px 40px;
    }

    .subtitle-solution .hero .language-block {
        position: absolute;
        right: 3% !important;
        z-index: 1;
        display: flex;
        margin-top: 10% !important;
        flex-direction: column;
    }
}



section.solutions-video {
    background-image: url(https://images.wavel.ai/solutions/images/video-bg.png);
    padding: 65px 0
}

@media (max-width:991.98px) {
    section.solutions-video {
        padding: 30px 25px;
        width: 100%
    }
}

section.solutions-video img {
    width: 100%
}

section.solutions_three {
    padding: 40px 0
}

section.solutions_three .title {
    font-size: 2.3rem;
    font-weight: 700;
    text-align: center
}

@media (max-width:767.98px) {
    section.solutions_three .title {
        font-size: 200%
    }
}

section.solutions_three .features {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em
}

section.solutions_three .features .feature-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 30px;
    padding: 20px;
    width: 315px;
    text-align: center
}

section.solutions_three .features .feature-card picture img {
    height: 100px
}

section.solutions_three .features .feature-card .title {
    font-size: 1rem;
    margin: 10px 0
}



section.error_page {
    background-color: #bebef2
}

section.error_page .container {
    flex-direction: column;
    align-items: center
}

section.error_page .container h1 {
    font-weight: 700;
    font-size: 4rem;
    line-height: 1.3;
    margin-top: 50px;
    text-align: center;
    color: grey
}

@media (max-width:991.98px) {
    section.error_page .container h1 {
        font-size: 3.2rem;
        width: 94%
    }
}

@media (max-width:767.98px) {
    section.error_page .container h1 {
        font-size: 155%;
        width: 100%;
        margin-top: 15px
    }
}

section.error_page .container p {
    font-weight: 500;
    font-size: 2.6rem;
    line-height: 1.3
}

section.error_page .container img {
    height: 300px;
    width: 100%;
    max-width: 900px
}

@media (max-width:991.98px) {
    section.error_page .container img {
        height: 400px
    }
}

section.error_page .container p {
    font-size: 1.3;
    text-align: center;
    color: grey
}

@media (max-width:991.98px) {
    section.error_page .container p {
        font-size: 2.4rem
    }
}

@media (max-width:767.98px) {
    section.error_page .container p {
        font-size: 108%;
        margin-top: 10px
    }
}

section.error_page .container a {
    margin-top: 2rem;
    font-weight: 500;
    font-size: 2.6rem;
    line-height: 1.3;
    text-align: center;
    color: #4b9de9
}

@media (max-width:991.98px) {
    section.error_page .container a {
        font-size: 2.4rem
    }
}

@media (max-width:767.98px) {
    section.error_page .container a {
        font-size: 80%
    }
}

section.customer .container {
    flex-direction: column;
    align-items: center
}

section.customer .container h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    margin-top: 50px;
    text-align: center;
    width: 470px
}

section.customer .container h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
    text-align: center;
    width: 470px
}

@media (max-width:991.98px) {
    section.customer .container h1 {
        font-size: 3.2rem;
        width: 94%
    }
}

@media (max-width:767.98px) {
    section.customer .container h1 {
        font-size: 155%;
        width: 100%;
        margin-top: 15px
    }
}

section.customer .container p {
    margin-top: 2rem;
    font-size: 1.9rem;
    font-size: 20px;
    text-align: center
}

@media (max-width:991.98px) {
    section.customer .container p {
        font-size: 20px
    }
}

@media (max-width:767.98px) {
    section.customer .container p {
        font-size: 80%
    }
}

.cus-sec {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 35px 45px
}

@media (max-width:991.98px) {
    .cus-sec {
        padding: 35px 20px
    }
}

.cus-sec .title {
    font-size: 1.9rem;
    font-weight: 700;
    text-align: center
}

@media (min-width:992px) and (max-width:1199.98px) {
    .cus-sec .title {
        font-size: 1.65rem
    }
}

@media (max-width:767.98px) {
    .cus-sec .title {
        font-size: 100%
    }
}

.cus-sec .cus-list {
    width: 100%;
    margin-top: 3em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em
}

.cus-sec .cus-list .cus {
    width: 48%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 15px;
    background: linear-gradient(91.91deg, hsla(0, 0%, 100%, .6), hsla(0, 0%, 100%, .4) 100.82%);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
    border-radius: 20px;
    text-align: center
}

@media (max-width:991.98px) {
    .cus-sec .cus-list .cus {
        width: 100%
    }
}

.cus-sec .cus-list .cus input {
    display: none
}

.cus-sec .cus-list .cus label {
    margin-bottom: 0
}

.cus-sec .cus-list .cus p {
    margin-top: 1rem;
    padding-top: 10px
}

.cus-sec .cus-list .cus input:checked+label:before {
    content: "-"
}

.cus-sec .cus-list .cus input:checked+label+p {
    display: block
}

.cus-sec .cus-list .cus .name {
    font-size: 1rem;
    font-weight: 700
}

.cus-sec .cus-list .cus .designation {
    font-size: 1rem;
    text-transform: capitalize
}

.testimonial h1 {
    font-weight: 700
}

section.features_three {
    padding: 40px 0
}

section.features_three .title {
    font-size: 2.3rem;
    font-weight: 700;
    text-align: center
}

@media (max-width:767.98px) {
    section.features_three .title {
        font-size: 200%
    }
}

section.features_three .features {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em
}

section.features_three .features .feature-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 30px;
    padding: 20px;
    width: 330px;
    text-align: center
}

section.features_three .features .feature-card picture img {
    height: 100px
}

section.features_three .features .feature-card .title {
    font-size: 1rem;
    margin: 10px 0
}

.content-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.25rem;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:991.98px) and (max-width:1199.98px) {
    /* section .info-image .sec-img {
        margin-left: -75px
    } */

    /* section .sec-contant {
        margin-left: 85px
    } */
}

@media (min-width:991.98px) and (max-width:1199.98px) {
    /* section.solutions-hero .info-image .sec-img {
        margin-left: -125px
    } */

    /* section.solutions-hero .sec-contant {
        margin-left: 85px
    } */
}

@media (min-width:1200px) {
    /* section .info-image .sec-img {
        margin-left: -108px
    } */

    /* section .sec-contant {
        margin-left: 105px
    } */
}

@media (min-width:1200px) {
    /* section.solutions-hero .info-image .sec-img {
        margin-left: -213px
    } */

    /* section.solutions-hero .sec-contant {
        margin-left: 105px
    } */
}

@media (min-width:992px) and (max-width:1199.98px) {
    .content-detail {
        font-size: 1.125rem
    }
}

@media (max-width:991.98px) {
    .content-detail {
        flex: 0 0 100%;
        max-width: 100%;
        order: 1;
        text-align: center;
        padding-bottom: 45px;
    }
}

.content-detail .caption {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    padding: 6px 25px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .25)
}

@media (min-width:992px) and (max-width:1199.98px) {
    .content-detail .caption {
        font-size: .9rem
    }
}

.content-detail .title {
    /* margin: 30px 0 15px; */
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 58.8px;
    line-height: 74px;
    color: #0E0F26;
}

@media (min-width:992px) and (max-width:1199.98px) {
    .content-detail .title {
        font-size: 1.8rem
    }
}

@media (max-width:767.98px) {
    .content-detail .title {
        font-size: 128%
    }
}

.content-detail ul {
    margin: 25px -22px;
    font-weight: 300
}

@media (max-width:767.98px) {
    .content-detail ul {
        margin: 25px 0 25px -22px
    }
}

.content-detail .wavel-btn {
    text-transform: capitalize;
    color: #fff;
    background: linear-gradient(92.19deg, #6060d7, #9499f1);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .25)
}

@media (max-width:767.98px) {
    .content-detail .wavel-btn {
        font-size: 70%
    }
}

.content-detail p {
    font-size: 20px
}

.contact_sales .wavel-btn {
    margin-top: 20px;
    padding: 10px;
    text-transform: uppercase;
    background: #000;
    color: #fff
}

section.hiw-hero .hiw .info h1 {
    font-weight: 700;
    font-size: 42px;
    line-height: 1.3;
}

section.hiw-hero .hiw {
    margin: 75px
}

.error_section {
    background-color: linear-gradient(91.91deg, hsla(0, 0%, 100%, .6), hsla(0, 0%, 100%, .4) 100.82%);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 75px
}

.error_section h1 {
    font-weight: 700;
    font-size: 4rem;
    margin-top: 50px
}

.error_section h1,
.error_section p {
    line-height: 1.3;
    text-align: center;
    color: grey
}

.error_section p {
    font-weight: 500;
    font-size: 2.6rem
}

.customer .card-columns {
    margin-top: 35px
}

@media (max-width:576px) {
    video#hoverVideotranslate {
        width: 300px;
        height: -webkit-fill-available;
        border-radius: 24px;
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .customer .card-columns {
        -moz-column-count: 2;
        column-count: 2
    }
}

@media (min-width:1200px) {
    .customer .card-columns {
        -moz-column-count: 2;
        column-count: 2
    }
}

@media screen and (max-width:650px) {
    .customer .card-columns {
        -moz-column-count: 1;
        column-count: 1
    }
}

@media (min-width:649.98px) and (max-width:991px) {
    .customer .card-columns {
        -moz-column-count: 2;
        column-count: 2
    }
}

.customer .card-columns .card {
    padding: 15px;
    background: linear-gradient(91.91deg, hsla(0, 0%, 100%, .6), hsla(0, 0%, 100%, .4) 100.82%);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
    border-radius: 20px;
    text-align: center
}

.customer .card-columns .card p {
    margin-top: 0;
    font-size: 16px
}

.customer .card-columns .card .name {
    font-size: 1rem;
    font-weight: 700
}

.customer .card-columns .card .designation {
    font-size: 1rem;
    text-transform: capitalize
}



.languages {
    margin-bottom: 50px
}


.btn_request {
    padding-top: 50px;
    padding-bottom: 40px
}

.card_section .title {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35.28px;
    line-height: 44px;
    color: #FCFCFF;

}

.card_one {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 0
}

.accordion .card_one {
    border-radius: .25rem
}

.grid-margin {
    margin-bottom: .625rem
}

.accordion .card_one .card-header_one p[aria-expanded=true]:before {
    content: "\F374"
}

.accordion .card_one .card-header_one p:before {
    font-family: Material Design Icons;
    position: absolute;
    right: 4px;
    top: 0;
    font-size: 18px;
    display: block
}

.accordion .card_one .card-header_one p[aria-expanded=false]:before {
    content: "\F415"
}


section.git .hero {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 75px 0
}

@media (max-width:1199.98px) {
    section.git .hero {
        margin: 75px 5%
    }
}

@media (max-width:991.98px) {
    section.git .hero {
        flex-direction: column
    }
}

@media (max-width:767.98px) {
    section.git .hero {
        width: 100%;
        margin: 15px 5%;
        padding: 0 5.5%
    }
}

section.git .hero .info {
    width: 50%
}

@media (max-width:991.98px) {
    section.git .hero .info {
        width: 100%;
        margin-top: 20px
    }
}

@media (max-width:767.98px) {
    section.git .hero .info {
        width: 100%
    }
}

section.git .hero .info h1 {
    font-weight: 700;
    padding: 10px 0;
    font-size: 32px
}

@media (max-width:767.98px) {
    section.git .hero .info h1 {
        font-size: 255%;
        width: 94%
    }
}

section.git .hero .info h2 {
    font-weight: 700;
    width: 470px;
    padding: 10px 0;
    font-size: 26px
}

@media (max-width:767.98px) {
    section.git .hero .info h2 {
        width: 94%
    }
}

section.git .hero .info p {
    width: 470px;
    padding: 10px 0;
    font-size: 20px
}

@media (max-width:767.98px) {
    section.git .hero .info p {
        width: 94%
    }
}

section.git .hero .image {
    width: 50%
}

@media (max-width:991.98px) {
    section.git .hero .image {
        width: 100%;
        margin-top: 25px
    }
}

section.git .hero .image img {
    width: 100%
}

section.git .hbspt-form {
    width: 450px
}

@media (max-width:767.98px) {
    section.git .hbspt-form {
        width: 85%
    }
}

section.git .contact-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 550px;
    margin: 20px auto
}

section.git .contact-form .form-group,
section.git .contact-form .form-group .iti {
    width: 100%
}

section.git .contact-form .invalid-input {
    color: #d8000c;
    display: none
}

section.git .contact-form .invalid-input.show {
    display: block
}

section.git .contact-form .wavel-btn {
    width: 150px;
    background: #000;
    color: #fff
}

.solution-sec .sol-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 13px 20px;
    font-size: .938rem;
    font-weight: 600;
    border-radius: 30px;
    background: #6060d7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px
}

.solution-sec .sol-btn,
.solution-sec .sol-btn:hover {
    color: #fff;
    border: none;
    text-decoration: none
}

@media (max-width:767.98px) {
    .solution-sec .sol-btn {
        font-size: 56%
    }
}

.video_title {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px
}

.video_head {
    margin-bottom: 30px
}

.card_section {
    /* width: 85%;
    padding: 50px; */

    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    margin: 20px;
    width: -webkit-fill-available;
    gap: 40px;
    background: linear-gradient(180deg, #3B053B 0%, #0E0F26 51%);
    border: 1px solid #FCFCFF;
    border-radius: 24px;

}

.card_section .book-demo-sec {
    margin-top: 30px
}

.card_section.plan .title {
    font-size: 180%
}

.card_section.plan p {
    font-size: 125%
}

.card_section.plan .wavel-btn {
    margin-top: 20px;
    padding: 6px 45px;
    text-transform: uppercase;
    background: #000;
    color: #fff
}

.card_section.price {
    padding: 50px 30px
}

.card_section.price .title {
    font-size: 32px
}

.card_section.price .book-demo-sec {
    margin-top: 30px
}

@media (min-width:992px) and (max-width:1199.98px) {
    .card_section {
        font-size: 1.938rem
    }
}

@media (max-width:991.98px) {
    .card_section {
        font-size: 2rem
    }
}

@media (max-width:767.98px) {
    .card_section {
        font-size: 100%;
        padding: 25px
    }
}





.card_section p {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
    color: #E6E6E9;

}



.card_section .book-demo {
    justify-content: center
}

.card_section .book-demo .wavel-btn {
    background: #000;
    color: #fff
}

.hero_first {
    font-size: 32px !important
}

.outline_button {
    height: auto;
    transition: all .4s ease;
    text-shadow: none;

    font-size: 20px;
    padding: 9px 12px;
    border-radius: 10px;
    color: #000;
    display: inline-block;
    align-items: center;
    justify-content: center;
    border: 1px solid #6262de;
    margin-right: 70px
}



.subtitle-f {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}


.button-signup-api {

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 50px;
    gap: 7.5px;
    border: 1px solid #830C83;
    filter: drop-shadow(0px 16px 32px rgba(20, 20, 26, 0.3));
    border-radius: 12px;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #FCFCFF;

}

.button-signup-api:hover {
    color: #FCFCFF !important;
}

.api-btn {
    display: flex;
    gap: 10px;
    align-items: center;
}

.button-signup-black {
    flex-direction: row;
    background: #830c83;
    border-radius: 9px;
    color: #fff !important;
    cursor: pointer;
    flex: 0 0 auto;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5rem;
    padding: 10px 13px;
    text-align: center;
    -webkit-text-decoration: none #6b7280 solid;
    text-decoration: none #6b7280 solid;
    text-decoration-thickness: auto;
    transition-duration: .2s;
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: manipulation;
    width: auto;
}

.button-signup {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-self: center;
    /* padding: 13px 30px; */
    gap: 10px;
    width: -webkit-fit-content;
    height: auto;
    background: #830c83;
    border-radius: 12px;
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #FCFCFF;

    padding: 20px 100px;



}

.button-signup:hover {
    color: white !important;
}

.button-try {
    box-sizing: border-box;
    padding: 9px 14px;
    gap: 7.5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border: 1px solid #830c83;
    filter: drop-shadow(0 8px 24px rgba(20, 20, 26, .2));
    border-radius: 9px;
    font-size: 16px;
    line-height: 20px;
    color: white;
}

.button-login {

    box-sizing: border-box;
    justify-content: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 9px 14px;
    gap: 10px;

    width: 72px;
    height: 38px;
    border: 1px solid #830C83 !important;
    filter: drop-shadow(0px 8px 24px rgba(20, 20, 26, 0.2));
    border-radius: 9px;

}

@media (min-width: 768px) {

    .button-login,
    .button-signup-black {
        padding: 10px 20px;
    }
}

/* voiceover */
section.img-solution-two.voiceover-solutions .content-detail .title {
    margin: 30px 0 15px;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #212529;
    text-transform: capitalize;
}

section.img-solution-two.voiceover-solutions .content-detail .desc {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #474747;
    max-width: 465px;
}

section.img-solution-three.voiceover-solution .content-detail .title {
    margin: 30px 0 15px;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #212529;
    text-transform: capitalize;
    max-width: 465px;
}

section.img-solution-three.voiceover-solution .content-detail .desc {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #474747;
    max-width: 465px;
}

section.img-solution-four .content-detail .title {
    margin: 30px 0 15px;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #212529;
    text-transform: capitalize;
}

section.img-solution-four .content-detail .desc {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #474747;
    max-width: 465px;
}

section.two h2 {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 50px;

}

section.two p {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
}

section.subtitle-client-section .outline_button {
    height: auto;
    transition: all .4s ease;
    text-shadow: none;

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #0E0F26;
    padding: 10px;
    gap: 31px;
    border: 1px solid #0E0F26;
    border-radius: 12px;

    display: inline-block;
    align-items: center;
    justify-content: center;
    margin-right: 70px;
    transform: rotate(0.05deg);
}

.tool-five .container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 50px;
}

section.tool-five p.video-title {
    text-align: center;
    /* width: 618px; */
    /* height: 81px; */
    /* left: 411px;
      top: 1411px; */
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #474747;
}

section.tool-five .container .video-status.play {
    background-image: url(https://wavel.ai/assets/images/play.svg);
    background-position: 50% 50%;
    background-size: 48px 48px;
    background-repeat: no-repeat;
}

section.tool-five .container .video-status {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.tool-five .container .video-wrapper {
    /* position: absolute; */
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

section.tool-five {
    padding: 30px 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 100px 80px;
    gap: 50px;
    background: linear-gradient(180deg, #3B053B 0%, #0E0F26 51%);

}

section.tool-five .video-title {
    display: flex;
    align-items: center;
}

section.tool-five .videocontainersub {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

section.tool-five iframe {
    width: 900px;
    height: 500px;
    border-radius: 24px;
}

section.tool-five .video-title p {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 47.04px;
    line-height: 59px;
    color: #FCFCFF;


}

@media (max-width: 991px) {


    section.tool-five .video-title p {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 31.36px;
        line-height: 40px;
        color: #FCFCFF;


    }

    section.tool-five iframe {
        width: 600px;
        height: 400px;
    }
}

@media(min-width:992px) {
    .tool-five video {
        max-width: 850px;
    }

    section.tool-five {
        padding: 40px;
    }


}

@media (max-width: 576px) {
    section.tool-five {
        padding: 40px;
    }

    section.tool-five iframe {
        width: 350px;
        height: 200px;
    }

    section.tool-five .video-title p {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 27.44px;
        line-height: 35px;

    }

    section.solutions-hero .hero .image .imagecontainer .langcontainer {
        padding: 0 0 5px 0 !important;
        gap: 0 !important;
    }
}

.tool-five video {
    width: -webkit-fill-available;
    height: 435px;
    border-radius: 24px;

}

section.connect {
    background-color: #111827;
    color: #fff;
}

section.connect .container {
    text-align: center;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* @media (min-width: 768px) {
    .button-signup {
        padding: 13px 30px;
    }
} */



.button-signup2 {
    background: #6262de;
    border-radius: 10px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    flex: 0 0 auto;
    font-size: 1.025rem;
    font-weight: 600;
    line-height: 1.5rem;
    padding: 10px;
    text-align: center;
    /* -webkit-text-decoration: none #6b7280 solid; */
    text-decoration: none #6b7280 solid;
    text-decoration-thickness: auto;
    transition-duration: .2s;
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -webkit-user-select: none;
    touch-action: manipulation;

}

section.wavel-more .container {
    display: block;
}

section.wavel-more .wrapper {
    border-radius: 22px;
    display: inline-block;
    background: #fff;
    position: relative;
    width: 100%;
    height: 18rem;
    overflow: hidden;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.15);
    margin-bottom: 2rem;
}

section.wavel-more p.header {
    padding: 0 20px;
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #464646;
    text-align: left;
}

section.wavel-more p.content {
    padding: 0 20px;
    text-align: left;
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #464646;
}


section.home-hero-sec-wavel {

    display: grid;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 50px;
    background: #0E0F26;
    justify-items: center;

}

section.home-hero-sec-wavel .herobg {
    position: absolute;
    width: 650px;
    height: 701.84px;
    right: -90px;
    top: 20px;
    z-index: 0;
    background: #830C83;
    filter: blur(480px);
    transform: rotate(120deg);
}

section.home-hero-sec-wavel .hero-audio {
    z-index: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* justify-items: center; */
    align-items: center;
    gap: 30px;
    padding: 40px;
    width: auto;
    max-width: 1440px;
}

section.home-hero-sec-wavel .hero-audio .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;


}

/* section.home-hero-sec-wavel .hero-audio .image-studio img {
    width: 600px;
} */

section.home-hero-sec-wavel .hero-audio .imagecontainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 20px;
    gap: 40px;

    background: rgba(255, 255, 255, 0.4);
    /* Blurs/Dark */
    backdrop-filter: blur(18px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 24px;

}


section.home-hero-sec-wavel .hero-audio .imagecontainer .imgplaybtn {

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    gap: 5px;
    background: #0E0F26;
    border-radius: 12px;

}

section.home-hero-sec-wavel .hero-audio .imagecontainer .imgplaybtn:hover {

    box-shadow: 0px 4px 6.6px rgba(20, 20, 26, 0.15);


}

section.home-hero-sec-wavel .hero-audio .imagecontainer .imgplaybtn .voice-content h2 {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #FCFCFF;

}

section.home-hero-sec-wavel .hero-audio .imagecontainer2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 20px;
    gap: 40px;
    backdrop-filter: blur(18px);
    border-radius: 24px;

}

section.home-hero-sec-wavel .hero-audio .imagecontainer2 .imgplaybtn {

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    gap: 5px;
    background: #0E0F26;
    border-radius: 12px;

}

section.home-hero-sec-wavel .hero-audio .imagecontainer2 .imgplaybtn .voice-content h2 {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #FCFCFF;

}

section.home-hero-sec-wavel .hero-audio .info h1 {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 58px;
    line-height: 74.9px;
    color: #FCFCFF;
}

section.home-hero-sec-wavel .hero-audio .info p {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #B2B2B4;
}

section.home-hero-sec-wavel .hero-audio video {
    width: 100%;
    height: auto;
    border-radius: 40px;
    overflow: hidden;
}

section.home-hero-sec-wavel .hero-audio .image .video-status.play {
    background-image: url(https://wavel.ai/assets/images/play.svg);
    background-position: 50% 50%;
    background-size: 48px 48px;
    background-repeat: no-repeat;
}

section.home-hero-sec-wavel .hero-audio .image .video-status {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-upload {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 80px;
    gap: 50px;
    background: #0E0F26;

}

.section-upload .herobg {
    position: absolute;
    width: 550px;
    height: 401.84px;
    /* right: -95.01px; */
    /* top: calc(50% - 201.84px / 2 - 210.16px); */
    z-index: 0;
    background: #830C83;
    filter: blur(480px);
    transform: rotate(100deg);

}

.section-upload .title {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 58.8px;
    line-height: 74px;
    text-align: center;
    z-index: 0;
    color: #FCFCFF;

}

.section-upload .desc {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;

    color: #E6E6E9;

    font-weight: 400;
    font-size: 20px;
    line-height: 22px;

}

.section-upload .upload-box {
    display: grid;
    z-index: 0;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: auto;
    max-width: 1440px !important;
}

.section-upload .upload-box .upload-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.section-upload .upload-box .upload-content .uploadsec {

    flex-direction: column;
    justify-content: center;
    padding: 20px;
    gap: 20px;
    background: linear-gradient(180deg, #3B053B 0%, #0E0F26 51%);
    border: 1px solid #FCFCFF;
    box-shadow: 0px 8px 24px rgba(20, 20, 26, 0.2);
    border-radius: 24px;
    display: flex;

}

.section-upload .upload-box .upload-content .uploadsec h2 {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 31.36px;
    line-height: 40px;
    color: #FCFCFF;


}

.section-upload .upload-box .upload-content .uploadsec p {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #E6E6E9;

}

.section-upload .upload-box .upload-content2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.section-upload .upload-box .upload-content2 .uploadsec2 {

    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    padding: 20px;
    gap: 20px;


}

.section-upload .upload-box .upload-content2 .uploadsec2 h2 {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 31.36px;
    line-height: 40px;
    color: #FCFCFF;


}

.section-upload .upload-box .upload-content2 .uploadsec2 p {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;

    color: #E6E6E9;

    font-weight: 400;
    font-size: 16px;
    line-height: 22px;



}

@media (max-width: 991px) {

    section.home-hero-sec-wavel {
        padding: 50px 0;
    }

    section.wavel-perfect {
        padding: 30px;
    }

    section.home-hero-sec-wavel .hero-audio {
        display: flex;
        flex-direction: column;
        padding: 20px;
    }

    section.home-hero-sec-wavel .hero-audio .info h1 {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 58.8px;
        line-height: 74px;
        text-align: center;
        color: #FCFCFF;


    }

    section.home-hero-sec-wavel .hero-audio .info p {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        color: #B2B2B4;


    }

    section.home-hero-sec-wavel .hero-audio .info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .voiceclonesection h2.title {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700 !important;
        font-size: 47.04px !important;
        line-height: 59px !important;
        text-align: center;
        color: #FCFCFF;


    }

    .section-upload .title {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 47.04px;
        line-height: 59px;
        text-align: center;
        color: #FCFCFF;


    }

    .section-upload {
        padding: 40px !important;
    }

    .section-upload .upload-box {
        display: flex !important;
        flex-direction: column;
        align-items: center;
    }

    .section-upload .upload-box .upload-content .uploadsec h2 {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 31.36px;
        line-height: 40px;
        color: #FCFCFF;

    }

    .section-upload .upload-box .upload-content .uploadsec p {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #E6E6E9;

    }

    .section-upload .upload-box .upload-content2 .uploadsec2 h2 {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 31.36px;
        line-height: 40px;
        color: #FCFCFF;

    }

    .section-upload .upload-box .upload-content2 .uploadsec2 p {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #E6E6E9;

    }
}

.flag.active {
    opacity: 0.5;
}

.outputcontainer .active {
    display: inline-flex;
}

.inputcontainer .active {
    display: inline-flex;
}

.popover {
    position: absolute;
    color: black;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    white-space: nowrap;
    z-index: 1000;
    display: none;
    margin-top: 5px;
    background: #FCFCFF;
    border-radius: 4px;

}

.popover.visible {
    display: block;
}

@media (max-width: 576px) {
    section.home-hero-sec-wavel .hero-audio .image-studio img {
        width: 400px;
    }

    section.home-hero-sec-wavel .hero-audio {
        display: flex;
        flex-direction: column;
        padding: 10px;
    }

    section.home-hero-sec-wavel .hero-audio .imagecontainer {
        grid-template-columns: 1fr;
    }

    section.home-hero-sec-wavel .hero-audio .imagecontainer2 {
        grid-template-columns: 1fr;
    }

    section.home-hero-sec-wavel .hero-audio .info h1 {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 31.36px;
        line-height: 40px;
        text-align: center;
        color: #FCFCFF;

    }

    section.home-hero-sec-wavel .hero-audio .info p {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #B2B2B4;

    }

    section.home-hero-sec-wavel .hero-audio .info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .voiceclonesection h2.title {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700 !important;
        font-size: 35.28px !important;
        line-height: 44px !important;
        text-align: center;
        color: #FCFCFF;

    }

    .section-upload .title {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 31.36px;
        line-height: 40px;
        text-align: center;
        color: #FCFCFF;


    }

    .section-upload {
        padding: 20px !important;
    }

    .section-upload .upload-box {
        display: flex !important;
        flex-direction: column;
        align-items: center;
    }

    .section-upload .upload-box .upload-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 300px;
    }

    .section-upload .upload-box .upload-content .uploadsec h2 {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 31.36px;
        line-height: 40px;
        color: #FCFCFF;

    }

    .section-upload .upload-box .upload-content .uploadsec p {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #E6E6E9;

    }
}

#player {
    width: 560px;
    height: 315px;
    position: relative;
    overflow: hidden;
}

#player video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    /* Disable pointer events to prevent controls from showing */
}


section.wavel-perfect {
    padding: 100px 80px;
    z-index: 0;
}

.voiceclonesection p.desc {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #676768;

}

.voiceclonesection h2.title {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 47.04px;
    line-height: 59px;
    text-align: center;
    color: #FCFCFF;

}


.wavel-perfect .perfect-box {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    padding: 20px;
    gap: 20px;
    width: -webkit-fill-available;
    background: linear-gradient(180deg, #d4d6f9 0%, #bbbef7 100%);
    border: 1px solid #7189ff;
    border-radius: 14px;
}

.wavel-perfect .contentcontainer {
    display: grid;
    width: -webkit-fill-available;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}

.wavel-perfect .contentcontainer .inputcontainer {
    display: inline-block;
}

.wavel-perfect .contentcontainer .inputcontainer .imgcontainer {
    height: auto;
}

.wavel-perfect .contentcontainer .outputcontainer .imgcontainer {
    height: auto;
}

.wavel-perfect .contentcontainer .inputcontainer .imgcontainer p {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #676768;
    margin-top: 0;
    margin-bottom: 0;
}

.wavel-perfect .contentcontainer .inputcontainer .imgcontainer img {
    margin-top: 5px;
    margin-bottom: 5px;
}

.wavel-perfect .contentcontainer .inputcontainer .playvoicecontainer {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e6e6e9;
    border-radius: 12px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.playvoicecontainer span {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #0e0f26;
}


.wavel-perfect .contentcontainer .outputcontainer {
    display: inline-block;
}

.wavel-perfect .contentcontainer .outputcontainer .imgcontainer p {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #676768;
    margin-top: 0;
    margin-bottom: 0;
    width: max-content;
}

.wavel-perfect .contentcontainer .outputcontainer .imgcontainer img {
    margin-top: 5px;
    margin-bottom: 5px;
}

.wavel-perfect .contentcontainer .outputcontainer .playvoicecontainer {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e6e6e9;
    border-radius: 12px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.wavel-perfect .voice-btnd {
    background: linear-gradient(76.01deg, #9556fc 12.94%, rgba(0, 85, 253, 0.9) 95.44%);
    border-radius: 35px;
    transform: matrix(1, 0, 0, 1, 0, 0);
    font-weight: 700;
    font-size: 20x;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 9px 42px;
    border: none;
    margin: 10px auto;
    display: flex;
    margin-top: 160px !important;
    justify-content: center;
}

@media (max-width: 768px) {
    section.wavel-perfect {
        padding: 0px;
        display: flex;
        align-items: center;
    }

    .wavel-perfect .container .col-lg-6 {
        position: relative;
        width: 100%;
    }

    .wavel-perfect .voice-btnd {
        margin-top: 0 !important;
        margin-bottom: 20px !important;
    }

    .wavel-perfect .container {
        padding: 10px !important;
    }
}

.wavel-perfect .perfect-content {
    background: #fff;
    box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.09);
    border-radius: 27px;
    padding: 24px 12px;
    top: 70%;
    width: 100%;
    max-width: 235px;
    height: 100%;
    max-height: 230px;
}

.wavel-perfect .perfect-content.odd p.title {
    color: #9b00fa;
}

.wavel-perfect .perfect-content.even p.title {
    color: #0596ff;
}

.wavel-perfect .perfect-content p.title {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    margin-top: 0;
}

.wavel-perfect .perfect-content p.desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #343434;
    text-align: center;
    margin-top: 0;
}

.wavel-perfect .perfect-box .play-btn {
    position: absolute;
    top: 30%;
    left: 30%;
    background: #fff;
    height: 72px;
    width: 73px;
    border-radius: 50px;
    opacity: 0.7;
}

.wavel-perfect .perfect-box .play-btn p.fa.fa-play {
    font-family: "FontAwesome" !important;
    color: #ad97f7;
    padding: 28px 31px;
    font-size: 29px;
    margin-top: -7px;
    margin-left: -3px;
}

.wavel-perfect .perfect-box .play-btn p.fa.fa-pause {
    font-family: "FontAwesome" !important;
    color: #ad97f7;
    padding: 28px 31px;
    font-size: 29px;
    margin-top: -7px;
    margin-left: -3px;
}

@media (max-width: 991.98px) {
    .wavel-perfect .perfect-box {
        margin-top: 10px;
        align-items: flex-start;
    }

    .wavel-perfect .container .col-lg-6 {
        position: relative;
        width: 100%;
    }

    .wavel-perfect .perfect-box h3 {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 27.44px;
        line-height: 35px;
    }

    .wavel-perfect .container {
        padding: 40px;
    }
}

.wavel-perfect .perfect-box h3 {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 27.44px;
    line-height: 35px;
    color: #0e0f26;
}

@media (max-width: 575.98px) {
    .wavel-perfect .perfect-box {
        margin-top: 10px;
        align-items: flex-start;
    }

}

@media (max-width: 400px) {
    .wavel-perfect .contentcontainer .inputcontainer .imgcontainer {
        height: 100px;
    }

    .wavel-perfect .contentcontainer .outputcontainer .imgcontainer {
        height: 100px;
    }
}



section.video-section {
    padding: 50px 0;
}

section.video-section .container {
    display: block;
}

section.video-section h2.title {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    color: rgba(17, 24, 39, 0.8);

}

section.video-section p.desc {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: rgba(17, 24, 39, 0.8);
}

section.video-section p.header {
    padding: 0 20px;
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    color: #212529;
    margin: 0;
}

section.video-section p.content {
    padding: 0 20px;
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #474747;
}

#testimonial4 .carousel-inner .carousel-item .testimonial-desc p {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;

    color: #474747;
}

section.connect .container .mac-img {
    width: 100%;
}

section.voice-caption {

    padding: 100px 0px 0px;
    background: #0E0F26;

}

section.voice-caption h1 {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 58.8px;
    line-height: 74px;
    color: #FCFCFF;
}

section.voice-caption p {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #B2B2B4;

}

section.voice-caption .herobg {
    position: absolute;
    width: 550px;
    height: 701.84px;
    /* right: -95.01px; */
    top: 10px;
    z-index: 0;
    background: #830C83;
    filter: blur(480px);
    transform: rotate(120deg);
}

section.voice-caption .info-right {

    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    gap: 40px;



    background: rgba(252, 252, 255, 0.1);

    backdrop-filter: blur(150px);

    border-radius: 24px;


}

section.voice-caption .info-right .volumecontainer {
    display: flex;
    grid-template-columns: 1fr 1fr 4fr;
    justify-items: center;
    align-items: center;
    width: -webkit-fill-available;
    justify-content: space-around;
    gap: 10px;

}

section.voice-caption .info-right .volumecontainer p {
    margin-bottom: 0;
    margin-top: 0;

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;


    color: #FCFCFF;


}

section.voice-caption .info-right .volume-text {
    overflow-x: hidden;
    height: 200px;
    scrollbar-width: none;

}

section.voice-caption .info-right .volume-text p {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #B2B2B4;
    text-align: start;
}

section.voice-caption .captions-card {
    padding: 40px;
    z-index: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.voice-caption .captions-card .container {
    width: auto;
    max-width: 960px !important;
}

section.voice-caption .captions-card .title {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 47.04px;
    line-height: 59px;
    text-align: center;
    color: #FCFCFF;
    padding: 20px 0;

}

section.voice-caption .captions-card img {
    border-radius: 24px;
}

section.voice-section {

    padding: 100px 0px 0px 0px;
    background: #0E0F26;

}

section.voice-section .herobg {
    position: absolute;
    width: 550px;
    height: 701.84px;
    right: -95.01px;
    top: 10px;
    /* z-index: 0; */
    background: #830C83;
    filter: blur(480px);
    transform: rotate(120deg);
}

section.voice-section h1 {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 58.8px;
    line-height: 74px;
    color: #FCFCFF;
}

section.voice-section p {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #676768;
    margin-bottom: 0px;
    margin-top: 0px;

}

.hero-image-form {
    padding: 22px 14px 11px 11px;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
    box-shadow: 1px 2px 6px 3px rgba(0, 0, 0, 0.06);
    border-radius: 35px;
    max-width: 484px;
    width: 100%;
}

.select-dropdowns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.select-dropdowns select {
    background: #f2fafe;
    border-radius: 35px;
    padding: 16px 28px 16px 23px;
    border: 0;
    appearance: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: rgba(17, 24, 39, 0.8);
}

.select-dropdowns svg {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.voice-style-select,
.language-select,
.profile-select {
    position: relative;
}

.language-select,
.profile-select {
    padding-right: 11px;
}

.select-dropdowns select:focus-visible,
.hero-image-form textarea:focus-visible {
    border: 0;
    box-shadow: none;
    outline: none;
}

.hero-image-form textarea {
    border: 0;
    background: #f2fafe;
    border-radius: 35px;
    margin-top: 22px;
    margin-bottom: 16px;
    min-height: 193px;
    width: 100%;
    padding: 20px;
}

.hero-image-form button {
    background: linear-gradient(89.99deg, #00C8F3 33.71%, rgba(0, 85, 253, 0.9) 89.28%);
    border: none;
    /* border: 1px solid #000000; */
    border-radius: 35px;
    width: 100%;
    padding: 11px 13px;
    min-height: 42px;
    color: #fff;
}



section.voiceover-video {
    padding: 40px 0;
}

section.voiceover-video .container {
    display: block;
}

section.voiceover-video h2.title {
    color: #474747;
}

section.voiceover-video p.content {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #474747;
}

section.video-tool {
    padding: 40px 0;
}

section.video-tool .container {
    display: block;
    width: auto;
    max-width: 1440px !important;
}

section.video-tool h2.title {
    text-align: center;
}

section.video-tool p {
    color: #474747;
}

@media (max-width:991.98px) {
    section.voice-section {
        padding: 20px !important;
    }

    section.discover-voice {
        padding: 30px !important;
    }

    section.voice-section .hero-image-form {
        margin-top: 40px;
    }
}

.voiceover-video .card .card-img {
    position: relative;
    padding-top: 70%;
}

.voiceover-video .card .card-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.customize-support {
    overflow-x: hidden;
}

section.usecase {
    padding: 10px;
    background: transparent;
}

section.usecase .container {
    display: block;
}

section.usecase .container .title {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    margin: 30px 0 15px;
}

section.usecase .container .subtitle {
    text-align: center;
    font-size: 1.45rem;
}

section.subtitle-client-section .content-desc {
    text-align: center;
    font-size: 1.45rem;
    max-width: 85%;
}

section.usecase .container .video-target {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 56.25%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    border-radius: 25px;
    background-color: rgba(0, 0, 0, .08);
    cursor: pointer;
}

section.usecase .container .video-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

section.usecase .container .video-status.play {
    background-image: url(https://wavel.ai/assets/images/play.svg);
    background-position: 50% 50%;
    background-size: 48px 48px;
    background-repeat: no-repeat;
}

section.usecase .container .video-status {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.usecase .container .video-info {
    display: flex;
    margin-top: 0;
    padding-top: 16px;
    align-items: center;
    align-self: stretch;
}

section.usecase .container .video .video-group-title {
    font-weight: 700;
    font-size: 1rem;
    line-height: 41px;
    text-align: left;
    width: 100%;
}

/* dubbing page */
.section-ambitious {
    padding: 45px 10px 40px 10px;
    background: linear-gradient(180deg, #0E0F26 0%, #1D1F4F 100%);
}

.section-ambitious .container {
    display: block;
    width: -webkit-fill-available;
    max-width: 1440px !important;

}

.section-ambitious .container .sec-title {
    display: flex;
    padding: 30px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    /* align-items: center; */
    gap: 30px;
}

.section-ambitious h2.title {
    margin: 0 auto;

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 58.8px;
    line-height: 74px;
    /* text-align: center; */
    color: #FCFCFF;

}

.section-ambitious .testimonial-box .content-img {
    margin-left: auto;
}

.section-ambitious .testimonial-box .content-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 7px;
    gap: 10px;
    width: 150px;
    height: 150px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .05), rgba(234, 230, 255, .05));
    box-shadow: inset 0 4px 24px rgba(0, 0, 0, .25), inset 0 -4px 24px rgba(0, 0, 0, .25);
    border-radius: 200px;
    flex: none;
    order: 0;
    flex-grow: 0;
    z-index: 0;
}

.section-ambitious p.desc {


    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    /* text-align: center; */
    color: #FEFEFF;

}

#hoverSection {
    position: relative;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
}

#hoverSection .cimg {
    position: absolute;
    top: -50%;
    left: -30%;
    right: 0;
    bottom: 0;
    overflow: hidden;
    transition: top 1s ease-in-out;
}

#hoverSection:hover .cimg {
    top: -10%;
}

#hoverSection1 {
    position: relative;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
}

#hoverSection1 .cimg1 {
    position: absolute;
    top: 56%;
    left: -60%;
    right: 0;
    bottom: 0;
    /* Adjusted to match the height of the parent */
    overflow: hidden;
    transition: transform 1s ease-in-out, left 1s ease-in-out;
    /* Use transform for smoother animation */
}

#hoverSection1:hover .cimg1 {
    transform: translate(30px);
    left: -10%;
}

#hoverSection2 {
    position: relative;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
}

#hoverSection2 .cimg2 {
    position: absolute;
    top: -10%;
    left: 100%;
    right: -40%;
    bottom: 0;
    overflow: hidden;
    transition: transform 1s ease-in-out, left 1s ease-in-out;
}

#hoverSection2:hover .cimg2 {
    transform: translate(70px);
    left: 40%;
}

#hoverSection3 {
    position: relative;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
}

#hoverSection3 .cimg3 {
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    top: 55%;
    right: -35%;
    position: absolute;
}

#hoverSection3:hover .cimg3 {
    transform: translate(-10%, -2%);
}

/* Repeat the pattern for #hoverSection1, #hoverSection2, and #hoverSection3 */

.section-ambitious .testimonial-box {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: flex-end;
    padding: 40px;
    height: 600px;
    background: linear-gradient(180deg, #0E0F26 0%, #1D1F4F 100%);
    box-shadow: -4px -4px 16px rgba(255, 255, 255, 0.2), 4px 4px 16px rgba(0, 0, 0, 0.2);
    border-radius: 24px;
}

.section-ambitious .testimonial-box .content-text h2 {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 58.8px;
    line-height: 74px;
    color: #FCFCFF;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.section-ambitious .testimonial-box .content-text p {
    font-family: 'Outfit', 'Roboto', sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FCFCFF;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.section-ambitious .testimonial-box .content-img,
.section-ambitious .testimonial-box .content-img1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
    gap: 10px;
    width: 150px;
    height: 150px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(234, 230, 255, 0.05) 100%);
    box-shadow: inset 0px 4px 24px rgba(0, 0, 0, 0.25), inset 0px -4px 24px rgba(0, 0, 0, 0.25);
    border-radius: 200px;
    z-index: 0;
}

.section-ambitious-captions {
    padding: 100px 80px;
}

.section-ambitious-captions .container {
    display: block;
    width: auto;
    max-width: 1440px;

}

.section-ambitious-captions .container .sec-title {
    display: flex;
    padding: 30px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.section-ambitious-captions h2.title {
    margin: 0 auto;

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 58.8px;
    line-height: 74px;
    text-align: center;
    color: #0E0F26;


}

.section-ambitious-captions .testimonial-box .content-img {
    margin-left: auto;
}

.section-ambitious-captions .testimonial-box .content-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 7px;
    gap: 10px;
    width: 150px;
    height: 150px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .05), rgba(234, 230, 255, .05));
    box-shadow: inset 0 4px 24px rgba(0, 0, 0, .25), inset 0 -4px 24px rgba(0, 0, 0, .25);
    border-radius: 200px;
    flex: none;
    order: 0;
    flex-grow: 0;
    z-index: 0;
}


.section-ambitious-captions .testimonial-box .content-img0 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 7px;
    gap: 10px;
    width: 150px;
    height: 150px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .05), rgba(234, 230, 255, .05));
    box-shadow: inset 0 4px 24px rgba(0, 0, 0, .25), inset 0 -4px 24px rgba(0, 0, 0, .25);
    border-radius: 200px;
    flex: none;
    order: 0;
    flex-grow: 0;
    z-index: 0;
}

.section-ambitious-captions .testimonial-box .content-img0 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
    gap: 10px;
    width: 150px;
    height: 150px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(234, 230, 255, 0.05) 100%);
    box-shadow: inset 0px 4px 24px rgba(0, 0, 0, 0.25), inset 0px -4px 24px rgba(0, 0, 0, 0.25);
    border-radius: 200px;
    z-index: 0;
}

.section-ambitious-captions p.desc {


    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #FEFEFF;

}

.section-ambitious-captions #hoverSection {
    position: relative;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
}

.section-ambitious-captions #hoverSection .cimg {
    position: absolute;
    top: -50%;
    left: -30%;
    right: 0;
    bottom: 0;
    overflow: hidden;
    transition: top 1s ease-in-out;
}

.section-ambitious-captions #hoverSection:hover .cimg {
    top: -10%;
}

.section-ambitious-captions #hoverSection1 {
    position: relative;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
}

.section-ambitious-captions #hoverSection1 .cimg1 {
    position: absolute;
    top: 56%;
    left: -60%;
    right: 0;
    bottom: 0;
    overflow: hidden;
    transition: transform 1s ease-in-out, left 1s ease-in-out;
}

.section-ambitious-captions #hoverSection1:hover .cimg1 {
    transform: translate(30px);
    left: -10%;
}

.section-ambitious-captions #hoverSection2 {
    position: relative;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
}

.section-ambitious-captions #hoverSection2 .cimg2 {
    position: absolute;
    top: -10%;
    left: 100%;
    right: -40%;
    bottom: 0;
    overflow: hidden;
    transition: transform 1s ease-in-out, left 1s ease-in-out;
}

.section-ambitious-captions #hoverSection2:hover .cimg2 {
    transform: translate(70px);
    left: 40%;
}

.section-ambitious-captions #hoverSection3 {
    position: relative;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
}

.section-ambitious-captions #hoverSection3 .cimg3 {
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    top: 55%;
    right: -35%;
    position: absolute;
}

.section-ambitious-captions #hoverSection3:hover .cimg3 {
    transform: translate(-10%, -2%);
}

.section-ambitious-captions .testimonial-box {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: flex-end;
    padding: 40px;
    height: 600px;
    background: linear-gradient(180deg, #0E0F26 0%, #3B053B 100%);
    box-shadow: -4px -4px 16px rgba(255, 255, 255, 0.2), 4px 4px 16px rgba(0, 0, 0, 0.2);
    border-radius: 24px;
}

.section-ambitious-captions .testimonial-box .content-text h2 {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 58.8px;
    line-height: 74px;
    color: #FCFCFF;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.section-ambitious-captions .testimonial-box .content-text p {
    font-family: 'Outfit', 'Roboto', sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FCFCFF;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

video#hoverVideotranslate {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    border-radius: 24px;
}

.section-ambitious-captions .testimonial-box1 {
    display: flex;
    grid-template-columns: 1fr 1fr;
    justify-content: space-around;
    align-items: center;
    padding: 40px;
    height: auto;
    background: linear-gradient(80deg, #0E0F26 0%, #3B053B 100%);
    box-shadow: -4px -4px 16px rgba(255, 255, 255, 0.2), 4px 4px 16px rgba(0, 0, 0, 0.2);
    border-radius: 24px;
}

.section-ambitious-captions .testimonial-box1 .content-text h2 {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 58.8px;
    line-height: 74px;
    color: #FCFCFF;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.section-ambitious-captions .testimonial-box1 .content-text p {
    font-family: 'Outfit', 'Roboto', sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FCFCFF;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.section-ambitious-captions .testimonial-box .content-img,
.section-ambitious-captions .testimonial-box1 .content-img1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
    gap: 10px;
    width: 150px;
    height: 150px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(234, 230, 255, 0.05) 100%);
    box-shadow: inset 0px 4px 24px rgba(0, 0, 0, 0.25), inset 0px -4px 24px rgba(0, 0, 0, 0.25);
    border-radius: 200px;
    z-index: 0;
}


section.dubbing-solution {
    padding: 100px 80px 50px 80px;
    background: #0e0f26;

}

section.dubbing-solution .container {
    max-width: 1440px;
    width: auto;
    display: contents;
}

section.dubbing-solution .herobg {
    position: absolute;
    width: 550px;
    height: 701.84px;
    /* right: -95.01px; */
    top: 10px;
    z-index: 0;
    background: #830C83;
    filter: blur(480px);
    transform: rotate(120deg);

}

section.dubbing-solution .hero .info {
    gap: 10px;
    display: flex;
    width: 100%;
    flex-direction: column;
    /* align-items: center; */
}

section.dubbing-solution .hero .info h1 {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 58.8px;
    line-height: 74px;
    color: #FCFCFF;
    z-index: 0;
}

section.dubbing-solution .hero .info p {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #B2B2B4;
    z-index: 0;
}

section.dubbing-solution .hero .imagecontainer {
    width: fit-content;
    height: fit-content;
    padding: 20px;
    background: #FCFCFF;
    box-shadow: 0px 16px 32px rgba(20, 20, 26, 0.3);
    border-radius: 24px;
}

section.solutions-hero .hero .image .imagecontainer {
    width: fit-content;
    height: fit-content;
    padding: 20px;
    background: #FCFCFF;
    box-shadow: 0px 16px 32px rgba(20, 20, 26, 0.3);
    border-radius: 24px;
}

.dubbing-images-mobile {
    display: none;
}

.dubbing-images2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    z-index: 0;
    padding: 0 30px;
    max-width: 1440px;
}

.dubbing-images3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    z-index: 0;
    padding: 0 30px;
    max-width: 1440px;

}

.dubbing-images2 .bg-img {
    position: relative;

}

.dubbing-images2 .content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    padding: 20px;
}

.dubbing-images2 .content-overlay .content-dub {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 30px;
}

.dubbing-images2 .content-overlay .content-dub h2 {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 19.6px;
    line-height: 25px;
    color: #FCFCFF;



}

.dubbing-images2 .content-overlay .content-dub p {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #E6E6E9;


}

.dubbing-images3 .bg-img {
    position: relative;

}

.dubbing-images3 .content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    padding: 20px;
}

.dubbing-images3 .content-overlay .content-dub {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 30px;
}

.dubbing-images3 .content-overlay .content-dub h2 {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 19.6px;
    line-height: 25px;
    color: #FCFCFF;



}

.dubbing-images3 .content-overlay .content-dub p {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #E6E6E9;


}

.dubbing-images2-mobile {
    display: none;
}

@media (min-width: 1024px)and(max-width: 1024px) {
    .dubbing-images-mobile {
        display: none !important;
    }
}

@media (max-width: 992px) {
    section.dubbing-solution .hero .info {
        align-items: center;
    }

    section.dubbing-solution .hero .imagecontainer {
        width: 100%;
        padding: 15px;
        border-radius: 18px;
    }

    section.solutions-hero .hero .image .imagecontainer {
        width: 100%;
        padding: 15px;
        border-radius: 18px;
    }

    .titlevoicedub {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700 !important;
        font-size: 47.04px !important;
        line-height: 59px !important;
        text-align: center;
        color: #FCFCFF;
        padding: 10px;
    }

    section.dubbing-solution .hero .info h1 {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 58.8px;
        line-height: 74px;
        text-align: center;

    }

    section.dubbing-solution .hero .info p {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        text-align: center;

    }

    .dubbing-images2 {
        display: none !important;
    }

    .dubbing-images3 {
        display: none !important;
    }

    .dubbing-images2-mobile {
        display: block;
    }

    .dubbing-images2-mobile .imgcontainer {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .dubbing-images2-mobile .bg-img {
        position: relative;

    }

    .dubbing-images2-mobile .bg-img .img-fluid {
        max-width: 100%;
        height: -webkit-fill-available;
    }

    .dubbing-images2-mobile .content-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: start;
        padding: 20px;
    }

    .dubbing-images2-mobile .content-overlay .content-dub {
        display: flex;
        flex-direction: column;
        gap: 5px;
        padding: 40px;
    }

    .dubbing-images2-mobile .content-overlay .content-dub h2 {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 19.6px;
        line-height: 25px;
        color: #FCFCFF;



    }

    .dubbing-images2-mobile .content-overlay .content-dub p {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #E6E6E9;


    }

    section.solutions-herodub {
        padding: 20px;
    }



    section.solutions-herodub h2 {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 47.04px;
        line-height: 59px;
        text-align: center;
        color: #0E0F26;

    }

    .section-ambitious h2.title {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 47.04px;
        line-height: 59px;
        /* text-align: center; */
        color: #FCFCFF;

        mix-blend-mode: normal;

    }

    .section-ambitious p.desc {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        color: #FEFEFF;

    }

    .section-ambitious .testimonial-box .content-text h2 {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 47.04px;
        line-height: 59px;
        color: #FCFCFF;

    }

    .section-ambitious .testimonial-box .content-text p {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #FCFCFF;

    }

    section.solutions-herodubworks h2 {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700 !important;
        font-size: 47.04px !important;
        line-height: 59px !important;
        text-align: center;
        color: #0E0F26;


    }

    section.solutions-herodubworks {
        padding: 30px;
    }

    section.solutions-herodubworks .content-dub .content-img {
        margin-bottom: 20%;
    }

    section.solutions-herodubworks .content-dub {
        padding: 50px;
    }

    .subtitle-client-section .content_title {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700 !important;
        font-size: 47.04px !important;
        line-height: 59px !important;
        text-align: center;
        color: #0E0F26;


    }

    .subtitle-client-section .content_desc {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400 !important;
        font-size: 18px !important;
        line-height: 26px !important;
        text-align: center;
        color: #676768;

    }

    section.subtitle-client-section {
        padding: 40px !important;
    }

}

@media (max-width: 576px) {
    section.dubbing-solution {
        padding: 20px;
    }

    section.dubbing-solution .hero .info {
        align-items: center;
    }

    section.solutions-herodubworks {
        padding: 10px;
    }

    section.solutions-herodubworks .row {
        display: flex;
        gap: 20px;

    }

    section.solutions-herodub {
        padding: 20px;
    }

    section.solutions-herodubworks .content-dub .content-img {
        margin-bottom: 1%;
    }

    section.solutions-herodubworks .content-dub {
        padding: 20px;
    }


    section.dubbing-solution .hero .imagecontainer {
        width: 100%;
        padding: 10px;
        border-radius: 12px;
    }

    section.solutions-hero .hero .image .imagecontainer {
        width: 100%;
        padding: 10px;
        border-radius: 12px;
    }

    .titlevoicedub {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700 !important;
        font-size: 35.28px !important;
        line-height: 44px !important;
        text-align: center;
        color: #FCFCFF;
    }

    section.dubbing-solution .hero .info h1 {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 35.28px;
        line-height: 44px;
        text-align: center;


    }

    section.dubbing-solution .hero .info p {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        text-align: center;

    }

    section.solutions-herodub h2 {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 31.36px;
        line-height: 40px;
        text-align: center;
        color: #0E0F26;

    }

    .section-ambitious h2.title {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 31.36px;
        line-height: 40px;
        text-align: center;
        color: #FCFCFF;

        mix-blend-mode: normal;


    }

    .section-ambitious p.desc {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        color: #FEFEFF;

    }

    .section-ambitious .testimonial-box .content-text h2 {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 31.36px;
        line-height: 40px;
        color: #FCFCFF;


    }

    .section-ambitious .testimonial-box .content-text p {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #FCFCFF;
    }

    section.solutions-herodubworks h2 {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600 !important;
        font-size: 31.36px !important;
        line-height: 40px !important;
        text-align: center;
        color: #0E0F26;

    }

    section.subtitle-client-section {
        padding: 20px !important;
    }

    .subtitle-client-section .content_title {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600 !important;
        font-size: 31.36px !important;
        line-height: 40px !important;
        text-align: center;
        color: #0E0F26;

    }

    .subtitle-client-section .content_desc {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400 !important;
        font-size: 14px !important;
        line-height: 20px !important;
        text-align: center;
        color: #676768;


    }

    .dubbing-images2-mobile .imgcontainer {
        display: grid;
        grid-template-columns: 1fr;
    }

    .dubbing-images2-mobile .bg-img {
        position: relative;

    }

    .dubbing-images2-mobile .content-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: start;
        padding: 20px;
    }

    .dubbing-images2-mobile .content-overlay .content-dub {
        display: flex;
        flex-direction: column;
        /* gap: 5px; */
        padding: 10px;
    }

    .dubbing-images2-mobile .content-overlay .content-dub h2 {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 19.6px;
        line-height: 25px;
        color: #FCFCFF;



    }

    .dubbing-images2-mobile .content-overlay .content-dub p {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #E6E6E9;


    }

}

.titlevoicedub {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 47.04px;
    line-height: 59px;
    text-align: center;
    color: #FCFCFF;
    z-index: 0;
    width: auto;
    max-width: 1440px;
}

section.dubbing-solution .hero .imagecontainer video {
    width: 100%;
    border-radius: 24px;
}

section.dubbing-solution .hero .imagecontainer .langcontainer {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 5px;
}

.langcontainer .btnlang img {
    width: 36px;
    height: 36px;
}

section.dubbing-solution .hero .imagecontainer .langcontainer .lang1:hover {
    background: #98A7FF;
    border: 1px solid #4757A1;
    box-shadow: 0px 4px 6.6px rgba(20, 20, 26, 0.15);
    border-radius: 12px;
    color: #FCFCFF;
}

section.dubbing-solution .hero .imagecontainer .langcontainer .lang2:hover {
    background: #98A7FF;
    border: 1px solid #4757A1;
    box-shadow: 0px 4px 6.6px rgba(20, 20, 26, 0.15);
    border-radius: 12px;
    color: #FCFCFF;
}

section.dubbing-solution .hero .imagecontainer .langcontainer .lang3:hover {
    background: #98A7FF;
    border: 1px solid #4757A1;
    box-shadow: 0px 4px 6.6px rgba(20, 20, 26, 0.15);
    border-radius: 12px;
    color: #FCFCFF;
}

section.dubbing-solution .hero .imagecontainer .langcontainer .lang2 {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 15px;
    gap: 10px;

    margin: 0 auto;

    background: #EAECFF;
    box-shadow: 0px 4px 6.6px rgba(20, 20, 26, 0.15);
    border-radius: 12px;

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    color: #0E0F26;

}

section.dubbing-solution .hero .imagecontainer .langcontainer .lang1 {


    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    gap: 10px;

    margin: 0 auto;


    background: #EAECFF;
    box-shadow: 0px 4px 6.6px rgba(20, 20, 26, 0.15);
    border-radius: 12px;

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    color: #0E0F26;


}

section.dubbing-solution .hero .imagecontainer .langcontainer .lang3 {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px 15px;
    gap: 10px;

    margin: 0 auto;

    background: #830C83;
    box-shadow: 0px 4px 6.6px rgba(20, 20, 26, 0.15);
    border-radius: 12px;

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    text-align: center;

    color: #FCFCFF;


}


section.solutions-hero .hero .image .imagecontainer video {
    width: 100%;
    border-radius: 24px;
}

section.solutions-hero .hero .image .imagecontainer .langcontainer {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 5px;
    padding: 10px;
}

section.solutions-hero .hero .image .imagecontainer .langcontainer .lang1:hover {
    background: #98A7FF;
    border: 1px solid #4757A1;
    box-shadow: 0px 4px 6.6px rgba(20, 20, 26, 0.15);
    border-radius: 12px;
    color: #FCFCFF;
}

section.solutions-hero .hero .image .imagecontainer .langcontainer .lang2:hover {
    background: #98A7FF;
    border: 1px solid #4757A1;
    box-shadow: 0px 4px 6.6px rgba(20, 20, 26, 0.15);
    border-radius: 12px;
    color: #FCFCFF;
}

section.solutions-hero .hero .image .imagecontainer .langcontainer .lang3:hover {
    background: #98A7FF;
    border: 1px solid #4757A1;
    box-shadow: 0px 4px 6.6px rgba(20, 20, 26, 0.15);
    border-radius: 12px;
    color: #FCFCFF;
}

section.solutions-hero .hero .image .imagecontainer .langcontainer .lang2 {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #EAECFF;
    box-shadow: 0px 4px 6.6px rgba(20, 20, 26, 0.15);
    border-radius: 12px;

    gap: 10px;

    margin: 0 auto;

    background: #EAECFF;
    box-shadow: 0px 4px 6.6px rgba(20, 20, 26, 0.15);
    border-radius: 12px;

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    color: #0E0F26;

}

section.solutions-hero .hero .image .imagecontainer .langcontainer .lang1 {


    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    gap: 10px;

    margin: 0 auto;


    background: #EAECFF;
    box-shadow: 0px 4px 6.6px rgba(20, 20, 26, 0.15);
    border-radius: 12px;

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    color: #0E0F26;


}

section.solutions-hero .hero .image .imagecontainer .langcontainer .lang3 {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    gap: 5px;

    margin: 0 auto;

    background: #830C83;
    box-shadow: 0px 4px 6.6px rgba(20, 20, 26, 0.15);
    border-radius: 12px;

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    text-align: center;

    color: #FCFCFF;


}

@media (max-width: 992px) {
    section.dubbing-solution .hero .imagecontainer .langcontainer .lang1 {
        padding: 15px;

    }

    section.dubbing-solution .hero .imagecontainer .langcontainer .lang2 {
        padding: 30px 15px;
    }

    section.dubbing-solution .hero .imagecontainer .langcontainer .lang3 {
        padding: 30px 15px;
    }

    section.solutions-hero .hero .image .imagecontainer .langcontainer .lang1 {
        padding: 5px;

    }

    section.solutions-hero .hero .image .imagecontainer .langcontainer .lang2 {
        padding: 5px;
    }

    section.solutions-hero .hero .image .imagecontainer .langcontainer .lang3 {
        padding: 5px;
    }

    section.dubbing-solution .dubbing-images {
        display: none !important;
    }

    .dubbing-images-mobile {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 576px) {
    section.dubbing-solution .hero .imagecontainer .langcontainer .lang1 {
        padding: 5px;

    }

    section.dubbing-solution .hero .imagecontainer .langcontainer .lang2 {
        padding: 15px 5px;
    }

    section.dubbing-solution .hero .imagecontainer .langcontainer .lang3 {
        padding: 15px 5px;
    }

    section.solutions-hero .hero .image .imagecontainer .langcontainer .lang1 {
        padding: 5px;

    }

    section.solutions-hero .hero .image .imagecontainer .langcontainer .lang2 {
        padding: 5px;
    }

    section.solutions-hero .hero .image .imagecontainer .langcontainer .lang3 {
        padding: 5px;
    }

    section.dubbing-solution .dubbing-images {
        display: none !important;
    }

    section.solutions-hero .hero .image {
        padding: 5px;
    }
}

section.dubbing-section-one .content-detail .title {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #212529;
}

section.dubbing-section-one .content-detail p.desc {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #474747;
    margin: 0;
    max-width: 509px;
}

section.dubbing-section-two .content-detail .title {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #6262de;
}

section.dubbing-section-two .content-detail p.desc {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #474747;
    margin: 0;
    max-width: 509px;
}

@media (min-width: 991.98px) and (max-width: 1199.98px) {
    section.dubbing-section-two .info-image .sec-img {
        margin-left: 0;
    }
}

section.dubbing-solution .dubbing-images {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-content: center;
    grid-gap: 20px;
    padding: 40px;
    z-index: 1;
    align-items: center;
    justify-items: center;
}



/* client sec */
.client-sec {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: flex;
    flex: none;
    order: 1;
    flex-grow: 0;
    align-items: center;
    padding: 100px 0px;
    gap: 50px;
    width: auto;
    max-width: 1440px;
}

.client-box {
    background: #0e0f26;

}

.marquee-wrapper {
    overflow: hidden;
    white-space: nowrap;
}

.marquee-block {
    display: inline-block;
    animation: marquee-animation 20s linear infinite;
}

@keyframes marquee-animation {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* Adjust as needed */
.marquee-item {
    display: inline-block;
    margin-right: 20px;
    /* Adjust spacing between items */
}

.client-sec p span {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 47.04px;
    line-height: 59px;
    text-align: center;
    color: #c7bbff;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.client-sec picture {
    text-align: center;
}

.client-sec picture img {
    margin-top: 25px;
    width: 100%;
}

.client-sec .carousel-inner {
    margin: auto;
    width: 90%;
}

.client-sec .carousel-control {
    width: 4%;
}

.client-sec .carousel-control.left,
.client-sec .carousel-control.right {
    background-image: none;
}

.client-sec .glyphicon-chevron-left,
.client-sec .carousel-control .glyphicon-chevron-right {
    margin-top: -10px;
    margin-left: -10px;
    color: #444;
}

.client-sec .carousel-inner a {
    display: table-cell;
    height: 180px;
    width: 200px;
    vertical-align: middle;
}

.client-sec .carousel-inner button {
    max-height: 150px;
    margin: auto auto;
    max-width: 100%;
}

@media (max-width: 767px) {

    .client-sec .carousel-inner>.item.next,
    .client-sec .carousel-inner>.item.active.right {
        left: 0;
        transform: translate3d(100%, 0, 0);
    }

    .client-sec .carousel-inner>.item.prev,
    .client-sec .carousel-inner>.item.active.left {
        left: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

@media (min-width: 767px) and (max-width: 992px) {

    .client-sec .carousel-inner>.item.next,
    .client-sec .carousel-inner>.item.active.right {
        left: 0;
        transform: translate3d(50%, 0, 0);
    }

    .client-sec .carousel-inner>.item.prev,
    .client-sec .carousel-inner>.item.active.left {
        left: 0;
        transform: translate3d(-50%, 0, 0);
    }
}

@media (min-width: 992px) {

    .client-sec .carousel-inner>.item.next,
    .client-sec .carousel-inner>.item.active.right {
        left: 0;
        transform: translate3d(16.7%, 0, 0);
    }

    .client-sec .carousel-inner>.item.prev,
    .client-sec .carousel-inner>.item.active.left {
        left: 0;
        transform: translate3d(-16.7%, 0, 0);
    }
}

.client-sec {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.client-sec .marquee-inner.to-left {
    -webkit-animation: marqueeLeft 90s linear infinite;
    animation: marqueeLeft 90s linear infinite;
}

.client-sec p {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 47.04px;
    line-height: 59px;
    text-align: center;
    color: #FCFCFF;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;

}

.client-sec .marquee-wrapper .marquee-item {
    /* width: 230px; */
    height: auto;
    display: inline-block;
    margin: 0 10px;
    padding: 10px 70px;
    transition: all .2s ease-out;
}

.client-sec .marquee-wrapper .marquee-item img {
    width: 210px;
    height: 83px;
}


@media(min-width:992px) and (max-width:1199.98px) {
    .client-sec p {
        font-weight: 500;
        font-size: 27.44px;
        line-height: 35px;
        text-align: center;

    }
}

.client-sec picture {
    text-align: center
}

.client-sec picture img {
    margin-top: 25px;
    width: 100%
}

.client-sec {
    display: block;
    text-align: center;
    z-index: 0;

}

.client-sec-millionview {
    display: none;
}

@media (max-width: 991.98px) {

    .client-sec-millionview {
        display: none;
    }

}

@media (max-width: 767.98px) {
    .client-sec p {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 19.6px;
        line-height: 25px;
        text-align: center;
        color: #FCFCFF;

    }

    .client-sec {
        padding: 50px 0;
    }

    .client-sec-millionview {
        display: block;
    }

    .client-sec-millionview .client-sec-title-mobile {
        padding: 10px;
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 25px;
        line-height: 34px;
        text-align: center;
        text-transform: capitalize;
        color: #474747;
    }

    img.img-fluid.hero {
        width: 90px;
        height: 70px;
    }
}

.client-sec .client-sec-titled {
    color: black;
}

.client-sec .client-sec-titled .highlight-textd {


    text-align: center;
    color: #009AF1 !important;
    background-color: transparent;

    font-family: 'Poppins' !important;
    font-style: italic;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;

    color: #009AF1;




}


section.video-dubbing-tool {
    background: #111827;
    padding: 70px 0 0 0;
}

section.video-dubbing-tool .container {
    display: block;
}

section.video-dubbing-tool .container .title {
    left: 451px;
    top: 7621px;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    color: #474747;
    margin: 75px 0 75px 0;
}

section.video-dubbing-tool .container p {
    color: #FFFFFF;
}

section.video-dubbing-tool .container .wavel-potential .menu-sidebar-row .nav-img-c img.nav-sidebar-img {
    margin-top: -70px;
    width: 58px;
}

section.video-dubbing-tool .container .wavel-potential .menu-sidebar-row .nav-sidebar-row-container h4.nav-sidebar-row-heading {
    /* // width: 545px; */
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
}

section.video-dubbing-tool .dashboard-sec {
    margin-bottom: 75px;
    /* // margin-top: 155px;
    // display: flex; */
    flex-direction: column;
    align-items: center;

}

/* .video-dubbing-cta{
    margin: 35px 0;
  } */

@media (max-width:991.98px) {
    section.video-dubbing-tool .dashboard-sec {
        width: 85%;
        margin: 0 auto;
    }
}

@media (max-width:767.98px) {
    section.video-dubbing-tool .dashboard-sec {
        margin-bottom: 25px
    }
}

section.video-dubbing-tool .dashboard-sec picture {
    z-index: 1;
    margin-top: -150px
}

section.video-dubbing-tool .dashboard-sec picture img {
    width: 100%;
    border-radius: 7px;
    margin-bottom: 40px;
}

section.dub-video {
    padding: 70px 0 0 0;
}

section.dub-video h2 {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #343434;
}

section.dub-video .wavel-potential .menu-sidebar-row .nav-sidebar-row-container h5.nav-sidebar-row-p {
    left: 195px;
    top: 7890px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #474747;
}

section.dub-video p.subdesc {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: rgba(17, 24, 39, 0.8);
}

section.dub-video .content-detail .title {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #212529;
}

section.dub-video p {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #474747;
}

section.customer-sec {
    padding: 80px 0;
}

section.customer-sec .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.customer-sec .container .testimonial h2 {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    color: rgba(17, 24, 39, 0.8);
}

@media (max-width:991.98px) {
    section.customer-sec {
        padding: 30px 0
    }
}

section.blog-section .container {
    display: block;
}

section.blog-section .wrapper {
    border-radius: 22px;
    display: inline-block;
    background: #fff;
    position: relative;
    width: 100%;
    height: 21rem;
    overflow: hidden;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.15);
    margin-bottom: 2rem;
}

section.blog-section p.header {
    padding: 0 20px;
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #464646;
    text-align: left;
}

section.blog-section p.content {
    padding: 0 20px;
    text-align: left;
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #464646;
}

section.video-tool {
    padding: 40px 0;
}

section.video-tool .container {
    display: block;
}


section.dubbing-now {
    padding: 70px 0 0 0;
}

section.dubbing-now h2 {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    text-transform: capitalize;
    color: #474747;
}

section.dubbing-now a {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #474747;
}

section.dubbing-now a.dub-image-1:hover {
    background: #EEFAFF;
    border-radius: 14px;
}

section.dubbing-now a.dub-image-2:hover {
    background: #ffeefe;
    border-radius: 14px;
}

section.dubbing-now a.dub-image-3:hover {
    background: #feffee;
    border-radius: 14px;
}

section.dubbing-now a.active {
    background: #EEFAFF;
    border-radius: 14px;
}

.dubbing-solution .hero .image a {
    background: linear-gradient(0deg, #3D3D3D, #3D3D3D);
    border-radius: 35px;
    transform: matrix(1, 0, 0, 1, 0, 0);
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 10px 15px 0;
    padding: 10px 30px;
}

.dubbing-solution .hero .image a.active {
    background: linear-gradient(89.99deg, #00C8F3 33.71%, rgba(0, 85, 253, 0.9) 89.28%);
    border-radius: 35px;
    transform: matrix(1, 0, 0, 1, 0, 0);
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 10px 15px 0;
    padding: 10px 30px;
}

body {
    overflow-x: hidden;
}

.customer-sec #testimonial4 .carousel-inner .carousel-item .testimonial-desc p {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    color: #474747;
}

section.dubbing-user {
    margin: 70px 0;
}

@media (max-width: 768px) {
    .dubbing-user img.dub-user-view {

        display: none;
    }

    .dubbing-user img.dub-user-tablet {

        display: none;
    }

    .dubbing-user img.dub-user-phone {
        display: block;
    }
}

@media (min-width: 768.98px) and (max-width:991px) {
    .dubbing-user img.dub-user-view {

        display: none;
    }

    .dubbing-user img.dub-user-tablet {

        display: block;
    }

    .dubbing-user img.dub-user-phone {
        display: none;
    }
}

@media (min-width: 991.98px) {
    .dubbing-user img.dub-user-view {

        display: block;
    }

    .dubbing-user img.dub-user-tablet {

        display: none;
    }

    .dubbing-user img.dub-user-phone {
        display: none;
    }
}

@media(min-width:768.98px) and (max-width:1199.98px) {
    section.blog-section .wrapper {
        height: 23rem;
    }
}

@media (max-width: 768px) {
    .dubbing-now .dub-now {
        display: none;
    }

    section.blog-section .wrapper {
        height: 24rem;
    }


    section.video-tool p {
        text-align: center;
    }

    section.solutions-hero .hero .image {
        display: flex;
        flex-direction: column;
    }

    section.solutions-hero .hero .image .list-tab {
        order: 1;
    }
}



.faq-heading {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #343434;
}

.faq-heading[aria-expanded="false"]:before {
    float: right !important;
    content: "+";
    /* font-family:FontAwesome !important; */
}

.faq-heading[aria-expanded="true"]:before {
    float: right !important;
    /* font-family: FontAwesome !important; */
    content: "-";
    padding-right: 5px;
}

.faq-heading:hover,
.faq-heading:active,
.faq-heading:focus {
    text-decoration: none;
}

.color-white {
    color: #fff !important;
}

.dub-video .content-detail p {
    max-width: 509px;
    margin: 0;
}

section.img-solution-four h2 {
    text-align: center;
}

section.img-solution-four p.subdesc {
    margin: 0 20px 58px 20px;
    text-align: center;
    max-width: 600px;
}



@media (min-width:767.98px) and (max-width:991.98px) {


    section.dubbing-section-one .content-detail p.desc {
        margin: 0 auto;
    }

    section.dubbing-section-two .content-detail p.desc {
        margin: 0 auto;

    }

    .dub-video .content-detail p {
        margin: 0 auto;
    }

    .content-detail p {
        margin: 0 auto;
    }
}

section.dubbing-solution .hero .image .video-target .video-wrapper video {
    width: 100%;
    height: auto;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    overflow: hidden;
}

section.dubbing-user .containers {
    position: relative;
    width: 100%;
}

section.dubbing-user .containers h2.title {
    position: absolute;
    top: 76px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    max-width: 100%;
    width: 100%;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 27px;
}

section.dubbing-user .containers p.desc {
    position: absolute;
    top: 155px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    max-width: 100%;
    width: 100%;
}

@media (min-width:991.98px) and (max-width:1200px) {
    section.dubbing-user .containers h2.title {
        top: 13px;
    }

    section.dubbing-user .containers p.desc {
        top: 100px;
    }
}

@media (min-width:768.98px) and (max-width:991px) {
    section.dubbing-user .containers h2.title {
        top: 22px;
    }

    section.dubbing-user .containers p.desc {
        top: 138px;
    }

    section.dubbing-user .containers .user-cta {
        top: 95% !important;
    }
}

@media (max-width:767.98px) {
    section.dubbing-user .containers h2.title {
        top: 53px;
    }

    section.dubbing-user .containers p.desc {
        top: 147px;
    }

    section.dubbing-user .containers .user-cta {
        top: 95% !important;
    }
}

section.dubbing-user .containers .user-cta {
    position: absolute;
    top: 92%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width:991px) {


    section.video-tool h2.title {


        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600 !important;
        font-size: 31.36px !important;
        line-height: 40px !important;
        color: #0E0F26;

    }

    section.video-tool p {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400 !important;
        font-size: 18px !important;
        line-height: 26px !important;
        text-align: justify;
        color: #676768;

    }


}

@media (max-width:576px) {

    section.video-tool {
        padding: 20px !important;
    }

    section.video-tool .container {

        padding: 20px !important;
    }

    section.video-tool h2.title {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600 !important;
        font-size: 19.6px !important;
        line-height: 25px !important;
        color: #0E0F26;

    }

    section.video-tool p {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400 !important;
        font-size: 14px !important;
        line-height: 20px !important;
        text-align: justify;
        color: #676768;

    }


}


.button-signup:hover {
    background-color: #750B75;
}



/* @media (min-width: 768px) {

    .button-signup {
        padding: 10px 50px;
    }
} */



.button-color-violet {
    background: #5e5df0;
    border-radius: 22px;
    box-shadow: 0 10px 20px -10px #5e5df0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    opacity: 1;
    outline: 0 solid transparent;
    padding: 8px 18px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    word-break: break-word;
    border: 0;
}

@media (max-width:991.98px) {
    .outline_button {
        margin-right: 0px;
    }
}

@media (min-width: 1200px) {

    section.dubbing-section-two .info-image .sec-img {
        margin-left: -40px;
    }
}

@media (min-width: 1200px) {

    section.dubbing-section-two .sec-contant {
        margin-left: 45px;
    }
}

@media (max-width: 991.98px) {

    .content-detail {
        flex: 0 0 100%;
        max-width: 100%;
        order: 1;
        text-align: center;
        padding-bottom: 45px;
    }

    section.dubbing-section-two .content-detail .title {
        max-width: 687px;
    }


}

section.dubbing-now .dub-now .tab-content {
    padding: 0;
}

section.video-section .wrapper.card {
    height: 100%;
    border: none;
}

section.video-section .wrapper.card .card-footer {
    background-color: transparent;
    border-top: none;
}

@media (min-width: 1200px) {

    section.img-solution-three .info-image .sec-img {
        margin-left: -40px;
    }

    section.img-solution-three .sec-contant {
        margin-left: 45px;
    }
}

@media (max-width: 991.98px) {

    section.voice-section .hero .info h1 {
        display: flex;
        justify-content: center;
        margin: auto;
        text-align: center;
    }

    section.voice-section .hero .info p {
        display: flex;
        justify-content: center;
        margin: auto;
        text-align: center;
    }

    section.voice-section .hero .info .hero-cta {
        display: flex;
        justify-content: center;
    }

    .info-image {
        justify-content: center;
    }

    section.img-solution-three .content-detail .title {
        max-width: 687px;
    }

    section.video-tool p {
        text-align: center;
    }

    section.voice-section .hero .info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 576px) {
    section.voice-section .hero .info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    section.voice-section .hero .info h1 {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 35.28px;
        line-height: 44px;
        text-align: center;
        color: #FCFCFF;
    }

    section.voice-section .hero .info p {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #B2B2B4;

    }

    .voice-section .info-right {
        width: -webkit-fill-available;
    }

    section.solutions-hero .hero .info p {
        width: 100% !important;
        text-align: center;
    }

    section.voice-section .hero .info .hero-cta {
        display: flex;
        justify-content: center;
    }
}

.checkbox-select {
    position: relative;
    max-width: 440px;
    width: 100%;

    @media only screen and (max-width: 600px) {
        margin: 100px auto 0;
    }
}

.checkbox-select__trigger {
    border-radius: 35px;
    background: #f2fafe;
    position: relative;
    z-index: 1;
    /* box-shadow: 0 0 10px 8px rgba(0, 0, 0, 0.13);
      height: 86px; */
    display: flex;
    align-items: center;
    cursor: pointer;
    /* padding: 0 25px; */
    padding: 12px 6px 12px 6px;
    transition: all 0.4s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #e3dbdb;
    /* border-bottom: none; */
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: rgba(17, 24, 39, 0.8);
    width: 100%;
    min-width: 145px;
}

.checkbox-select__trigger.isActive {
    border-radius: 10px 10px 0 0;
    background: #f2fafe;

}

.checkbox-select__trigger.isActive svg {
    transform: rotate(-180deg);
}

.checkbox-select__trigger:hover {
    background: #f2fafe;
}

.checkbox-select__trigger svg {
    width: 28px;
    stroke: 4px;
    transition: all 0.4s ease;

    @media only screen and (max-width: 600px) {
        width: 22px;
    }
}

.checkbox-select__title {
    font-size: 25px;
    flex: 1;
    padding-right: 25px;
    letter-spacing: 1px;

    @media only screen and (max-width: 600px) {
        font-size: 19px;
    }
}

.checkbox-select__dropdown {
    opacity: 0;
    visibility: hidden;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
    position: absolute;
    left: 0;
    right: 0;
    /* box-shadow: 0 12px 15px 6px rgba(0, 0, 0, 0.1); */
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    /* padding-bottom: 25px; */
    padding: 10px 10px;
    border-bottom-left-radius: 30px;
    border: 1px solid #e3dbdb;
    border-bottom-right-radius: 30px;
    border-top: none;
    width: 100%;
    min-width: 145px;
    z-index: 9999;
}


.checkbox-select__dropdown:after,
.checkbox-select__dropdown:before {
    position: absolute;
    content: "";
    top: 0;
    display: block;
    height: 4px;
    z-index: 1;
}

.checkbox-select__dropdown:after {
    opacity: 0;
    background: #000;
    left: -200px;
    width: 200px;
    background-color: #2980b9;
    transition: opacity 0.3s ease;
    animation: load 1.8s linear infinite;
    background: linear-gradient(135deg,
            rgba(143, 36, 237, 1) 20%,
            rgba(143, 36, 237, 1) 20%,
            rgba(143, 36, 237, 1) 22%,
            rgba(143, 36, 237, 1) 25%,
            rgba(16, 124, 179, 1) 100%);
}

.checkbox-select__dropdown:before {
    width: 100%;
    /* background-color: #000; */
}

/* .checkbox-select__dropdown.activeSearch {
        &:after {
          opacity: 1;
        }
      } */
.simplebar-scrollbar {
    width: 3px;
    right: 1px;
}

.checkbox-select__search-wrapp {
    padding: 10px 25px 5px;

    @media only screen and (max-width: 600px) {
        padding: 10px 15px 5px;
    }
}

/* input {
        width: 100%;
        height: 40px;
        border-width: 0 0 2px;
        border-style: solid;
        border-color: #000;
        font-size: 16px;
        font-family: "Roboto Slab", serif;
        background: transparent;
      } */
/* ::-webkit-input-placeholder {
        Chrome/Opera/Safari
        color: #b8b8b8;
        opacity: 1;
      } */
/* ::-moz-placeholder {
        Firefox 19+
        color: #b8b8b8;
        opacity: 1;
      }
      :-ms-input-placeholder {
        IE 10+
        color: #b8b8b8;
        opacity: 1;
      }
      :-moz-placeholder {
        Firefox 18-
        color: #b8b8b8;
        opacity: 1;
      }
    } */
.checkbox-select__col {
    display: flex;
    font-size: 12px;
    padding: 0 25px;
    justify-content: space-between;
    text-transform: uppercase;

    @media only screen and (max-width: 600px) {
        padding: 0 15px;
    }
}

/* .checkbox-select__select-all {
      label {
        cursor: pointer;
      }
      input {
        display: none;
      }
    } */
.checkbox-select__filters-wrapp {
    margin-top: 20px;
    height: 157px;
    overflow-y: auto;
}

.checkbox-select__check-wrapp {
    position: relative;
    padding: 0 25px;
    margin-bottom: 5px;

    @media only screen and (max-width: 600px) {
        padding: 0 15px;
    }


}

.link {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    z-index: 9999;

}

.voice-style-select {
    background: #f2fafe;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.voice-style-select span {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: rgba(17, 24, 39, 0.41);
}

.checkbox-select__dropdown li:hover {
    background: #00C8F3;
}

@media(max-width:767px) {

    .language-select,
    .profile-select {
        margin-bottom: 20px;
    }

    .voice-style-select {
        width: 90%;
        margin-left: 19px;
    }
}

.select-dropdowns li {
    padding: 10px 0px;
}

.features_btn span {
    color: #00C8F3;
}

.features_btn span.feature {
    color: #474747;
}

/* subtitle */
section.subtitle-solution {
    background: #0e0f26;
    padding: 100px 80px 50px 80px;
}

section.subtitle-solution .info {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

section.subtitle-solution .imagevideo {

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 40px;
    gap: 20px;

    background: #FCFCFF;
    box-shadow: 0px 16px 32px rgba(20, 20, 26, 0.3);
    border-radius: 24px;

}

section.subtitle-solution .imagevideo .videobtns {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

section.subtitle-solution .imagevideo .videobtn {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 10px;
    gap: 10px;

    background: #FCFCFF;
    border: 1px solid #0E0F26;
    box-shadow: 0px 8px 24px rgba(20, 20, 26, 0.2);
    border-radius: 6px;

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #0E0F26;

}

section.subtitle-solution .imagevideo .videobtn:hover {
    background: #B7C1FF;
    border: 1px solid #0E0F26;
    box-shadow: 0px 8px 24px rgba(20, 20, 26, 0.2);
    border-radius: 6px;

}

section.subtitle-solution .herobg {
    position: absolute;
    width: 550px;
    height: 701.84px;
    right: -55.01px;
    top: 10px;
    z-index: 0;
    background: #830C83;
    filter: blur(480px);
    transform: rotate(120deg);
}

section.subtitle-solution .hero {
    z-index: 0;
}

section.subtitle-solution .hero .info h1 {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 58.8px;
    line-height: 74px;
    color: #FCFCFF;

}

section.subtitle-solution .hero .info p {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #B2B2B4;

}

@media (max-width: 767.98px) {
    section.subtitle-solution .hero .info h1 {
        text-align: center;
        display: flex;
        justify-content: center;
        margin: auto;
    }

    section.subtitle-solution .hero .info p {
        text-align: center;
        display: flex;
        justify-content: center;
        margin: auto;
    }

    section.subtitle-solution .hero .info .sub-hero-btn {
        display: flex;
        justify-content: center;
        margin: 20px 0;
    }

    .sub-hero-btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sub-hero-btn .button-signup {
        padding: 13px 30px;
    }
}

@media (max-width: 991.98px) {

    section.subtitle-solution .hero .info p {
        display: flex;
        justify-content: center;
        margin: auto;
        text-align: center;

        font-family: 'Outfit';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        color: #B2B2B4;


    }

    section.subtitle-solution .hero .info h1 {
        display: flex;
        justify-content: center;
        margin: auto;
        text-align: center;

        font-family: 'Outfit';
        font-style: normal;
        font-weight: 700;
        font-size: 58.8px;
        line-height: 74px;
        text-align: center;

        color: #FCFCFF;


    }

    section.subtitle-solution .hero .info .sub-hero-btn {
        display: flex;
        justify-content: center;
        margin: 20px 0;
    }

    .sub-hero-btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sub-hero-btn .button-signup {
        padding: 13px 30px;
    }
}

section.count-sec {
    /* background: #FFFFFF;
    box-shadow: 0px 4px 20px 2px rgba(0, 0, 0, 0.17); */
    padding: 100px 100px 0px 100px;
    height: 100%;
    z-index: 1;
    gap: 40px;
    /* min-height: 232px; */
}

section.count-sec .titlecount {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 47.04px;
    line-height: 59px;
    text-align: center;
    margin: 30px;
    color: #FCFCFF;
    max-width: 1440px;
    width: auto;

}

section.count-sec video {
    width: 920px !important;
    height: 518px;
    border-radius: 24px;
}

section.count-sec .container .row img {
    width: 450px;
    height: 450px;
}

section.count-sec .count-box {

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 10px;
    border: 2px solid rgba(131, 12, 131, 0.62);
    background: linear-gradient(180deg, #0E0F26 0%, #1D1F4F 100%);
    box-shadow: 0px 16px 32px rgba(20, 20, 26, 0.3);
    border-radius: 24px;


}

section.count-sec .count-box .countdesc {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 19.6px;
    line-height: 25px;
    text-align: center;
    color: #FCFCFF;
    max-width: 240px;

}

section.count-sec .countcontainer {
    padding: 40px;

}

@media (max-width:576.98px) {
    section.count-sec video {
        width: 400px !important;
        max-width: 390px;
        height: auto;

    }

    section.count-sec .container {
        display: contents !important;
    }

    section.count-sec .count-box .countdesc {
        max-width: auto;
    }

    section.count-sec .countcontainer {
        padding: 20px;

    }


    section.count-sec {
        padding: 40px 0px !important;
    }

    section.count-sec .count-box {
        margin: 10px;
    }
}

.header-relative {
    position: relative;
    width: 100%;
    z-index: 100;
}

.count-sec .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    /* max-width: 1440px !important; */
}


@media (min-width:457px) and (max-width:598.98px) {
    section.count-sec {
        width: 100%;
        max-width: 90%;
        margin: 0 29px;
        /* margin-top: -25px; */
    }
}







section.img-solution-two .content-detail .title {
    margin: 30px 0 15px;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #212529;
    text-transform: capitalize;
}

section.img-solution-two .content-detail .desc {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -0.04em;
    color: #474747;
    max-width: 465px;
}

@media (max-width:991.98px) {
    section.count-sec .countcontainer {
        padding: 10px;
    }

    section.count-sec {
        padding: 40px;
    }

    section.count-sec video {
        width: 620px;
        height: auto;
        border-radius: 24px;
    }

    section.img-solution-two .content-detail .desc {
        max-width: unset;
    }
}

@media(min-width:769px) and (max-width:991.98px) {

    section.img-solution-three .content-detail .title {
        max-width: 100% !important;
    }

    section.img-solution-three .content-detail .desc {
        max-width: 100% !important;
    }
}

section.img-solution-three .content-detail .title {
    margin: 30px 0 15px;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #212529;
    max-width: 465px;
    width: 100%;
}

section.img-solution-three .content-detail .desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -0.02em;
    color: #474747;
    max-width: 465px;

}

@media (min-width: 1200px) {

    section.img-solution-three .info-image .sec-img {
        margin-left: -40px;
    }

    section.img-solution-three .sec-contant {
        margin-left: 45px;
    }
}

section.subtitle-surprise {
    background-color: #171822;
    padding: 10px 0px 30px 0;
}

section.subtitle-surprise .container {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
}

section.subtitle-surprise .container .title-light {
    font-weight: 700;
    font-size: 35px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.subtitle-surprise .surprise-one {
    background: #8080FF;
    box-shadow: 0px 4px 24px 3px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.subtitle-surprise .surprise-two {
    background: #D883FF;
    box-shadow: 0px 4px 24px 3px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.subtitle-surprise .surprise-three {
    background: #FF5252;
    box-shadow: 0px 4px 24px 3px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.subtitle-surprise .surprise-four {
    background: #56D2EF;
    box-shadow: 0px 4px 24px 3px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.subtitle-surprise h2.title {
    font-weight: 700;
    font-size: 52px;
    line-height: 71px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    margin-top: 67px;
    margin-bottom: 61px;
}

.subtitle-surprise p.desc {
    /* //   font-weight: 700;
  // font-size: 20px;
  // line-height: 27px;
  // text-align: center;
  // color: #FFFFFF; */
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    margin-bottom: 59px;
    color: #fff;
}

.subtitle-surprise .sub-surprise {
    /* // width: 100%;
    // max-width: 184px;
    // height: 100%;
    // min-height: 300px;
    // margin: 0 50px;
    // padding: 0 10px; */

    width: 100%;
    max-width: 225px;
    /* // height: 100%;
    // max-height: 368px;  */
    margin: 0 20px;
    padding: 0 10px;
}

@media (min-width:1192px) and (max-width:1342.98px) {
    .subtitle-surprise .sub-surprise {
        margin: 0 28px;
    }
}

@media (min-width:992px) and (max-width:1191.98px) {
    .subtitle-surprise .sub-surprise {
        margin: 0 7px;
    }
}

@media (max-width:991.98px) {
    .subtitle-surprise .row {
        flex-wrap: unset !important;
        overflow: scroll;
    }

    .subtitle-surprise .sub-surprise {
        padding: 0 40px;
        min-width: 230px;
    }
}

.language_btn {
    border-width: 0px;
    height: auto;
    transition: all 0.4s ease;
    text-shadow: none;
    width: 100%;
    min-width: 240px;
    font-size: 26px;
    padding: 10px 80px;
    border-radius: 10px;
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 50px;
    text-decoration: none;
    border: 1px solid #6262DE;
    border-radius: 22px;
    transform: rotate(0.05deg);
}

.languages a {
    margin-bottom: 10px;
}

@media (min-width: 991.98px) {

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

section.wavel-dubbing {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 80px;
    background: #f5f2f5;
}

.wavel-dubbing h2.title {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 58.8px;
    line-height: 74px;
    color: #0e0f26;
    mix-blend-mode: normal;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.wavel-dubbing p.desc {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #676768;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.slides-container {
    display: flex;
    flex-direction: column;
    transition: 1s;
    overflow: hidden;
    position: relative;
    height: 500px;
    padding: 20px;
    /* left: 30px; */
}

.wavel-dubbing .wavel-dub-back .container {
    display: block;
    width: auto;
    max-width: 1280px;
}

.wavel-dubbing .wavel-dub-back .wav-dub-container {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    height: auto;
    width: auto;
    transition: 7s;
    gap: 50px;
}

.wavel-dubbing .wavel-dub-back .wav-dub-container .content-title {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 31.36px;
    line-height: 40px;
    color: #0e0f26;
    text-align: left;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.wavel-dubbing .wavel-dub-back .wav-dub-container .content-desc {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #676768;
    text-align: left;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.wavel-dubbing .wavel-dub-back .wav-dub-container .dots {
    position: absolute;
    color: #000;
    left: 0;
    top: 25%;
    width: 50%;
    margin: 0;
    padding: 0;
    display: grid;
}

.dots {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.dots li {
    width: 5px;
    height: 20px;
    background-color: #333;
    margin: 5px;
    cursor: pointer;
    border-radius: 20px;

}

.dots li.active {
    background-color: #333;
    width: 5px;
    height: 50px;
    border-radius: 20px;

}

.wavel-dubbing .wavel-dub-back .wav-dub-container .wav-content {
    display: none;
}

.wavel-dubbing .wavel-dub-back .wav-dub-container .wav-text {
    display: block;
    width: 97%;
}

.wavel-dubbing .wavel-dub-back .wav-dub-container .wav-img {
    /* Srt-imgs */
    width: 380px;
    height: 300px;
    /* Final Theme/Purple/200 */
    background: #ebe4eb;
    border-radius: 12px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.wavel-dubbing .wavel-dub-back .wav-dub-container .wav-content.active {
    display: grid;
    grid-template-columns: 1fr 0.7fr;
    flex-direction: column;
    overflow: hidden;
    justify-content: center;
    height: 400px;
    align-items: center;
    width: -webkit-fill-available;
    padding: 20px;
}

.wavel-dubbing-mobile {
    display: none;
}

@media (max-width: 991.98px) {
    .wavel-dub-back {
        padding: 20px 0 !important;
    }

    .wavel-dubbing {
        display: none !important;
    }

    .wavel-dubbing-mobile {
        display: block;
        padding: 30px;
        background: #f5f2f5;

    }

    .wavel-dubbing-mobile .container {
        width: auto;
        max-width: 1440px !important;
    }

    .wavel-dubbing-mobile .wavel-dub-back h2.title {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 47.04px;
        line-height: 59px;
        color: #0e0f26;
        mix-blend-mode: normal;
        flex: none;
        order: 0;
        align-self: stretch;
        flex-grow: 0;
    }

    .wavel-dubbing-mobile .wavel-dub-back p.desc {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #676768;
        flex: none;
    }

    .wavel-dubbing-mobile .slides-container {
        left: 0;
        height: auto;
    }

    .wavel-dubbing-mobile .wavel-dub-back .wav-content1 {
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .wavel-dubbing-mobile .wavel-dub-back .wav-content1 .wav-img {
        width: fit-content;
    }

    .wavel-dubbing-mobile .wavel-dub-back .wav-content1 .wav-text {
        margin-top: 20px;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .wavel-dubbing-mobile .wavel-dub-back .content-title {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 19.6px;
        line-height: 25px;
        color: #0e0f26;
    }

    .wavel-dubbing-mobile .wavel-dub-back .content-desc {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #676768;
    }

    section.count-sec .count-box .countdesc {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 19.6px;
        line-height: 25px;
        text-align: center;
        color: #FCFCFF;

    }

    section.count-sec .lang-count {
        display: flex !important;
        gap: 20px;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        margin-top: -13%;
        position: relative;
        z-index: 4;

    }

    section.count-sec .lang-count .lang-box {

        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        gap: 10px;
        padding: 15px 20px;

        background: #CECED0;
        box-shadow: 0px 16px 32px rgba(20, 20, 26, 0.3);
        border-radius: 12px;
    }

    section.count-sec .lang-count .lang-box:hover {
        background: white;
    }

    section.count-sec .titlecount {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 47.04px;
        line-height: 59px;
        text-align: center;
        color: #FCFCFF;

    }

    section.count-sec .lang-count .lang-box p {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 15.6px;
        line-height: 25px;
        text-align: center;
        color: #0E0F26;
        margin-top: 0;
        margin-bottom: 0;

    }
}

section.count-sec .lang-count {
    display: none;
}

@media (max-width: 575.98px) {
    section.count-sec .titlecount {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 28px;
        line-height: 34px;
        text-align: center;
        color: #FCFCFF;
        margin: 1px;

    }

    section.count-sec .lang-count {
        display: flex;
        /* gap: 2px; */
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: -40px;
        position: relative;
        z-index: 4;

    }

    section.count-sec .lang-count .lang-box {

        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        padding: 10px 8px;
        /* Final Theme/Neutrals/500 */
        background: #CECED0;
        /* Shadow/Large Shadow */
        box-shadow: 0px 16px 32px rgba(20, 20, 26, 0.3);
        border-radius: 12px;
    }

    section.count-sec .lang-count .lang-box:hover {
        background: white;
    }

    section.count-sec .lang-count .lang-box p {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 15.6px;
        line-height: 25px;
        text-align: center;
        color: #0E0F26;
        margin-top: 0;
        margin-bottom: 0;

    }

    .wavel-dubbing {
        display: none !important;
    }

    .wavel-dubbing-mobile {
        display: block;
        padding: 0 !important;
        background: #f5f2f5;
        width: auto;
        max-width: 1440px !important;
    }

    section.count-sec .count-box .countdesc {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        color: #FCFCFF;

    }

    .wavel-dubbing-mobile .wavel-dub-back .wav-content1 {
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .wavel-dubbing-mobile .wavel-dub-back h2.title {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 31.36px;
        line-height: 40px;
        color: #0e0f26;
    }

    .wavel-dubbing-mobile .wavel-dub-back p.desc {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 16px;
        color: #676768;
        flex: none;
    }

    .wavel-dubbing-mobile .slides-container {
        left: 0;
        height: auto;
    }

    .wavel-dubbing-mobile .wavel-dub-back .wav-content1 .wav-img {
        width: fit-content;
    }

    .wavel-dubbing-mobile .wavel-dub-back .wav-content1 .wav-text {
        margin-top: 20px;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .wavel-dubbing-mobile .wavel-dub-back .content-title {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 19.6px;
        line-height: 25px;
        text-align: center;
        color: #0e0f26;
    }

    .wavel-dubbing-mobile .wavel-dub-back .content-desc {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        color: #676768;
    }
}


@media screen and (min-width: 1024px) and (max-width: 1024px) {

    .wavel-dubbing .wavel-dub-back .wav-dub-container .wav-content {
        gap: 20px;
    }

    .wavel-dubbing .wavel-dub-back .wav-dub-container .wav-content.active {
        display: grid;
        grid-template-columns: 0.6fr 0.3fr !important;
        margin-left: -40px;
    }

    .slides-container {
        padding: 0 !important;
    }
}

section.wavel-usecase {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 80px;
    gap: 50px;

}

section.wavel-usecase .usecase-title {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 58.8px;
    line-height: 74px;
    text-align: center;
    color: #0E0F26;


}

section.wavel-usecase .usecasecontainer {
    display: flex;
    width: auto;
    max-width: 1440px !important;
}

section.wavel-usecase .usecasecontainer .usecasebox3 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.wavel-usecase .usecasecontainer .usecasebox .bg-img {
    position: relative;

}

section.wavel-usecase .usecasecontainer .usecasebox .bg-img .content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    padding: 20px;
}

section.wavel-usecase .usecasecontainer .usecasebox .bg-img .content-overlay .content-dub {
    padding: 20px;
}

section.wavel-usecase .usecasecontainer .usecasebox .bg-img .content-overlay .content-dub h2.usecase-text {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 27.44px;
    line-height: 35px;
    color: #FCFCFF;

}

section.wavel-usecase .usecasecontainer .usecasebox .bg-img .content-overlay .content-dub p.usecase-desc {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #E6E6E9;

}

section.wavel-usecase .usecasecontainer .usecasebox3 .bg-img {
    position: relative;

}

section.wavel-usecase .usecasecontainer .usecasebox3 .bg-img .content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    padding: 20px;
}

section.wavel-usecase .usecasecontainer .usecasebox3 .bg-img .content-overlay .content-dub {
    padding: 20px;
}

section.wavel-usecase .usecasecontainer .usecasebox3 .bg-img .content-overlay .content-dub h2.usecase-text {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 27.44px;
    line-height: 35px;
    color: #FCFCFF;

}

section.wavel-usecase .usecasecontainer .usecasebox3 .bg-img .content-overlay .content-dub p.usecase-desc {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #E6E6E9;

}

section.wavel-usecase .usecasecontainer .usecasebox3 .usecasebox2 {

    background: linear-gradient(180deg, rgba(113, 137, 255, 0.6) 0%, rgba(71, 87, 161, 0) 100%);
    filter: drop-shadow(0px 8px 24px rgba(20, 20, 26, 0.2));
    border-radius: 24px;
    padding: 20px 50px;
    width: fit-content;
    display: flex;
    flex-direction: column;

}

section.wavel-usecase .usecasecontainer .usecasebox3 .usecasebox2 .usecasedesc1 {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 19.6px;
    line-height: 25px;
    color: #0E0F26;
    width: 200px;


}

section.wavel-usecase .usecasecontainer .usecasebox3 .usecasebox2 .usecasedesc2 {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #676768;

}


section.subtitle-generate {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 80px;
    gap: 50px;

    background: #0E0F26;


}

section.subtitle-generate .titesubtitle {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 58.8px;
    line-height: 74px;
    text-align: center;
    width: auto;
    max-width: 1440px;
    color: #FCFCFF;
    z-index: 1;

}

section.subtitle-generate .container {
    width: auto;
    max-width: 1440px !important;
}

section.subtitle-generate .container .row {
    display: flex;
    align-items: center;
}

section.subtitle-generate .subtitle-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

section.subtitle-generate .herobg {
    position: absolute;
    top: auto;
    width: 800px;
    height: 401.84px;
    right: -55.01px;
    z-index: 0;
    background: #830C83;
    filter: blur(480px);
    transform: rotate(120deg);
}

section.subtitle-generate .subtitle-box .subs {


    padding: 20px;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 20px;

    background: linear-gradient(180deg, #3B053B 0%, #0E0F26 51%);
    border-radius: 12px;


}

section.subtitle-generate .subtitle-box .subs p {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #929293;

}

section.subtitle-generate .subtitle-box .subs .quebox .quetitlebox {
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
}

section.subtitle-generate .subtitle-box .subs .quebox .quetitle {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;

    font-weight: 600;
    font-size: 19.6px;
    line-height: 25px;
    text-align: center;

    color: #FCFCFF;



}

section.subtitle-generate .subtitle-box .subs .quebox .quedesc {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;

    overflow: hidden;
    text-align: center;
    color: #E6E6E9;



}

section.subtitle-generate .subtitle-box .subs1 {

    grid-template-columns: 40px 2fr;
    padding: 20px;
    display: grid;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 20px;
    width: -webkit-fill-available;
    background: #EAECFF;
    border-radius: 12px;




}

section.subtitle-generate .subtitle-box .subs1 p {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #929293;

}

section.subtitle-generate .subtitle-box .subs1 .quebox .quetitlebox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.subtitle-generate .subtitle-box .subs1 .quebox .quetitlebox1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.subtitle-generate .subtitle-box .subs1 .quebox .quetitle {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;

    font-weight: 600;
    font-size: 28.6px;
    line-height: 32px;


    color: #0E0F26;





}

section.subtitle-generate .subtitle-box .subs1 .quebox .quedesc {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;

    overflow: hidden;

    color: #676768;





}

section.wav-cta {
    padding: 80px;
    background: #EBEBED;
}

section.wav-cta .container {
    width: auto;
    max-width: 1440px !important;
}

.wav-cta .wav-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    background: linear-gradient(180deg, #0e0f26 0%, #1d1f4f 100%);
    box-shadow: 0px 8px 24px rgba(20, 20, 26, 0.2);
    border-radius: 24px;
}

.wav-cta .wav-box .wav-percent h2 {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 94.08px;
    line-height: 119px;
    background: linear-gradient(90deg, #fefeff 0%, #676768 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.wav-cta .wav-box .wav-text p {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: right;
    color: #fcfcff;
}

.wav-cta .cta-box {
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 80px;
    gap: 50px;
    isolation: isolate;
    text-align: left;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    background: url('https://images.wavel.ai/website/Wavel-CTA.webp') no-repeat bottom right, url('https://images.wavel.ai/website/CTA-Rects.webp') no-repeat right center, #fcfcff;
    border: 3px solid #676768;
    border-radius: 24px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin-top: 20px;
}

.wav-cta .cta-box h2 {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 70.56px;
    line-height: 89px;
    color: #0e0f26;
    width: -webkit-fill-available;
}

@media (max-width: 991.98px) {
    section.wav-cta {
        padding: 10px;
    }

    .wav-cta .cta-box h2 {
        width: -webkit-fill-available;
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 27.44px;
        line-height: 35px;
        color: #0e0f26;
    }

    .wav-cta .wav-box {
        margin-top: 20px;
    }

    section.wavel-usecase .usecasecontainer {
        display: grid;
        grid-template-columns: 1fr 1fr;
        flex-direction: column;
    }

    section.wavel-usecase .usecase-title {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 47.04px;
        line-height: 59px;
        text-align: center;

        color: #0E0F26;


    }

    section.wavel-usecase {
        padding: 30px;
    }

    section.subtitle-generate .titesubtitle {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 47.04px;
        line-height: 59px;
        text-align: center;
        color: #FCFCFF;


    }

    section.subtitle-generate {
        padding: 50px;
    }

    section.subtitle-generate .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    section.subtitle-generate .subtitle-box .subs .quebox .quetitle {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 27.44px;
        line-height: 35px;



    }

    section.subtitle-generate .subtitle-box .subs .quebox .quedesc {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;


    }

    section.subtitle-generate .subtitle-box .subs1 .quebox .quetitle {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 27.44px;
        line-height: 35px;

        color: #0E0F26;

    }

    section.subtitle-generate .subtitle-box .subs1 .quebox .quedesc {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #676768;

    }
}

@media (max-width: 575.98px) {
    section.wav-cta {
        padding: 10px;
    }

    section.subtitle-generate {
        padding: 80px 40px;
    }

    section.wavel-usecase {
        padding: 30px;
        gap: 0px;
    }

    section.subtitle-generate .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    section.subtitle-generate .subtitle-box .subs .quebox .quetitle {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 19.6px;
        line-height: 25px;


    }

    section.subtitle-generate .subtitle-box .subs .quebox .quedesc {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;


    }

    section.subtitle-generate .subtitle-box .subs1 .quebox .quetitle {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 19.6px;
        line-height: 25px;
        color: #0E0F26;

    }

    section.subtitle-generate .subtitle-box .subs1 .quebox .quedesc {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #676768;


    }

    section.wavel-usecase .usecase-title {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 31.36px;
        line-height: 40px;
        text-align: center;

        color: #0E0F26;

    }

    section.wavel-usecase .usecasecontainer {
        display: grid;
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .wav-cta .cta-box h2 {
        width: -webkit-fill-available;
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 900;
        font-size: 27.44px;
        line-height: 35px;
        color: #0e0f26;
    }

    .wav-cta .wav-box {
        margin-top: 20px;
    }

    section.subtitle-generate .titesubtitle {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 31.36px;
        line-height: 40px;
        text-align: center;
        padding: 40px 20px;
        color: #FCFCFF;

    }
}

@media (max-width: 1200px) {
    .wav-cta .cta-box {
        background-size: contain;
        background-position: bottom right;
    }
}

@media (max-width: 768px) {
    .wav-cta .cta-box {
        padding: 60px;
        background-size: contain;
        background-position: bottom right;
        margin-top: 30px;
    }
}

@media (max-width: 480px) {
    .wav-cta .cta-box {
        padding: 40px;
        background-size: contain;
        background-position: bottom right;
    }
}

@media (max-width: 360px) {
    .wav-cta .cta-box {
        padding: 40px;
        background-size: cover;
        background-position: bottom right;
    }
}

section.convertor-usecase {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 80px;
    gap: 50px;
    background: #fff;
    z-index: 0;
}

.convertor-box {
    display: flex;
    gap: 30px;
}

section.convertor-usecase .convertor-title {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 58.8px;
    line-height: 74px;
    text-align: center;
    color: #0E0F26;


}

section.convertor-usecase .convertor-desc1 {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 31.36px;
    line-height: 40px;
    text-align: center;

    color: #0E0F26;


}

section.convertor-usecase .convertor-desc2 {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #0E0F26;

}

section.convertor-usecase .convertor-container {

    display: flex;
    flex-direction: column;
    /* align-items: center; */
    padding: 20px;
    gap: 20px;
    background: linear-gradient(178.31deg, rgba(252, 252, 255, 0.32) 1.4%, rgba(252, 252, 255, 0.44) 98.57%);
    border: 1px solid #0E0F26;
    border-radius: 24px;
    margin: 15px 0;

}

.titlecontainer {
    display: flex;
    align-items: center;
    gap: 20px;
}

.titlecontainer p {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 19.6px;
    line-height: 25px;
    display: flex;
    align-items: center;

    color: #0E0F26;


}

.desccontainer {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;

    color: #676768;


}

.convertor-usecase .container {
    width: auto;
    max-width: 1440px;
}

@media (max-width: 991.98px) {
    section.convertor-usecase .convertor-title {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 47.04px;
        line-height: 59px;
        text-align: center;


    }

    section.convertor-usecase .convertor-desc1 {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 27.44px;
        line-height: 35px;
        text-align: center;


    }

    section.convertor-usecase .convertor-desc2 {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        /* or 143% */
        text-align: center;


    }

    section.convertor-usecase {
        padding: 80px 40px;
        ;
    }
}

@media (max-width: 551px) {
    section.convertor-usecase {
        padding: 40px 20px;
        ;
    }

    section.convertor-usecase .convertor-title {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 31.36px;
        line-height: 40px;
        text-align: center;


    }

    section.convertor-usecase .convertor-desc1 {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 19.6px;
        line-height: 25px;
        text-align: center;
        color: #0E0F26;


    }

    section.convertor-usecase .convertor-desc2 {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 16px;

        text-align: center;


    }
}

section.sec-faq {
    padding: 50px;
    align-items: flex-start;

    display: flex;
    background: #EBEBED;
}

.sec-faq h2 {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 58.8px;
    line-height: 74px;
    color: #0e0f26;
    margin-top: 40px;
    margin-bottom: 50px;
}

.sec-faq .container {
    display: block;
    width: auto;
    max-width: 1440px !important;
}

.sec-faq .wrapper {
    width: 80%;
    margin-left: 10%;
}

.sec-faq .containers {
    background: #fcfcff;
    box-shadow: -4px -4px 16px rgba(255, 255, 255, 0.2), 4px 4px 16px rgba(0, 0, 0, 0.2);
    color: black;
    border-radius: 24px;
    margin: 20px 0;
}

.sec-faq .question {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    gap: 10px;
    background: #fcfcff;
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    /* text-align: center; */
    color: #0e0f26;
    box-shadow: -4px -4px 16px rgba(255, 255, 255, 0.2), 4px 4px 16px rgba(0, 0, 0, 0.2);
    border-radius: 24px;
}

.sec-faq .answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.sec-faq .answer {
    padding: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #343434;
}

@media (max-width: 991.98px) {
    section.sec-faq {
        padding: 80px 40px;
        display: flex;
        align-items: center;
    }

    .sec-faq h2 {


        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 47.04px;
        line-height: 59px;
        color: #0E0F26;

    }
}

@media (max-width: 575.98px) {
    section.sec-faq {
        padding: 10px;
    }

    .sec-faq .wrapper {
        width: 100%;
        margin-left: 0px;
    }

    .sec-faq h2 {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 31.36px;
        line-height: 40px;
        color: #0E0F26;

    }
}

section.sec-carousal {
    padding: 60px 0;
    align-items: flex-start;
    z-index: 2;
    width: -webkit-fill-available;
    max-width: 1940px;
    background: #EBEBED;

}

.sec-carousal h2.title {
    font-family: "Outfit";
    font-style: normal;
    font-weight: 700;
    font-size: 47.04px;
    color: #0e0f26;
    text-align: left;
    margin: 10px 70px 10px 250px;
}

.sec-carousal .carousal-container {
    display: flex;
    gap: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    width: -webkit-fill-available;
    max-width: 1940px;
    flex-shrink: 0;
    margin: 10px;
    height: 600px;
}

.carousal-container .carousal-circle {
    display: flex;
    position: absolute;
    width: -webkit-fill-available;
    max-width: 1940px;

    justify-content: space-between;
}

.carousal-container .carousal-circle-l {

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px;
    gap: 10px;
    position: relative;
    width: 62px;
    height: 62px;
    top: 154px;

    background: #FCFCFF;
    box-shadow: 0px 8px 24px rgba(20, 20, 26, 0.2);
    border-radius: 200px;
    transform: matrix(-1, 0, 0, 1, 0, 0);

    /* Inside auto layout */
    flex: none;
    /* order: 7; */
    flex-grow: 0;
    z-index: 7;

}

.carousal-container .carousal-circle-r {

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px;
    gap: 10px;
    position: relative;
    width: 62px;
    height: 62px;
    top: 154px;
    transform: rotate(0deg);
    background: #FCFCFF;
    box-shadow: 0px 8px 24px rgba(20, 20, 26, 0.2);
    border-radius: 200px;
    /* transform: matrix(-1, 0, 0, 1, 0, 0); */
    flex: none;
    flex-grow: 0;
    z-index: 7;


}


.carousal-container::-webkit-scrollbar {
    width: 0;
}

.sec-carousal .carousal-container .carousal-box {
    text-align: center;
    width: 600px;
    height: 400px;
    padding: 40px;
    background: #fcfcff;
    box-shadow: -4px -4px 16px rgba(255, 255, 255, 0.2), 4px 4px 16px rgba(0, 0, 0, 0.2);
    border-radius: 24px;
    flex: none;
}

.sec-carousal .carousal-container .carousal-box .carousal-title {
    display: grid;
    grid-template-columns: 0.3fr 2fr;
}

.sec-carousal .carousal-container .carousal-box .carousal-title img {
    border-radius: 35px;
}

.sec-carousal .carousal-container .carousal-box .carousal-title .designation {
    display: block;
    text-align: left;
    padding: 0 0 0 10px;
}

.sec-carousal .carousal-container .carousal-box .carousal-title .designation h2 {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 19.6px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: #0e0f26;
    margin-bottom: 0;
}

.sec-carousal .carousal-container .carousal-box .carousal-title .designation p {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #0e0f26;
    margin-bottom: 1px;
}

.sec-carousal .carousal-container .carousal-box .carousal-text {
    display: grid;
    grid-template-columns: 0.2fr 2fr 0.2fr;
}

.sec-carousal .carousal-container .carousal-box .carousal-text .quote1 {
    display: flex;
    align-items: self-start;
    margin-top: 20px;
}

.sec-carousal .carousal-container .carousal-box .carousal-text .quote1 img {
    transform: rotate(180deg);
}

.sec-carousal .carousal-container .carousal-box .carousal-text .quote2 {
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
}

.sec-carousal .carousal-container .carousal-box .carousal-text .quote2 img {
    transform: rotate(360deg);
}

.sec-carousal .carousal-container .carousal-box .carousal-text p {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #676768;
    text-align: left;
    padding: 20px 0;
}

@media (max-width: 991.98px) {

    .sec-carousal .carousal-container {
        padding: 10px;
        height: auto;
    }

    /* .carousal-container .carousal-circle {

        width: 600px;
    } */

    .sec-carousal h2.title {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 47.04px;
        line-height: 59px;
        color: #0e0f26;
        margin: 0px 20px;
    }
}

@media (max-width: 575.98px) {
    .carousal-container .carousal-circle {
        display: none;
    }

    .sec-carousal .carousal-container {
        padding: 10px;
        height: auto;
    }

    .sec-carousal h2.title {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 31.36px;
        line-height: 40px;
        color: #0e0f26;
        margin: 0px 20px;
    }

    .sec-carousal .carousal-container {
        display: grid;
    }

    .sec-carousal .carousal-container .carousal-box {
        width: -webkit-fill-available;
        height: auto;
    }

    .sec-carousal .carousal-container .carousal-box .carousal-text p {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #676768;
    }
}

section.st-why-wavel {
    padding: 40px 0;
}

.st-why-wavel .container {
    justify-content: center;
}

.st-why-wavel .row {
    justify-content: center;
}

.st-why-wavel .content-title {
    display: flex;
}

.st-why-wavel .content-title h2 {
    margin-top: 15px;
}

.st-why-wavel .content-desc {
    padding: 0 15px;
}

.st-why-wavel .content-desc p {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #474747;
}



@media (max-width:991.98px) {
    .st-why-wavel .content-title img {
        display: none;
    }

    .st-why-wavel .content-title h2 {
        text-align: center;
    }
}


@media (max-width:991.98px) {
    .st-why-wavel .content-desc {
        text-align: center;
    }


}

section.video-tool {
    padding: 40px;
    background: #EBEBED;

}

section.video-tool .container {
    display: block;
    /* border: 1px solid #0E0F26; */
    border-radius: 24px;
    padding: 50px;
    background: white;
    max-width: 1440px;
}

section.video-tool h2.title {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 31.36px;
    line-height: 40px;
    color: #0E0F26;

}

section.video-tool p {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
    color: #676768;

}


@media (max-width:768.98px) {
    section.subtitle-solution .hero .info h1 {

        font-family: 'Outfit';
        font-style: normal;
        font-weight: 700;
        font-size: 35.28px;
        line-height: 44px;
        text-align: center;
        color: #FCFCFF;
    }

    section.subtitle-solution .hero .info p {

        font-family: 'Outfit';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        text-align: center;

        color: #B2B2B4;


    }

    .count-sec h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .count-sec p {
        font-size: 15px;
        line-height: 20px;
    }

    .subtitle-step h2 {
        font-size: 25px;
        line-height: 34px;
    }

    .subtitle-step a span {
        font-size: 20px;
        line-height: 27px;
    }

    .subtitle-step a p {
        font-size: 15px;
        line-height: 20px;

    }

}

section.subtitle-client-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 80px;
    background: linear-gradient(180deg, #EBEBFC 0%, #FCFCFF 100%);
    z-index: 0;
}

section.subtitle-client-section .outline_button {
    height: auto;
    transition: all .4s ease;
    text-shadow: none;
    padding: 9px 12px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    margin-right: 70px;
    transform: rotate(0.05deg);
    border: 1px solid #0E0F26;
    border-radius: 12px;
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #000000;

}


.subtitle-client-section .content_title {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 47.04px;
    line-height: 59px;
    text-align: center;
    color: #0E0F26;

}

.subtitle-client-section .content_desc {


    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #676768;


}

section.subtitle-client-section a:hover {
    text-decoration: none;
}

@media (max-width:767.98px) {
    .subtitle-client-section .languages .row {
        flex-direction: column;
    }

    .subtitle-client-section .languages a {
        margin-right: 0px !important;
    }
}

@media (min-width: 768px) and (max-width:991.98px) {
    .subtitle-client-section .languages a {
        margin-right: 30px;
    }
}

@media (min-width:992px) {
    section.subtitle-client-section .outline_button {
        margin-right: 0;
    }
}



section.subtitle-solution .hero .image .video-target .video-wrapper video {
    width: 100%;
    height: auto;
    /* // -moz-border-radius: 40px; */
    -webkit-border-radius: 40px;
    border-radius: 40px;
    overflow: hidden;
}

section.subtitle-solution .hero .image .video-status.play {
    background-image: url(https://wavel.ai/assets/images/play.svg);
    background-position: 50% 50%;
    background-size: 48px 48px;
    background-repeat: no-repeat;
}

section.subtitle-solution .hero .image .video-status {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-sidebar .div-flex-wrapper-sidemenu .see-all-icon {
    display: flex;
    justify-content: center;
}

.subtitle-step .dub-now .tab-content {
    padding: 0;
}

section.subtitle-client-section a:hover {
    text-decoration: none;
}

@media (max-width:767.98px) {
    .subtitle-client-section .languages .row {
        flex-direction: column;
    }

    .subtitle-client-section .languages a {
        margin-right: 0px !important;
    }
}

@media (min-width: 768px) and (max-width:991.98px) {
    .subtitle-client-section .languages a {
        margin-right: 30px;
    }
}

@media (min-width:992px) {
    section.subtitle-client-section .outline_button {
        margin-right: 0;
    }
}

section.usecase .container .video .video-category-title {
    font-family: Outfit;
    font-weight: 700;
    font-size: 32px;
    line-height: 41px;
    text-align: left;
    width: 100%;
}

/* transcription-page */
section.transcription-hero {

    padding: 100px 0px 0px;
    margin: 0px 30px 0 30px;
    background: #0E0F26;

}


section.transcription-hero a {
    margin-bottom: 0;
}

.transcription-hero .top .herobg {
    position: absolute;
    width: -webkit-fill-available;
    height: 701.84px;
    right: -55.01px;
    top: 0;
    z-index: 0;
    background: #830C83;
    filter: blur(480px);
    transform: rotate(120deg);
}

section.transcription-hero .hero {
    z-index: 0;
    position: relative;
    margin: 0;
    width: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1440px !important;
}

section.transcription-hero .hero .info h1 {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 58.8px;
    line-height: 74px;
    color: #FCFCFF;

}

section.transcription-hero .hero .info p {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #B2B2B4;

}

section.tts-usecase-mobile {
    display: none;
}

@media (max-width:991.98px) {
    section.transcription-hero .hero .info {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    section.transcription-hero .top .hero {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    section.transcription-hero .hero .info h1 {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 58.8px;
        line-height: 74px;
        text-align: center;
        color: #FCFCFF;
    }

    section.transcription-hero .hero .info p {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        color: #B2B2B4;

    }

    .section-tts-hero .top .hero-top-left {
        padding: 0px;
    }

    .section-tts-hero .top .hero-top-left .info {

        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section-tts-hero .top .hero-top-left .info h1 {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 58.8px;
        line-height: 74px;
        text-align: center;

        color: #FCFCFF;

    }

    .section-tts-hero .top .hero-top-left .info p {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        color: #B2B2B4;
    }

    section.tts-usecase-mobile .title {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 47.04px;
        line-height: 59px;
        text-align: center;
        color: #0E0F26;

    }

    section.tts-usecase {
        display: none !important;
    }

    section.tts-usecase-mobile {
        display: flex;
        padding: 30px;
        flex-direction: column;
    }

    section.tts-usecase-mobile .usecaseimagescontainer .usecaseimages .usecaseimg5 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 40px;
        background: linear-gradient(180deg, #3B053B 0%, #0E0F26 51%);
        border: 2px solid #FCFCFF;
        box-shadow: 0px 16px 32px rgba(20, 20, 26, 0.3);
        border-radius: 24px;
    }

    section.tts-usecase-mobile .usecaseimagescontainer .usecaseimages .usecaseimg5 h2 {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 31.36px;
        line-height: 40px;
        text-align: center;
        color: #FCFCFF;
    }

    section.tts-usecase-mobile .usecaseimagescontainer .usecaseimages .usecaseimg5 img {
        width: 64px;
        height: 64px;
    }

    .why-wavel-for h2.title-light {


        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700 !important;
        font-size: 47.04px !important;
        line-height: 59px !important;
        text-align: center;


    }

    section.why-wavel-for {
        padding: 50px !important;
    }

    .section-tts-eight h2.title {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 47.04px;
        line-height: 59px;
        text-align: center;
        color: #0E0F26;

    }

    .section-tts-eight .language-type {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr !important;
        gap: 40px !important;
        padding: 10px;
    }
}

@media (max-width:576px) {
    section.tts-usecase-mobile {
        /* padding: 10px; */
    }

    section.tts-usecase-mobile .usecaseimages {
        display: flex;
        gap: 30px;
        flex-direction: column;
    }

    section.tts-usecase-mobile .title {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 31.36px;
        line-height: 40px;
        text-align: center;
        color: #0E0F26;

    }

    .section-tts-eight h2.title {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600 !important;
        font-size: 31.36px !important;
        line-height: 40px !important;
        text-align: center;
        color: #0E0F26;

    }

    section.section-tts-eight {
        padding: 20px !important;
        gap: 20px !important;
    }

    .section-tts-eight p.desc {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400 !important;
        font-size: 14px !important;
        line-height: 20px !important;
        text-align: center;
        color: #676768;

    }

    .section-tts-eight .language-type {
        display: grid;
        grid-template-columns: 1fr 1fr !important;
        gap: 20px;
        padding: 10px;
    }
}

.hover-image {
    content: url('https://images.wavel.ai/solutions/newimages/Toggle%3DOff%2Ctype%3D1.webp');
}

.hover-imagetts {
    content: url('https://images.wavel.ai/solutions/newimages/Play-voice-tts.webp');
}

@media (max-width:767.98px) {
    section.transcription-hero .hero .info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section-tts-hero .top .hero-top-left .info {

        display: flex;
        flex-direction: column;
        align-items: center;
    }

    section.transcription-hero .hero .info h1 {


        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 31.36px;
        line-height: 40px;
        text-align: center;
        color: #FCFCFF;


    }

    section.transcription-hero .hero .info p {


        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #B2B2B4;
    }

    section.why-wavel-for {
        padding: 40px 10px !important;
    }

    .why-wavel-for h2.title-light {


        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600 !important;
        font-size: 31.36px !important;
        line-height: 40px !important;
        text-align: center;

    }
}



@media (max-width:767.98px) {
    .section-tts-hero .top .hero-top-left .info p {
        width: 94%
    }

    .section-tts-hero .top .hero-top-left .info p {
        width: 100% !important;
        text-align: center;
    }

    section.transcription-hero .top .hero {
        display: flex;
    }
}








section.discover-voice {
    padding: 30px 80px;
    /* background: linear-gradient(180deg, #fcfcff 0%, #d4d6f9 100%); */
}

section.discover-voice .container {
    display: block;
    margin-bottom: 10px;
    width: auto;
    max-width: 1440px !important;
}

.image-container {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.discover-voice h2.title {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 50.8px;
    line-height: 74px;
    text-align: center;
    color: #0E0F26;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.b1 img {
    border: 8px solid #d5e0fe;
    border-radius: 50%;
}

.b4 img {
    border: 8px solid #e2f2fa;
    border-radius: 50%;
}

.discover-voice .section2-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 40px;
    gap: 40px;
    width: -webkit-fill-available;
    height: auto;

    background: #0E0F26;
    box-shadow: 0px -6px 12px rgba(20, 20, 26, 0.1);

    border-radius: 24px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.discover-voice .section2-box .section-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 30px;
}

.discover-voice .section2-box .section-content .contenttext {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.discover-voice .section2-box .section-content .contenttext .context1 {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    background: linear-gradient(180deg, #FCFCFF 0%, #D4D6F9 100%);
    box-shadow: -4px -4px 16px rgba(255, 255, 255, 0.2), 4px 4px 16px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    gap: 20px;
}

.discover-voice .section2-box .section-content .contenttext .context1 h2 {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 27.44px;
    line-height: 35px;
    color: #0E0F26;
}

.discover-voice .section2-box .section-content .contenttext .context1 p {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #0E0F26;
}

.discover-voice .section2-box .section-content .contentimg {
    position: relative;
    max-width: 100%;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    align-items: center;
    display: flex;
    justify-content: center;
}

/* For tablet and mobile views, display .section-content as block */
@media (max-width: 991.98px) {
    .discover-voice .section2-box {
        padding: 20px;
    }

    .discover-voice .section2-box .section-content {
        display: flex !important;
        flex-direction: column;
        /* Stack items vertically */
        align-items: center;
    }

    .discover-voice h2.title {


        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 47.04px;
        line-height: 59px;
        text-align: center;
        color: #0E0F26;

    }

    .section-ambitious-captions .testimonial-box1 {
        flex-direction: column;
    }

    .section-ambitious-captions {
        padding: 80px 40px;
    }

    .section-ambitious-captions .testimonial-box1 .content-text {
        width: auto;
    }
}

@media (max-width: 320px) {
    .discover-voice .section2-box {
        width: 320px;
    }

    .section-ambitious-captions .testimonial-box {
        width: 320px;
        height: auto;
    }
}

@media (max-width: 575.98px) {
    .section-ambitious-captions .row {
        display: contents;
    }

    .section-ambitious-captions .testimonial-box {
        width: 320px;
        height: auto;

    }

    .section-ambitious-captions .testimonial-box1 {
        flex-direction: column;
        width: 320px;
        height: auto;

    }

    .section-ambitious-captions {
        padding: 40px 20px;
    }

    .section-ambitious-captions h2.title {

        font-family: Outfit;
        font-size: 31.36px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    section.voice-caption .captions-card .title {

        font-family: Outfit;
        font-size: 35.28px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    section.voice-caption .captions-card {
        padding: 40px 20px;
    }

    .discover-voice h2.title {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 31.36px;
        line-height: 40px;
        text-align: center;
        color: #0E0F26;
    }

    .discover-voice .section2-box {
        padding: 20px;
    }

    .discover-voice .section2-box .section-content {
        display: flex !important;
        flex-direction: column;
        align-items: center;
    }
}

/* Reordering for tablet */
@media (max-width: 991.98px) {

    .discover-voice .section2-box .section-content .contenttext,
    .discover-voice .section2-box .section-content .contentimg {
        order: unset !important;
    }

    .discover-voice .section2-box .section-content .contenttext {
        order: 0 !important;
    }

    .discover-voice .section2-box .section-content .contentimg {
        order: 1 !important;
    }

    .discover-voice .section2-box .section-content .contenttext1 {
        text-align: left !important;
    }

    .discover-voice .section2-box .section-content .contenttext2 {
        text-align: left !important;
    }
}

/* Reordering for mobile */
@media (max-width: 575.98px) {

    .discover-voice .section2-box .section-content .contenttext,
    .discover-voice .section2-box .section-content .contentimg {
        order: unset !important;
    }

    .discover-voice .section2-box .section-content .contenttext {
        order: 0 !important;
    }

    .discover-voice .section2-box .section-content .contentimg {
        order: 1 !important;
    }

    .discover-voice .section2-box .section-content .contenttext1 {
        text-align: left !important;
    }
}

.addclass {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #0e0f26;
    text-shadow: 0px 4px 6.6px rgba(20, 20, 26, 0.15);
}

.discover-voice .section2-box .section-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.discover-voice .section2-box .section-content .contenttext1 {
    text-align: right;
}

.discover-voice .section2-box .section-content .contenttext2 {
    text-align: left;
    display: grid;
    gap: 10px;
}

.discover-voice .section2-box .section-content .contenttext1 .button-try {
    display: inline-block;
    margin-top: 3px;
    /* Adjust as needed */
    text-align: right;
    /* Align the button to the right */
}

.discover-voice .section2-box .section-content .contenttext1 h2 {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;

    color: #fcfcff;

    font-weight: 700;
    font-size: 35.28px;
    line-height: 44px;

}

.discover-voice .section2-box .section-content .contenttext h2 {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;

    color: #fcfcff;

    font-weight: 700;
    font-size: 35.28px;
    line-height: 44px;

}

.discover-voice .section2-box .section-content .contenttext p {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #e6e6e9;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
    align-items: left;
}

.discover-voice .section2-box .section-content .contenttext1 p {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #e6e6e9;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    align-items: left;
}

.discover-voice .section2-box .section-content .contenttext2 .button-try {
    display: inline-block;
    margin-top: 3px;
    /* Adjust as needed */
    text-align: right;
    /* Align the button to the right */
}

.discover-voice .section2-box .section-content .contenttext2 h2 {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35.28px;
    line-height: 44px;
    color: #fcfcff;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.discover-voice .section2-box .section-content .contenttext2 p {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #e6e6e9;
    flex: none;

    align-items: left;
}

.discover-voice .section2-box .section-content .contentimg {
    position: relative;
    max-width: 100%;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    align-items: center;
    display: flex;
    justify-content: center;
}

.discover-voice .section2-box img {
    position: relative;
    max-width: 100%;
}

.discover-voice .section2-box .b1:hover {
    animation: pulseanim2 2s infinite cubic-bezier(0.4, 0, 1, 1) both;
}

.discover-voice .section2-box .voice-play {
    position: absolute;
    top: 27%;
    left: 47%;
    opacity: 0.82;
}

.discover-voice .section2-box .voice-play p.fa.fa-play {
    font-family: FontAwesome !important;
    color: #fff;
}

.discover-voice .section2-box .voice-play p.fa.fa-pause {
    font-family: FontAwesome !important;
    color: #fff;
}

@media (max-width: 992px) {
    .discover-voice .section2-box .section-content .contenttext1 h2 {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 47.04px;
        line-height: 59px;
        color: #FCFCFF;
    }

    .discover-voice .section2-box .section-content .contenttext2 h2 {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 47.04px;
        line-height: 59px;
        color: #FCFCFF;
    }

    .discover-voice .section2-box .section-content .contenttext2 p {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;

        color: #E6E6E9;

    }

    .discover-voice .section2-box .section-content .contenttext1 p {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;

        color: #E6E6E9;

    }
}

@media (max-width: 576px) {
    .discover-voice .section2-box {
        margin-top: 25px;
    }

    section.discover-voice {
        padding: 30px;
    }

    .discover-voice .section2-box .section-content .contenttext1 h2 {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 31.36px;
        line-height: 40px;
        color: #FCFCFF;

    }

    .discover-voice .section2-box .section-content .contenttext2 h2 {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 31.36px;
        line-height: 40px;
        color: #FCFCFF;

    }

    .discover-voice .section2-box .section-content .contenttext2 p {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;

        color: #E6E6E9;

    }

    .discover-voice .section2-box .section-content .contenttext1 p {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #E6E6E9;

    }
}



.transcription-hero .bot {
    margin-top: -275px;
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
    justify-content: center;
}

.transcription-hero .bot img {
    width: 50%;
    border-radius: 40px;
}

.transcription-hero .transcription-btn {
    margin-top: 45px;
    display: flex;
    /* justify-content: center; */
}

@media (min-width:1024px) {
    .transcription-hero .bot img {
        width: 60%;
    }
}

@media(max-width:767.98px) {
    .transcription-hero .bot img {
        width: 100%;
    }
}

@media(min-width:768px) and (max-width:1023.98px) {
    .transcription-hero .bot img {
        width: 80%;
    }
}

section.transcription-ready {
    padding: 80px 0;
}

section.transcription-ready .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.transcription-ready .cards_section {
    width: 85%;
    padding: 50px;
    border-radius: 20px;
    background-color: #111827;
    color: #fff;
    box-shadow: 0 4px 24px -1px rgb(0 0 0 / 20%);
}

section.transcription-ready .cards_section p.title {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    color: #FFFFFF;
}

section.transcription-ready .cards_section .search-box {
    padding-top: 50px;
    padding: 20px 0;
}

.customer-review {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    background: #111827;
    color: #fff;
    padding: 60px;
}

.customer-review .testimonial-heading {
    letter-spacing: 1px;
    margin: 0 0 40px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.customer-review .testimonial-heading span {
    font-size: 1.3rem;
    color: #252525;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.customer-review .testimonial-box-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.customer-review .testimonial-box {
    /* width: 100%;
    max-width:500px; */
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
    background-color: #F8F8F8;
    padding: 20px;
    margin: 15px;
    cursor: pointer;
    /* height: 100%;
    max-height: 230px; */
    border-radius: 20px;
}

.customer-review .profile-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.customer-review .profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.customer-review .profile {
    display: flex;
    align-items: center;
}

.customer-review .name-user {
    display: flex;
    flex-direction: column;
}

.customer-review .name-user strong {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #474747;
    letter-spacing: 0.5px;
}

.customer-review .name-user span {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #474747;
}

.customer-review .reviews {
    color: #f9d71c;
}

.customer-review .box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.customer-review .client-comment p {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #474747;
}

@media(min-width:992px) {
    .customer-review .testimonial-box {
        padding: 20px;
        max-height: 238px;
        height: 100%;
    }
}

@media(max-width:991.98px) {
    .customer-review .testimonial-box {
        padding: 20px;
        /* min-height: 250px !important; */
        margin-bottom: 40px;
        /* height: 100%; */
    }
}

@media(max-width:790px) {

    /* .customer-review .testimonial-box{
        width:100%;
    } */
    .customer-review .testimonial-heading h1 {
        font-size: 1.4rem;
    }
}

@media(max-width:340px) {
    .customer-review .box-top {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .customer-review .reviews {
        margin-top: 10px;
    }
}

.customer-review .testimonial-box-container .reviews .fa-star:before {
    font-family: FontAwesome !important;
}

.transcription-wavel {
    padding: 40px 0;
}

section.transcription-wavel .more-wavel {
    display: flex;
    background: rgba(0, 154, 241, 0.09);
    width: 100%;
    max-width: 563px;
    padding: 15px;
    height: 100%;
    min-height: 100%;
}

.transcription-wavel .more-wavel {
    width: 100%;
    max-width: 27rem;
}

.transcription-wavel .more-wavel .more-wavel-desc {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.transcription-wavel .more-wavel .more-wavel-desc p {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #464646;
}

.transcription-wavel .more-wavel .more-wavel-desc span {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #474747;
}

@media (max-width:768.98px) {
    .transcription-wavel h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .transcription-wavel .more-wavel .more-wavel-desc p {
        font-size: 15px;
        line-height: 20px;
    }

    .transcription-wavel .more-wavel .more-wavel-desc span {
        font-size: 15px;
        line-height: 20px;
    }
}

@media (max-width:991.98px) {
    .transcription-wavel .more-wavel {
        max-width: 41rem;
    }
}

.transcription-wavel h2 {
    font-weight: 600;
    font-size: 35px;
    line-height: 48px;
    text-align: center;
    color: #000000;

}

.ambitious-firms {
    overflow: hidden;
    background: #FBFBFB;
}

.ambitious-firms {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 35px 0px 25px 0;
}

.ambitious-firms h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    text-transform: capitalize;
    color: #474747;
}

.ambitious-firms .marquee-wrapper {
    text-align: center;
}

.ambitious-firms .marquee-wrapper .container {
    overflow: hidden;
}

.ambitious-firms .marquee-wrapper .marquee-block {
    --total-marquee-items: 10;
    height: 70px;
    width: calc(250px * (var(--total-marquee-items)));
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    /* margin: 20px auto; */
    /* padding: 30px 0; */
}

.ambitious-firms .marquee-inner.to-left {
    -webkit-animation: marqueeLeft 90s linear infinite;
    animation: marqueeLeft 90s linear infinite;
}

.ambitious-firms .marquee-inner {
    display: block;
    width: 200%;
    position: absolute;
}

.ambitious-firms .marquee-inner span {
    float: left;
}

.ambitious-firms .marquee-item {
    width: 230px;
    height: auto;
    display: inline-block;
    margin: 0 10px;
    float: left;
    transition: all 0.2s ease-out;
    /* background: #00cc00; */
}

@-webkit-keyframes marqueeLeft {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

@keyframes marqueeLeft {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}



section.transcription-software {
    padding: 60px 0;
}

.transcription-software .container {
    display: block;
}

.transcription-software .wrapper {
    background: linear-gradient(180deg, #111827 0%, #223459 100%);
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 13px;
    padding: 30px;
    height: 100%;
    max-height: 600px;
}

.transcription-software .wrapper h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}

.transcription-software .wrapper p {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0;
}

.transcription-card {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 80px;
    gap: 50px;

    z-index: 1;

}

.transcription-card .transcription-box {

    display: flex;
    flex-direction: column;
    padding: 40px;
    gap: 40px;
    max-width: 800px !important;
    width: -webkit-fill-available;
    height: 370px;
    background: rgba(252, 252, 255, 0.10);
    backdrop-filter: blur(150px);
    border-radius: 24px;


}

.transcription-card .transcription-box .transcription-btn {
    display: flex;

    justify-items: center;
    align-items: center;
    width: -webkit-fill-available;
    justify-content: space-around;
    gap: 10px;
    margin-top: 0px;
}

.transcription-card .transcription-box .transcription-btn p {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FCFCFF;
    margin-bottom: 0;
    margin-top: 0;

}

.transcription-card .transcription-box .transcription-content {
    overflow-x: hidden;
    height: 200px;
    scrollbar-width: none;

}

.transcription-card .transcription-box .transcription-content p {
    width: 100% !important;



    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;

    color: #B2B2B4;



}

section.why-wavel-for {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 80px;
    gap: 50px;

}

.why-wavel-for .container {
    display: block;
    width: auto;
    max-width: 1440px !important;
}

.why-wavel-for h2.title-light {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 58.8px;
    line-height: 74px;
    text-align: center;

    color: #0E0F26;

}

.why-wavel-for p.desc {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
}

.why-wavel-for .whywavellist {
    display: contents;
}


.why-wavel-for .wrapper {

    display: flex;
    flex-direction: column;
    /* align-items: center; */
    padding: 20px;
    background: linear-gradient(178.31deg, rgba(252, 252, 255, 0.32) 1.4%, rgba(252, 252, 255, 0.44) 98.57%);
    border: 1px solid #0E0F26;
    border-radius: 24px;
    margin: 10px;

    gap: 20px;
}

/* section.why-wavel-for .container .row{
    gap: 10px;
} */
.why-wavel-for .wrapper .pic.blog-1-bg {
    display: grid;
    grid-template-columns: 70px 2fr;
}

.why-wavel-for .wrapper h2 {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 27.44px;
    line-height: 35px;
    display: flex;
    align-items: center;

    color: #0E0F26;

}

.why-wavel-for .wrapper p {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: start;
    color: #676768;

}

.transcription-benefit h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    text-transform: capitalize;
    color: #474747;
}

section.transcription-step {
    padding: 40px 0;
}

section.transcription-step .container {
    display: block;
}

.transcription-step h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    text-transform: capitalize;
    color: #474747;
}

.transcription-step a {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #474747;
    z-index: 99;
    position: relative;
    cursor: pointer;
    margin-bottom: 5px;
}

.transcription-step a.active {
    background: #EEFAFF;
    border-radius: 14px;
}

@media (max-width:991.98px) {
    .transcription-step .tab-content {
        display: none;
    }
}

@media (max-width:768.98px) {
    .transcription-step h2 {
        font-size: 25px;
        line-height: 34px;
    }

    .why-wavel-for .wrapper {
        height: auto;
    }

    .transcription-step a span {
        font-size: 15px;
        line-height: 20px;
    }

    .transcription-step a p {
        font-size: 15px;
        line-height: 20px;
    }
}

.transcription-step .dub-now .tab-content {
    padding: 0;
}



@media (max-width:768.98px) {


    .ambitious-firms h2 {
        font-size: 25px;
        line-height: 34px;
    }

    section.transcription-software h2.title {
        font-size: 25px;
        line-height: 34px;
    }

    section.transcription-software p {
        font-size: 15px;
        line-height: 20px;
    }

    .transcription-software .transcription-soft {
        margin-bottom: 50px;
    }

    .transcription-software .wrapper h2 {
        font-size: 25px;
        line-height: 34px;
    }

    .transcription-software .wrapper p {
        font-size: 15px;
        line-height: 20px;
    }




}

@media(min-width:767.98px) and (max-width:991.98px) {
    .transcription-software .wrapper h2 {
        height: 100%;
        max-height: 50px;
    }
}

@media (max-width:650px) {
    .customer-review .reviews {
        display: flex;
    }
}





/* .sticky-section{
    display: block;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    padding: 50px 0 0 0;
  }
  .sticky-section h2{
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    text-transform: capitalize;
    color: #474747;
  }

  .sticky-section .columns.image-column{
    grid-column: 1;
    grid-row: 1 / 6;
  }
  .sticky-section .columns p,
  .sticky-section .columns h1,
  .sticky-section .columns h2{
    padding: 1rem;
  }
  .sticky-section .columns h1{
    font-size: 3rem;
  }

  .sticky-section .columns.image-column img{
    left: 0;
  }
  @media (min-width:992px){

        .sticky-section .columns{
            overflow: hidden;
            position: sticky;
            top: 0;
            align-self: start;
            background: white;
            height: 100%;
            max-height: 100vh;
        }
  } */

.transcription-wavel a:hover {
    text-decoration: none;
}

.transcription-step a p {
    margin-bottom: 0;
    margin-top: 16px;
}

.transcription-step a.content:hover {
    text-decoration: none;
}

.transcription-step a.content {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #009AF1;
    margin-bottom: 16px;
    margin-left: 30px;
    margin-top: 32px;
    /* z-index: 99;
    position: relative;
    cursor: pointer; */
}

@media(min-width:528px) and (max-width:991.98px) {
    .transcription-hero .transcription-btn {
        margin-top: 45px;
    }
}

@media(max-width:527.98px) {
    .transcription-hero .transcription-btn {
        margin-top: 30px;
    }
}

@media (min-width: 1191.99px) and (max-width: 1341.99px) {

    .transcription-step .container {
        max-width: 1234px;
    }
}

@media(min-width: 992px) {
    .transcription-step .container {
        max-width: 1046px;
    }
}

@media (min-width: 1200px) {

    .transcription-step .container {
        max-width: 1245px;
    }
}

.transcription-step p.desc {
    margin-bottom: 0;
}

@media(min-width:991.98px) {

    section.transcript-content .content-detail {
        margin-left: 100px;
    }

    section.transcript-content .info-image {
        margin-left: -40px;
    }
}

.sticky-section .container {
    display: block;
}

.sticky-section {
    padding: 50px 0;
}

.sticky-section .sections {
    display: flex;
    min-height: 75vh;
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1125px;
}

.sticky-section .sections>* {
    width: 50%;
}

.sticky-section .sections__img {
    position: relative;
    display: flex;
    justify-content: center;
}

@media(min-width:992px) and (max-width:1191.98px) {
    .sticky-section .sections__img__inner {
        height: 100%;
        max-height: 45vh !important;
    }
}

.sticky-section .sections__img__inner {
    height: 100%;
    max-height: 65vh;
    /* height: 80vh; */
    position: fixed;
    width: 100%;
    top: 90px;
    mix-blend-mode: multiply;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.sticky-section .sections__body {
    display: flex;
    align-items: center;
}

/* .sticky-section .sections__text {
    padding: 5vw;
} */
.sticky-section .sections__img__inner {
    filter: blur(30px);
    opacity: 0;
    background-position: 50% 40%;
    transition: filter 0.6s ease, opacity 0.6s ease, background-position 0.8s ease;
}

.sticky-section .sections.active .sections__img__inner {
    opacity: 1;
    background-position: 50% 50%;
    filter: blur(0);
}

.sticky-section h2.title {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    text-transform: capitalize;
    color: #474747;
}

.sticky-section .sections__body .sections__text h2 {
    margin: 30px 0 15px;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #212529;
    text-transform: capitalize;
}

.sticky-section .sections__body .sections__text p.desc {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -0.04em;
    color: #474747;
    max-width: 465px;
}

@media(max-width:991.98px) {
    section.sticky-section {
        display: none !important;
    }

    .sticky-section-mobile {
        display: block !important;
    }
}

@media(min-width:992px) {
    section.sticky-section {
        display: block !important;
    }

    .sticky-section-mobile {
        display: none !important;
    }
}

section.wavel-market {
    padding: 50px 0 50px 0;
}

.wavel-market .glass {
    background: linear-gradient(132.97deg, #111827 25.89%, #223459 85.55%);
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 45px;
    padding: 50px 50px;
}

.wavel-market .glass h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}

.wavel-market .glass p {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    letter-spacing: -0.04em;
    color: #FFFFFF;
}

@media (min-width: 1200px) {
    .solution .container {
        max-width: 1340px !important;
        width: 100%;
    }
}



section.subtitle-client-section .language_type li.active .language_button_type {
    height: auto;
    transition: all .4s ease;
    text-shadow: none;
    padding: 9px 12px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    margin-right: 70px;
    transform: rotate(0.05deg);

    border-bottom: 3px solid #0E0F26;

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 27.44px;
    line-height: 35px;
    text-align: center;
    color: #0E0F26;

}

section.subtitle-client-section .language_button_type {
    height: auto;
    transition: all .4s ease;
    text-shadow: none;

    padding: 9px 12px;

    display: inline-block;
    align-items: center;
    justify-content: center;
    border-bottom: 3px solid #B2B2B4;
    margin-right: 70px;
    transform: rotate(0.05deg);

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 27.44px;
    line-height: 35px;
    text-align: center;
    color: #B2B2B4;

}

/* Translation */
section.translation-hero .hero-top .hero-top-left .info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

section.translation-hero .hero-top .hero-top-left .info h1 {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 58.8px;
    line-height: 74px;
    color: #FCFCFF;

}

section.translation-hero .hero-top .hero-top-left .info p {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #B2B2B4;


}

section.translation-hero a {
    margin-bottom: 0;
}

section.translation-hero.cf:after {
    display: table;
    content: "";
    clear: both;
}


.translation-hero .top .container {
    width: auto;
    max-width: 1440px;
}

.translation-hero .top .herobg {
    position: absolute;
    width: 550px;
    height: 701.84px;
    right: -95.01px;
    top: 10px;
    z-index: 0;
    background: #830C83;
    filter: blur(480px);
    transform: rotate(120deg);
}

.translation-hero .translation-btn {
    margin-top: 45px;
    display: flex;
    justify-content: center;
}



@media (max-width:576px) {
    section.translation-hero .hero-top .hero-top-left .info h1 {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 35.28px;
        line-height: 44px;
        text-align: center;
        color: #FCFCFF;


    }

    section.translation-hero .hero-top .hero-top-left .info p {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #B2B2B4;


    }

    .wavel-benefitsolution .benefit-container .benefit-box {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 5px;
        gap: 30px;
        width: 60px !important;
        height: 200px !important;
        background: #fcfcff;
        border: 2px solid #b7c1ff;
        box-shadow: 0px 4px 6.6px rgba(20, 20, 26, 0.15);
        border-radius: 200px;
    }

    .wavel-benefitsolution .benefit-container .benefit-box1 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 5px;
        gap: 30px;
        width: 60px !important;
        height: 200px !important;
        background: #fcfcff;
        border: 2px solid #b7c1ff;
        box-shadow: 0px 4px 6.6px rgba(20, 20, 26, 0.15);
        border-radius: 200px;
    }

    .wavel-benefitsolution .benefit-container .benefit-box0 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 5px;
        gap: 30px;
        width: 60px !important;
        height: 200px !important;
        background: #fcfcff;
        border: 2px solid #b7c1ff;
        box-shadow: 0px 4px 6.6px rgba(20, 20, 26, 0.15);
        border-radius: 200px;
    }
}

section.wavel-benefitsolution {
    padding: 2px;
    margin-top: -40px;
    background: rgba(255, 255, 255, 0.01);
    box-shadow: -4px -4px 16px rgba(255, 255, 255, 0.2), 4px 4px 16px rgba(0, 0, 0, 0.2);
    border-radius: 24px;
    width: 550px;
}

.wavel-benefitsolution h2.title {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 58.8px;
    line-height: 74px;
    text-align: center;
    color: #0e0f26;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.wavel-benefitsolution p.desc {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #676768;
    width: 100%;
    max-width: 715px;
    margin: 0 auto;
}

.wavel-benefitsolution .container {
    display: block;
}

p#facts-btn {
    display: contents;
}

.wavel-benefitsolution .benefit-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    width: -webkit-fill-available;
    height: 300px;
    gap: 30px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.wavel-benefitsolution .benefit-container .benefit-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    margin: 0 auto;
    width: 60px;
    height: 250px;
    background: #fcfcff;
    border: 2px solid #b7c1ff;
    box-shadow: 0px 4px 6.6px rgba(20, 20, 26, 0.15);
    border-radius: 200px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.wavel-benefitsolution .benefit-container .benefit-box0 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    margin: 0 auto;
    width: 60px;
    height: 200px;
    background: #fcfcff;
    border: 2px solid #b7c1ff;
    box-shadow: 0px 4px 6.6px rgba(20, 20, 26, 0.15);
    border-radius: 200px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.wavel-benefitsolution .benefit-container .benefit-box1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    margin: 0 auto;
    width: 60px;
    height: 300px;
    background: #fcfcff;
    border: 2px solid #b7c1ff;
    box-shadow: 0px 4px 6.6px rgba(20, 20, 26, 0.15);
    border-radius: 200px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.wavel-benefitsolution .benefit-container .benefit-box3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    gap: 30px;
    margin: 0 auto;
    width: 30px;
    height: 100px;
    background: #b7c1ff;
    box-shadow: -4px -4px 16px rgba(255, 255, 255, 0.2), 4px 4px 16px rgba(0, 0, 0, 0.2);
    border-radius: 200px;
    flex: none;
    order: 12;
    flex-grow: 0;
}

.wavel-benefitsolution .benefit-container .benefit-box2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    gap: 30px;
    margin: 0 auto;
    width: 30px;
    height: 100px;
    background: #b7c1ff;
    box-shadow: -4px -4px 16px rgba(255, 255, 255, 0.2), 4px 4px 16px rgba(0, 0, 0, 0.2);
    border-radius: 200px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.wavel-benefitsolution .benefit-container .benefit-box .benefit-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: -40px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.wavel-benefitsolution .benefit-container .benefit-text .benefit-desc {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    color: #0E0F26;



}

.wavel-benefitsolution .benefit-container .benefit-box0 .benefit-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: -40px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.wavel-benefitsolution .benefit-container .benefit-box1 .benefit-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: -40px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.wavel-benefitsolution .benefit-container .benefit-box1 .benefit-text img {
    border-radius: 24px;
}


@media (max-width: 991.98px) {

    .section-tts-hero .top .hero-top-left {
        display: flex !important;
        flex-direction: column;
        padding: 20px 10px;
    }

    section.wavel-benefitsolution {
        display: block !important;
        padding: 10px;
        width: 600px;
    }

    .image.desktop-sec2 {
        /* position: relative; */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    section.voicesection2 {
        width: 600px;
        display: block !important;
        padding: 10px;
    }

    section.ttscontainer {
        padding: 5px !important;
    }

    section.ttscontainer .container {
        width: 700px;
    }

    .wavel-benefitsolution .title {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 47.04px;
        line-height: 59px;
        color: #0e0f26;
        text-align: center;
    }

    .wavel-benefitsolution .desc {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        color: #676768;
    }

    .wavel-benefitsolution .benefit-container {
        gap: 20px;
        width: -webkit-fill-available;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .wavel-benefitsolution .benefit-container .benefit-box {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 5px;
        gap: 30px;
        width: 60px;
        height: 200px;
        background: #fcfcff;
        border: 2px solid #b7c1ff;
        box-shadow: 0px 4px 6.6px rgba(20, 20, 26, 0.15);
        border-radius: 200px;
    }

    .wavel-benefitsolution .benefit-container .benefit-text p {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 14px;
        text-align: center;
        color: #0e0f26;
    }
}



.translation-client {
    background-color: #F0F8FF !important;
}

section.translation-three {
    padding: 50px 0;
}

.translation-three .container {
    display: block;
}

.translation-three h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    text-transform: capitalize;
    color: #474747;
}

.translation-three p {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    letter-spacing: -0.04em;
    color: #474747;
}

@media(max-width:767.98px) {
    .section-tts-hero .top .hero-top-left {
        display: flex;

    }

    .translation-three h2 {
        font-size: 25px;
        line-height: 34px;
    }

    .translation-three p {
        font-size: 15px;
        line-height: 20px;
    }
}

@media(max-width:991.98px) {
    .translation-three .translation-three-img {
        display: none;
    }

    section.translation-three {
        padding: 50px 0 0 0;
    }
}

section.translation-four {
    padding: 50px 0;
}

@media (min-width: 1200px) {
    .translation-four .container {
        max-width: 1300px;
    }
}

.translation-four .container {
    display: block;
}

@media(min-width:992px) {
    .translation-four .wrapper {
        padding: 30px;
        background: #FFFFFF;
        box-shadow: 0px 1px 44px -11px rgba(0, 0, 0, 0.47);
        border-radius: 27px;
        padding: 30px;
        height: 100%;
        max-height: 600px;
    }
}

.translation-four .wrapper {
    padding: 30px;
}

.translation-four .wrapper h2 {
    height: auto;
}

/* .translation-four .wrapper:hover{
    background: #FFFFFF;
    box-shadow: 0px 1px 44px -11px rgba(0, 0, 0, 0.47);
    border-radius: 27px;
    padding: 30px;
    height: 100%;
    max-height: 600px;
} */
/* .translation-four .wrapper:hover h2{
    height: auto;
} */
.translation-four .wrapper h2 {
    height: auto;
}

.translation-four .wrapper h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    text-transform: capitalize;
    color: #212529;
    /* height: 100%;
    min-height: 90px; */
}

.translation-four .wrapper p {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #474747;
    margin-bottom: 0;
}

@media(min-width:992px) {
    .translation-four .wrapper .translation-four {
        display: none;
    }
}

@media(min-width:768px) and (max-width:991.98px) {
    .translation-four .wrapper h2 {
        min-height: 40px;
    }

    .translation-four .wrapper .translation-four {
        display: block;
    }
}

@media(max-width:767.98px) {
    .translation-four .wrapper h2 {
        min-height: 30px;
    }

    .translation-four .wrapper h2 {
        font-size: 25px;
        line-height: 34px;
    }

    .translation-four .wrapper p {
        font-size: 15px;
        line-height: 20px;
    }

    .translation-four .wrapper .translation-four {
        display: block;
    }
}

section.translation-five {
    padding: 50px 0;
}

@media(min-width:1200px) {
    section.translation-five .container {
        max-width: 1300px;
    }
}

section.translation-five .language-translate {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1266px;
    min-height: 443px;
    /* background-image: url(../../../../themes/wavel/assets/images/translation/language-bg.webp); */
}

@media(min-width:768px) and (max-width:1199.98px) {
    .translation-five .container {
        max-width: 1200px;
    }
}

.translation-five .language-content {
    width: 100%;
    max-width: 515px;
    display: block;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    margin: 0 10px;
    color: #fff;
    padding: 20px;
}

.translation-five .language-translate .language-content p {
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color: #FAFAFA;
}

@media(min-width:1192px) and (max-width:1342.98px) {
    .translation-five .language-content {
        max-width: 500px;
    }
}

@media(min-width:992px) and (max-width:1060.98px) {
    .translation-five .language-content {
        max-width: 460px;
    }
}

@media(min-width:1092px) and (max-width:1191.98px) {
    .translation-five .language-content {
        max-width: 525px;
    }
}

@media(min-width:900px) and (max-width:991.98px) {
    .translation-five .language-content {
        max-width: 430px;
    }
}

@media(min-width:768px) and (max-width:899.98px) {
    .translation-five .language-content {
        max-width: 375px;
    }

    .translation-five .language-translate img.translation-five-bg {
        height: 100%;
        min-height: 370px;
    }
}

@media(min-width:768px) and (max-width:1092px) {
    .translation-five .language-translate .language-content p {
        font-size: 20px;
        line-height: 30px;
    }
}

@media(max-width:767.98px) {
    section.translation-five-mobile {
        display: block;
    }

    section.translation-five {
        display: none;
    }

}

@media(min-width:768px) {
    section.translation-five-mobile {
        display: none;
    }
}

section.translation-five-mobile {
    padding: 50px 0;
}

section.translation-five-mobile .language-translate {
    background-image: url(../../../../themes/wavel/assets/images/translation/mobile-view-bg.webp);
    position: relative;
    height: 100%;
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 768px;
    padding: 50px 20px;
}

section.translation-five-mobile .language-translate .language-content-left {
    padding: 0 20px;
}

section.translation-five-mobile .language-translate .language-content-right {
    color: #FAFAFA;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 890px;
    }
}

.translation-five-mobile .language-translate .language-content-right p {
    font-size: 25px;
    line-height: 34px;
    text-align: center;
}

section.translation-six {
    padding: 50px 0;
}

.translation-six h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-transform: capitalize;
    color: #474747;
}

.translation-six h2 span {
    font-family: 'Oooh Baby';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0.07em;
    text-transform: capitalize;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    background: #009AF1;
}

.translation-six p.desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #474747;
    width: 100%;
    max-width: 75%;
    margin-bottom: 135px;
}

.translation-six .block-sec {
    display: flex;
    justify-content: center;
}

/* .translation-six .wrapper:hover{
    transition: all .5s;
    transform: translateY(-10px);
} */
.translation-six .wrapper {
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 1px 44px -11px rgba(0, 0, 0, 0.26);
    border-radius: 27px;
    height: 100%;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
}

.translation-six .wrapper .pic {
    display: flex;
    justify-content: center;
}

.translation-six .wrapper h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    color: #212529;
}

.translation-six .wrapper p {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #474747;
}

.translation-six .center-block .wrapper {
    margin-top: -65px;
}

@media(max-width:992px) {
    .translation-six .block-sec {
        margin-bottom: 40px;
    }
}

@media(max-width:768px) {
    .translation-six p.desc {
        margin-bottom: 40px;
        font-size: 15px;
        line-height: 20px;
    }

    .translation-six .wrapper {
        max-width: 75%;
    }

    .translation-six .center-block .wrapper {
        margin-top: 0;
    }

    .translation-six h2 {
        font-size: 25px;
        line-height: 34px;
    }

    .translation-six .wrapper h2 {
        font-size: 25px;
        line-height: 34px;
    }

    .translation-six .wrapper p {
        font-size: 15px;
        line-height: 20px;
    }
}

section.translation-seven {
    padding: 50px 0;
}

.translation-seven .translation-seven-bg {
    background-image: url(https://images.wavel.ai/solutions/images/ai-video-translator/desktop-view-bg.webp);
    background-size: cover;
}

.translation-seven .translation-seven-bg img {
    margin: 0 auto;
    display: flex;
}

.translation-seven .content-title {
    padding: 50px 0;
}

.translation-seven h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}

.translation-seven p {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    letter-spacing: -0.04em;
    color: #FFFFFF;
    margin: 0 auto;
    width: 100%;
    max-width: 50%;
}

section.translation-seven-mobile {
    padding: 0;
}

.translation-seven-mobile .translation-seven-mobile-bg {
    background-image: url(../../../../themes/wavel/assets/images/translation/mobile-view-bg.webp);
    background-size: cover;
}

.translation-seven-mobile .translation-seven-mobile-bg img {
    padding: 0 30px 30px 30px;
}

.translation-seven-mobile .content-title {
    padding: 50px 30px;
}

.translation-seven-mobile .content-title h2 {
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}

.translation-seven-mobile .content-title p {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
}

@media(max-width:767.98px) {
    section.translation-seven-mobile {
        display: block;
    }

    section.translation-seven {
        display: none;
    }
}

@media(min-width:768px) {
    section.translation-seven-mobile {
        display: none;
    }
}

.translation-eight .translate-sec {
    background-color: #EAF7FF;
    padding: 30px;
    height: 100%;
    max-height: 100%;
    box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.07);
}

.translation-eight {
    padding: 50px 60px;
}

.translation-eight .translate-sec h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-transform: capitalize;
    color: #212529;
}

.translation-eight .translate-sec p {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #474747;
}

@media(max-width:991.98px) {
    .translation-eight .translation-eight-one {
        margin-bottom: 1.5rem !important;
    }
}

@media(max-width:767.98px) {
    .translation-eight .translate-sec h2 {
        font-size: 25px;
        line-height: 34px;
        text-align: center;
    }

    .translation-eight .translate-sec p {
        font-size: 15px;
        line-height: 20px;
        text-align: center;
    }

    .translation-eight .translate-sec {
        background-color: transparent;
        box-shadow: none;
    }

    .translation-nine {
        display: none;
    }

}


.sec-faq .faq-head {
    display: flex;
}

.sec-faq .faq-head h2 {
    align-items: center;
    display: flex;

}

section.translation-faq {
    align-items: flex-start;
}

section.translation-faq .container {
    display: block;
}

@media(max-width:767.98px) {
    .sec-faq .containers {
        background: rgba(0, 154, 241, 0.05);
    }

    .sec-faq .faq-head img {
        display: none;
    }

    .sec-faq .faq-head {
        display: flex;
        justify-content: center;
    }
}

.translation-service .container {
    display: block;
}

.translation-service .content-title {
    display: flex;
    justify-content: center;
    text-align: center;
}

.translation-service li {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #474747;
}

.translation-service p {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #474747;
}

@media(min-width:1200px) {
    section.translation-localization .container {
        max-width: 1300px;
    }
}

section.translation-localization .language-translate {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1266px;
    min-height: 443px;
    /* background-image: url(../../../../themes/wavel/assets/images/translation/language-bg.webp); */
}

@media(min-width:768px) and (max-width:1199.98px) {
    .translation-localization .container {
        max-width: 1200px;
    }
}

.translation-localization .language-content-left {
    width: 100%;
    max-width: 320px;
    display: block;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    margin: 0 10px;
    color: #fff;
    padding: 20px;
}

.translation-localization .language-content-right {
    width: 100%;
    max-width: 515px;
    display: block;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    margin: 0 10px;
    color: #fff;
    padding: 20px;
}

.translation-localization .language-translate .language-content-left p {
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    color: #FAFAFA;
}

@media(min-width:1192px) and (max-width:1342.98px) {
    .translation-localization .language-content-right {
        max-width: 500px;
    }
}

@media(min-width:992px) and (max-width:1060.98px) {
    .translation-localization .language-content-right {
        max-width: 460px;
    }
}

@media(min-width:1092px) and (max-width:1191.98px) {
    .translation-localization .language-content-right {
        max-width: 525px;
    }
}

@media(min-width:900px) and (max-width:991.98px) {
    .translation-localization .language-content-right {
        max-width: 430px;
    }
}

@media(min-width:768px) and (max-width:899.98px) {
    .translation-localization .language-content-right {
        max-width: 375px;
    }

    .translation-localization .language-translate img.translation-localization-bg {
        height: 100%;
        min-height: 370px;
    }
}

@media(min-width:768px) and (max-width:1092px) {
    .translation-localization .language-translate .language-content-left p {
        font-size: 25px;
        line-height: 34px;
    }
}

.translation-localization .row {
    flex-wrap: unset;
}

@media(max-width:768.98px) {
    section.translation-localization {
        display: none;
    }
}

@media(max-width:768.98px) {
    .translation-service p {
        text-align: center;
        font-size: 15px;
        line-height: 20px;
    }

    .translation-service li {
        font-size: 15px;
        line-height: 20px;
    }

    .translation-service .content-title h2 {
        font-size: 25px;
        line-height: 34px;
    }

    .translation-service .content-title img {
        display: none;
    }

    section.translation-four {
        padding: 0;
    }

    .translation-eight {
        padding: 40px 20px;
    }

    .translation-eight .translate-sec {
        padding-bottom: 0;
    }

    .translation-hero .bot .bot-header {
        background: #f2fafe;
        border-radius: 11px;
    }

    .translation-hero .bot-header .language-select {
        padding: 10px;
        margin-bottom: 0;
    }

    .translation-hero .bot-header .translate-select {
        padding: 10px;
        margin-bottom: 0;
    }

    .translation-hero .bot textarea {
        border-radius: 11px;
    }

    .translation-faq .faq-head h2 {
        font-size: 25px;
        line-height: 34px;
    }

    .translation-faq .question {
        font-size: 15px;
        line-height: 20px;
        font-weight: 700;
    }
}

@media(min-width:992px) {
    .translation-six .container {
        max-width: 1090px;
    }
}

.translation-faq .faq-head h2 {
    font-weight: 600;
    font-size: 35px;
    line-height: 48px;
    text-align: center;
    color: #000000;
}

section.translation-service {
    padding: 50px 0;
}

section.translation-localization .language-translate .row {
    width: 100%;
    max-width: 1200px;
}

section.translation-localization .language-translate .language-content-right {
    max-width: calc(1200px - 320px);
}

.translation-localization .language-content-left {
    display: flex;
    margin-left: 70px;
}

section.translation-localization .language-translate .language-content-right .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.translation-hero .top .hero-title {
    font-family: 'Oooh Baby' !important;
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    letter-spacing: 0.07em;
    text-transform: capitalize;
    color: #009AF1;
    font-weight: bold;
}

.translation-three .hero-title {
    font-family: 'Oooh Baby' !important;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0.07em;
    text-transform: capitalize;
    color: #FFFFFF;
    background-color: #009AF1;
}

.translation-five .language-translate .language-content .hero-title {
    font-family: 'Oooh Baby' !important;
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 34px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: capitalize;
    color: #009AF1;
}

.translation-six .hero-title {
    font-family: 'Oooh Baby' !important;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0.07em;
    text-transform: capitalize;
    color: #FFFFFF;
    background-color: #009AF1;
}

.translation-seven .hero-title {
    font-family: 'Oooh Baby' !important;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    letter-spacing: 0.07em;
    text-transform: capitalize;
    color: #009AF1;
}

.translation-localization .language-translate .hero-title {
    font-family: 'Oooh Baby' !important;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    letter-spacing: 0.07em;
    text-transform: capitalize;
    color: #009AF1;
}

@media (min-width: 576px) {

    .container,
    .container-sm {
        /* max-width: 1140px !important; */
        max-width: 100%;
    }
}



.translation-hero .bot .translation-cta .translate-btn {
    background: linear-gradient(89.99deg, #00C8F3 33.71%, rgba(0, 85, 253, 0.9) 89.28%);
    border-radius: 35px;
    transform: rotate(0.05deg);
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    padding: 15px 50px;
}

@media(max-width:767.98px) {
    section.translation-six {
        padding: 50px 15px;
    }
}

section.solution-voice {
    padding: 60px 0;
}



.solution-voice .solution-voice-bg h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
}

.solution-voice .solution-voice-bg p.desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    max-width: 65%;
    margin: 0 auto;
    margin-top: 30px;
}

.solution-voice .wrapper {
    background: #FFFFFF;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
    border-radius: 37px;
    min-width: 260px;
    max-height: 67px;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 12px;
    align-items: center;
    justify-content: space-between;
}

.solution-voice .wrapper .voice-content .voice-content-top p {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #009AF1;
    margin: 0 auto;
}

.solution-voice .wrapper .voice-content .voice-content-bottom p {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: rgba(17, 24, 39, 0.8);
    margin: 0;
}

.solution-voice p.voice-desc {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.74);
}

@media(min-width:992px) and (max-width:1199.98px) {

    .solution-voice .row {
        margin: 35px 0;
    }
}

@media(min-width:1290px) {
    .solution-voice .row {
        margin: 35px 35px;
    }
}

.solution-voice .content-row .voice-block {
    margin-bottom: 30px;
}

/* .solution-voice .content-row{
    padding: 10px 60px;
}  */

@media (min-width: 1199.98px) {

    .solution-voice .middle-row {
        margin-left: -1.5rem !important;
    }
}

.solution-voice .voice-cta {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.solution-voice .voice-play a.fa.fa-play {
    font-family: 'FontAwesome' !important;
    background: #009AF1;
    color: #fff;
    height: 40px;
    width: 40px;
    padding: 12px 16px;
    z-index: 2;
    border-radius: 20px;
}

.solution-voice .voice-play a.fa.fa-pause {
    font-family: 'FontAwesome' !important;
    background: #009AF1;
    color: #fff;
    height: 40px;
    width: 40px;
    padding: 12px 13px;
    z-index: 2;
    border-radius: 20px;
}

.solution-voice .voice-play a:hover {
    text-decoration: none;
}

@media(max-width:991.98px) {
    .solution-voice .solution-voice-bg p.desc {
        margin-bottom: 30px;
    }
}

section.voiceover-usecase {
    padding: 60px 0;
}

.voiceover-usecase .wrapper {
    background: #FFFFFF;
    box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.09);
    padding: 20px;
    height: 100%;
    max-height: 100%;
}

.voiceover-usecase .wrapper h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-transform: capitalize;
    color: #000000;
}

.voiceover-usecase .wrapper p {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #474747;
}

.voiceover-usecase .wrapper span {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #009AF1;
}

@media(min-width:1772px) {
    .solution-voice .wrapper {
        width: 92%;
    }
}

@media(min-width:1455px) and (max-width:1771.98px) {
    .solution-voice .wrapper {
        width: 95%;
    }
}

@media(min-width:1200px) and (max-width:1454.98px) {
    .solution-voice .wrapper {
        width: 100%;
    }
}

@media(min-width:992px) and (max-width:1199.98px) {
    .solution-voice .wrapper {
        width: 90%;
    }
}

@media(min-width:768px) and (max-width:991.98px) {
    .solution-voice .wrapper {
        width: 80%;
    }
}

@media(max-width:767.98px) {
    .solution-voice .wrapper {
        width: 42%;
    }
}

@media(max-width:991.98px) {
    .solution-voice .wrapper {
        margin: 0 auto;
    }
}

@media(min-width:1290px) {
    .solution-voice .container {
        max-width: 1400px !important;
    }
}

@media(min-width:1200px) and (max-width:1289.98px) {
    .solution-voice .solution-voice-bg p.desc {
        margin-bottom: 30px;
    }
}

.voiceover-usecase .title {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    text-transform: capitalize;

    color: #000000;
}

.voiceover-usecase .wrapper a:hover {
    text-decoration: none;
}


/* text to speech */
section .section-tts-two {
    padding: 40px 0 0 0;
}

section .section-tts-box {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 80px;
    gap: 50px;

    background: #0E0F26;



}

section .section-tts-box h2.title {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 58.8px;
    line-height: 74px;
    color: #FCFCFF;
    z-index: 1;


}

section .section-tts-box .tts-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
}

section .section-tts-box .tts-content .ttstext h2 {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 58.8px;
    line-height: 74px;
    color: #BFA2BF;


}

section .section-tts-box .tts-content .ttstext h3 {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 31.36px;
    line-height: 40px;
    color: #FCFCFF;


}

section .section-tts-box .tts-content .ttstext p {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #929293;


}

.section-tts-box .herobg {
    position: absolute;
    width: 572.8px;
    height: 301.84px;
    z-index: 0;
    background: #830C83;
    filter: blur(180px);
    transform: rotate(80deg);

}

.section-tts-box .wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 10px;
    z-index: 1;
    max-width: 1440px;
}

section.tts-usecase {
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 80px;
    gap: 40px;
    max-width: 1440px;
}

section.tts-usecase .title {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 58.8px;
    line-height: 74px;
    text-align: center;
    color: #0E0F26;

}

section.tts-usecase .usecaseimagescontainer .usecaseimages {
    display: grid;
    grid-template-columns: 1fr 2fr;

}


section.tts-usecase .usecaseimagescontainer .usecaseimages2 {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    justify-items: center;

}

section.tts-usecase .usecaseimagescontainer .usecaseimages2 .usecaseimg5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;



    background: linear-gradient(180deg, #3B053B 0%, #0E0F26 51%);
    border: 2px solid #FCFCFF;
    box-shadow: 0px 16px 32px rgba(20, 20, 26, 0.3);
    border-radius: 24px;


}

section.tts-usecase .usecaseimg5 a {

    display: flex;
    flex-direction: column;
    align-items: center;

}

section.tts-usecase-mobile .usecaseimg5 a {

    display: flex;
    flex-direction: column;
    align-items: center;

}

section.tts-usecase .usecaseimagescontainer .usecaseimages2 .usecaseimg5 h2 {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 31.36px;
    line-height: 40px;
    text-align: center;
    color: #FCFCFF;

}

section.tts-usecase .usecaseimagescontainer .usecaseimages2 .usecaseimg5 img {
    width: 64px;
    height: 64px;
}

section.tts-usecase .usecaseimagescontainer .usecaseimages .usecaseimg1 .bg-img {
    position: relative;

}

section.tts-usecase .usecaseimagescontainer .usecaseimages .usecaseimg1 .content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    padding: 20px;
}

section.tts-usecase .usecaseimagescontainer .usecaseimages .usecaseimg1 .content-overlay .content-dub {
    padding: 40px;
}

section.tts-usecase .usecaseimagescontainer .usecaseimages .usecaseimg1 .content-overlay .content-dub h2 {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 31.36px;
    line-height: 40px;
    color: #FCFCFF;

}

section.tts-usecase .usecaseimagescontainer .usecaseimages .usecaseimg1 .content-overlay .content-dub p {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;

    color: #FCFCFF;


}

section.tts-usecase .usecaseimagescontainer .usecaseimages .usecaseimg2 .content-overlay .content-dub p {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;

    color: #FCFCFF;


}

section.tts-usecase .usecaseimagescontainer .usecaseimages .usecaseimg2 .bg-img {
    position: relative;

}

section.tts-usecase .usecaseimagescontainer .usecaseimages2 .usecaseimg3 .bg-img {
    position: relative;

}

section.tts-usecase .usecaseimagescontainer .usecaseimages2 .usecaseimg3 .content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding: 20px 20px 20px 80px;
}

section.tts-usecase .usecaseimagescontainer .usecaseimages2 .usecaseimg3 .content-overlay .content-dub {
    padding: 20px 30px 60px 0;
}

section.tts-usecase .usecaseimagescontainer .usecaseimages2 .usecaseimg3 .content-overlay .content-dub h2 {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 31.36px;
    line-height: 40px;
    color: #FCFCFF;

}

section.tts-usecase .usecaseimagescontainer .usecaseimages2 .usecaseimg3 .content-overlay .content-dub p {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;

    color: #FCFCFF;


}

section.tts-usecase .usecaseimagescontainer .usecaseimages2 .usecaseimg4 .content-overlay .content-dub p {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;

    color: #FCFCFF;


}

section.tts-usecase .usecaseimagescontainer .usecaseimages2 .usecaseimg4 .bg-img {
    position: relative;

}

section.tts-usecase .usecaseimagescontainer .usecaseimages2 .usecaseimg4 .content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    /* align-items: start; */
    padding: 20px;
}

section.tts-usecase .usecaseimagescontainer .usecaseimages2 .usecaseimg4 .content-overlay .content-dub {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section.tts-usecase .usecaseimagescontainer .usecaseimages2 .usecaseimg4 .content-overlay .content-dub h2 {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 31.36px;
    line-height: 40px;
    color: #FCFCFF;
    text-align: center;
}

section.tts-usecase .usecaseimagescontainer .usecaseimages .usecaseimg2 .content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: flex-start;
    padding: 20px 20px 20px 70px;
}

section.tts-usecase .usecaseimagescontainer .usecaseimages .usecaseimg2 .content-overlay .content-dub {
    padding: 40px 40px 40px 0;
}

section.tts-usecase .usecaseimagescontainer .usecaseimages .usecaseimg2 .content-overlay .content-dub h2 {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 31.36px;
    line-height: 40px;
    color: #FCFCFF;

}

.section-tts-usecase h3 span {
    font-family: 'Oooh Baby' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0.07em;
    text-transform: capitalize;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    background: #009AF1;
    font-weight: bold;
}

.section-tts-usecase .wrapper {
    background: #FFFFFF;
    box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    padding: 30px;
    height: 100%;
    max-height: 580px;
}

.section-tts-usecase .wrapper h4 {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-transform: capitalize;
    color: #000000;
}

.section-tts-usecase .wrapper p {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #474747;
}

section.section-tts-solution {
    padding: 60px 0;
    display: block;
}

.section-tts-solution .tts-solution-bg {
    background-image: url(https://images.wavel.ai/solutions/images/text-to-speech/tts-solution-page-bg.webp);
    background-size: cover;
    padding: 60px;
}

.section-tts-solution .content-title h2 span.hero-title {
    font-family: 'Oooh Baby' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    letter-spacing: 0.07em;
    text-transform: capitalize;
    color: #009AF1;
    font-weight: bold;
    /* border: 1px solid #009AF1; */
}

.section-tts-solution .content-title h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}

.section-tts-solution .content-title p {
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
}

.section-tts-solution .wrapper {
    background: #FFFFFF;
    border-radius: 17px;
    padding: 30px;
    height: 100%;
}

.section-tts-solution .wrapper p {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #474747;
    margin: 0 auto;
}

section.section-tts-need {
    padding: 60px 0 40px 0;
}

.section-tts-need h4 span.hero-title {
    font-family: 'Oooh Baby' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0.07em;
    text-transform: capitalize;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    background-color: #009AF1;
    font-weight: bold;
}

.section-tts-need h4 {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-transform: capitalize;
    color: #474747;
}

.section-tts-need .wrapper .content-title h5 {
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
}

.section-tts-need .wrapper .content-desc p {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #474747;
}

section.section-tts-faq {
    padding: 60px 0;
}

.section-tts-faq .faq-head h2 {
    font-weight: 600;
    font-size: 35px;
    line-height: 48px;
    text-align: center;
    color: #000000;
}

section.section-tts-work {
    padding: 0 0 50px 0;
}

.section-tts-work h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-align: left;
    text-transform: capitalize;
    color: #474747;
}

.section-tts-work .container {
    display: block;
}

.section-tts-work p {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #474747;
}

.section-tts-work ul li {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #474747;
    margin-bottom: 1rem;
}

section.section-tts-eight {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 80px;
    gap: 20px;
    z-index: 0;
    background: #EBEBED;
}

section.section-tts-eight .container {
    width: auto;
    max-width: 1440px !important;
}

.section-tts-eight h2.title {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 47.04px;
    line-height: 59px;
    text-align: center;

    color: #0E0F26;

}

.section-tts-eight p.desc {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #676768;

}

.section-tts-eight .language-type {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.section-tts-eight .language-type .wrapper {

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    /* gap: 31px; */
    border: 1px solid #0E0F26;
    border-radius: 12px;

    width: 100%;
    min-width: 150px;
    height: 100%;
    display: flex;

}

.section-tts-eight .language-type .wrapper p {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #474747;
    margin: 0 auto;
}

.section-tts-hero .hero-top {
    display: flex;
    justify-content: space-around;
}

.btntts {
    display: flex;

}

.section-tts-hero .top .wrapper {
    background: #009af1;
    box-shadow: 0 0 12px rgba(0, 0, 0, .15);
    border-radius: 37px;
    max-width: min-content;
    max-height: 67px;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 12px;
    align-items: center;
    justify-content: space-between;
}

.section-tts-hero .top .wrapper .voice-content {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 0.5rem;
}

.section-tts-hero .top .wrapper .voice-content .voice-content-top p {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    /* margin-bottom: 0;
    margin-top: 22px; */
    width: 100%;
    text-align: start;
    font-family: Outfit;
    font-style: normal;
    margin-top: 0 !important;
}



.section-tts-hero .top .hero-top-left {
    display: grid;
    grid-template-columns: 1fr 1fr;
    z-index: 0;
    padding: 100px 80px 50px 80px;
    gap: 20px;
    align-items: center;
    justify-items: center;
    align-content: space-between;
    width: auto;
    max-width: 1440px;
    align-items: center;
}

.section-tts-hero .top .hero-top-right .wrapper {
    background: #fff !important;
    max-width: min-content;
}

.section-tts-hero .top .hero-top-right .wrapper .voice-content .voice-content-top p {
    color: #009af1 !important;
}

.section-tts-hero .top .hero-top-right .wrapper .voice-content .voice-content-bottom p {
    color: #111827 !important;
}

.section-tts-hero .top .hero-top-right .wrapper .voice-play a.fa.fa-play {
    font-family: FontAwesome !important;
    background: #009af1;
    color: #fff;
    height: 40px;
    width: 40px;
    padding: 12px 16px;
    z-index: 2;
    border-radius: 20px;
}

.section-tts-hero .top .hero-top-right .wrapper .voice-play a.fa.fa-pause {
    font-family: FontAwesome !important;
    background: #009af1;
    color: #fff;
    height: 40px;
    width: 40px;
    padding: 12px 13px;
    z-index: 2;
    border-radius: 20px;
}

.section-tts-hero .hero-middle {
    display: flex;
    justify-content: space-around;
}

.section-tts-hero .hero-middle .hero-top-right {
    margin-top: 5rem !important;
}

.section-tts-hero .hero-middle .hero-top-left {
    margin-top: 5rem !important;
}

.section-tts-hero .tts-btn {
    display: flex;
    justify-content: center;
}

.section-tts-hero .hero-bot {
    display: flex;
    justify-content: space-around;
}



@media(min-width:1400px) and (max-width:1699.98px) {

    .section-tts-hero .hero-middle .hero-top-right {
        margin-left: 10rem !important;
    }

    .section-tts-hero .hero-middle .hero-top-left {
        margin-right: 10rem !important;
    }
}

@media(min-width:1700px) and (max-width:2099.98px) {

    .section-tts-hero .hero-middle .hero-top-right {
        margin-left: 15rem !important;
    }

    .section-tts-hero .hero-middle .hero-top-left {
        margin-right: 15rem !important;
    }
}

@media(min-width:2100px) {

    .section-tts-hero .hero-middle .hero-top-right {
        margin-left: 21rem !important;
    }

    .section-tts-hero .hero-middle .hero-top-left {
        margin-right: 21rem !important;
    }
}

@media(min-width:1300px) and (max-width:1399.98px) {

    .section-tts-hero .hero-middle .hero-top-right {
        margin-left: 6rem !important;
    }

    .section-tts-hero .hero-middle .hero-top-left {
        margin-right: 6rem !important;
    }
}

@media(min-width:992px) and (max-width:1299.98px) {
    .section-tts-hero .hero-middle .hero-top-right {
        margin-left: 0.5rem !important;
    }

    .section-tts-hero .hero-middle .hero-top-left {
        margin-right: 0.5rem !important;
    }
}

section.section-tts-hero {
    background: #0e0f26;
}

@media(min-width:992px) {
    section.section-tts-hero {
        display: block;
    }


}

@media(max-width:991.98px) {
    section.section-tts-hero {
        display: flex;
        flex-direction: column;
        margin: 0;
        align-items: normal;
        padding: 20px;
    }

    section.section-tts-hero-mobile {
        display: block;
    }

}

@media (max-width: 991.98px) {
    section.section-tts-hero-mobile h2 {
        font-weight: 700;
        font-size: 25px;
        line-height: 34px;
        width: 100%;
        max-width: 245px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        text-align: center;
        text-transform: capitalize;
        color: #FFFFFF;
        padding: 0 5%;
    }

    section.section-tts-hero-mobile .top .hero-title {
        font-family: 'Oooh Baby';
        font-style: normal;
        font-weight: 400;
        font-size: 25px;
        line-height: 31px;
        text-align: center;
        letter-spacing: 0.07em;
        text-transform: capitalize;
        color: #009AF1;
        font-weight: bold;
    }

    section.section-tts-hero-mobile p {
        font-weight: 500;
        font-size: 15px;
        line-height: 20px;
        width: 100%;
        max-width: 420px;
        margin-top: 0px !important;
    }

    .section-tts-hero-mobile .translation-btn {
        margin-top: 17px;
    }
}

.section-tts-hero-mobile .wrapper {
    background: #FFFFFF;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 15%);
    border-radius: 37px;
    max-width: 240px;
    max-height: 67px;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 12px;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.section-tts-hero-mobile .wrapper.top-sec {
    background: #009AF1;
}

.section-tts-hero-mobile .wrapper .voice-content-top p {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
}

.section-tts-hero-mobile .wrapper .voice-content {
    width: 100%;
    max-width: 75%;
}

.section-tts-hero-mobile .wrapper.right .voice-content-top p {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #009AF1;
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
}

.section-tts-hero-mobile .wrapper .voice-content-bottom p {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
}

.section-tts-hero-mobile .wrapper.right .voice-content-bottom p {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #111827;
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
}

.section-tts-hero-mobile .wrapper .voice-play a.fa.fa-play {
    font-family: 'FontAwesome' !important;
    background: #009AF1;
    color: #fff;
    height: 40px;
    width: 40px;
    padding: 12px 16px;
    z-index: 2;
    border-radius: 20px;
}

.section-tts-hero-mobile .wrapper .voice-play a.fa.fa-pause {
    font-family: 'FontAwesome' !important;
    background: #009AF1;
    color: #fff;
    height: 40px;
    width: 40px;
    padding: 12px 13px;
    z-index: 2;
    border-radius: 20px;
}

@media(max-width:575.98px) {
    .section-tts-hero-mobile .hero-order {
        order: 1;
    }
}

@media (min-width: 200px) and (max-width: 320.98px) {
    .section-tts-hero-mobile .top {
        min-height: 770.98px !important;
    }

    .section-tts-hero-mobile .bot {
        margin-top: -65px !important;
    }
}

@media (min-width: 321px) and (max-width: 339.98px) {
    .section-tts-hero-mobile .top {
        min-height: 750.98px !important;
    }

    .section-tts-hero-mobile .bot {
        margin-top: -65px !important;
    }
}

@media (min-width: 280px) and (max-width: 296.98px) {
    .section-tts-hero-mobile .bot {
        max-width: 225px !important;
    }
}

@media (min-width: 297px) and (max-width: 310.98px) {
    .section-tts-hero-mobile .bot {
        max-width: 245px !important;
    }
}

@media (min-width: 311px) and (max-width: 322.98px) {
    .section-tts-hero-mobile .bot {
        max-width: 255px !important;
    }
}

@media (min-width: 323px) and (max-width: 339.98px) {
    .section-tts-hero-mobile .bot {
        max-width: 270px !important;
    }
}

@media (min-width: 340px) and (max-width: 369.98px) {
    .section-tts-hero-mobile .top {
        min-height: 770.98px !important;
    }
}

@media (min-width: 370px) and (max-width: 435.98px) {
    .section-tts-hero-mobile .top {
        min-height: 850.98px !important;
    }
}

@media (min-width: 436px) and (max-width: 499.98px) {
    .section-tts-hero-mobile .top {
        min-height: 750.98px !important;
    }
}

@media (min-width: 500px) and (max-width: 534.98px) {
    .section-tts-hero-mobile .top {
        min-height: 795.98px !important;
    }
}

@media (min-width: 535px) and (max-width: 571.98px) {
    .section-tts-hero-mobile .top {
        min-height: 875.98px !important;
    }
}

@media (min-width: 572px) and (max-width: 575.98px) {
    .section-tts-hero-mobile .top {
        min-height: 840.98px !important;
    }
}

@media (min-width: 576px) and (max-width: 674.98px) {
    .section-tts-hero-mobile .top {
        min-height: 660.98px !important;
    }
}

@media (min-width: 675px) and (max-width: 767.98px) {
    .section-tts-hero-mobile .top {
        min-height: 690.98px !important;
    }
}

@media (min-width: 768px) and (max-width: 940.98px) {
    .section-tts-hero-mobile .top {
        min-height: 800.98px !important;
    }

    .section-tts-hero-mobile .bot {
        margin-top: -210px !important;
        max-width: 740px !important;
    }
}

@media (min-width: 941px) and (max-width: 991.98px) {
    .section-tts-hero-mobile .top {
        min-height: 740.98px !important;
    }

    .section-tts-hero-mobile .bot {
        margin-top: -250px !important;
        max-width: 790px !important;
    }
}

@media(min-width:395px) and (max-width:410.98px) {
    .section-tts-hero-mobile .bot {
        margin-top: -90px !important;
        max-width: 320px !important;
    }
}

@media(min-width:411px) and (max-width:435.98px) {
    .section-tts-hero-mobile .bot {
        margin-top: -90px !important;
        max-width: 340px !important;
    }
}

@media(min-width:436px) and (max-width:477.98px) {
    .section-tts-hero-mobile .bot {
        margin-top: -90px !important;
        max-width: 340px !important;
    }
}

@media (min-width: 572px) and (max-width: 590.98px) {

    .section-tts-hero-mobile .bot {
        max-width: 460px !important;
    }
}

@media (min-width: 591px) and (max-width: 601.98px) {

    .section-tts-hero-mobile .bot {
        max-width: 470px !important;
    }
}

@media (min-width: 602px) and (max-width: 616.98px) {

    .section-tts-hero-mobile .bot {
        max-width: 485px !important;
    }
}

@media (min-width: 617px) and (max-width: 624.98px) {
    .section-tts-hero-mobile .bot {
        max-width: 500px !important;
    }
}

@media (min-width: 625px) and (max-width: 642.98px) {
    .section-tts-hero-mobile .bot {
        max-width: 505px !important;
    }
}

@media (min-width: 643px) and (max-width: 674.98px) {
    .section-tts-hero-mobile .bot {
        max-width: 530px !important;
    }
}

@media (min-width: 675px) and (max-width: 685.98px) {
    .section-tts-hero-mobile .bot {
        margin-top: -165px !important;
        max-width: 540px !important;
    }
}

@media (min-width: 686px) and (max-width: 706.98px) {
    .section-tts-hero-mobile .bot {
        max-width: 565px !important;
    }
}

@media (min-width: 707px) and (max-width: 720.98px) {
    .section-tts-hero-mobile .bot {
        margin-top: -180px !important;
        max-width: 570px !important;
    }
}

@media (min-width: 721px) and (max-width: 767.98px) {
    .section-tts-hero-mobile .bot {
        margin-top: -180px !important;
        max-width: 605px !important;
    }
}

@media (min-width: 768px) and (max-width: 793.98px) {
    .section-tts-hero-mobile .bot {
        margin-left: 3% !important;
    }
}

@media (min-width: 794px) and (max-width: 813.98px) {
    .section-tts-hero-mobile .bot {
        margin-left: 4% !important;
    }
}

@media (min-width: 814px) and (max-width: 834.98px) {
    .section-tts-hero-mobile .bot {
        margin-left: 5% !important;
    }
}

@media (min-width: 835px) and (max-width: 868.98px) {
    .section-tts-hero-mobile .bot {
        margin-left: 7% !important;
    }
}

@media (min-width: 835px) and (max-width: 868.98px) {
    .section-tts-hero-mobile .bot {
        margin-left: 7% !important;
    }
}

@media (min-width: 340px) and (max-width: 360.98px) {

    .section-tts-hero-mobile .bot {
        max-width: 270px !important;
    }
}

@media (min-width: 361px) and (max-width: 380.98px) {

    .section-tts-hero-mobile .bot {
        max-width: 305px !important;
    }
}

@media (min-width: 992px) and (max-width: 1093.98px) {
    .section-tts-hero-mobile .bot {
        margin-top: -290px !important;
        margin-left: 3% !important;
    }
}

@media (min-width: 1190px) and (max-width: 1315.98px) {

    .section-tts-hero-mobile .bot {
        margin-top: -340px !important;
        max-width: 955px !important;
    }
}

@media(max-width:991.98px) {
    .section-tts-box .wrapper {
        padding: 0;
        display: flex;
        flex-direction: column-reverse;
    }

    section .section-tts-box .tts-content {
        display: flex;
    }

    section .section-tts-box h2.title {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 31.36px;
        line-height: 40px;
        text-align: center;

        color: #FCFCFF;

    }

    section .section-tts-box .tts-content .ttstext h2 {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 47.04px;
        line-height: 59px;
        color: #BFA2BF;


    }

    section .section-tts-box .tts-content .ttstext p {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;

        color: #929293;


    }

    .section-tts-three .img-front {
        order: 1;
    }

    .section-tts-five .img-front {
        order: 1;
    }

    section .section-tts-box {
        padding: 50px;
    }
}

section.section-tts-six-mobile .wrapper {
    background-image: url(../../../../themes/wavel/assets/images/translation/mobile-view-bg.webp);
    position: relative;
    /* height: 100%;
    min-height: 500px; */
    background-repeat: no-repeat;
    background-size: cover;
    /* width: 100%;
    max-width: 768px; */
    padding: 50px 20px 20px 20px;
}

section.section-tts-six-mobile .wrapper h2 span {
    font-family: 'Oooh Baby' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.07em;
    text-transform: capitalize;
    color: #009AF1;
    font-weight: bold;
}

section.section-tts-six-mobile .wrapper h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    /* margin: 0 auto; */
    /* width: 100%;
    max-width: 380px; */
    text-align: center;
}

section.section-tts-six-mobile .wrapper p {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    /* width: 100%;
    max-width: 385px; */
}

section.section-tts-six-mobile .wrapper h2.title {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}

@media(max-width:991.98px) {
    .section-tts-seven h2.title {
        font-size: 20px;
        line-height: 27px;
        text-align: center;
        /* width: 100%;
        max-width: 291px; */
        margin: 0 auto;
    }

    .section-tts-seven p.desc {
        font-size: 20px;
        line-height: 27px;
        text-align: center;
        /* width: 100%;
        max-width: 317px; */
        margin: 0 auto;
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .section-tts-seven .tts-speach {
        margin-bottom: 2rem !important;
    }

    .section-tts-seven .tts-speach .content-title {
        font-size: 20px;
        line-height: 27px;
        text-align: center;
        width: 100%;
        max-width: 186px;
        margin: 0 auto;
        margin-bottom: 16px;
    }

    .section-tts-seven .tts-speach .speach-content {
        display: flex;
        justify-content: center;
        margin-bottom: 23px;
    }
}

.section-tts-eight-mobile .language-block {
    display: flex;
    justify-content: center;
    margin-bottom: 23px;
}

.section-tts-eight-mobile .wrapper {
    background: #FFFFFF;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
    border-radius: 37px;
    width: 100%;
    max-width: 225px;
    height: 100%;
    display: flex;
    padding: 12px;
    align-items: center;
    justify-content: space-between;
}

.section-tts-eight-mobile .wrapper p {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #474747;
    margin: 0 auto;
}

.section-tts-eight-mobile h2.title {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: rgba(17, 24, 39, 0.8);
    margin: 0 auto;
    /* width: 100%;
    max-width: 299px; */
}

.section-tts-eight-mobile p.desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #474747;
    margin: 0 auto;
    /* width: 100%;
    max-width: 283px; */
    margin-top: 16px;
    margin-bottom: 32px;
}

@media(max-width:991.98px) {
    .section-tts-usecase h3 {
        font-weight: 700;
        font-size: 20px;
        line-height: 27px;
        text-transform: capitalize;
        color: #474747;
        text-align: center;
        margin-top: 16px;
    }

    .section-tts-usecase h3 span {
        font-family: 'Oooh Baby' !important;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        letter-spacing: 0.07em;
        text-transform: capitalize;
        color: #FFFFFF;
        font-weight: bold;
    }

    .section-tts-usecase .wrapper {
        background: none;
        box-shadow: none;
        border-radius: none;
        display: flex;
        flex-direction: column-reverse;
    }

    .section-tts-usecase .wrapper h4 {
        font-weight: 700;
        font-size: 20px;
        line-height: 27px;
        text-align: center;
        text-transform: capitalize;
        color: #000000;
    }

    .section-tts-usecase .wrapper p {
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        text-align: center;
        color: #474747;
    }

    .section-tts-solution .content-title h2 {
        font-size: 20px;
        line-height: 27px;
        text-align: center;
    }

    .section-tts-solution .content-title h2 span.hero-title {
        font-family: 'Oooh Baby' !important;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        letter-spacing: 0.07em;
        text-transform: capitalize;
        color: #009AF1;
    }

    .section-tts-solution .content-title p {
        font-size: 15px;
        line-height: 20px;
        text-align: center;
        /* width: 100%;
        max-width: 322px; */
    }

    .section-tts-solution .first-row {
        margin-bottom: 0px !important;
    }

    .section-tts-solution .content-block {
        margin-bottom: 29px;
    }

    .section-tts-solution .wrapper p {
        font-size: 15px;
        line-height: 20px;
    }

    .section-tts-need h4 {
        font-size: 20px;
        line-height: 27px;
        text-align: center;
        /* width: 100%;
        max-width: 331px; */
    }

    .section-tts-need h4 span.hero-title {
        font-size: 20px;
        line-height: 24px;
    }

    .section-tts-need .wrapper .content-title h5 {
        font-size: 20px;
        line-height: 27px;
        text-align: center;
        margin: 0 auto;
    }

    .section-tts-need .wrapper .content-desc p {
        font-size: 15px;
        line-height: 20px;
        text-align: center;
        margin: 0 auto;
        width: 100%;
        max-width: 310px;
    }

    .tts-customer .name-user strong {
        font-weight: 700;
        font-size: 15px;
        line-height: 20px;
    }

    .tts-customer .name-user span {
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
    }

    .tts-customer .client-comment p {
        font-size: 15px;
        line-height: 20px;
    }

    .tts-faq .containers {
        background: #F8F8F8;
    }

    .section-tts-six-mobile .ambitious-firms {
        background: none;
        padding: 0px;
    }

    .section-tts-work h2 {
        font-size: 25px;
        line-height: 34px;
        text-align: center;
    }

    .section-tts-work p {
        font-size: 15px;
        line-height: 20px;
        text-align: center;
    }

    .section-tts-work ul li {
        font-size: 15px;
        line-height: 20px;
    }
}

.section-tts-seven .left-content a.fa.fa-play {
    font-family: 'FontAwesome' !important;
    background: #009AF1;
    color: #fff;
    height: 40px;
    width: 40px;
    padding: 12px 16px;
    z-index: 2;
    border-radius: 20px;
}

.section-tts-seven .left-content a.fa.fa-pause {
    font-family: 'FontAwesome' !important;
    background: #009AF1;
    color: #fff;
    height: 40px;
    width: 40px;
    padding: 12px 13px;
    z-index: 2;
    border-radius: 20px;
}


.section-tts-hero .bot {
    width: auto !important;
    max-width: none !important;
    display: flex;
    justify-content: center;
}

section.ttscontainer {
    padding: 100px;
    position: relative;
    z-index: 1;
    /* margin-top: -30% !important; */
}

section.ttscontainer .container {
    width: 1120px;
}

.ttscontainer .container .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 40px;
    gap: 40px;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    background: #fcfcff;
    box-shadow: 0px 16px 32px rgba(20, 20, 26, 0.3);
    border-radius: 24px;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin-bottom: 10%;
}

.ttscontainer .container h2 {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35.28px;
    line-height: 44px;
    color: #0e0f26;
}

.ttscontainer .container p {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #676768;
}

.ttscontainer .ttsaudio {

    display: grid;

    grid-template-rows: auto auto;
    grid-auto-flow: column;
    overflow-x: scroll;
    max-width: 950px;
    flex-shrink: 0;
    gap: 20px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.rectts2 {
    display: grid;
    grid-template-rows: auto auto;
    grid-auto-flow: column;
    overflow-x: scroll;
    max-width: 950px;
    padding-left: 50px;
    flex-shrink: 0;
    gap: 20px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    justify-items: stretch;
    justify-content: space-evenly;
}

.circle-ttsl {
    display: inline-block;
    cursor: pointer;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px;
    gap: 10px;
    position: absolute;
    left: 1px;
    /* background: #FCFCFF; */
    transform: matrix(-1, 0, 0, 1, 0, 0);
    /* border-radius: 122.58px; */
    /* box-shadow: 0px 4.903px 14.71px 0px rgba(-2, 0, 0, 0); */
    flex: none;
    /* order: 7; */
    flex-grow: 0;
    z-index: 7;
}

.circle-tts {
    display: inline-block;
    cursor: pointer;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px;
    gap: 10px;
    position: absolute;
    right: 1px;
    /* background: #FCFCFF; */
    /* border-radius: 122.58px; */
    /* box-shadow: 0px 4.903px 14.71px 0px rgba(-2, 0, 0, 0); */
    flex: none;
    /* order: 7; */
    flex-grow: 0;
    z-index: 7;
}

.audioplay {
    display: grid;
}

#play-btn {
    background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR1UjyH-NQPvEXvCIz683llAtce-anXFht5n4JecqRL7g&s');
    background-size: cover;
    width: 50px;
    height: 50px;
    margin: 10px 0 0 0;
}

audio {
    width: 100%;
}

audio::-webkit-media-controls-panel {
    background-color: #fcfcff;
    width: auto;
}

.volume-control {
    display: flex;
    grid-template-columns: 0.2fr 3.5fr 0.3fr;
    align-items: center;
    width: -webkit-fill-available;
    margin: 20px 0 0 0;
}

.volume-slider {
    flex-grow: 1;
    margin: 0 10px;
    height: 10px;
    /* Adjust height here */
    width: 100%;
    /* Adjust width here */
}

.volume-slider::-webkit-slider-runnable-track {
    background-color: black;
}

.volume-slider::-moz-range-track {
    background-color: black;
}

.volume-slider::-webkit-slider-thumb {
    background-color: black;
    border: 1px solid #ccc;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    -webkit-appearance: none;
    margin-top: -3.5px;
}

.volume-slider::-moz-range-thumb {
    background-color: black;
    border: 1px solid #ccc;
    border-radius: 50%;
    height: 15px;
    width: 15px;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 7px;
    background: #d3d3d3;
    border-radius: 20px;
    outline: none;
    opacity: 0.7;
    -webkit-transition: 0.2s;
    transition: opacity 0.2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 4px;
    height: 20px;
    border-radius: 5px;
    background: black;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #04aa6d;
    cursor: pointer;
}

.play-button {
    display: flex;

}

.play-button img {
    width: auto;
    height: auto;
}

.play-button1 {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    gap: 10px;
}

.audiodropdown {
    position: relative;
    cursor: pointer;
    padding: 10px;
}

.audiodropdown p {
    margin: 0;
    padding: 5px;
}

.audiodropdown ul {
    position: absolute;
    right: 10px;
    z-index: 10;
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0px;
    width: max-content;
    background: #fcfcff;
    border: 1px solid #7189ff;
    box-shadow: 0px 8px 24px rgba(20, 20, 26, 0.2);
    border-radius: 3px;
}

.audiodropdown ul li {
    padding: 8px;
    background-color: #fff;
    display: grid;
    grid-template-columns: 0.4fr 1fr;
    width: 150px;
    text-align: left;
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #0e0f26;
}

.selectname {
    display: flex;
}

.selectname img {
    width: 15px;
    height: 15px;
}

.audiodropdown ul li:hover {
    background-color: #f0f0f0;
}

.audiodropdown.active ul {
    display: block;
}

.ttsinput {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 10px !important;
    gap: 158px;
    width: -webkit-fill-available;
    height: 200px;
    border: 2px solid #E6E6E9 !important;
    border-radius: 12px !important;
    flex: none;
    order: 1;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;

}

.ttsinput::-ms-input-placeholder {
    /* Specify the styles for the placeholder text */
    color: #999;
    /* Placeholder text color */
    font-style: italic;
    /* Placeholder text style */
    font-size: 14px;
    /* Placeholder text size */
    /* Add any other styles as needed */
}


.dropdown-lang {

    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 9px 14px;
    gap: 7.5px;

    width: 95.5px;
    height: 38px;

    /* Shadow/Medium Shadow */
    filter: drop-shadow(0px 8px 24px rgba(20, 20, 26, 0.2));

    border-radius: 6px;
    border: 1px solid var(--Final-Theme-Gradients-logo-grad, #7189FF);


}

.search-button-languagues {

    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 9px 14px;
    gap: 10px;

    width: fit-content;
    height: auto;

    background: #830C83;
    border-radius: 9px;


    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #FCFCFF;



}

.button-languagues {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 12px;
    gap: 10px;
    width: 69px;
    height: 30px;
    border: 1px solid #830c83;
    box-shadow: 0px 4px 6.6px rgba(20, 20, 26, 0.15);
    border-radius: 6px;
    flex: none;
    order: 0;
    flex-grow: 0;
    width: max-content;
    color: black;
    text-align: center;
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #0e0f26;
    justify-content: center;
}

.active-lang {
    background: #650965;
    color: white;
}

.button-languagues:hover {
    background: #650965;
    color: white;
}

@media (min-width: 768px) {
    .button-languagues {
        padding: 0.5rem 1.5rem;
    }
}

section.ttscontainer2 {
    position: relative;
    z-index: 1;

    /* margin-top: -30% !important; */
}

.ttscontainer2 .container {
    width: 620px !important;
}

.ttscontainer2 .container .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 30px;
    gap: 40px;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    background: #fcfcff;
    box-shadow: 0px 16px 32px rgba(20, 20, 26, 0.3);
    border-radius: 24px;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin-bottom: 10%;
}

.ttscontainer2 .container h2 {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35.28px;
    line-height: 44px;
    color: #0e0f26;
}

.ttscontainer2 .container p {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #676768;
}

.ttscontainer2 .ttsaudio {
    display: grid;
    grid-template-rows: auto auto;
    grid-auto-flow: column;
    overflow-x: scroll;
    max-width: 950px;
    flex-shrink: 0;
    gap: 20px;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
}

/* Tablet View */
@media (max-width: 991.98px) {
    .ttscontainer .container .row {
        padding: 20px;
        width: auto;
        height: auto;
        margin-bottom: 10%;
    }

    .ttscontainer2 .container .row {
        padding: 20px;
        width: auto;
        height: auto;
        margin-bottom: 10%;
    }

    .ttsinput {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .ttscontainer .container {
        width: -webkit-fill-available !important;
    }

    section.ttscontainer {
        padding: 10px;
    }

    .ttscontainer2 .container {
        width: -webkit-fill-available !important;
        max-width: 400px !important;
    }

    section.ttscontainer2 {
        padding: 10px;
    }

    .wavel-benefitsolution .benefit-container {
        gap: 10px;
        height: auto;
    }

    section.wavel-benefitsolution {
        padding: 5px;
        width: auto;
    }

    section.voicesection2 {
        padding: 5px;
        width: auto;
    }

    .section-tts-hero .top .hero-top-left {
        padding: 10px;
    }

    .ttscontainer .container .row {
        padding: 20px;
        width: auto;
        height: auto;
    }

    .ttscontainer2 .container .row {
        padding: 20px;
        width: auto;
        height: auto;
    }

    .volume-control {
        display: flex;
        flex-wrap: wrap;
    }

    section.tts-usecase-mobile .usecaseimagescontainer .usecaseimages .usecaseimg1 .bg-img {
        position: relative;

    }

    section.tts-usecase-mobile .usecaseimagescontainer .usecaseimages .usecaseimg1 .content-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: start;
        padding: 20px;
    }

    section.tts-usecase-mobile .usecaseimagescontainer .usecaseimages .usecaseimg1 .content-overlay .content-dub {
        padding: 30px !important;
    }

    section.tts-usecase-mobile .usecaseimagescontainer .usecaseimages .usecaseimg1 .content-overlay .content-dub h2 {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;

        font-weight: 600;
        font-size: 21.36px;
        line-height: 40px;

        color: #FCFCFF;

    }

    section.tts-usecase-mobile .usecaseimagescontainer .usecaseimages .usecaseimg2 .bg-img {
        position: relative;

    }

    section.tts-usecase-mobile .usecaseimagescontainer .usecaseimages .usecaseimg2 .content-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: start;
        padding: 20px;
    }

    section.tts-usecase-mobile .usecaseimagescontainer .usecaseimages .usecaseimg2 .content-overlay .content-dub {
        padding: 30px !important;
    }

    section.tts-usecase-mobile .usecaseimagescontainer .usecaseimages .usecaseimg2 .content-overlay .content-dub h2 {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;

        font-weight: 600;
        font-size: 21.36px;
        line-height: 40px;

        color: #FCFCFF;

    }

    section.tts-usecase-mobile .usecaseimagescontainer .usecaseimages .usecaseimg3 .bg-img {
        position: relative;

    }

    section.tts-usecase-mobile .usecaseimagescontainer .usecaseimages .usecaseimg3 .content-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        padding: 20px;
    }

    section.tts-usecase-mobile .usecaseimagescontainer .usecaseimages .usecaseimg3 .content-overlay .content-dub {
        padding: 30px !important;
    }

    section.tts-usecase-mobile .usecaseimagescontainer .usecaseimages .usecaseimg3 .content-overlay .content-dub h2 {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;

        font-weight: 600;
        font-size: 21.36px;
        line-height: 40px;

        color: #FCFCFF;

    }

    section.tts-usecase-mobile .usecaseimagescontainer .usecaseimages .usecaseimg4 .bg-img {
        position: relative;

    }

    section.tts-usecase-mobile .usecaseimagescontainer .usecaseimages .usecaseimg4 .content-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }

    section.tts-usecase-mobile .usecaseimagescontainer .usecaseimages .usecaseimg4 .content-overlay .content-dub {
        padding: 30px;
        display: contents;
    }

    section.tts-usecase-mobile .usecaseimagescontainer .usecaseimages .usecaseimg4 .content-overlay .content-dub h2 {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;

        font-weight: 600;
        font-size: 21.36px;
        line-height: 40px;

        color: #FCFCFF;

    }

    section.tts-usecase-mobile .usecaseimagescontainer .usecaseimages .usecaseimg5 .bg-img {
        position: relative;

    }

    section.tts-usecase-mobile .usecaseimagescontainer .usecaseimages .usecaseimg5 .content-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }

    section.tts-usecase-mobile .usecaseimagescontainer .usecaseimages .usecaseimg5 .content-overlay .content-dub {
        padding: 30px;
        display: contents;
    }

    section.tts-usecase-mobile .usecaseimagescontainer .usecaseimages .usecaseimg5 .content-overlay .content-dub h2 {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;

        font-weight: 600;
        font-size: 21.36px;
        line-height: 40px;

        color: #FCFCFF;

    }

    section .section-tts-box .tts-content {
        display: flex;
        flex-direction: column;
    }

    .ttsinput {
        width: 100%;
    }

    .button-languagues {
        padding: 8px 10px;
        font-size: 12px;
    }
}


.section-tts-hero .top .hero-top-left .wrapper .voice-play a:hover {
    text-decoration: none;
}

.section-tts-seven .left-content a:hover {
    text-decoration: none;
}



@media(min-width:576px) {
    .section-tts-need .container {
        max-width: 1170px !important;
    }
}

section.translation-blog {
    padding: 40px;
    background: url(https://images.wavel.ai/website/ReadCvLogo.webp) no-repeat left top;
    background-position: left 40px top -30px;
    background-attachment: local;
    width: -webkit-fill-available;
    max-width: 1940px;
}

.translation-blog .container {
    display: block;
}

.translation-blog h2 {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 58.8px;
    line-height: 74px;
    margin-top: 10%;
    color: #0e0f26;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    z-index: 1;
}

section.translation-blog .more-wavel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    gap: 10px;
    box-shadow: 0px 16px 32px rgba(20, 20, 26, 0.3);
    border-radius: 20px;
    flex: none;
    order: 0;
    flex-grow: 1;
}

section.translation-blog .more-wavel img {
    border-radius: 20px 20px 0 0;
    width: 500px;
    height: 300px;
}

section.translation-blog .more-wavel1 img {
    border-radius: 20px 20px 0 0;
    width: 500px;
    height: 300px;
    max-width: 800px;
}

.blogcontainer {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: -webkit-fill-available;
}

.blogcontainer1 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: -webkit-fill-available;
}

.blogcontainer2 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: -webkit-fill-available;
}

.blogimages .bg-img {
    position: relative;
}

.blogimages .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Adjust overlay color and opacity */
    z-index: 1;
    opacity: 1;
    transition: opacity 0.3s ease;
    /* Add a transition effect */
}




.blogimages .bg-img {
    position: relative;

}

.blogimages .content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    padding: 20px;
    z-index: 2;
}

.blogimages .content-overlay h2 {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 31.36px;
    line-height: 40px;
    color: #FCFCFF;


}

.blogimages .content-overlay p {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #E6E6E9;


}

.translation-blog .more-wavel .nav-sidebar-row-heading {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    color: #0e0f26;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    text-align: unset;
    padding: 0 20px;
}

.translation-blog .more-wavel .nav-sidebar-row p {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #676768;
    max-width: 400px;
    padding: 0 20px;
}

section.translation-blog .more-wavel1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    gap: 20px;
    box-shadow: 0px 16px 32px rgba(20, 20, 26, 0.3);
    border-radius: 12px;
    flex: none;
    order: 0;
    flex-grow: 1;
}

.translation-blog .more-wavel1 .nav-sidebar-row-heading {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    color: #0e0f26;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    text-align: unset;
    padding: 0 20px;
}

.translation-blog .more-wavel1 p {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #676768;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    padding: 0 20px;
}

@media (max-width: 991.98px) {
    section.translation-blog {
        padding: 30px;
    }

    section.translation-blog .more-wavel1 {
        margin-top: 20px;
    }

    section.translation-blog .more-wavel {
        margin-top: 20px;
    }

    .translation-blog h2 {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 47.04px;
        line-height: 59px;
        color: #0e0f26;
    }
}

@media (max-width: 571.98px) {
    section.translation-blog {
        padding: 20px;
    }

    section.translation-blog .more-wavel1 {
        margin-top: 20px;
    }

    section.translation-blog .more-wavel {
        margin-top: 20px;
    }

    .translation-blog h2 {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 31.36px;
        line-height: 40px;
        text-align: center;
        color: #0e0f26;
    }
}

section.translation-blog1 {
    background: #fff;
    z-index: 0;
    padding: 40px;
    gap: 40px;
    width: -webkit-fill-available;
    max-width: 1940px;


}

.translation-blog1 .container {
    display: block;
}

.translation-blog1 .container {
    justify-content: center;
}

.translation-blog1 h2 {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 58.8px;
    line-height: 74px;
    margin-top: 10px;
    color: #0e0f26;


    z-index: 1;
}

section.translation-blog1 .more-wavel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    gap: 10px;
    /* box-shadow: 0px 16px 32px rgba(20, 20, 26, 0.3); */
    border-radius: 20px;
    height: 600px;
}

section.translation-blog1 .more-wavel img {
    border-radius: 24px;
    width: 500px;
    height: 300px;
    max-width: 700px;
}

section.translation-blog1 .more-wavel1 img {
    border-radius: 20px 20px 0 0;
    width: 500px;
    height: 300px;
    max-width: 700px;
}

.translation-blog1 .more-wavel .nav-sidebar-row-heading {
    /* font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    color: #0e0f26; */
    max-width: 500px;
    padding: 20px;

    font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    font-size: 27.44px;
    line-height: 35px;
    color: #0E0F26;


}

.translation-blog1 .more-wavel .nav-sidebar-row p {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #676768;
    max-width: 500px;
    padding: 0 20px;
}

section.translation-blog1 .more-wavel1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    gap: 20px;
    /* box-shadow: 0px 16px 32px rgba(20, 20, 26, 0.3); */
    border-radius: 12px;

}

.translation-blog1 .more-wavel1 .nav-sidebar-row-heading {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    color: #0e0f26;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    text-align: unset;
    padding: 0 20px;
}

.translation-blog1 .more-wavel1 p {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #676768;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    padding: 0 20px;
}

@media (max-width: 991.98px) {
    section.translation-blog1 {
        padding: 30px;
    }

    section.translation-blog1 .more-wavel1 {
        margin-top: 20px;
    }

    section.translation-blog1 .more-wavel {
        margin-top: 20px;
    }

    .translation-blog1 h2 {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 47.04px;
        line-height: 59px;
        color: #0e0f26;
    }
}

@media (max-width: 571.98px) {
    section.translation-blog1 .more-wavel img {
        width: 350px !important;
    }

    section.translation-blog1 .more-wavel1 img {
        width: 350px !important;
    }

    section.translation-blog1 {
        padding: 20px;
    }

    section.translation-blog1 .more-wavel1 {
        margin-top: 20px;
        width: 350px;
    }

    section.translation-blog1 .more-wavel {
        margin-top: 20px;
        width: 350px;
    }

    .translation-blog11 h2 {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 31.36px;
        line-height: 40px;
        text-align: center;
        color: #0e0f26;
    }
}


@media(max-width:991.98px) {
    .section-tts-box .wrapper .tts-content {
        order: 1;
    }



    section.section-tts-hero-mobile {
        padding: 0 0 15px 0px;
    }

    section .section-tts-five {
        padding: 0 0 40px 0px;
    }

    .section-tts-usecase .wrapper {
        padding: 0;
    }

    section.tts-usecase-mobile .usecaseimagescontainer .usecaseimages .usecaseimg1 .bg-img {
        position: relative;

    }

    section.tts-usecase-mobile .usecaseimagescontainer .usecaseimages .usecaseimg1 .content-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: start;
        padding: 20px;
    }

    section.tts-usecase-mobile .usecaseimagescontainer .usecaseimages .usecaseimg1 .content-overlay .content-dub {
        padding: 60px;
    }

    section.tts-usecase-mobile .usecaseimagescontainer .usecaseimages .usecaseimg1 .content-overlay .content-dub h2 {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;

        font-weight: 600;
        font-size: 21.36px;
        line-height: 40px;

        color: #FCFCFF;

    }

    section.tts-usecase-mobile .usecaseimagescontainer .usecaseimages .usecaseimg2 .bg-img {
        position: relative;

    }

    section.tts-usecase-mobile .usecaseimagescontainer .usecaseimages .usecaseimg2 .content-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: start;
        padding: 20px;
    }

    section.tts-usecase-mobile .usecaseimagescontainer .usecaseimages .usecaseimg2 .content-overlay .content-dub {
        padding: 60px;
    }

    section.tts-usecase-mobile .usecaseimagescontainer .usecaseimages .usecaseimg2 .content-overlay .content-dub h2 {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;

        font-weight: 600;
        font-size: 21.36px;
        line-height: 40px;

        color: #FCFCFF;

    }

    section.tts-usecase-mobile .usecaseimagescontainer .usecaseimages .usecaseimg3 .bg-img {
        position: relative;

    }

    section.tts-usecase-mobile .usecaseimagescontainer .usecaseimages .usecaseimg3 .content-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        padding: 20px;
    }

    section.tts-usecase-mobile .usecaseimagescontainer .usecaseimages .usecaseimg3 .content-overlay .content-dub {
        padding: 60px;
    }

    section.tts-usecase-mobile .usecaseimagescontainer .usecaseimages .usecaseimg3 .content-overlay .content-dub h2 {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;

        font-weight: 600;
        font-size: 21.36px;
        line-height: 40px;

        color: #FCFCFF;

    }

    section.tts-usecase-mobile .usecaseimagescontainer .usecaseimages .usecaseimg4 .bg-img {
        position: relative;

    }

    section.tts-usecase-mobile .usecaseimagescontainer .usecaseimages .usecaseimg4 .content-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }

    section.tts-usecase-mobile .usecaseimagescontainer .usecaseimages .usecaseimg4 .content-overlay .content-dub {
        padding: 60px;
        display: contents;
    }

    section.tts-usecase-mobile .usecaseimagescontainer .usecaseimages .usecaseimg4 .content-overlay .content-dub h2 {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;

        font-weight: 600;
        font-size: 21.36px;
        line-height: 40px;

        color: #FCFCFF;

    }

    section.tts-usecase-mobile .usecaseimagescontainer .usecaseimages .usecaseimg5 .bg-img {
        position: relative;

    }

    section.tts-usecase-mobile .usecaseimagescontainer .usecaseimages .usecaseimg5 .content-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }

    section.tts-usecase-mobile .usecaseimagescontainer .usecaseimages .usecaseimg5 .content-overlay .content-dub {
        padding: 60px;
        display: contents;
    }

    section.tts-usecase-mobile .usecaseimagescontainer .usecaseimages .usecaseimg5 .content-overlay .content-dub h2 {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;

        font-weight: 600;
        font-size: 21.36px;
        line-height: 40px;

        color: #FCFCFF;

    }


    .section-tts-usecase .usecase-row {
        margin-bottom: 0 !important;
    }

    section.section-tts-solution {
        padding: 20px 0;
    }

    .section-tts-solution .tts-solution-bg {
        padding: 40px 20px;
    }

    section.section-tts-need {
        padding: 20px 0;
    }

    .section-tts-need .wrapper {
        margin-bottom: 20px;
    }

    .tts-customer .testimonial-heading {
        margin: 0 0 10px 0;
    }

    section.customer-review.tts-customer {
        padding: 40px 0;
    }

    .section-tts-hero-mobile .row {
        margin-left: 0;
        margin-right: 0;
    }
}


.section-tts-six .ambitious-firms {
    background: none;
    padding: 0px;
}

.section-tts-six .ambitious-firms .container {
    max-width: 1010px !important;
}

@media(max-width:991.98px) {
    .section-tts-solution .wrapper {
        padding: 30px 20px;
    }

    .tts-customer .container {
        padding-right: 0px;
        padding-left: 0px;
    }
}

.voice-section .info-right {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 40px;
    gap: 160px;
    background: #FCFCFF;
    width: -webkit-fill-available;
    box-shadow: 0px 16px 32px rgba(20, 20, 26, 0.3);
    border-radius: 24px;
}

.voice-section .info-right p {


    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #0E0F26;


}

.voice-section .info-right .voicebtn {
    display: grid;
    width: -webkit-fill-available;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 20px;

}

.voice-section .info-right .voicebtn .btnlisten {

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px;
    gap: 7.5px;
    background: #830C83;
    border-radius: 9px;
    color: white;

}

.voice-section .info-right .voicebtn .btnlisten p {


    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FCFCFF;
    margin-top: 0;
    margin-bottom: 0;
}

.voice-section .info-right .voicebtn .drpname {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 12px;
    gap: 5px;
    border: 1px solid #830C83;
    filter: drop-shadow(0px 8px 24px rgba(20, 20, 26, 0.2));
    border-radius: 9px;
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #0E0F26;

}

.voice-section .info-right .voicebtn .drpname p {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #0E0F26;

    margin-top: 0;
    margin-bottom: 0;
}

.voice-section .voice-card {
    width: auto;
    max-width: 1440px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    gap: 40px;
    margin: 20px;
    z-index: 0;
    background: #FCFCFF;
    box-shadow: -4px -4px 16px rgba(255, 255, 255, 0.2), 4px 4px 16px rgba(0, 0, 0, 0.2);
    border-radius: 24px;
}

.voice-section .voice-card h2 {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 27.44px;
    line-height: 35px;
    text-align: center;
    color: #586AC6;
}

.voice-section .voice-card .voice-btns {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

}

.voice-section .voice-card .voice-btns .voicebtn {

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    background: #0E0F26;
    border-radius: 12px;

}

.voice-section .voice-card .voice-btns .voicebtn .voice-content h2 {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #FCFCFF;
    text-align: start;
    margin-top: 0;
    margin-bottom: 0;
}

.voice-section .voice-card .voice-btns .voicebtn .voice-content p {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    color: #B2B2B4;
    text-align: start;
    margin-top: 0;
    margin-bottom: 0;
}

@media(min-width:576px) and (max-width:991.98px) {

    .info-right-mobile .voice-block {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

}

@media(max-width:991.98px) {
    section .voiceover-solutions.solutions-one .info-image {
        display: flex;
        justify-content: center;
    }

    section.img-solution-two.voiceover-solutions .content-detail .desc {
        max-width: unset;
    }

    section .img-solution-three.voiceover-solution .info-image {
        display: flex;
        justify-content: center;
    }

    section.img-solution-three.voiceover-solution .content-detail .title {
        max-width: unset;
    }

    section.img-solution-three.voiceover-solution .content-detail .desc {
        max-width: unset;
    }

    section.img-solution-four.voiceover-solution .info-image {
        display: flex;
        justify-content: center;
    }

    section.img-solution-four.voiceover-solution .content-detail .title {
        max-width: unset;
    }

    section.img-solution-four.voiceover-solution .content-detail .desc {
        max-width: unset;
    }
}

@media(max-width:399.98px) {
    .voiceover-more .wrapper {
        height: 19rem !important;
    }
}

@media(min-width:500px) and (max-width:576.98px) {
    .voiceover-more .wrapper {
        height: 25rem !important;
    }
}

@media(min-width:400px) and (max-width:452.98px) {
    .voiceover-more .wrapper {
        height: 23rem !important;
    }
}

@media(min-width:453px) and (max-width:499.98px) {
    .voiceover-more .wrapper {
        height: 22rem !important;
    }
}

@media(min-width:577px) and (max-width:660.98px) {
    .voiceover-more .wrapper {
        height: 27rem !important;
    }
}

@media(min-width:661px) and (max-width:767.98px) {
    .voiceover-more .wrapper {
        height: 30rem !important;
    }
}

.section-tts-faq .question h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #343434;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 0;
}

.section-tts-work h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #474747;
}

.section-tts-six .wrapper .wrapper-content h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
}

/* sub tts */

.section-sub-tts .top {
    background: #111827;
    height: 100%;
    min-height: 490px;
    width: 100%;
    max-width: 100%;
    position: relative;
}

.section-sub-tts .top h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-top: 100px;
}

.section-sub-tts .top h1 span.hero-title {
    font-family: 'Oooh Baby' !important;
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    letter-spacing: 0.07em;
    text-transform: capitalize;
    color: #009AF1;
    font-weight: bold;
}

.section-sub-tts .top p {
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

/* .section-sub-tts .bot .bot-scroll::-webkit-scrollbar{
    width: 15px;
}
.section-sub-tts .bot .bot-scroll::-webkit-scrollbar-thumb{
    background: rgba(217, 217, 217, 0.4);
} */
.section-sub-tts .bot {
    background-color: #FFFFFF;
    display: block;
    width: 100%;
    max-width: 900.69px;
    text-align: center;
    position: relative;
    box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.13);
    border-radius: 28px;
    /* padding-right: 50px; */
    margin-top: -115px;
}

/* @media(min-width:580px){
    .section-sub-tts .bot{
        height: 100%;
        max-height: 400.43px;
    }

} */
/* .section-sub-tts .bot .bot-scroll{
    overflow-y: scroll;
    height: 100%;
    max-height: 400.43px;
} */
.section-sub-tts .bot .bot-scroll .row {
    padding: 45px 40px 0 40px;
}

.section-sub-tts .bot .bot-scroll .music-block {
    display: flex;
    justify-content: center;
    margin-bottom: 44px;
}

.section-sub-tts .bot .bot-scroll .wrapper {
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, .15);
    border-radius: 37px;
    min-width: 221.15px;
    max-height: 71px;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 12px;
    align-items: center;
    justify-content: space-between;
}

.section-sub-tts .bot .bot-scroll .wrapper .voice-content .voice-content-top p {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #009af1;
    margin-bottom: 0;
    margin-top: 22px;
    width: 100%;
    text-align: start;
    font-family: Outfit;
    font-style: normal;
}

.section-sub-tts .bot .bot-scroll .wrapper .voice-content .voice-content-bottom p {
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    color: rgba(17, 24, 39, 0.8);
    width: 100%;
    font-family: Outfit;
    font-style: normal;
}

.section-sub-tts .bot .bot-scroll .wrapper .voice-play a.fa.fa-play {
    font-family: FontAwesome !important;
    background: #009af1;
    color: #fff;
    height: 40px;
    width: 40px;
    padding: 12px 16px;
    z-index: 2;
    border-radius: 20px;
}

.section-sub-tts .bot .bot-scroll .wrapper .voice-play a.fa.fa-pause {
    font-family: FontAwesome !important;
    background: #009af1;
    color: #fff;
    height: 40px;
    width: 40px;
    padding: 12px 13px;
    z-index: 2;
    border-radius: 20px;
}

@media(min-width:532px) and (max-width:673.98px) {
    .section-sub-tts .bot {
        margin-top: -195px;
    }

    .section-sub-tts .top {
        min-height: 510px;
    }
}

@media(min-width:486px) and (max-width:531.98px) {
    .section-sub-tts .bot {
        margin-top: -260px;
    }

    .section-sub-tts .top {
        min-height: 570px;
    }
}

@media(min-width:362px) and (max-width:485.98px) {
    .section-sub-tts .bot {
        margin-top: -250px;
    }

    .section-sub-tts .top {
        min-height: 600px;
    }
}

@media(min-width:284px) and (max-width:361.98px) {
    .section-sub-tts .bot {
        margin-top: -250px;
    }

    .section-sub-tts .top {
        min-height: 635px;
    }
}

@media(max-width:283.98px) {
    .section-sub-tts .bot {
        margin-top: -260px;
    }

    .section-sub-tts .top {
        min-height: 645px;
    }
}

@media(min-width:885px) and (max-width:991.98px) {
    .section-sub-tts .bot {
        max-width: 810.69px;
    }
}

@media(min-width:768px) and (max-width:884.98px) {
    .section-sub-tts .bot {
        max-width: 710.69px;
    }
}

@media(min-width:680px) and (max-width:767.98px) {
    .section-sub-tts .bot {
        max-width: 610.69px;
    }

    .section-sub-tts .bot .bot-scroll .wrapper {
        max-width: 247.15px;
    }
}

@media(min-width:580px) and (max-width:679.98px) {
    .section-sub-tts .bot {
        max-width: 510.69px;
        padding-right: 15px;
    }

    .section-sub-tts .bot .bot-scroll .wrapper {
        max-width: 247.15px;
    }
}

@media(min-width:480px) and (max-width:579.98px) {
    .section-sub-tts .bot {
        max-width: 410.69px;
    }
}

@media(min-width:480px) and (max-width:579.98px) {
    .section-sub-tts .bot .bot-scroll .wrapper {
        max-width: 235.15px;
    }
}

@media(min-width:380px) and (max-width:479.98px) {
    .section-sub-tts .bot {
        max-width: 310.69px;
        padding-right: 20px;
    }

    .section-sub-tts .bot .bot-scroll .wrapper {
        min-width: 240.15px;
    }
}

@media(min-width:280px) and (max-width:379.98px) {
    .section-sub-tts .bot {
        max-width: 250.69px;
    }
}

@media(min-width:576px) and (max-width:579.98px) {
    .section-sub-tts .bot .bot-scroll .row {
        flex-direction: column;
        align-items: center;
    }

    .section-sub-tts .bot .bot-scroll .wrapper {
        min-width: 221.15px;
    }
}

.section-tts-two .wrapper h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    text-transform: capitalize;
    color: #212529;
}

.section-tts-two .wrapper p {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #474747;
}

section.tool-three {
    padding: 50px 0 50px 0;
}

@media (max-width: 991.98px) {

    section.tool-three .glass {
        font-size: 1.6rem;
        width: 100%;
        padding: 30px 50px;
        flex-direction: column !important;
        text-align: center !important;
    }
}

section.tool-three .glass {
    margin-top: 25px;
    padding: 5rem;
    border-radius: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* align-items: center; */
    color: #000;
    background: #111827;
    max-width: 100%;
    width: 100%;
}

section.tool-three .glass p.tool-title {
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
}

section.tool-three .glass p.tool-desc {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    width: 100%;
}

@media (max-width: 767.98px) {
    section.tool-three .glass {
        padding: 40px 30px;
    }

    section.tool-three .glass p.tool-title {
        margin-bottom: 20px;
    }
}

section.tts-step {
    padding: 40px 0;
}

.tts-step h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    text-transform: capitalize;
    color: #474747;
}

.tts-step a {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #474747;
}

.tts-step a.active {
    background: #EEFAFF;
    border-radius: 14px;
}

@media (max-width:991.98px) {
    .tts-step .tab-content {
        display: none;
    }
}

.tts-step .tts-now .tab-content {
    padding: 0;
}

section.tts-sub-why {
    padding: 40px 0;
}

.tts-sub-why .container {
    display: block;
}

.tts-sub-why h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    text-transform: capitalize;
    color: #474747;
}

.tts-sub-why p {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #474747;
}



@media(max-width:991.98px) {
    .section-sub-tts .top h1 {
        font-size: 25px;
        line-height: 34px;
    }

    .section-sub-tts .top p {
        font-size: 15px;
        line-height: 20px;
    }

    .section-tts-two .wrapper img {
        margin-bottom: 0 !important;
    }

    .section-tts-two .wrapper h2 {
        font-size: 25px;
        line-height: 34px;
    }

    .section-tts-two .wrapper p {
        font-size: 15px;
        line-height: 20px;
        margin: 0 auto;
    }

    section.tool-three .glass {
        margin-top: 0 !important;
    }

    section.tool-three .glass p.tool-title {
        font-size: 25px;
        line-height: 34px;
    }

    section.tool-three .glass p.tool-desc {
        font-size: 15px;
        line-height: 20px;
    }

    section.tts-step {
        padding: 20px 0;
    }

    .tts-step h2 {
        font-size: 25px;
        line-height: 34px;
    }

    .tts-step a p {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 0;
    }

    .tts-step #tts3-tab {
        margin-bottom: 20px;
    }

    .tts-sub-why h2 {
        font-size: 25px;
        line-height: 34px;
    }

    .tts-sub-why p {
        font-size: 15px;
        line-height: 20px;
        text-align: center;
    }

    section .section-tts-two {
        padding: 20px 0 0 0;
    }

    .tts-step .cta-btn {
        margin: 0 auto;
        width: 100%;
    }
}

@media(max-width:379.98px) {
    .section-sub-tts .bot .bot-scroll .wrapper {
        min-width: 235.15px;
    }
}

.section-tts-eight .language-type a:hover {
    text-decoration: none;
}

.section-tts-eight-mobile a:hover {
    text-decoration: none;
}



.subtitle-solution .hero .language-block {
    position: absolute;
    right: 10%;
    z-index: 1;
    display: flex;
    margin-top: 1.8rem;
    flex-direction: column;
}

.subtitle-solution .hero .language-block img {
    width: 53px !important;
    height: 53px !important;

}

.subtitle-solution .hero .language-block .language-sec {
    margin-bottom: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 20px;
    isolation: isolate;

    width: 64px;
    height: 64px;

    background: #FCFCFF;
    border-radius: 12px;


}

@media(min-width:992px) and (max-width:1004.98px) {
    .subtitle-solution .hero .language-block {
        margin-top: 0.8rem;
    }
}

@media(min-width:1005px) and (max-width:1075.98px) {
    .subtitle-solution .hero .language-block {
        margin-top: 1.5rem;
    }
}

.subtitle-solution .hero .language-block .wrapper p {
    margin: 0 auto;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #009AF1;
    margin-left: 10px;
}

@media(min-width:992px) {
    .subtitle-solution .hero .desktop-sec {
        display: flex !important;
    }


}


.subtitle-solution .hero .languages-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

.subtitle-solution .hero .languages-block img {
    width: 53px !important;
    height: 53px !important;
    position: absolute;
    left: 40%;
}

.subtitle-solution .hero .languages-block .language-sec {
    margin-bottom: 35px;
}

.subtitle-solution .hero .languages-block .wrapper p {
    margin: 0 auto;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #009AF1;
    margin-left: 10px;
}

@media(max-width:285.98px) {
    .subtitle-solution .hero .languages-block img {
        left: 23%;
    }
}

@media(min-width:286px) and (max-width:307.98px) {
    .subtitle-solution .hero .languages-block img {
        left: 25%;
    }
}

@media(min-width:308px) and (max-width:357.98px) {
    .subtitle-solution .hero .languages-block img {
        left: 29%;
    }
}

@media(min-width:358px) and (max-width:395.98px) {
    .subtitle-solution .hero .languages-block img {
        left: 30%;
    }
}

@media(min-width:396px) and (max-width:441.98px) {
    .subtitle-solution .hero .languages-block img {
        left: 32%;
    }
}

@media(min-width:442px) and (max-width:518.98px) {
    .subtitle-solution .hero .languages-block img {
        left: 35%;
    }
}

@media(min-width:519px) and (max-width:580.98px) {
    .subtitle-solution .hero .languages-block img {
        left: 36%;
    }
}

@media(min-width:581px) and (max-width:619.98px) {
    .subtitle-solution .hero .languages-block img {
        left: 37%;
    }
}

@media(min-width:620px) and (max-width:636.98px) {
    .subtitle-solution .hero .languages-block img {
        left: 38%;
    }
}

@media(min-width:637px) and (max-width:720.98px) {
    .subtitle-solution .hero .languages-block img {
        left: 39%;
    }
}

@media(min-width:721px) and (max-width:767.98px) {
    .subtitle-solution .hero .languages-block img {
        left: 39%;
    }
}

@media(min-width:768px) and (max-width:878.98px) {
    .subtitle-solution .hero .languages-block img {
        left: 41%;
    }
}

@media(min-width:879px) and (max-width:991.98px) {
    .subtitle-solution .hero .languages-block img {
        left: 42%;
    }
}








.section-sub-tts .bot .bot-scroll .container {
    display: block;
}

.section-sub-tts .bot .bot-scroll .wrapper .voice-img img {
    border-radius: 50%;
}

.section-sub-tts .top .sub-tts-btn {
    display: flex;
    justify-content: center;
}

@media (min-width: 767.99px) and (max-width: 991.99px) {
    .usecase-mobile .nav-grid-two-col {
        display: block;
        width: 100%;
    }
}

@media (min-width: 576px) {

    .usecase .container {
        max-width: 1340px !important;
    }
}

@media(min-width:1451px) {
    .solution .transcription .sidebar-menu-container {
        margin-left: 1.5rem !important;
    }
}

.usecase .main-nav-links-flex a {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
}

.usecase-mobile .main-nav-links-flex a {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
}

.dubbing-solution .image .lang-bottom-sec {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid #009AF1;
    box-shadow: 0px 3px 8px 6px rgba(0, 0, 0, 0.35);
    border-radius: 19px;
    position: absolute;
    width: 100%;
    max-width: 487px;
    height: 100%;
    max-height: 122px;
    border-top: none;
}

.dubbing-solution .image .lang-bottom-sec p {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
}

@media(max-width:991.98px) {
    .dubbing-solution .image .lang-bottom-sec {
        position: relative;
        margin: 0 auto;
    }
}

@media(min-width:375px) and (max-width:499.98px) {
    .dubbing-solution .image .lang-bottom-sec {
        max-height: 115px;
    }
}

@media(max-width:374px) {
    .dubbing-solution .image .lang-bottom-sec {
        max-height: 80px;
    }
}



.usecase .menu-sidebar-row {
    padding: 10px 0 10px 0;
}

#shadow-host-companion {
    display: none;
}

.dubbing-solution .dub-language img {
    width: 46px !important;
    height: 47px !important;
    position: absolute;
}

.dubbing-solution .dub-language .wrapper p {
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #009AF1;
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dubbing-solution .dub-language .wrapper {
    background: #FFFFFF;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    min-width: 71px;
    min-height: 26px;
    margin-left: 36px;
}

@media(min-width:992px) {
    .dubbing-solution .dub-language .dub-language-row {
        display: flex;
        justify-content: space-between;
    }
}

@media(max-width:991.98px) {
    .dubbing-solution .dub-language .dub-language-row .dub-sec {
        margin-bottom: 35px;
    }

    .dubbing-solution .dub-language .dub-language-row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .dubbing-solution .dub-language .wrapper {
        align-items: center;
        display: flex;
    }

    .dubbing-solution .dub-language .wrapper p {
        margin-left: 15px;
    }
}

.dubbing-solution .dub-language .dub-language-row .dub-sec.active .wrapper {
    background: #009AF1;
}

.dubbing-solution .dub-language .dub-language-row .dub-sec.active .wrapper p {
    color: #fff;
}

.dubbing-solution .dub-language .dub-language-row .dub-sec.active img {
    border: 2px solid #009AF1;
    border-radius: 22.5px;
}

.language-cta-btn {
    background: rgb(98, 98, 216);
    height: auto;
    line-height: 1.5em;
    padding: 9px 12px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
    border: none;
    text-decoration: none;
}

.language-cta-btn:hover {
    background: rgb(107, 107, 237);
    color: rgb(255, 255, 255);
}

.language-content-cta-btn {
    background: rgb(0, 0, 0);
    height: auto;
    line-height: 1.5em;
    padding: 9px 12px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
    border: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

section.blogmain-container {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 0px;
    isolation: isolate;
    background: #0E0F26;

}

section.blogmain-container .herobg {
    position: absolute;
    width: 550px;
    height: 701.84px;
    /* right: -95.01px; */
    top: calc(50% - 201.84px / 2 - 210.16px);
    z-index: 0;
    background: #830C83;
    filter: blur(480px);
    transform: rotate(120deg);
}

section.blogmain-container .titlesection {
    z-index: 0;
}

section.blogmain-container .titlesection h1 {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 70.56px;
    line-height: 89px;
    text-align: center;
    color: #FCFCFF;

}

section.blogmain-container .titlesection p {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #B2B2B4;

}

section.blogmain-container .blogimages {
    z-index: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    justify-items: center;
    align-items: center;
    padding: 40px;
}

section.blogmain-container .blogimages img {
    border-radius: 24px;
    width: 620px;
    height: 375px;
}

section.blogmain-container .blogimages .featuredblog {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

section.blogmain-container .blogimages .blogcontent a {
    /* Child Pages */

    box-sizing: border-box;

    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    gap: 31px;


    background: rgba(252, 252, 255, 0.1);
    /* Final Theme/Neutrals/400 */
    border: 1px solid #E6E6E9;
    /* Blurs/Medium */
    backdrop-filter: blur(12px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 12px;

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;

    color: #FCFCFF;



}

section.blogmain-container .blogimages .featuredblog .featuretitle {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #E6E6E9;




}

.post-full-content table {
    display: inline-block;
    overflow-x: auto;
    margin: .5em 0 2.5em;
    max-width: 100%;
    width: auto;
    border-spacing: 0;
    border-collapse: collapse;
    font-family: "Outfit";
    white-space: normal;
    vertical-align: top;
}

section.blogmain-container .blogimages .featuredblog .lineblog {
    border-bottom: 1px solid #929293;
}

section.heading-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 0px;
    isolation: isolate;
    background: #0E0F26;
}

section.heading-container .herobg {
    position: absolute;
    width: 550px;
    height: 701.84px;
    /* right: -95.01px; */
    top: calc(50% - 201.84px / 2 - 210.16px);
    z-index: 0;
    background: #830C83;
    filter: blur(480px);
    transform: rotate(120deg);
}

section.heading-container .blogtitlecontainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: center;
    gap: 10px;
    padding: 30px;
}

section.heading-container .blogtitlecontainer .blogtitle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
}

section.heading-container .blogtitlecontainer .titleimage img {
    border-radius: 24px;
}

section.heading-container .container {
    z-index: 0;
    width: auto;
    max-width: 1440px;
}

section.heading-container .title {
    z-index: 0;
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 47.04px;
    line-height: 59px;
    text-align: start;
    color: #FCFCFF;

}

.blog-content {
    display: flex;
    flex-direction: column;
}

.blog-content-dateh {
    display: flex;
    gap: 10px;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #0E0F26;
    padding: 0 20px;
}

section.heading-container .blog-content-date {
    z-index: 0;
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #E6E6E9;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

section.heading-container .heading-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    z-index: 0;
    margin: 30px;
    padding: 40px;
    gap: 40px;
    justify-items: center;
    align-items: center;
    background: rgba(14, 15, 38, 0.5);
    box-shadow: -4px -4px 16px rgba(255, 255, 255, 0.2), 4px 4px 16px rgba(0, 0, 0, 0.2);
    border-radius: 24px;


}

section.heading-container .heading-content .heading-desc {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35.28px;
    line-height: 44px;
    color: #FCFCFF;

}

section.heading-container .heading-content .heading-desc1 {


    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #B2B2B4;
}

section.heading-container .heading-content .headingcontainer {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

section.heading-container .imagecontainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-start;
    padding: 20px;
    gap: 40px;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(18px);
    border-radius: 24px;
}

section.heading-container .imagecontainer .imgplaybtn {

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    gap: 10px;

    background: #0E0F26;
    border-radius: 12px;

}

section.heading-container .imagecontainer .imgplaybtn {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #FCFCFF;
}

.primarycontainer {
    z-index: 1;
    display: flex;
    justify-content: space-between;
    background: #FCFCFF;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: -webkit-fill-available;

}

.blog-sections .container {
    width: auto;
    max-width: 1330px;
}

/* .content-area {

    box-sizing: border-box;


    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 40px;

    background: #FCFCFF;
    border-radius: 24px;


} */
section.blog-sections {
    /* height: 1200px; */
    /* overflow: hidden; */
    /* overflow-y: scroll; */
    /* scrollbar-width: none; */

    /* padding: 20px; */
    /* gap: 40px; */

    /* background: #FCFCFF; */

    /* border: 1px solid #0E0F26; */
    /* border-radius: 24px; */


}


.saboxplugin-wrap {
    padding: 10px 0;

    display: flex;

    justify-content: center;

    padding: 20px;
    height: fit-content;

    background: #FCFCFF;
    border: 1px solid #0E0F26;
    box-shadow: 0px 4px 6.6px rgba(20, 20, 26, 0.15);
    border-radius: 24px;


}

.saboxplugin-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sab-edit-settings {
    display: none !important;
}

main#main {
    display: flex;
    max-width: 1440px;
    width: auto;
    gap: 20px;
}

@media(max-width:1024px) {
    main#main {
        display: flex !important;
        flex-wrap: wrap;
    }

    #ez-toc-container {
        width: 200px !important;
    }

    section.blog-sections {
        width: 450px;
    }
}

@media(max-width:600.98px) {
    section.heading-container .imagecontainer {
        grid-template-columns: 1fr;

    }

    main#main {
        display: flex !important;
        justify-content: center;
    }

    #ez-toc-container {
        width: auto !important;
    }

    section.blog-sections {
        width: auto;
    }
}

.primarycontainer {
    z-index: 1;
    display: flex;
    justify-content: space-between;
    background: #FCFCFF;
    padding: 40px 0;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.blog-sections .container {
    width: auto;
    max-width: 1330px;
}

.sticky-wrapper {
    position: relative;
    flex: 0 0 auto;
}

.sticky-box {
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
    width: auto;
    max-width: 350px;
}

.saboxplugin-wrap {
    padding: 10px 0;
    display: flex;
    justify-content: center;
    padding: 20px;
    height: fit-content;
    background: #FCFCFF;
    border: 1px solid #0E0F26;
    box-shadow: 0px 4px 6.6px rgba(20, 20, 26, 0.15);
    border-radius: 24px;
}

.saboxplugin-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sab-edit-settings {
    display: none !important;
}

main#main {
    display: flex;
    max-width: 1440px;
    width: auto;
    gap: 20px;
}

@media (max-width: 1024px) {
    main#main {
        display: flex !important;
        flex-wrap: wrap;
    }

    #ez-toc-container {
        width: 200px !important;
    }

    section.blog-sections {
        width: 450px;
    }
}

@media (max-width: 768px) {
    main#main {
        display: flex !important;
        justify-content: center;
    }
}

@media (max-width: 600.98px) {
    section.heading-container .imagecontainer {
        grid-template-columns: 1fr;
    }

    main#main {
        display: flex !important;
        justify-content: center;
    }

    #ez-toc-container {
        width: auto !important;
    }

    section.blog-sections {
        width: auto;
    }
}

.post-full-content p {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #0E0F26;

}

.post-full-content li {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #0E0F26;
    gap: 10px;

}

.post-full-content h2 {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 31.36px;
    line-height: 40px;
    color: #0E0F26;


}

.post-full-content img,
.post-full-content video {
    display: block;
    margin: 1.5em auto;
    max-width: 1040px;
    height: auto;
}

.contentwriter {


    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 40px;
    gap: 40px;
    width: fit-content;
    background: #FCFCFF;
    border: 1px solid #0E0F26;
    box-shadow: 0px 8px 24px rgba(20, 20, 26, 0.2);
    border-radius: 24px;
    margin: 50px 9%;

}

.contentwriter .writerdesc {
    display: flex;
    flex-direction: column;
}

.contentwriter .writerdesc .writerbox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    /* justify-items: end; */
}

.contentwriter .writerdesc .writerbox h2 {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35.28px;
    line-height: 44px;
    color: #0E0F26;

}

.contentwriter .writerdesc .writerbox p {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    color: #676768;


}

.contentwriter .writerdesc .writerbox .socialicons {
    display: flex;
    position: absolute;
    right: 170px;

}

.contentwriter .writerdesc .contentbox p {
    width: 100%;

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
    color: #0E0F26;


}

.content-area .site-main .post-full-content {
    position: unset !important;
    margin: 10px auto;
    padding: 70px 20px 20px;
    min-height: 230px;
    word-break: break-word;
    transition: 0.3s;
    max-width: 100%;
    width: 100%;
    border-radius: none !important;
    padding: 10px 20px;
}

div#toc_container {
    background: none;
    border: none;
}

@media(max-width:991.98px) {
    section.heading-container {
        padding: 20px 0;
    }

    section.heading-container .blogtitlecontainer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    section.heading-container .title {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 35.28px;
        line-height: 44px;
        text-align: center;
        color: #FCFCFF;


    }

    section.heading-container .blog-content-date {
        text-align: center;

    }

    section.heading-container .blogtitlecontainer .blogtitle {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    section.heading-container .heading-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 10px;
        padding: 20px;
    }

    section.heading-container .heading-content .headingcontainer {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    section.heading-container .heading-content .heading-desc {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 31.36px;
        line-height: 40px;
        text-align: center;
        color: #FCFCFF;


    }

    .contentwriter {
        margin: 30px;
    }

    .contentwriter .writerdesc .writerbox .socialicons {
        right: 70px;
    }

    section.blogmain-container .blogimages {

        display: flex;
        grid-template-columns: 1fr 1fr;

        flex-direction: column;
    }

    section.blogmain-container .titlesection h1 {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 58.8px;
        line-height: 74px;
        text-align: center;
        color: #FCFCFF;


    }
}

@media(max-width:576px) {
    section.heading-container {
        padding: 20px 0;
    }

    section.blogmain-container .titlesection h1 {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 35.28px;
        line-height: 44px;
        text-align: center;
        color: #FCFCFF;


    }

    section.blogmain-container .blogimages {

        display: flex;
        grid-template-columns: 1fr 1fr;

        flex-direction: column;
    }

    .contentwriter {
        margin: 30px;
        display: flex;
        flex-direction: column;
    }

    .contentwriter .writerdesc .writerbox {
        display: flex;
        flex-direction: column;
    }

    .contentwriter .writerdesc .writerbox .socialicons {
        right: 0px;
        position: unset;
    }

    section.heading-container .blogtitlecontainer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    section.heading-container .title {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 31.36px;
        line-height: 40px;
        text-align: center;
        color: #FCFCFF;


    }

    section.heading-container .blog-content-date {
        text-align: center;

    }

    section.heading-container .blogtitlecontainer .blogtitle {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    section.heading-container .heading-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    section.heading-container .heading-content .headingcontainer {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    section.heading-container .heading-content .heading-desc {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 27.44px;
        line-height: 35px;
        text-align: center;
        color: #FCFCFF;


    }
}

/* About */
section.about-hero .container {
    flex-direction: column;
    align-items: center;
}

section.about-hero .container h1 {
    font-weight: 700;
    font-size: 4rem;
    line-height: 1.3;
    margin-top: 50px;
    text-align: center;
}

@media (max-width: 991.98px) {
    section.about-hero .container h1 {
        font-size: 3.2rem;
        width: 94%;
    }
}

@media (max-width: 767.98px) {
    section.about-hero .container h1 {
        font-size: 155%;
        width: 100%;
        margin-top: 15px;
    }
}

section.about-hero .container p {
    margin-top: 2rem;
    font-weight: 500;
    font-size: 1.9rem;
    line-height: 1.3;
    text-align: center;
}

@media (max-width: 991.98px) {
    section.about-hero .container p {
        font-size: 1.6rem;
    }
}

@media (max-width: 767.98px) {
    section.about-hero .container p {
        font-size: 80%;
    }
}

section.about-hero .hbspt-form {
    width: 450px;
}

@media (max-width: 767.98px) {
    section.about-hero .hbspt-form {
        width: 85%;
    }
}

/** responsive device breakpoints */
section.about_three {
    padding: 40px 0px;
}

@media (max-width: 767.98px) {
    section.about_three {
        padding: 10% 5.5%;
    }
}

section.about_three .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.about_three .container .client-sec {
    background: linear-gradient(91.91deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.4) 100.82%);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
}

section.about_three .team-title {
    font-size: 3.15rem;
    font-weight: 700;
    margin: 1em 0 0.5em 0;
}

@media (max-width: 991.98px) {
    section.about_three .team-title {
        font-size: 2.7rem;
    }
}

@media (max-width: 767.98px) {
    section.about_three .team-title {
        font-size: 135%;
    }
}

section.about_three .team {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 3em;
    column-gap: 3em;
    margin: 1.5em 0;
}

@media (max-width: 767.98px) {
    section.about_three .team {
        width: 103%;
    }
}

section.about_three .team .member {
    width: 235px;
}

section.about_three .team .member .image {
    height: 260px;
    background: linear-gradient(148.31deg, #4df6f4 0%, #587cfb 100%);
    border-radius: 20px 20px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

section.about_three .team .member .image img {
    width: 100%;
    max-height: 235px;
}

section.about_three .team .member .info {
    background: #fff;
    border-radius: 0px 0px 20px 20px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.about_three .team .member .info p {
    margin-bottom: 0;
}

section.about_three .team .member .info .name {
    font-weight: 700;
}

section.about_three .team .member .info .designation {
    font-weight: 400;
    color: #1f54ba;
}

section.career-hero .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.career-hero .container h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.3;
    margin-top: 50px;
    text-align: center;
}

@media (max-width: 991.98px) {
    section.career-hero .container h1 {
        font-size: 3.2rem;
        width: 94%;
    }
}

@media (max-width: 767.98px) {
    section.career-hero .container h1 {
        font-size: 155%;
        width: 100%;
        margin-top: 15px;
    }
}

section.career-hero .angellist_jobs {
    margin: 30px 0;
}

section.career-hero .angellist_jobs .angellist_jobs-job .angellist_jobs-top .angellist_jobs-title {
    font-weight: 600;
    font-size: 1.5rem;
}

.content_title {
    margin: 30px 0 50px;
    font-size: 32px;
    font-weight: 700;
    color: #212529;
    line-height: 1.3;
}

section.howitworks .container {
    display: flex;
}

.button-signup-blue {
    background: #6262d8;
    border-radius: 10px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    flex: 0 0 auto;
    padding: 10px;
    font-size: .938rem;
    font-weight: 600;
    line-height: 1.5rem;
    text-align: center;
    -webkit-text-decoration: none #6b7280 solid;
    text-decoration: none #6b7280 solid;
    text-decoration-thickness: auto;
    transition-duration: .2s;
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: manipulation;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .button-signup-blue {
        padding: .5rem 1.5rem;
    }
}

@media (max-width: 991.98px) {
    section.howitworks .content-detail {
        flex: 0 0 100%;
        max-width: 100%;
        order: 1;
        text-align: center;
        padding-bottom: 45px;
        display: flex;
        align-items: center;
    }
}

.solutions-herowhywavel {
    display: flex;
    align-items: center;
}

.solutions-herowhywavel .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/** responsive device breakpoints */
.pptos {
    background-image: url('../../../../assets/images/backgrounds/home-section4.webp');
    background-repeat: repeat-y;
    background-size: contain;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .pptos {
        padding: 10% 5.5%;
    }
}

.pptos h1 {
    font-weight: 400;
    font-size: 4rem;
    line-height: 1.3;
    margin: 50px 0;
    text-align: center;
}

@media (max-width: 991.98px) {
    .pptos h1 {
        font-size: 3.2rem;
        width: 94%;
    }
}

@media (max-width: 767.98px) {
    .pptos h1 {
        font-size: 155%;
        width: 100%;
        margin-top: 15px;
    }
}

/** responsive device breakpoints */
section.git-hero .container {
    flex-direction: column;
    align-items: center;
    width: 1000px;
    gap: 10px;
    padding: 20px;
    display: flex;
    justify-content: center;

}

section.git-hero .container h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
    text-align: left;
}

@media (max-width: 991.98px) {
    section.git-hero .container h1 {
        font-size: 3.2rem;
        width: 94%;
    }
}

@media (max-width: 767.98px) {
    section.git-hero .container h1 {
        font-size: 155%;
        width: 100%;
        margin-top: 15px;
    }
}

section.git-hero .container h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.3;
    text-align: left;
}

@media (max-width: 991.98px) {
    section.git-hero .container h2 {
        font-size: 2.7rem;
        width: 94%;
    }
}

@media (max-width: 767.98px) {
    section.git-hero .container h2 {
        font-size: 130%;
        width: 100%;
    }
}

section.git-hero .container h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.3;
    text-align: left;
    margin-bottom: 30px;
}

@media (max-width: 991.98px) {
    section.git-hero .container h3 {
        font-size: 2.7rem;
        width: 94%;
    }
}

@media (max-width: 767.98px) {
    section.git-hero .container h3 {
        font-size: 130%;
        width: 100%;
    }
}

section.git-hero .container p {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    text-align: left;
    width: 70%;
    margin-bottom: 30px;
}

@media (max-width: 991.98px) {
    section.git-hero .container p {
        font-size: 1.6rem;
        width: 94%;
    }
}

@media (max-width: 767.98px) {
    section.git-hero .container p {
        font-size: 80%;
        width: 100%;
    }
}

section.git-hero .container .form-container {
    width: 100%;
    max-width: 450px;
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 991.98px) {
    section.git-hero .container .form-container {
        max-width: 100%;
    }
}

section.git-hero .container .form-container form {
    width: 90%;
    margin: 15px auto;
    max-width: 450px;
    display: grid;
    gap: 10px;
}

section.git-hero .container .form-container label {
    color: #7c98b6;
    font-size: 13px;
    font-family: helvetica;
    margin-bottom: 1px;
}

section.git-hero .container .form-container form select {
    height: 36px;
    width: 60px;
    padding: 3px;
    border-radius: 10px;
    margin-top: 3px;
    border: 1px solid #cbd6e2;
    box-sizing: border-box;
    color: #33475b;
    background-color: #f5f8fa;
}

section.git-hero .container .form-container form textarea {
    border: 1px solid #cbd6e2;
    box-sizing: border-box;
    color: #33475b;
    background-color: #f5f8fa;
}

section.git-hero .container .form-container form input {
    display: inline-block;
    width: 100%;
    max-width: 500px;
    height: 40px;
    padding: 9px 10px;
    font-family: helvetica;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
    box-sizing: border-box;
    background-color: #f5f8fa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 15px;
}

section.git-hero .container .form-container form .btn-container {
    text-align: center;
}

section.git-hero .container .form-container form .btn-submit {
    color: white;
    border: 1px solid #cbd6e2;
    box-sizing: border-box;
    border-radius: 15px;
    text-align: center;
    padding: 10px 15px;
    background-color: black;
}

section.git-hero .contact-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 550px;
    margin: 20px auto;
}

section.git-hero .contact-form .form-group {
    width: 100%;
}

section.git-hero .contact-form .form-group .iti {
    width: 100%;
}

section.git-hero .contact-form .invalid-input {
    color: #d8000c;
    display: none;
}

section.git-hero .contact-form .invalid-input.show {
    display: block;
}

section.git-hero .contact-form .wavel-btn {
    width: 150px;
    background: #000;
    color: #fff;
}

section.tool {
    padding: 50px 0;
    background: #111827;
}

section.tool .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

section.tool .title {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    color: #FFFFFF;
}

section.tool .desc {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
}

div.search-tool {
    margin: 50px 0;
}

div.search-tool .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

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

section.tool-tabs {
    padding: 50px 0;
}

section.tool-tabs .container {
    display: block;
}

section.tool-tabs .wrapper p {
    width: 276.68px;
    height: 70px;
    left: 1029.03px;
    top: 1041px;
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #171717;
    transform: rotate(0.05deg);
}

@media (min-width: 991.98px) {
    .search-tool .input-group {
        width: 50%;
    }
}

section.wavel-security {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px;
    gap: 50px;
    isolation: isolate;
    background: url(https://images.wavel.ai/website/Frame+772.webp) no-repeat;
    background-size: cover;
}

section.wavel-security .container {
    display: block;
    width: auto;
    max-width: 1440px !important;
}

section.wavel-security .container .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    padding: 30px;
}

section.wavel-security .container .desc1 {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #b2b2b4;
}

section.wavel-security .container .desc2 {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #b2b2b4;
}

section.wavel-security .container h2.title1 {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 58.8px;
    line-height: 74px;
    text-align: center;
    color: #fcfcff;
    width: -webkit-fill-available;
    margin: 30px;
}

section.wavel-security .sec-box h2 {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 31.36px;
    line-height: 40px;
    color: #fcfcff;
    width: auto;
}

section.wavel-security .sec-box p {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #b2b2b4;
}

@media (max-width: 991.98px) {
    section.wavel-security {
        padding: 40px 20px;
    }

    section.wavel-security .container .row {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        align-content: center;
    }

    section.wavel-security .container .title1 {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 47.04px;
        line-height: 59px;
        text-align: center;
        color: #fcfcff;
        width: -webkit-fill-available;
    }

    section.wavel-security .container .desc2 {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        color: #b2b2b4;
    }

    section.wavel-security .container .desc1 {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        color: #b2b2b4;
    }

    section.wavel-security .sec-box h2 {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 27.44px;
        line-height: 35px;
        color: #fcfcff;
        width: auto;
    }

    section.wavel-security .sec-box p {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #b2b2b4;
    }
}

@media (max-width: 575.98px) {
    section.wavel-security {
        padding: 40px 20px;
    }

    section.wavel-security .container h2.title1 {
        margin: 1px;
    }

    section.wavel-security .container .row {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 1px;

    }

    section.wavel-security .container .title1 {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600 !important;
        font-size: 31.36px !important;
        line-height: 40px !important;
        text-align: center;
        color: #fcfcff;
        width: -webkit-fill-available;
    }

    section.wavel-security .container .desc2 {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        color: #b2b2b4;
    }

    section.wavel-security .container .desc1 {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 16px;
        text-align: center;
        color: #b2b2b4;
    }

    section.wavel-security .sec-box h2 {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 19.6px;
        line-height: 25px;
        color: #fcfcff;
        width: auto;
    }

    section.wavel-security .sec-box p {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #b2b2b4;
    }
}

section.youmakelike {
    display: flex;
    flex-direction: column;
    padding: 50px 80px;
    gap: 40px;
    align-items: center;
    background: #EBEBED;
}

.youmaylikebox {
    width: auto;
    max-width: 1440px;
}

section.youmakelike .title {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 40.44px;
    line-height: 35px;
    color: #0E0F26;

}

section.youmakelike .buttoncontainer {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px 0;
}

section.youmakelike .buttoncontainer .buttonbox {

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px;
    gap: 12px;
    width: fit-content;
    height: 40px;
    background: #F5F6FF;
    border: 1.2px solid #E6E6E9;

    box-shadow: 0px 4px 12px rgba(20, 20, 26, 0.1);
    border-radius: 9.6px;


}

section.youmakelike .buttoncontainer .buttonbox a {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #0E0F26;

}

@media (max-width: 991px) {
    section.youmakelike {

        display: flex;
        flex-direction: column;
        padding: 40px;
        gap: 40px;


    }

}

@media (max-width: 575.98px) {
    section.youmakelike {

        display: flex;
        flex-direction: column;
        padding: 40px 20px;
        gap: 20px;

    }

    section.youmakelike .title {

        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        color: #0E0F26;


    }

    .blogimages .featuredblog {
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: flex-start;
        align-items: flex-start;
    }

}

section.sec-explorefeatures {

    display: flex;
    flex-direction: column;
    padding: 100px 80px;
    align-items: unset;
    gap: 50px;
    background: #FFFFFF;
    width: auto;
    max-width: 1440px;
}

section.sec-explorefeatures .feature-title {

    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 58.8px;
    line-height: 74px;
    color: #0E0F26;
    display: flex;
    align-items: flex-start;

}

section.sec-explorefeatures .feature-desc {

    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #676768;
    display: flex;
    align-items: flex-start;

}

section.sec-explorefeatures .feature-container {
    display: grid;
    grid-template-columns: 1fr 4fr;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

section.sec-explorefeatures .feature-container .feature-btn {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

section.sec-explorefeatures .feature-container .feature-btn .video-btn {
    display: flex;
    flex-direction: row;
    padding: 15px 18px;
    background: #FCFCFF;
    border: 1px solid #E6E6E9;
    backdrop-filter: blur(18px);
    border-radius: 18px;
    width: 312.5px;
    min-width: 250px;
    height: 68px;
    min-height: 68px;
    gap: 20px;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #B2B2B4;
    align-items: center;
    justify-content: flex-start;


}

section.sec-explorefeatures .feature-container .feature-video {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 20px;
    background: #FCFCFC;
    border-radius: 24px;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
}

.button-explore {

    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 9px 14px;
    gap: 7.5px;
    background: #830C83;
    border-radius: 9px;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #FCFCFF;
}

.btn-box {
    display: none;
    /* Initially hide the button */
}

.btn-box a:hover {
    color: #FCFCFF;

}

.video-btn {
    cursor: pointer;
}

section.sec-explorefeatures .video-btn.active {
    background-color: #FFFFFF !important;
    justify-content: space-evenly;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #0E0F26;


}

.video-btn.active .btn-box {
    display: block;
}

.feature-video {
    width: 100%;
    height: auto;
}

#hoverVideodub {
    width: 100%;
    height: auto;
    border-radius: 24px;
}

@media (max-width: 991px) {
    section.sec-explorefeatures {
        padding: 80px 40px;
        gap: 20px;
    }

    section.sec-explorefeatures .feature-title {
        font-family: 'Outfit';
        font-style: normal;
        font-weight: 700;
        font-size: 47.04px;
        line-height: 59px;
        color: #0E0F26;
    }

    section.sec-explorefeatures .feature-desc {
        font-family: 'Outfit';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
    }

    section.sec-explorefeatures .feature-container {
        display: flex;
        flex-direction: column;
    }

    .feature-container .feature-btn {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .button-explore {
        display: none;
    }
}

@media (max-width: 575.98px) {
    section.sec-explorefeatures {
        padding: 80px 20px;
        gap: 20px;
    }

    section.sec-explorefeatures .feature-title {

        font-family: 'Outfit';
        font-style: normal;
        font-weight: 600;
        font-size: 31.36px;
        line-height: 40px;
        color: #0E0F26;
    }

    section.sec-explorefeatures .feature-desc {
        font-family: 'Outfit';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #676768;
    }

    section.sec-explorefeatures .feature-container {
        display: flex;
        flex-direction: column;
    }

    .feature-container .feature-btn {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
    }

    .button-explore {
        display: none;
    }

    .feature-container .feature-btn .video-btn {
        width: 150px !important;
        min-width: auto !important;
        height: auto !important;
    }
}

section.sec-explorefeaturesvertical {

    display: flex;
    flex-direction: column;
    padding: 100px 80px;
    align-items: unset;
    gap: 50px;
    background: #FFFFFF;
    width: auto;
    max-width: 1440px;
}

section.sec-explorefeaturesvertical .feature-title {

    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 58.8px;
    line-height: 74px;
    color: #0E0F26;
    display: flex;
    align-items: flex-start;

}

section.sec-explorefeaturesvertical .feature-desc {

    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #676768;
    display: flex;
    align-items: flex-start;

}

section.sec-explorefeaturesvertical .feature-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
}

section.sec-explorefeaturesvertical .feature-container .feature-btn {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}

section.sec-explorefeaturesvertical .feature-container .feature-btn .video-btnver {
    display: flex;
    flex-direction: row;
    padding: 15px 18px;
    background: #FCFCFF;
    border: 1px solid #E6E6E9;
    backdrop-filter: blur(18px);
    border-radius: 18px;
    width: 312.5px;
    min-width: 250px;
    height: 68px;
    min-height: 68px;
    gap: 10px;

    align-items: center;
    justify-content: flex-start;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;

    color: #B2B2B4;



}

section.sec-explorefeaturesvertical .feature-container .feature-video {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 120px;
    gap: 20px;
    background: #FCFCFC;
    border-radius: 24px;
    width: -webkit-fill-available;
    height: 650px;

}

section.sec-explorefeaturesvertical .button-explore {

    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 9px 14px;
    gap: 7.5px;
    background: #830C83;
    border-radius: 9px;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #FCFCFF;
}

section.sec-explorefeaturesvertical .btn-box {
    display: none;
    /* Initially hide the button */
}

section.sec-explorefeaturesvertical .btn-box a:hover {
    color: #FCFCFF;

}

section.sec-explorefeaturesvertical .video-btnver {
    cursor: pointer;
}

section.sec-explorefeaturesvertical .video-btnver.active {
    background-color: #FFFFFF !important;
    justify-content: space-evenly;

    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #0E0F26;


}

section.sec-explorefeaturesvertical .video-btnver.active .btn-box {
    display: block;
}

section.sec-explorefeaturesvertical .feature-video {
    width: 100%;
    height: auto;
}

section.sec-explorefeaturesvertical #hoverVideodubver {
    width: 100%;
    height: auto;
}

@media (max-width: 991px) {
    section.sec-explorefeaturesvertical {
        padding: 80px 40px;
        gap: 20px;
    }

    section.sec-explorefeaturesvertical .feature-title {
        font-family: 'Outfit';
        font-style: normal;
        font-weight: 700;
        font-size: 47.04px;
        line-height: 59px;
        color: #0E0F26;
    }

    section.sec-explorefeaturesvertical .feature-desc {
        font-family: 'Outfit';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
    }

    section.sec-explorefeaturesvertical .feature-container {
        display: flex;
        flex-direction: column;
    }

    section.sec-explorefeaturesvertical .feature-container .feature-btn {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    section.sec-explorefeaturesvertical .button-explore {
        display: none;
    }

    section.sec-explorefeaturesvertical .feature-container .feature-video {
        height: auto;
    }

}

@media (max-width: 575.98px) {
    section.sec-explorefeaturesvertical {
        padding: 80px 20px;
        gap: 20px;
    }

    section.sec-explorefeaturesvertical .feature-title {

        font-family: 'Outfit';
        font-style: normal;
        font-weight: 600;
        font-size: 31.36px;
        line-height: 40px;
        color: #0E0F26;
    }

    section.sec-explorefeaturesvertical .feature-desc {
        font-family: 'Outfit';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #676768;
    }

    section.sec-explorefeaturesvertical .feature-container {
        display: flex;
        flex-direction: column;
    }

    section.sec-explorefeaturesvertical .feature-container .feature-btn {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    section.sec-explorefeaturesvertical .button-explore {
        display: none;
    }

    section.sec-explorefeaturesvertical .feature-container .feature-btn .video-btnver {
        width: auto;
        min-width: auto;
        height: auto;
    }

    section.sec-explorefeaturesvertical .feature-container .feature-video {
        padding: 0px;
        height: auto;
    }
}

.pagination1 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 20px;
    gap: 10px;
}

.pagination1 a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 6.13px;
    width: 44px;
    height: 44px;
    background: #FCFCFF;
    border: 1px solid #E6E6E9;
    box-shadow: 0px 4px 12px rgba(20, 20, 26, 0.1);
    border-radius: 122.58px;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #B2B2B4;
}

.pagination1 span {

    padding: 10px;
    gap: 6.13px;
    width: 44px;
    height: 44px;
    background: #FCFCFF;
    border: 1px solid #E6E6E9;
    box-shadow: 0px 4px 12px rgba(20, 20, 26, 0.1);
    border-radius: 122.58px;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #B2B2B4;
}

.pagination1 a.active {
    background: #830C83;
    color: #FCFCFF;
}

.pagination1 span.active {
    background: #830C83;
    color: #FCFCFF;
}

.pagination1 a:hover:not(.active) {
    background: #FCFCFF;
    border-radius: 122.58px;
}

ul.page-numbers {
    display: flex;
    list-style: none;
}

section.howtogeneratecontainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 80px;
    gap: 50px;
    background: #FCFCFF;
}

section.howtogeneratecontainer .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    gap: 50px;
}

section.howtogeneratecontainer .container .howtobox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.howtogeneratecontainer .container .howtobox .howtotitle {

    font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    font-size: 31.36px;
    line-height: 40px;
    text-align: center;
    color: #0E0F26;

}

section.howtogeneratecontainer .container .howtobox .howtodesc {

    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #676768;


}

section.howtogeneratecontainer .title {

    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 58.8px;
    line-height: 74px;
    text-align: center;
    color: #0E0F26;

}

@media (max-width: 991px) {
    section.howtogeneratecontainer {

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 80px 40px;
        gap: 50px;

    }

    section.howtogeneratecontainer .title {

        font-family: 'Outfit';
        font-style: normal;
        font-weight: 700;
        font-size: 47.04px;
        line-height: 59px;
        text-align: center;
        color: #0E0F26;


    }

    section.howtogeneratecontainer .container {
        gap: 10px;
    }

    section.howtogeneratecontainer .container .howtobox .howtotitle {

        font-weight: 600;
        font-size: 31.36px;
        line-height: 40px;
        text-align: center;
        color: #0E0F26;


    }

    section.howtogeneratecontainer .container .howtobox .howtodesc {

        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        color: #676768;

    }
}

@media (max-width: 575.98px) {
    section.howtogeneratecontainer .container {
        gap: 10px;
    }

    section.howtogeneratecontainer .container .row {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    section.howtogeneratecontainer {

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 40px 20px;
        gap: 40px;


    }

    section.howtogeneratecontainer .title {

        font-family: 'Outfit';
        font-style: normal;
        font-weight: 600;
        font-size: 31.36px;
        line-height: 40px;
        text-align: center;
        color: #0E0F26;


    }

    section.howtogeneratecontainer .container .howtobox .howtotitle {

        font-weight: 600;
        font-size: 27.44px;
        line-height: 35px;
        text-align: center;
        color: #0E0F26;


    }

    section.howtogeneratecontainer .container .howtobox .howtodesc {

        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        color: #676768;

    }
}

section.benefitcontainer {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 80px;
    gap: 50px;
    background: #FCFCFF;

}

section.benefitcontainer .title {

    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 58.8px;
    line-height: 74px;
    text-align: center;
    color: #0E0F26;


}

section.benefitcontainer .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    gap: 50px;
    width: auto;
    max-width: 1440px;
}

section.benefitcontainer .container .benefitbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

section.benefitcontainer .container .benefitbox video {

    filter: drop-shadow(0px 0px 103.3px rgba(20, 20, 26, 0.1));
    border-radius: 24px;

}

section.benefitcontainer .container .benefitbox .benefittitle {

    font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    font-size: 27.44px;
    line-height: 35px;
    text-align: center;
    color: #0E0F26;



}

section.benefitcontainer .container .benefitbox .benefitdesc {

    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: start;
    color: #545454;


}

@media (max-width: 991px) {
    section.benefitcontainer {

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 80px 40px;
        gap: 50px;

    }

    section.benefitcontainer .title {

        font-family: 'Outfit';
        font-style: normal;
        font-weight: 700;
        font-size: 47.04px;
        line-height: 59px;
        text-align: center;
        color: #0E0F26;


    }

    section.benefitcontainer .container .benefitbox .benefittitle {

        font-weight: 600;
        font-size: 31.36px;
        line-height: 40px;
        text-align: center;
        color: #0E0F26;


    }

    section.benefitcontainer .container .benefitbox .benefitdesc {

        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        color: #545454;

    }
}

@media (max-width: 575.98px) {
    section.benefitcontainer {

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 40px 0px;
        gap: 40px;


    }

    section.benefitcontainer .title {

        font-family: 'Outfit';
        font-style: normal;
        font-weight: 600;
        font-size: 31.36px;
        line-height: 40px;
        text-align: center;
        color: #0E0F26;


    }

    section.benefitcontainer .container .benefitbox .benefittitle {

        font-weight: 600;
        font-size: 27.44px;
        line-height: 35px;
        text-align: center;
        color: #0E0F26;


    }

    section.benefitcontainer .container .benefitbox .benefitdesc {

        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        color: #545454;

    }
}

section.usecase-accent {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 80px;
    gap: 50px;
    background: #FCFCFF;


}

section.usecase-accent .title {

    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 58.8px;
    line-height: 74px;
    text-align: center;
    color: #0E0F26;


}

section.usecase-accent .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    gap: 50px;
    width: auto;
    max-width: 1440px;
}

section.usecase-accent .container .usecase-accent-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

section.usecase-accent .container .usecase-accent-box img {

    filter: drop-shadow(0px 0px 103.3px rgba(20, 20, 26, 0.1));
    border-radius: 24px;

}

section.usecase-accent .container .usecase-accent-box video {

    filter: drop-shadow(0px 0px 103.3px rgba(20, 20, 26, 0.1));
    border-radius: 24px;

}

section.usecase-accent .container .usecase-accent-box .usecase-accent-title {


    font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    font-size: 27.44px;
    line-height: 35px;
    color: #0E0F26;





}

section.usecase-accent .container .usecase-accent-box .usecase-accent-desc {


    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #929293;

    height: 80px;


}

@media (max-width: 991px) {
    section.usecase-accent {

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 80px 40px;
        gap: 50px;

    }

    section.usecase-accent .title {

        font-family: 'Outfit';
        font-style: normal;
        font-weight: 700;
        font-size: 47.04px;
        line-height: 59px;
        text-align: center;
        color: #0E0F26;


    }

    section.usecase-accent .container .usecase-accent-box .usecase-accent-title {

        font-weight: 600;
        font-size: 31.36px;
        line-height: 40px;
        text-align: start;
        color: #0E0F26;


    }

    section.usecase-accent .container .usecase-accent-box .usecase-accent-desc {

        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        text-align: start;
        color: #676768;

    }
}

@media (max-width: 575.98px) {
    section.usecase-accent .container .usecase-accent-box {
        padding: 0px;
    }

    section.usecase-accent .container .row {
        gap: 50px;
        display: flex;
    }

    section.usecase-accent {

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 40px 0px;
        gap: 40px;


    }

    section.usecase-accent .title {

        font-family: 'Outfit';
        font-style: normal;
        font-weight: 600;
        font-size: 31.36px;
        line-height: 40px;
        text-align: center;
        color: #0E0F26;


    }

    section.usecase-accent .container .usecase-accent-box .usecase-accent-title {

        font-weight: 600;
        font-size: 27.44px;
        line-height: 35px;
        text-align: start;
        color: #0E0F26;


    }

    section.usecase-accent .container .usecase-accent-box .usecase-accent-desc {

        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        text-align: start;
        color: #676768;

    }
}

video#hoverVideo1 {
    width: 600px;
    height: -webkit-fill-available;
    border-radius: 24px;
}
video#hoverVideosst {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    border-radius: 24px;
}
video#hoverVideovts {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    border-radius: 24px;
}
video#hoverVideo2 {
    width: 400px;
    height: -webkit-fill-available;
    border-radius: 24px;
    align-self: center;
}

video#hoverVideoup {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    border-radius: 24px;
}

video#hoverVideo3 {
    width: 600px;
    height: -webkit-fill-available;
    border-radius: 24px;
}

video#hoverVideo7 {
    width: 1440px;
}

@media (max-width: 991px) {
    video#hoverVideo1 {
        width: 700px;
        height: -webkit-fill-available;
        border-radius: 24px;
    }
}

@media (max-width: 575.98px) {
    video#hoverVideo1 {
        width: 300px;
        height: -webkit-fill-available;
        border-radius: 24px;
    }

    video#hoverVideo3 {
        width: 300px;
        height: -webkit-fill-available;
        border-radius: 24px;
    }

    video#hoverVideoup {
        width: 300px;
        height: -webkit-fill-available;
        border-radius: 24px;
    }
}

.image.desktop-sec {
    position: relative;
    display: inline-block;
    /* overflow: hidden; */
}

.image.desktop-sec2 {
    position: relative;
    display: inline-block;
}

section.sec-explorefeatures2 {

    display: flex;
    flex-direction: column;
    padding: 100px 80px;
    align-items: unset;
    gap: 50px;
    background: #FFFFFF;
    width: auto;
    max-width: 1440px;
}

section.sec-explorefeatures2 .centercontainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.sec-explorefeatures2 .feature-title {

    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 58.8px;
    line-height: 74px;
    color: #0E0F26;
    display: flex;
    align-items: flex-start;

}

section.sec-explorefeatures2 .feature-desc {

    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #676768;
    display: flex;
    align-items: flex-start;

}

section.sec-explorefeatures2 .feature-container {
    display: grid;
    grid-template-columns: 1fr 4fr;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

section.sec-explorefeatures2 .feature-container .feature-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    /* gap: 10px; */

    background: #FFFFFF;
    box-shadow: 0px 0px 103.3px rgba(20, 20, 26, 0.1);
    border-radius: 24px;


}

section.sec-explorefeatures2 .feature-container .feature-btn .video-btn {
    display: flex;
    flex-direction: row;
    padding: 10px 30px;
    background: none;
    border: none;
    backdrop-filter: blur(18px);
    border-radius: 18px;
    width: 312.5px;
    min-width: 250px;
    height: 68px;
    min-height: 68px;
    gap: 10px;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 19.6px;
    line-height: 26px;
    color: #B2B2B4;
    align-items: center;
    justify-content: flex-start;


}

section.sec-explorefeatures2 .feature-container .feature-btn .video-btn.active {

    display: flex;
    flex-direction: column;
    padding: 10px;
    gap: 10px;
    background: rgba(230, 230, 233, 0.3);
    border-radius: 24px;
    justify-content: center;
    align-items: flex-start;


}

section.sec-explorefeatures2 .feature-container .feature-video {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding: 40px; */
    gap: 10px;
    height: 510px;
    background: #FCFCFF;
    border: 1px solid #E6E6E9;
    box-shadow: 0px 0px 103.3px rgba(20, 20, 26, 0.1);
    border-radius: 24px;


}

.button-explore {

    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 9px 14px;
    gap: 7.5px;
    background: #830C83;
    border-radius: 9px;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #FCFCFF;
}

.btn-box {
    display: none;
    /* Initially hide the button */
}

.btn-box a:hover {
    color: #FCFCFF;

}

.video-btn {
    cursor: pointer;
}

section.sec-explorefeatures2 .video-btn.active {
    background-color: rgba(230, 230, 233, 0.3) !important;

    justify-content: space-evenly;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 19.6px;
    line-height: 26px;
    color: #0E0F26 !important;



}

section.sec-explorefeatures2 .video-btn.active .btn-box {
    display: block;
}

.feature-video {
    width: 100%;
    height: auto;
}

/* #hoverVideodub {
    width: 100%;
    height: auto;
} */

.hoverVideodubm {

    width: 246px;
    height: 328px;


}


.featureboxm {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 20px;

    background: #FCFCFF;
    box-shadow: 0px 0px 103.3px rgba(20, 20, 26, 0.05);
    border-radius: 24px;


}

.feature-btnm {
    display: flex;
    align-items: center;
    gap: 20px;
    overflow: auto;
    scroll-behavior: smooth;
    width: auto;
    overflow-x: scroll;
    overflow-y: hidden;
}

@media (max-width: 991px) {
    section.sec-explorefeatures2 {
        padding: 80px 40px;
        gap: 20px;
        width: -webkit-fill-available;
    }

    section.sec-explorefeatures2 .feature-title {
        font-family: 'Outfit';
        font-style: normal;
        font-weight: 700;
        font-size: 47.04px;
        line-height: 59px;
        color: #0E0F26;
    }

    section.sec-explorefeatures2 .feature-desc {
        font-family: 'Outfit';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
    }

    section.sec-explorefeatures2 .feature-container {
        display: flex;
        flex-direction: column;
    }

    section.sec-explorefeatures2 .feature-container .feature-btn {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
    }

    .button-explore {
        display: none;
    }
}

@media (max-width: 575.98px) {
    section.sec-explorefeatures2 {
        padding: 80px 20px;
        gap: 20px;
        width: -webkit-fill-available;

    }

    section.sec-explorefeatures2 .feature-container .feature-btn .video-btn {
        font-size: 14px;
        padding: 10px 25px;
    }

    section.sec-explorefeatures2 .feature-title {

        font-family: 'Outfit';
        font-style: normal;
        font-weight: 600;
        font-size: 31.36px;
        line-height: 40px;
        color: #0E0F26;
    }

    section.sec-explorefeatures2 .feature-desc {
        font-family: 'Outfit';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #676768;
    }

    section.sec-explorefeatures2 .feature-container {
        display: flex;
        flex-direction: column;
    }

    section.sec-explorefeatures2 .feature-container .feature-btn {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .button-explore {
        display: none;
    }

    .feature-container .feature-btn .video-btn {
        width: auto;
        min-width: auto;
        height: auto;
    }
}

.dotslink {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2px;
    gap: 5px;
    margin: 0 auto;
    width: 10px;
    height: 10px;
    border-radius: 200px;
    background: #830C83;
    display: none;
}

.featurebox.active .dotslink {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.featurebox {
    width: 100%;
    height: auto;

}


.featurebox.active {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;

}

section.video-title {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 80px;
    background: #0E0F26;

}

section.video-title .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.video-title .title {


    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #FCFCFF;

}

section.video-title .waveltitle {
    font-family: 'League Spartan';
    font-style: normal;
    display: flex;
    /* width: 1740px; */
    font-weight: 900;
    font-size: 196px;
    line-height: 180px;
    text-align: center;
    color: #FCFCFF;
    padding: 20px 0 0 0;
    margin-bottom: -120px;
    opacity: 0.4;
    position: relative;
    justify-content: center;
    align-items: center;
    left: 30px;
}

@media (max-width: 991px) {
    section.video-title .waveltitle {




        font-family: 'League Spartan';
        font-style: normal;
        font-weight: 900;
        font-size: 122px;
        line-height: 112px;
        text-align: center;

        color: #FCFCFF;

        opacity: 0.4;
        left: 15px;
        margin-bottom: -80px;

    }

    section.video-title .title {
        font-family: 'Outfit';
        font-style: normal;
        font-weight: 500;
        font-size: 32px;
        line-height: 40px;
        text-align: center;
        color: #FCFCFF;
    }
}

@media (max-width: 575.98px) {
    section.video-title {
        width: auto;
    }

    section.video-title .waveltitle {

        font-family: 'League Spartan';
        font-style: normal;
        font-weight: 900;
        font-size: 50px;
        line-height: 64px;
        text-align: center;
        color: #FCFCFF;
        margin-bottom: -40px;
        opacity: 0.4;
        left: 10px;


    }

    section.video-title .title {

        font-family: 'Outfit';
        font-style: normal;
        font-weight: 600;
        font-size: 19.6px;
        line-height: 25px;
        text-align: center;
        color: #FCFCFF;
        width: 350px;

    }
}




section.video-car .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.video-car {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 80px;
    gap: 50px;
    z-index: 2;
    position: relative;
    width: auto;
    max-width: 1440px;
}

section.video-car .title {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 47.04px;
    line-height: 59px;
    text-align: center;
    color: #FCFCFF;


}

section.video-car .video-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* Ensure spacing between videos */
    position: relative;
    width: 100%;
    padding: 50px 0;

}

section.video-car .video-box {
    flex-grow: 1;
    flex-basis: 0;
    width: 30%;
    margin: 0 20px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    border-radius: 28.8px;
    transition: transform 0.5s ease-in-out, margin 0.5s ease-in-out;

}

section.video-car .video-box1 {

    width: 30%;
    margin: 0 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    border-radius: 28.8px;
    transition: transform 0.5s ease-in-out, margin 0.5s ease-in-out;

}

section.video-car .center-video {
    height: 540px;
    /* Bigger height for the center video */
    transform: scale(1.2);
    opacity: 1;
    margin: 0 10px;
    /* Reduced margin for center video to maintain consistent spacing */
}

section.video-car .center-video video {
    opacity: 1;
    width: 250px;
}



section.video-car .arrow-container {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    /* Allow clicks to pass through to the videos */
}

section.video-car .carousal-circlel {
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    left: 30%;
    position: absolute;
    pointer-events: auto;
    /* Make the arrows clickable */
    transform: matrix(-1, 0, 0, 1, 0, 0);
    background: #FCFCFF;
    box-shadow: 0px 8px 24px rgba(20, 20, 26, 0.2);
    border-radius: 200px;
}

section.video-car .carousal-circler {
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;

    position: absolute;
    right: 30%;
    z-index: 10;
    pointer-events: auto;
    /* Make the arrows clickable */
    background: #FCFCFF;
    box-shadow: 0px 8px 24px rgba(20, 20, 26, 0.2);
    border-radius: 200px;
}

section.video-car .carousal-circle img {
    width: 100%;
    transform: rotate(180deg);
}

section.video-car #right-arrow img {
    transform: rotate(0deg);
}

section.video-car video {
    height: -webkit-fill-available;
    width: 250px;
    /* Bigger height for the center video */
    /* padding: 60px 10px 10px 10px; */
    gap: 12px;
    /* background: rgba(255, 255, 255, 0.1); */
    border-radius: 28.8px;
    /* opacity: 0.4; */
}

/* Base styles remain the same */

@media only screen and (max-width: 1024px) {

    /* Tablet view */
    section.video-car {
        padding: 40px 60px;
        gap: 40px;
        width: 1200px;
    }

    section.video-car .title {
        font-size: 36px;
        line-height: 46px;
    }


}

@media only screen and (max-width: 658px) {
    section.video-car {
        padding: 30px 40px;
        gap: 30px;
        width: -webkit-fill-available;

    }

    section.video-car .title {
        font-size: 28px;
        line-height: 36px;
    }

    section.video-car .video-container {
        width: 970px;
    }

}


section.wavel-benefit {
    padding: 2px;
    margin-top: -40px;
}

.wavel-benefit h2.titleh {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 58.8px;
    line-height: 74px;
    text-align: center;
    color: #FCFCFF;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    z-index: 1;
}

.wavel-benefit p.desch {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #676768;
    width: 100%;
    max-width: 715px;
    margin: 0 auto;
}

.wavel-benefit .container {
    display: block;
    width: auto;
    max-width: 1440px !important;
}

p#facts-btn {
    display: contents;
}

.wavel-benefit .benefit-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    width: -webkit-fill-available;
    height: 300px;
    gap: 30px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.wavel-benefit .benefit-container .benefit-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    margin: 0 auto;
    width: 60px;
    height: 250px;
    background: #fcfcff;
    border: 2px solid #b7c1ff;
    box-shadow: 0px 4px 6.6px rgba(20, 20, 26, 0.15);
    border-radius: 200px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.wavel-benefit .benefit-container .benefit-box0 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    margin: 0 auto;
    width: 60px;
    height: 200px;
    background: #fcfcff;
    border: 2px solid #b7c1ff;
    box-shadow: 0px 4px 6.6px rgba(20, 20, 26, 0.15);
    border-radius: 200px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.wavel-benefit .benefit-container .benefit-box1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    margin: 0 auto;
    width: 60px;
    height: 300px;
    background: #fcfcff;
    border: 2px solid #b7c1ff;
    box-shadow: 0px 4px 6.6px rgba(20, 20, 26, 0.15);
    border-radius: 200px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.wavel-benefit .benefit-container .benefit-box3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    gap: 30px;
    margin: 0 auto;
    width: 30px;
    height: 100px;
    background: #b7c1ff;
    box-shadow: -4px -4px 16px rgba(255, 255, 255, 0.2), 4px 4px 16px rgba(0, 0, 0, 0.2);
    border-radius: 200px;
    flex: none;
    order: 12;
    flex-grow: 0;
}

.wavel-benefit .benefit-container .benefit-box2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    gap: 30px;
    margin: 0 auto;
    width: 30px;
    height: 100px;
    background: #b7c1ff;
    box-shadow: -4px -4px 16px rgba(255, 255, 255, 0.2), 4px 4px 16px rgba(0, 0, 0, 0.2);
    border-radius: 200px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.wavel-benefit .benefit-container .benefit-box .benefit-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: -40px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.wavel-benefit .benefit-container .benefit-text p {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    color: #0E0F26;

}

.wavel-benefit .benefit-container .benefit-box0 .benefit-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: -40px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.wavel-benefit .benefit-container .benefit-box1 .benefit-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: -40px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

section.wavel-benefit-mobile {
    display: none;
}

@media (max-width: 991.98px) {
    section.wavel-benefit {
        display: none;
    }

    section.wavel-benefit-mobile {
        display: block !important;
        padding: 10px;
    }

    section.wavel-benefit-mobile .container {
        width: auto;
        max-width: 1440px !important;
    }

    .wavel-benefit-mobile .title {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 47.04px;
        line-height: 59px;
        color: #0e0f26;
        text-align: center;
    }

    .wavel-benefit-mobile .desc {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        color: #676768;
    }

    .wavel-benefit-mobile .benefit-container {
        gap: 30px;
        width: -webkit-fill-available;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .wavel-benefit-mobile .benefit-container .benefit-box {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 5px;
        gap: 30px;
        width: 60px;
        height: 300px;
        background: #fcfcff;
        border: 2px solid #b7c1ff;
        box-shadow: 0px 4px 6.6px rgba(20, 20, 26, 0.15);
        border-radius: 200px;
    }

    .wavel-benefit-mobile .benefit-container .benefit-text p {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 14px;
        text-align: center;
        color: #0e0f26;
    }
}

/* Reordering for mobile */
@media (max-width: 575.98px) {
    section.wavel-benefit {
        display: none;
    }

    section.wavel-benefit-mobile {
        display: block !important;
        padding: 10px;
    }

    section.wavel-benefit-mobile .container {
        width: auto;
        max-width: 1440px !important;
    }

    .wavel-benefit-mobile .title {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        color: white;
        text-align: center;
        font-weight: 600;
        font-size: 31.36px;
        line-height: 40px;
    }

    .wavel-benefit-mobile .desc {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        text-align: center;
        color: #676768;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }

    .wavel-benefit-mobile .benefit-container {
        gap: 10px;
        padding: 5px;
        width: -webkit-fill-available;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .wavel-benefit-mobile .benefit-container .benefit-box {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 5px;
        gap: 30px;
        width: 60px;
        height: 200px;
        background: #fcfcff;
        border: 2px solid #b7c1ff;
        box-shadow: 0px 4px 6.6px rgba(20, 20, 26, 0.15);
        border-radius: 200px;
    }

    .wavel-benefit-mobile .benefit-container .benefit-text p {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 14px;
        text-align: center;
        color: #0e0f26;
    }
}

section.wavel-benefit-mobile {
    display: none;
}

section.screen-video {

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 100px 80px;
    gap: 50px;
    background: #FCFCFF;
}

section.screen-video .desc-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

section.screen-video .desc-container .title {

    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 47.04px;
    line-height: 59px;
    color: #0E0F26;

}

section.screen-video .desc-container .desc {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #676768;

}

section.screen-video .video-container {

    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    gap: 20px;
    width: 709px;
    min-width: 390px;
    max-width: 709px;
    height: 582px;
    background: linear-gradient(187.49deg, rgba(179, 190, 255, 0.2) 5.8%, rgba(61, 94, 255, 0.2) 94.18%);
    border-radius: 24px;

}

section.screen-video .video-container .arrow-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px;
    gap: 20px;
    background: #FCFCFF;
    border-radius: 200px;
}

section.screen-video .video-container .arrow-box .l-arrow {
    transform: matrix(-1, 0, 0, 1, 0, 0);

}

section.screen-video .video-container video {

    width: 629px;
    height: 346px;
    overflow-x: scroll;

    background: #FCFCFC;
    border-radius: 24px;

}





section.screen-video .video-container .keyword-box .keyword-text {
    padding: 24px;
    isolation: isolate;
    background: #FCFCFF;
    border: 1px solid #CECED0;
    border-radius: 24px;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #B2B2B4;
}

section.screen-video .video-container .keyword-box .keyword-text.active {
    color: black;
}

section.screen-video .video-box {
    display: flex;
    overflow: hidden;
    /* Hide overflow to show only one video at a time */
    scroll-behavior: smooth;
    width: 100%;
    align-items: center;
    justify-content: center;
    /* Ensure the container fits the width */
}

section.screen-video .video-item {
    min-width: 100%;
    /* Each video takes up 100% of the container width */
    flex-shrink: 0;
    /* Prevent the video from shrinking */
    transition: transform 0.3s ease-in-out;
}

section.screen-video .video-container .keyword-box {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    width: 629px;
}

section.screen-video .video-container .keyword-box {
    overflow: auto;
    /* Ensure the element is scrollable */
}

section.screen-video .video-container .keyword-box::-webkit-scrollbar {
    display: none !important;
    /* Hides the scrollbar */
}



.keyword-text {
    flex-shrink: 0;
    cursor: pointer;
}

.keyword-active {
    color: black !important;
    background-color: #7189FF !important;
}


.keyword-text {
    cursor: pointer;
}

.keyword-active {
    font-weight: bold;
    color: #ff0000;
    /* Highlight active keyword */
}

.arrow-box {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.l-arrow,
.r-arrow {
    cursor: pointer;
    width: 17px;
}

@media (max-width: 1024px) {}

@media (max-width: 575.98px) {
    section.screen-video .desc-container {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    section.screen-video {
        padding: 40px 20px;
    }

    section.screen-video .video-container .keyword-box {
        width: 340px !important;
    }

    section.screen-video .video-container video {
        width: 340px;
    }

    section.screen-video .video-container {

        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px;
        gap: 11px;
        width: 360px;
        min-width: 250px;
        max-width: 390px;
        height: auto;
        background: linear-gradient(187.49deg, rgba(179, 190, 255, 0.2) 5.8%, rgba(61, 94, 255, 0.2) 94.18%);
        border-radius: 13.2017px;


    }

    section.screen-video .desc-container .title {

        font-family: 'Outfit';
        font-style: normal;
        font-weight: 600 !important;
        font-size: 31.36px !important;
        line-height: 40px !important;
        text-align: center;
    }

    section.screen-video .desc-container .desc {

        font-family: 'Outfit';
        font-style: normal;
        font-weight: 400 !important;
        font-size: 14px !important;
        line-height: 20px !important;
        text-align: center;

    }

    section.sec-explorefeatures2 .feature-container .feature-video {
        height: 350px;
        padding: 10px;
    }

    video#hoverVideo2 {
        width: 250px;
    }
}

@media (max-width: 991px) {
    section.screen-video .video-container .keyword-box {
        width: 540px;
    }

    section.screen-video .desc-container .title {

        font-family: 'Outfit';
        font-style: normal;
        font-weight: 700;
        font-size: 47.04px;
        line-height: 59px;
        color: #0E0F26;



    }

    section.screen-video .desc-container .desc {

        font-family: 'Outfit';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        color: #676768;



    }
}

/* Carousal Video */

.carousel-root,
.carousel-root * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}

.carousel-root {
    position: relative;
    display: none;
}

.carousel-root .viewport {
    position: relative;
    overflow: hidden;
}

.carousel-root .slides {
    position: relative;
}

.carousel-root .slide {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.5s;
    background-color: #f0f0f0;
}

.carousel-root .slide.selected {
    opacity: 1;
    position: relative;
    z-index: 10;
}

.carousel-root .slide>img {
    display: block;
    width: 100%;
}

.carousel-root .pager {
    text-align: center;
    margin-top: 12px;
}

.carousel-root .pager-button {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 10px;
    border-radius: 15px;
    background-color: #ccc;
    cursor: pointer;
}

.carousel-root .pager-button.selected {
    background-color: orange;
    cursor: default;
}

.carousel-root .arrow {
    position: absolute;
    top: 50%;
    margin-top: -36px;
    cursor: pointer;
    width: 34px;
    height: 72px;
    z-index: 10000;
}

.carousel-root .arrow-previous {
    left: 0;
    background: url("../images/arrow_left.png") no-repeat;
}

.carousel-root .arrow-next {
    right: 0;
    background: url("../images/arrow_right.png") no-repeat;
}

.carousel-root .viewport {
    padding: 0 0;
    min-height: 89px;
    text-align: center;
}

/*adjust to create left and right open area for arrows, min-height = arrow height*/

.carousel-root .viewport p {
    font-style: italic;
    font-weight: 300;
    color: #5a2503;
}

.carousel-root .viewport p span {
    display: block;
    font-weight: bold;
    margin-top: 14px;
    font-style: normal;
}

.carousel-root .pager {
    display: none;
}


.video-carousel-root {
    width: 100%;
    max-height: 100vh;
    margin: 0;
}

.video-carousel-viewport {
    width: 100%;
    max-height: 100vh;
    margin: 0 auto;
    padding: 45px 0;
}

.video-carousel-slider {
    overflow: hidden;
    position: relative;
    height: 634px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
}

.video-carousel-slider>div {
    float: left;
    width: 356px;
    height: 634px;
    position: relative;
    z-index: 0;
}

.video-carousel-slider>div p {
    display: none;
}

.video-carousel-slider div.level1 {
    z-index: 1;
    opacity: 0;
    transition: 1s;
    transform: scale(0);
    width: 0;
    height: 0;
}

.video-carousel-slider div.level2 {
    z-index: 2;
}

.video-carousel-slider div.level3 {
    z-index: 3;
}

.video-carousel-slider div .panel {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -moz-transition: width 0.5s, height 0.5s, top 0.5s, left 0.5s;
    -o-transition: width 0.5s, height 0.5s, top 0.5s, left 0.5s;
    -webkit-transition: width 0.5s, height 0.5s, top 0.5s, left 0.5s;
    transition: width 0.5s, height 0.5s, top 0.5s, left 0.5s;
}

.video-carousel-slider div.level2 .panel {
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
}

.video-carousel-slider div.level3 .panel {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
}

.video-carousel-slider div .panel .poster {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 20px;
    gap: 12px;

    width: fit-content;
    height: -webkit-fill-available;

    background: rgba(255, 255, 255, 0.1);
    border-radius: 28.8px;
}

.video-carousel-slider div .panel .poster img:first-child {
    width: 40px;
    display: block;
    opacity: 0.5;
}

.video-carousel-slider div .panel .poster .button {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
    width: 48px;
    height: 48px;
}


.video-carousel-slider div.level3 .panel .poster img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    cursor: pointer;
}

.video-carousel-slider div.level3 .panel .poster .button {
    display: block;
}

.video-carousel-slider div .panel .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-carousel-button-left {
    position: absolute;
    top: 50%;
    left: 40px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    z-index: 10;
    left: 33%;
    position: absolute;
    pointer-events: auto;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    background: #FCFCFF;
    box-shadow: 0px 8px 24px rgba(20, 20, 26, 0.2);
    border-radius: 200px;

}

.video-carousel-button-right {
    position: absolute;
    top: 50%;
    right: 40px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    z-index: 10;
    right: 33%;
    position: absolute;
    pointer-events: auto;
    background: #FCFCFF;
    box-shadow: 0px 8px 24px rgba(20, 20, 26, 0.2);
    border-radius: 200px;

}

.video-carousel-text {
    width: 280px;
    margin: 8px auto;
    text-align: center;
    font-size: 14px;
    font-family: Roboto, Arial, sans-serif;
    color: #4d4e53;
}

.video-carousel-text span {
    font-weight: bold;
    display: block;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}



.video-carousel-slider div.level3 .panel {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.video-carousel-root .vjs-big-play-button {
    display: none !important;
}

.buttonme {
    width: 634px;
    height: 634px;
    background: black;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.video-carousel-slider div .panel .poster video {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    border-radius: 24px;
}

@media (max-width: 991px) {

    .video-carousel-button-left {
        left: 30%;
        top: 60%;

    }

    .video-carousel-button-right {
        right: 30%;
        top: 60%;

    }
}

@media (max-width: 576px) {
    .video-carousel-root {
        width: 1200px;
        max-height: 100vh;
        margin: 0;
    }

    .video-carousel-button-left {
        left: -10px;
        top: 45%;
    }

    .video-carousel-button-right {
        right: -10px;
        top: 45%;
    }

    .video-carousel-slider div .panel .poster {
        height: auto;
    }

    .video-carousel-slider div .panel .poster video {
        height: 400px;
    }
}


/*Comapre Price*/
.compare-price {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 100px 80px;
    gap: 50px;
    background: #f5f2f5;
    width: -webkit-fill-available;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.compare-price h2 {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 58.8px;
    line-height: 74px;
    text-align: center;
    color: #0e0f26;
    mix-blend-mode: normal;
}

@media (max-width: 991.98px) {
    .compare-price h2 {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 47.04px;
        line-height: 59px;
        text-align: center;
        color: #0e0f26;
        mix-blend-mode: normal;
    }
}

@media (max-width: 767.98px) {
    .compare-price h2 {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 35.28px;
        line-height: 44px;
        text-align: center;
        color: #0e0f26;
        mix-blend-mode: normal;
    }
}

.compare-price .nav-tabs {
    float: left;
    margin: 0;
    display: flex;
    padding: 10px;
    list-style: none;
    position: relative;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    box-sizing: border-box;
    gap: 10px;
}

.compare-price .nav-tabs .navlinktab {
    font-family: "Outfit";
    font-style: normal;
    font-weight: 500;
    font-size: 27.44px;
    line-height: 35px;
    text-align: center;
    color: #929293;
    text-align: center;
    padding: 10px 40px 10px 30px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: inline-block;
    transition: color 250ms ease-in-out;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    border-bottom: 3px solid #929293;
}

.compare-price .nav-tabs .navlinktab.active {
    transition: all 250ms ease-in-out;
    border-bottom: 3px solid black;
    font-family: "Outfit";
    font-style: normal;
    font-weight: 500;
    font-size: 27.44px;
    line-height: 35px;
    text-align: center;
    color: black;
}

.comparetable {
    padding: 20px;
    width: -webkit-fill-available;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.comparetable table {
    padding: 10px;
}

.comparetable table th {

    font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    font-size: 19.6px;
    line-height: 25px;
    color: #0E0F26;


}

.comparetable table tr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding: 20px;
    width: 1100px;
    border-bottom: 2px solid #676768;
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 19.6px;
    line-height: 25px;
    text-align: center;
    color: #0e0f26;
}

.comparetable table td {
    font-size: 16px;
}

@media (max-width: 991.98px) {
    .comparetable table tr {
        width: 800px;
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 19.6px;
        line-height: 25px;
        text-align: center;
        color: #0e0f26;
    }
}

@media (max-width: 767.98px) {
    .comparetable table tr {
        width: 400px;
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        color: #0e0f26;
    }
}

.comparetable table tr .pro {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 19.6px;
    line-height: 25px;
    /* text-align: center; */
    color: #830c83;
}

@media (max-width: 991.98px) {
    .comparetable table tr .pro {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 19.6px;
        line-height: 25px;
        text-align: center;
        color: #830c83;
    }
}

@media (max-width: 767.98px) {
    .comparetable table tr .pro {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        color: #830c83;
    }
}

.comparetable table tbody tr {
    border-bottom: none;
}




section.wavel-security-api {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px;
    gap: 50px;

}

section.wavel-security-api .container {
    display: block;
    width: auto;
    max-width: 1440px !important;
}

section.wavel-security-api .container .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    padding: 30px;
}


section.wavel-security-api .container h2.title1 {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 58.8px;
    line-height: 74px;
    text-align: center;
    width: -webkit-fill-available;
    margin: 30px;

    color: #0E0F26;

}

section.wavel-security-api .sec-box h2 {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 31.36px;
    line-height: 40px;
    color: #0E0F26;
    width: auto;

}

section.wavel-security-api .sec-box p {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #929293;

}

@media (max-width: 991.98px) {
    section.wavel-security-api {
        padding: 40px 20px;
    }

    section.wavel-security-api .container .row {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        align-content: center;
    }

    section.wavel-security-api .container .title1 {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 47.04px;
        line-height: 59px;
        text-align: center;
        width: -webkit-fill-available;
    }


    section.wavel-security-api .sec-box h2 {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 27.44px;
        line-height: 35px;
        width: auto;
    }

    section.wavel-security-api .sec-box p {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 575.98px) {
    section.wavel-security-api {
        padding: 40px 20px;
    }

    section.wavel-security-api .container h2.title1 {
        margin: 1px;
    }

    section.wavel-security-api .container .row {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 1px;

    }

    section.wavel-security-api .container .title1 {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600 !important;
        font-size: 31.36px !important;
        line-height: 40px !important;
        text-align: center;
        width: -webkit-fill-available;
    }

    section.wavel-security-api .sec-box h2 {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 19.6px;
        line-height: 25px;
        width: auto;
    }

    section.wavel-security-api .sec-box p {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }
}


section.wavel-security-writeus {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px;
    gap: 50px;
    background: #F5F6FF;
    z-index: 1;
}

section.wavel-security-writeus .container {
    display: block;
    width: auto;
    max-width: 1440px !important;
}

section.wavel-security-writeus .container .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    gap: 20px;
}


section.wavel-security-writeus .container h2.title1 {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 58.8px;
    line-height: 74px;
    text-align: center;
    width: -webkit-fill-available;
    margin: 30px;

    color: #0E0F26;

}

section.wavel-security-writeus .sec-box {

    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 40px;
    gap: 20px;
    background: #FCFCFF;
    box-shadow: 0px 0px 103.3px rgba(20, 20, 26, 0.05);
    border-radius: 24px;
    justify-content: center;
    margin: 10px;
}

section.wavel-security-writeus .sec-box h2 {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 31.36px;
    line-height: 40px;
    color: #0E0F26;
    width: auto;

}

section.wavel-security-writeus .sec-box p {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #545454;

}

@media (max-width: 991.98px) {
    section.wavel-security-writeus {
        padding: 40px 20px;
    }

    section.wavel-security-writeus .container .row {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        align-content: center;
    }

    section.wavel-security-writeus .container h2.title1 {

        font-family: 'Outfit';
        font-style: normal;
        font-weight: 700;
        font-size: 35.28px;
        line-height: 44px;
        text-align: center;
        color: #0E0F26;

    }


    section.wavel-security-writeus .sec-box h2 {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 27.44px;
        line-height: 35px;
        width: auto;
    }

    section.wavel-security-writeus .sec-box p {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }

    section.writeusguides .title {

        font-family: 'Outfit';
        font-style: normal;
        font-weight: 700;
        font-size: 35.28px;
        line-height: 44px;
        color: #0E0F26;


    }

    section.writeusguides .desc {

        font-family: 'Outfit';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        color: #676768;


    }
}

@media (max-width: 575.98px) {
    section.wavel-security-writeus {
        padding: 40px 20px;
    }

    section.writeusguides {
        padding: 40px 20px;

    }

    section.wavel-security-writeus .container h2.title1 {

        font-family: 'Outfit';
        font-style: normal;
        font-weight: 600;
        font-size: 31.36px;
        line-height: 40px;
        text-align: center;
        color: #0E0F26;

    }

    section.wavel-security-writeus .container .row {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 1px;

    }

    section.wavel-security-writeus .container .title1 {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600 !important;
        font-size: 31.36px !important;
        line-height: 40px !important;
        text-align: center;
        width: -webkit-fill-available;
    }

    section.wavel-security-writeus .sec-box h2 {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 19.6px;
        line-height: 25px;
        width: auto;
    }

    section.writeusguides .title {

        font-family: 'Outfit';
        font-style: normal;
        font-weight: 600 !important;
        font-size: 31.36px !important;
        line-height: 40px !important;
        color: #0E0F26;

    }

    section.writeusguides .desc {

        font-family: 'Outfit';
        font-style: normal;
        font-weight: 400 !important;
        font-size: 18px !important;
        line-height: 24px !important;
        color: #676768;


    }

    section.wavel-security-writeus .sec-box p {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }
}

section.writeusguides {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 50px 40px;
    gap: 50px;
    background: #F5F6FF;

}

section.writeusguides .container .row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

section.writeusguides .title {

    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 47.04px;
    line-height: 59px;
    color: #0E0F26;
    mix-blend-mode: normal;

}

section.writeusguides .desc {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #676768;

}

section.writeusguides .descbox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 40px;
    gap: 20px;
    background: #FCFCFF;
    box-shadow: 0px 0px 103.3px rgba(20, 20, 26, 0.1);
    border-radius: 24px;
}

section.writeusguides .descbox ul {
    margin: 0px;
    padding: 0px;
}

section.writeusguides .descbox ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: start;
}

section.writeusguides .descbox .descboxlist {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0px;
    padding: 0px;
}

section.writeusguides .descbox .descboxlist li {
    margin: 5px;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #0E0F26;
    display: flex;
    align-items: start;
}

section.wavelsubmitm {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 40px;
    gap: 50px;
    background: #F5F6FF;


}

.wavelsubmit {

    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: flex-start;
    padding: 40px;
    gap: 50px;
    background: #FFFFFF;
    border-radius: 48px;

}

.wavelsubmit .infoimg {
    display: flex;
}

.wavelsubmit .title {

    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 47.04px;
    line-height: 59px;
    color: #0E0F26;

}

.wavelsubmit .desc {

    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #B2B2B4;

}


section.categoriesbox {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 40px;
    gap: 50px;
    background: #F5F6FF;

}

section.categoriesbox .title {

    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 47.04px;
    line-height: 59px;
    text-align: center;
    color: #0E0F26;

}

section.categoriesbox .categorysection {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

section.categoriesbox .categorysection .categorybox {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    gap: 20px;

    height: 194px;
    background: #FCFCFF;
    box-shadow: 0px 0px 103.3px rgba(20, 20, 26, 0.05);
    border-radius: 24px;

}

section.categoriesbox .categorysection .categorybox .title1 {

    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #0E0F26;

}

@media (max-width: 991.98px) {
    section.categoriesbox .categorysection {
        grid-template-columns: 1fr 1fr;
    }

    .wavelsubmit .container {
        max-width: 720px;
    }

    section.wavel-security-writeus .container h2.title1 {

        font-family: 'Outfit';
        font-style: normal;
        font-weight: 700;
        font-size: 35.28px;
        line-height: 44px;
        text-align: center;
        color: #0E0F26;


    }

    section.categoriesbox .title {

        font-family: 'Outfit';
        font-style: normal;
        font-weight: 700;
        font-size: 35.28px;
        line-height: 44px;
        text-align: center;
        color: #0E0F26;


    }

    .wavelsubmit .title {

        font-family: 'Outfit';
        font-style: normal;
        font-weight: 700;
        font-size: 35.28px;
        line-height: 44px;
        color: #0E0F26;


    }

    .wavelsubmit .desc {

        font-family: 'Outfit';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;


    }
}

@media (max-width: 575.98px) {
    section.categoriesbox .categorysection {
        grid-template-columns: 1fr;
    }

    .wavelsubmit .container {
        max-width: 320px;
    }

    section.categoriesbox .container {
        max-width: 340px;
    }

    section.writeusguides .descbox {
        order: 1;
    }

    section.writeusguides .descbox .descboxlist {
        display: grid;
        grid-template-columns: 1fr;
        margin: 0px;
        padding: 0px;
    }

    section.wavel-security-writeus .container h2.title1 {

        font-family: 'Outfit';
        font-style: normal;
        font-weight: 600;
        font-size: 31.36px;
        line-height: 40px;
        text-align: center;
        color: #0E0F26;


    }

    section.categoriesbox .title {

        font-family: 'Outfit';
        font-style: normal;
        font-weight: 600;
        font-size: 31.36px;
        line-height: 40px;
        text-align: center;


    }

    .wavelsubmit .title {

        font-family: 'Outfit';
        font-style: normal;
        font-weight: 600;
        font-size: 31.36px;
        line-height: 40px;


    }

    .wavelsubmit .desc {

        font-family: 'Outfit';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;

    }
}

.image2.desktop-sec2 {

    margin: 0 auto;
    width: 330px;
    height: 330px;
    border-radius: 900px;



}

section.voicesection {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 50px 40px;
    gap: 50px;
    background: #EBEBED;
}

section.voicesection2 {
    width: 550px;
}

.timer {
    position: absolute;
    top: 10px;
    /* Adjust as needed */
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    color: white;
    /* Change based on your design */
    z-index: 10;
    /* Ensure it's above other elements */
}

.numtitle {}

section.voicesection .hero2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 50px;
    align-items: center;
    gap: 50px;
    z-index: 0;
    width: auto;
    max-width: 1440px;
}

.top {
    display: flex;
    justify-content: center;
}

section.videoslider {
    padding: 60px 20px;
    align-items: flex-start;
    z-index: 0;
    width: -webkit-fill-available;
    max-width: 1940px;
    background: #0e0f26;
    display: flex;
    align-items: center;

}

section.videoslider .hoverVideoslider {

    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 10px;

    width: 424px;
    height: 530px;

    border-radius: 24px;

    opacity: 1;
    /* Default lower opacity */
    transition: opacity 0.7s ease;
}


section.videoslider .center-video {
    opacity: 0.7;
}

section.videoslider .hoverVideoslider:hover {
    opacity: 1;
}

section.videoslider .video-container {
    display: flex;
    gap: 30px;
    overflow-x: scroll;
    overflow-y: hidden;
    width: -webkit-fill-available;
    max-width: 1940px;
    flex-shrink: 0;
    margin: 10px;

}

section.videoslider .video-container .video-box {
    text-align: center;
    transition: opacity 0.5s ease;
}

section.videoslider .video-box .video-text {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;

}

section.videoslider .video-container .video-box video {

    opacity: 0.4;
    /* Set default opacity to 0.4 */
    transition: opacity 0.5s ease;
}

section.videoslider .video-container .video-box.active video {
    opacity: 1;
    /* Full opacity for active (center) video */
}


.video-container::-webkit-scrollbar {
    width: 0;
}

section.voiceover-usecase {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 40px;
    gap: 50px;
    background: #EBEBED;

}

section.videoslider .videoh2 {
    font-family: 'Neco-Variable';
    font-style: italic;
    font-weight: 200;
    font-size: 25px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #FCFCFF;
}

section.videoslider .videop {

    font-family: 'Outfit';
    font-style: normal;
    font-weight: 200;
    font-size: 18px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #FCFCFF;

}

section.voiceover-usecase .title {

    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 47.04px;
    line-height: 59px;
    text-align: center;
    color: #0E0F26;


}

section.voiceover-usecase .usecase-container {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: auto;
    max-width: 1440px;
}

section.voiceover-usecase .usecase-container .usecase-buttons {
    display: flex;
    gap: 20px;
    width: auto;
    overflow-x: auto;
    /* Allow horizontal scrolling */
    scroll-behavior: smooth;
    /* Optional for smooth scrolling */
}

section.voiceover-usecase .usecase-container .usecase-buttons::-webkit-scrollbar {
    display: none;
    /* Hide the scrollbar for a cleaner look */
}

section.voiceover-usecase .usecase-container .usecase-buttons .buttonusecase {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 25px 15px;
    gap: 7.5px;
    background: #FCFCFF;
    border-radius: 24px;
    width: 325px;
    height: 74px;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #B2B2B4;
}

section.voiceover-usecase .usecase-container .usecase-buttons .buttonusecase.active-btn {
    background: #405DE6;
    color: #FCFCFF;


    border-radius: 24px;


}

section.voiceover-usecase .usecase-container .usecase-buttons .buttonusecase:hover {
    background: #405DE6;
    color: #FCFCFF;
}

section.voiceover-usecase .usecase1 {
    display: flex;
    gap: 20px;
    flex-direction: row;

}

section.voiceover-usecase .usecase1 .videobox {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

section.voiceover-usecase .usecase2 {
    display: flex;
    gap: 20px;
    flex-direction: column;

}

section.voiceover-usecase .usecase2 .videobox {
    display: flex;
    gap: 20px;
    flex-direction: row;
}

section.voiceover-usecase .usecase3 {
    display: flex;
    gap: 20px;
    flex-direction: row;

}

section.voiceover-usecase .usecase3 .videobox {
    display: flex;
    gap: 20px;
    flex-direction: row;
}

section.voiceover-usecase .usecase4 {
    display: flex;
    gap: 20px;
    flex-direction: row;

}

section.voiceover-usecase .usecase4 .videobox {
    display: flex;
    gap: 20px;
    flex-direction: row;
}

section.voiceover-usecase .usecase4 .subboxm {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

section.voiceover-usecase .subboxm1 {

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    gap: 10px;

    width: -webkit-fill-available;
    height: 189px;

    background: #FFFFFF;
    border-radius: 24px;
    justify-content: space-between;
}

section.voiceover-usecase .subboxm2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    gap: 10px;
    width: -webkit-fill-available;
    height: auto;
    background: #FFFFFF;
    border-radius: 24px;
    justify-content: space-between;
}

section.voiceover-usecase .subtext {

    font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    font-size: 35.28px;
    line-height: 44px;
    color: #0E0F26;


}

section.voiceover-usecase .subdesc {

    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;

    color: #929293;

}

section.voiceover-usecase .usecase4 .subbox1 {

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    gap: 10px;
    width: 277px;
    height: 277px;
    background: #FFFFFF;
    border-radius: 24px;
    justify-content: center;
    align-items: stretch;
}


section.voiceover-usecase .usecase4 .subbox2 {

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 20px;
    width: 521.5px;
    height: 574px;
    background: #FFFFFF;
    box-shadow: 0px 0px 76.2px rgba(20, 20, 26, 0.05);
    border-radius: 24px;
    justify-content: space-between;
}

section.voiceover-usecase #video1 {

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
    width: 670px;
    height: 364.69px;
    border-radius: 24px;

}

section.voiceover-usecase #video2 {

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    /* padding: 20px 0px; */
    gap: 10px;
    width: 670px;
    height: -webkit-fill-available;
    background: #FFFFFF;
    box-shadow: 0px 0px 103.3px rgba(20, 20, 26, 0.05);
    border-radius: 24px;


}

section.voiceover-usecase #video3 {

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
    width: 786px;
    height: 277px;
    border-radius: 24px;


}

section.voiceover-usecase #video4 {

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 10px;
    width: 670px;
    height: 277px;
    background: linear-gradient(107.26deg, #FFFFFF 20.67%, rgba(255, 255, 255, 0) 86.34%), linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 77.55%);
    border-radius: 24px;

}

section.voiceover-usecase #video5 {

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
    width: 670px;
    height: 277px;
    border-radius: 24px;


}

section.voiceover-usecase #video6 {

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 20px;
    width: 440px;
    height: 574px;
    filter: drop-shadow(0px 0px 76.2px rgba(20, 20, 26, 0.05));
    border-radius: 24px;

}

section.voiceover-usecase #video7 {

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
    width: 277px;
    height: 277px;
    border-radius: 24px;


}

section.voiceover-usecase #video8 {

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
    width: 521.5px;
    height: 574px;
    border-radius: 24px;


}

.usecase-item {
    display: none;
}

.usecase-item.active {
    display: block;
}

.usecase-buttons .buttonusecase {
    cursor: pointer;
}

section.voiceover-usecase .usecase-container .usecase-content {
    display: block;
    height: 600px;
}

section.voiceover-usecase .usecase-container .usecase-contentm {
    display: none;
}

@media (max-width: 991px) {
    section.voiceover-usecase .usecase-container .usecase-content {
        display: none;
    }

    section.voiceover-usecase .usecase-container .usecase-contentm {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        height: 550px;
    }

    section.voiceover-usecase .subboxm1 {


        height: 312px;

    }

    section.voiceover-usecase .usecase-container .usecase-buttons .buttonusecase {
        width: auto;
        height: auto;
        text-wrap: nowrap;
    }

    section.voiceover-usecase .usecase-container .usecase-buttons {
        width: 700px;
        max-width: 700px;
        min-width: 350px;
    }

    section.voiceover-usecase #video3 {


        width: 688px;
        height: 242.46px;
        border-radius: 24px;


    }

    section.voiceover-usecase #video6 {
        width: auto;
    }

    section.voiceover-usecase #video8 {
        width: auto;
    }

    section.benefitcontainer .row {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    section.voicesection .hero2 {

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 50px 40px;
        gap: 50px;

    }

    section.voicesection {

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 50px 40px;
        gap: 50px;


    }

    section.voiceover-usecase .title {
        font-family: 'Outfit';
        font-style: normal;
        font-weight: 700;
        font-size: 47.04px;
        line-height: 59px;
        text-align: center;
        color: #0E0F26;
    }
}

@media (max-width: 575.98px) {
    section.voiceover-usecase .subboxm1 {

        height: 176.86px;


    }

    section.videoslider .hoverVideoslider {
        width: auto;
        height: 390px;
    }

    section.videoslider {
        padding: 10px;
    }

    section.voicesection {
        padding: 20px;
    }

    section.voicesection .hero2 {
        padding: 10px;
    }

    section.voiceover-usecase .title {
        font-family: 'Outfit';
        font-style: normal;
        font-weight: 600;
        font-size: 31.36px;
        line-height: 40px;
        text-align: center;
        color: #0E0F26;
    }

    section.voiceover-usecase .usecase-container {
        gap: 10px;
    }

    section.voiceover-usecase .usecase-container .usecase-content {
        display: none;
    }

    section.voiceover-usecase .usecase-container .usecase-buttons .buttonusecase {
        width: auto;
        height: auto;
        font-family: 'Outfit';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        display: flex;


    }

    section.voiceover-usecase .usecase-container .usecase-buttons {
        display: flex;
        overflow-x: scroll;
        gap: 10px;
        width: 400px;
        max-width: 450px;
        min-width: 350px;
    }

    section.voiceover-usecase .usecase-container .usecase-buttons .buttonusecase {
        width: auto;
        padding: 20px 10px;
        text-wrap: nowrap;
    }

    section.voiceover-usecase {
        gap: 20px;
    }

    section.voiceover-usecase .usecase-container .usecase-contentm {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        height: 350px;
    }

    section.voiceover-usecase #video3 {


        width: 390px;
        height: 137.44px;

        border-radius: 13.6047px;


    }

    section.voiceover-usecase #video4 {


        width: 390px;
        height: 137.44px;

        border-radius: 13.6047px;


    }

    section.voiceover-usecase #video2 {


        width: 390px;
        height: 107.44px;

        border-radius: 13.6047px;


    }

    section.voiceover-usecase #video1 {


        width: 390px;
        height: 206.73px;

        border-radius: 13.6047px;

    }

    section.voiceover-usecase #video6 {

        border-radius: 20px;


        width: 390px;
        height: 325px;



    }

    section.voiceover-usecase #video8 {

        border-radius: 20px;


        width: 390px;
        height: 325px;

    }

    section.benefitcontainer .row {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
}

.videoslider {
    position: relative;
    width: 100%;
}

.swiper-container {
    width: 100%;
    height: auto;
}

.video-box {
    /* Adjust based on your preference */
    transition: opacity 0.3s ease;
}

.hoverVideoslider {
    width: 100%;
}

.swiper-slide {
    display: flex !important;
    opacity: 0.5;
    transition: opacity 0.3s ease;
    align-items: center;
    flex-direction: column;
}

.swiper-slide-active {
    opacity: 1;
    /* Increased opacity for the active slide */
}

.swiper-wrapper {
    padding-left: 20px;
    /* Adjust to create space for partial slides */
    padding-right: 20px;
}

.section.videoslider .video-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

@media (max-width: 1024px) {
    .swiper-slide {
        width: calc(50% - 10px);
    }
}

@media (max-width: 768px) {
    .swiper-slide {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .swiper-slide {
        width: 100%;
        /* Ensure the slide uses full width */
    }
}

@media (max-width: 640px) {
    .swiper-slide {
        width: 100%;
        /* Ensure the slide uses full width */
    }
}

@media (max-width: 500px) {
    .swiper-slide {
        width: 100%;
        /* Ensure the slide uses full width */
    }
}

@media (max-width: 315px) {
    .swiper-slide {
        width: 100%;
    }

}
@media (max-width: 551px) {
    .profucthunt {
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        position: relative;
        top: 0;
        left: -130px;
    }

}


@media (max-width: 991px) {
    .profucthunt {
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        position: relative;
        top: 0;
    }

}

.profucthunt {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    position: relative;
    top: -100px;
}


section.blogbox {
    background: #0E0F26;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blogimages {
    display: flex;
    gap: 20px;
    justify-items: center;
    padding: 40px;
    flex-direction: column;
    width: -webkit-fill-available;
    max-width: 1440px;
}

.blogimages .featuredblog {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
}

h2.blogt {
    color: white;
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 58.8px;
    line-height: 74px;

}

.blogimages .featuredblog .featuretitle {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #E6E6E9;
}

.blogimages .featuredblog .lineblog {
    border-bottom: 1px solid #929293;
}

.blogimages img {
    border-radius: 24px;
    width: 620px;
    height: 375px;
}

.blogimages .blogcontent a {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    gap: 31px;
    background: rgba(252, 252, 255, 0.1);
    border: 1px solid #E6E6E9;
    backdrop-filter: blur(12px);
    border-radius: 12px;
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #FCFCFF;
}

@media (max-width: 991.98px) {
    .blogimages {
        display: flex;
        grid-template-columns: 1fr 1fr;
        flex-direction: column;
    }
}


section.dubcesection {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 40px;
    gap: 50px;
    /* background: black; */
    max-width: 1440px;
    width: auto;
}

section.dubcesection .title {

    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 47.04px;
    line-height: 59px;
    text-align: center;
    z-index: 1;
    color: #FCFCFF;
    max-width: 800px;

}

section.dubcesection .videobox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

section.dubcesection .videobox .videosbutns {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

section.dubcesection .videobox .videosbutns .videobtn {

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px;
    gap: 10px;

    background: #0E0F26;
    border-radius: 14px;

    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FCFCFF;
    cursor: pointer;


    border: 1px solid #545454;

}

section.dubcesection .videobox .videosbutns .videobtn.active {
    border: 1px solid #FCFCFF;

}

section.dubcesection .videobox .videocontainer {

    display: flex;
    flex-direction: column;
    padding: 5px;
    gap: 10px;

    width: -webkit-fill-available;
    height: 496px;
    background: #FFFFFF;
    border-radius: 24px;
    align-items: center;
    position: relative;
}


section.dubcesection .playbtndub {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 1;
    /* Ensures the play button is above the video */
}

section.dubcesection #mutedub {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 10px;
    position: absolute;
    top: 10px;
    left: 10px;
}

section.dubcesection .videobox .videocontainer #hoverVideodubsection {

    width: 760px;
    height: 428px;
    border-radius: 18px;
}

section.dubcesection .videobox .videocontainer .videobtnoption {
    display: flex;
}

section.dubcesection .videobox .videocontainer .videobtnoption .langbtn {
    display: none;

}

section.dubcesection .videobox .videocontainer .videobtnoption .langbtn p {
    color: black;
    margin-bottom: 0px;
    margin-top: 0px;
}

section.dubcesection .videobox .videocontainer .videobtnoption .langbtn.active {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

section.dubcesection .videobox .videocontainer .videobtnoption .langbtn.activebtn {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

section.dubcesection .videobox .videocontainer .videobtnoption .langbtn .langbtn1 {

    display: flex;
    flex-direction: row;
    padding: 8px 12px 8px 8px;
    gap: 10px;
    cursor: pointer;
}

section.dubcesection .videobox .videocontainer .videobtnoption .langbtn .langbtn1.activebtn1 {
    display: flex;
    flex-direction: row;
    padding: 8px 12px 8px 8px;
    gap: 10px;

    width: max-content;
    height: 48px;

    background: #EAECFF;
    border-radius: 14px;

    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    text-align: center;
    color: #0E0F26;
    align-items: center;

}

section.dubcesection .videobox .videocontainer .videobtnoption .langbtn .langbtn1 img {

    width: 32px;
    height: 32px;

}

@media (max-width: 991.98px) {
    section.dubcesection .title {

        font-family: 'Outfit';
        font-style: normal;
        font-weight: 700;
        font-size: 35.28px;
        line-height: 44px;
        text-align: center;

    }

    section.dubcesection .videobox .videocontainer {

        width: 668px;
        height: 440px;
        ;

    }

    section.dubcesection .videobox .videocontainer #hoverVideodubsection {
        width: -webkit-fill-available;
        height: 428px;
        border-radius: 18px;
    }
}

@media (max-width: 576px) {
    section.dubcesection .title {

        font-family: 'Outfit';
        font-style: normal;
        font-weight: 600;
        font-size: 31.36px;
        line-height: 40px;
        text-align: center;

    }

    section.dubcesection .videobox .videocontainer {

        display: flex;
        flex-direction: column;
        padding: 10px;
        gap: 10px;

        width: 390px;
        min-width: 300px;
        max-width: 400px;
        height: 295px;


    }

    section.dubcesection .videobox .videocontainer #hoverVideodubsection {
        width: -webkit-fill-available;
        height: 300px;
        border-radius: 18px;
    }

    section.dubcesection .videobox .videosbutns {
        overflow: scroll;
        width: 300px;
        max-width: 400px;
        min-width: 350px;
        justify-content: flex-start;
    }

    section.dubcesection .videobox .videosbutns .videobtn {
        text-wrap: nowrap;
    }
}

#headerNotice {
    position: relative;
    width: 100%;
    z-index: 1;
}

#headerNotice .content-banner {
    display: inline-flex;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
    background-image: url("https://images.wavel.ai/solutions/newimages/disc-banner.webp");

    color: white;
    height: 60px;
    align-content: center;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#headerNotice .content-banner a {
    color: white;
    z-index: 1;
}

#headerNotice .content-banner p {

    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: justify;
    z-index: 4;
    color: white;


}

#headerNotice .content-banner .btnwavel {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 9px 14px;
    gap: 10px;

    background: linear-gradient(135deg, #405DE6 -0.74%, #833AB4 99.26%);
    border-radius: 9px;

}

.banner-left-img {
    /* height: 54px; */
    position: absolute;
    /* left: 0; */
    height: 80px;
    position: absolute;
    left: 86px;
    /* top: -10px; */
}

@media (max-width: 800px) {
    .banner-left-img {
        left: 0px;
    }
}

@media (max-width: 600px) {
    .banner-left-img {
        display: none;
    }

    #headerNotice .content-banner {
        height: fit-content;
        display: flex;
        justify-content: center;
        justify-items: center;
        padding: 10px;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    #headerNotice .content-banner p {
        font-size: 12px;
        line-height: 20px;
        height: 20px;
    }

    #headerNotice .content-banner .btnwavel {
        padding: 2px;
    }
}


.talk-to-sales.button-try {
    height: auto !important;
}

section.valuedubsection {

    padding: 50px 40px;
    gap: 20px;


    background: #0E0F26;

}

section.valuedubsection .valuebox {

    display: flex;
    flex-direction: column;
    padding: 20px;
    isolation: isolate;

    width: -webkit-fill-available;
    height: -webkit-fill-available;

    background: #181930;
    backdrop-filter: blur(17.4783px);
    border-radius: 31.0725px;


}

section.valuedubsection .videodubtitle {

    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 58.8px;
    line-height: 74px;
    color: #545454;


}

section.valuedubsection .videodubtitle2 {

    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 58.8px;
    line-height: 74px;
    text-align: right;
    background: linear-gradient(135deg, #405DE6 -0.74%, #833AB4 99.26%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;



}

section.valuedubsection #valuevideo {

    width: 631.16px;
    height: 755.07px;

    z-index: 1;

}

section.valuedubsection .valuecontainer {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    align-content: center;
}

@media (max-width: 1024px)and (min-width:1024px) {
    section.valuedubsection .valuecontainer {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 900px) {
    section.valuedubsection .valuecontainer {
        display: flex;
        flex-direction: column !important;
    }
}

@media (max-width: 600px) {
    section.valuedubsection .valuecontainer {
        display: flex;
        flex-direction: column;
    }

    section.valuedubsection #valuevideo {
        width: 350px;
        height: -webkit-fill-available;
        z-index: 1;
    }

}

.voicest {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 47.04px;
    line-height: 59px;
    text-align: center;
    z-index: 1;
    color: #FCFCFF;
}

section.voiceclonesection {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 40px;
    gap: 50px;


}

section.voiceclonesection .container {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

section.voiceclonesection .container .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

section.voiceclonesection .voicebox {

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 20px;
    width: 600px;
    /* width: 540px;
    min-width: 350px;
    max-width: 540px; */
    height: auto;
    background: #FCFCFF;
    border-radius: 24px;

}

.langboxinput {

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    gap: 254px;


    background: #FFFFFF;
    border: 1px solid #E6E6E9;
    border-radius: 12px;

}

.inputvoicebox {
    display: flex;
    gap: 20px;
    flex-direction: column;
    width: -webkit-fill-available;
}

.outputvoicebox {
    display: flex;
    gap: 20px;
    flex-direction: column;
    width: -webkit-fill-available;
}

.audioboxinput {

    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #E6E6E9;
    border-radius: 12px;
    align-content: center;
    justify-content: space-between;

}

.langinputtitle {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #0E0F26;
    margin: 0px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    width: -webkit-fill-available;
}

.langinputdesc {

    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #FCFCFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    gap: 10px;

    background: #405DE6;
    border-radius: 100px;

}

.langinputdescout {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #FCFCFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    gap: 10px;


    background: linear-gradient(135deg, #7189FF -0.74%, #830C83 99.26%);
    border-radius: 100px;

}

.langinputdecst {

    font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    font-size: 19.6px;
    line-height: 25px;
    color: #0E0F26;


}

.langboxinput {
    position: relative;
}

.dropdown-headerclone {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    gap: 254px;
    background: #FFFFFF;
    border: 1px solid #E6E6E9;
    border-radius: 12px;

}

.dropdown-headerc {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    width: -webkit-fill-available;
}



.dropdown-headerclone img.rotated {
    transform: rotate(180deg);
}

.dropdownlangclone {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    overflow: hidden;
    margin-top: 10px;
    background: #FFFFFF;
    border: 1px solid #E6E6E9;
    border-radius: 12px;
}

.dropdownlangclone h2 {
    padding: 10px;
    margin: 0;
    cursor: pointer;
    background: #fff;
    transition: background 0.2s;
}

.dropdownlangclone h2:hover {
    background: #f0f0f0;
}

.dropdownlangclone.hidden {
    display: none;
}

.langinputtitle.active {
    font-weight: bold;
}

@media (max-width: 600px) {
    section.voiceclonesection .container .row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    section.voiceclonesection .voicebox {
        min-width: 350px;
        width: 400px;
        padding: 10px;
        max-width: 400px;
    }

    .audioboxinput {
        padding: 10px;
    }

    section.voiceclonesection {
        padding: 10px;
    }

    section.voiceclonesection .container {
        width: fit-content;
        display: contents;
    }
}

@media (max-width: 900px) {
    section.voiceclonesection .container .row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    /* section.voiceclonesection .voicebox {
        width: fit-content;
    } */

}

section.subtitlesection {

    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 40px;
    gap: 50px;

    width: 1440px;
    height: 723px;
z-index: 1;

}

section.subtitlesection .subtitlecontainer {

    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px;
    gap: 10px;

    /* width: 912px;
    max-width: 1280px;
    height: 400px; */

    background: #FCFCFF;
    box-shadow: 0px 16px 32px rgba(20, 20, 26, 0.3);
    border-radius: 24px;


}

section.subtitlesection #hoverVideosubtitle {

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;

    width: 694px;
    height: 390px;

    border-radius: 19px;


}

section.subtitlesection .subtitlecontent {
    display: flex;
    flex-direction: column;
    gap: 10px;
}




section.subtitlesection .subtitlecontent .subtitlelangsection {

    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px;
    gap: 10px;

    width: 198px;
    height: 56px;

    background: #EAECFF;
    border-radius: 19px;


}

section.subtitlesection .subtitlecontent .subtitlestylesection {
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
    padding: 5px;
    gap: 5px;

    height: 324px;
    overflow-y: auto;
    flex-shrink: 0;

    border: 1px solid #B7C1FF;
    border-radius: 19px;

    scrollbar-width: none;
    -ms-overflow-style: none;
}

section.subtitlesection .subtitlecontent .subtitlestylesection::-webkit-scrollbar {
    display: none;
}

section.subtitlesection .styletext {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 12px;

    width: 100%;
    height: 82px;
    justify-content: center;
    border-radius: 14px;

    flex-shrink: 0;
}
section.subtitlesection .titlecount {

    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 47.04px;
    line-height: 59px;
    text-align: center;
    margin: 30px;
    color: #FCFCFF;
    max-width: 1440px;
    width: auto;

}


section.subtitlesection .styletextbtn {


    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 8px;
    gap: 10px;

    margin: 0 auto;
    width: -webkit-fill-available;
    height: 58px;

    /* Final Theme/blue/400 */
    border: 1px solid #B7C1FF;
    border-radius: 14px;

    justify-content: center;
    font-size: 16px;
    color: black;

}

section.subtitlesection .langbtnsubtitlebtn {

    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 7px;
    gap: 10px;

    width: 40px;
    height: 40px;

    background: #833AB4;
    border-radius: 900px;


}
section.subtitlesection .styletextbtnm {
    display: none;
}
@media (max-width: 900px) {
    section.subtitlesection .subtitlecontainer{
        flex-direction: column;
    }
    section.subtitlesection .subtitlecontent .subtitlestylesection{
        display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 5px;
    gap: 5px;
    height: 60px;
    width: 690px;
    overflow-x: auto;
    flex-shrink: 0;
    border: 1px solid #B7C1FF;
    border-radius: 19px;
    scrollbar-width: none;
    }
    section.subtitlesection .styletext{
        width: 200px;
        height: 50px;
    }
    section.subtitlesection .styletextbtn{
        display: none;
    }
    section.subtitlesection .subtitlemobile{
        display: flex;
        justify-content: space-between;
    }
    section.subtitlesection .styletextbtnm {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 12px 8px;
        gap: 10px;
        width: max-content;
        height: 58px;
        border: 1px solid #B7C1FF;
        border-radius: 14px;
        color: black;
    }
}
@media (max-width: 600px) {
    section.subtitlesection .styletextbtn{
        display: none;
    }
    section.subtitlesection .styletextbtnm {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 12px 8px;
        gap: 10px;
        margin: 0 auto;
        width: 300px;
        height: 56px;
        border-radius: 19px;
        justify-content: space-around;
        color: black;
    }
    section.subtitlesection .subtitlecontainer{
        flex-direction: column;
    }
    section.subtitlesection #hoverVideosubtitle{
        display: flex;
            flex-direction: column;
            justify-content: flex-end;
            align-items: center;
            gap: 10px;
            width: 350px;
            min-width: 300px;
            max-width: 400px;
            height: auto;
            border-radius: 19px;
    }
    section.subtitlesection .styletext{
        width: 150px;
    }
    .styletext.activesubvideo img {
        height: 70px;
}
    section.subtitlesection .subtitlecontent .subtitlestylesection{
        display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 5px;
    gap: 5px;
    /* height: 324px; */
    width: 350px;
    min-width: 300px;
    max-width: 400px;
    overflow-x: auto;
    flex-shrink: 0;
    border: 1px solid #B7C1FF;
    border-radius: 19px;
    scrollbar-width: none;
    }
    section.subtitlesection .subtitlemobile{
        display: flex;
        justify-content: space-between;
    }
    section.subtitlesection .styletextbtnm {
        display: flex
    ;
        flex-direction: row;
        align-items: center;
        padding: 12px 8px;
        gap: 10px;
        width: max-content;
        height: 58px;
        border: 1px solid #B7C1FF;
        border-radius: 14px;
        color: black;
    }
}
section.valuedubsection {

    padding: 50px 40px;
    gap: 20px;


    background: #0E0F26;

}

section.valuedubsection .valuebox {

    display: flex;
    flex-direction: column;
    padding: 20px;
    isolation: isolate;

    width: -webkit-fill-available;
    height: -webkit-fill-available;

    background: #181930;
    backdrop-filter: blur(17.4783px);
    border-radius: 31.0725px;


}

section.valuedubsection .videodubtitle {

    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 58.8px;
    line-height: 74px;
    color: #545454;


}

section.valuedubsection .videodubtitle2 {

    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 58.8px;
    line-height: 74px;
    text-align: right;
    background: linear-gradient(135deg, #405DE6 -0.74%, #833AB4 99.26%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;



}

section.valuedubsection #valuevideo {

    width: 631.16px;
    height: 755.07px;

    z-index: 1;

}

section.valuedubsection .valuecontainer {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    align-content: center;
}

@media (max-width: 1024px)and (min-width:1024px) {
    section.valuedubsection .valuecontainer {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 900px) {
    section.valuedubsection .valuecontainer {
        display: flex;
        flex-direction: column !important;
    }
}

@media (max-width: 600px) {
    section.valuedubsection .valuecontainer {
        display: flex;
        flex-direction: column;
    }

    section.valuedubsection #valuevideo {
        width: 350px;
        height: -webkit-fill-available;
        z-index: 1;
    }
}


section.sec-carousal-video {
    padding: 60px 0;
    /* align-items: flex-start; */
    z-index: 2;
    width: -webkit-fill-available;
    max-width: 1940px;
    background: #EBEBED;

}

.sec-carousal-video h2.title {
    font-family: "Outfit";
    font-style: normal;
    font-weight: 700;
    font-size: 47.04px;
    color: #0e0f26;
    text-align: left;
    margin: 10px 70px 10px 250px;
}

.sec-carousal-video .carousal-container {
    display: flex;
    gap: 40px;
    overflow-x: scroll;
    overflow-y: hidden;
    width: -webkit-fill-available;
    max-width: 1940px;
    flex-shrink: 0;
    margin: 10px;
    height: 700px;
}

.carousal-container .carousal-circle {
    display: flex;
    position: absolute;
    width: -webkit-fill-available;
    max-width: 1940px;

    justify-content: space-between;
}

.carousal-container .carousal-circle-l {

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px;
    gap: 10px;
    position: relative;
    width: 62px;
    height: 62px;
    top: 154px;

    background: #FCFCFF;
    box-shadow: 0px 8px 24px rgba(20, 20, 26, 0.2);
    border-radius: 200px;
    transform: matrix(-1, 0, 0, 1, 0, 0);

    /* Inside auto layout */
    flex: none;
    /* order: 7; */
    flex-grow: 0;
    z-index: 7;

}

.carousal-container .carousal-circle-r {

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px;
    gap: 10px;
    position: relative;
    width: 62px;
    height: 62px;
    top: 154px;
    transform: rotate(0deg);
    background: #FCFCFF;
    box-shadow: 0px 8px 24px rgba(20, 20, 26, 0.2);
    border-radius: 200px;
    /* transform: matrix(-1, 0, 0, 1, 0, 0); */
    flex: none;
    flex-grow: 0;
    z-index: 7;


}


.carousal-container::-webkit-scrollbar {
    width: 0;
}

.sec-carousal-video .carousal-container .carousal-box-video {
    text-align: center;
    width: 600px;
    height: 400px;
    padding: 40px;
    /* background: #fcfcff;
    box-shadow: -4px -4px 16px rgba(255, 255, 255, 0.2), 4px 4px 16px rgba(0, 0, 0, 0.2);
    border-radius: 24px; */
    flex: none;
}

.sec-carousal-video .carousal-container .carousal-box-video .carousal-title {
    display: grid;
        /* grid-template-columns: 0.3fr 2fr; */
        justify-items: center;
        align-items: center;
        justify-content: center;
}

.sec-carousal-video .carousal-container .carousal-box-video .carousal-title img {
    border-radius: 35px;
}

.sec-carousal-video .carousal-container .carousal-box-video .carousal-title .designation {
    display: block;
    text-align: left;
    padding: 0 0 0 10px;
}

.sec-carousal-video .carousal-container .carousal-box-video .carousal-title .designation h2 {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 19.6px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: #0e0f26;
    margin-bottom: 0;
}

.sec-carousal-video .carousal-container .carousal-box-video .carousal-title .designation p {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #0e0f26;
    margin-bottom: 1px;
}

.sec-carousal-video .carousal-container .carousal-box-video .carousal-text {
    display: flex;
        flex-direction: column;
        /* gap: 20px; */
        padding: 10px 0;
}



@media (max-width: 991.98px) {

    .sec-carousal-video .carousal-container {
        padding: 10px;
    }

    /* .carousal-container .carousal-circle {

        width: 600px;
    } */

    .sec-carousal-video h2.title {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 47.04px;
        line-height: 59px;
        color: #0e0f26;
        margin: 0px 20px;
    }
}

@media (max-width: 575.98px) {
   section.subtitle-solution{
    padding: 40px;
   }
   section.subtitle-solution .hero2 .info2 h1{
    font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700 !important;
        font-size: 35.28px !important;
        line-height: 44px !important;
        text-align: center;
        color: #FCFCFF;
   }
   section.subtitle-solution .hero2 .info2 p{
    font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400 !important;
        font-size: 16px !important;
        line-height: 20px !important;
        text-align: center;
        color: #B2B2B4;
   }
    .sec-carousal-video .hoverVideodubaivideoeditor {
        width: 300px;
        height: 300px;
        border-radius: 24px;
    }
    .sec-carousal-video .carousal-container {
        padding: 10px;
        height: 600px;
    }
    .titlevideomain{
        font-family: 'Outfit';
        font-style: normal;
        font-weight: 600 !important;
        font-size: 31.36px !important;
        line-height: 40px !important;
        color: #0E0F26;
    }
    .carousal-container .carousal-circle{
        display: none;
    }

    .sec-carousal-video h2.title {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 31.36px;
        line-height: 40px;
        color: #0e0f26;
        margin: 0px 20px;
    }

    .sec-carousal-video .carousal-container {
        display: grid;
    }
    section.subtitle-solution .hero2{
        padding: 10px;
    }

    .sec-carousal-video .carousal-container .carousal-box-video {
        width: -webkit-fill-available;
        height: auto;
    }

    .sec-carousal-video-video .carousal-container .carousal-box-video .carousal-text p {
        font-family: 'Outfit', 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #676768;
    }
}
/* 
.comparison-table-section-container {
  
    padding: 100px;
    background: white;
} */
.comparison-table-section-container{
    width: auto;
    max-width: 1440px;
    z-index: 2;
}
.comparison-table-section-container .titesubtitle{
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 58.8px;
    line-height: 74px;
    color: #0E0F26;
}
.comparison-table-section-container .desc{
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #676768;
}
  .comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .comparison-table th,
  .comparison-table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
  }

  .comparison-table thead {
    background-color: #4CAF50;
    color: #fff;
  }

  .comparison-table tr:nth-child(even) {
    background-color: #f2f2f2;
  }

  .comparison-table tr:hover {
    background-color: #ddd;
  }

  .comparison-table th {
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
  @media (max-width: 1024px) {
    .comparison-table {
        font-size: 14px;
    }
    .comparison-table th, .comparison-table td {
        padding: 10px;
    }
    .comparison-table-section-container .titesubtitle {
        font-size: 36px;
    }
    .comparison-table-section-container .desc {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .comparison-table {
        width: 100%;
        display: block; /* Use block display for scrollable table */
        overflow-x: auto; /* Enable horizontal scrolling */
    }
    .comparison-table th,
    .comparison-table td {
        white-space: nowrap; /* Prevent wrapping of content */
        padding: 8px;
    }
    .comparison-table-section-container .titesubtitle {
        font-size: 28px;
    }
    .comparison-table-section-container .desc {
        font-size: 16px;
    }
    .comparison-table-section-container {
        width: auto;
        max-width: 600px;
        z-index: 2;
    }
}

@media (max-width: 480px) {
    .comparison-table-section-container .titesubtitle {
        font-size: 24px;
    }
    .comparison-table-section-container .desc {
        font-size: 14px;
    }
    .comparison-table th,
    .comparison-table td {
        padding: 6px;
        font-size: 12px;
    }
    .comparison-table-section-container {
        width: auto;
        max-width: 350px;
        z-index: 2;
    }
}
  section.subtitle-solution .hero2{
    display: grid;
    grid-template-columns: 1fr;
    padding: 50px;
    align-items: center;
    gap: 50px;
    z-index: 0;
    width: auto;
    max-width: 1440px;
  }
  section.subtitle-solution .info2 {
    display: flex
;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    align-content: center;
}
section.subtitle-solution .hero2 .info2 p {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #B2B2B4;
    text-align: center;
    max-width: 900px;
}
section.subtitle-solution .hero2 .info2 h1 {
    font-family: 'Outfit', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 58.8px;
    line-height: 74px;
    color: #FCFCFF;
}
.titlevideomain{
    font-family: "Outfit";
    font-style: normal;
    font-weight: 700;
    font-size: 47.04px;
    color: #0e0f26;
    text-align: center;
}
.hoverVideodubaivideoeditor{

width: 420px;
height: 420px;
border-radius: 24px;

}
.titlevideo{

font-family: 'Outfit';
font-style: normal;
font-weight: 600;
font-size: 27.44px;
line-height: 35px;

color: #0E0F26;

}
.decvideo{

font-family: 'Outfit';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 24px;
color: #545454;

}
.hoverVideomain{


width: 1200px;
height: 654px;

border-radius: 24px;


}