/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/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: #007bff;
    --secondary: #6c757d;
    --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",sans-serif,"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
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

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

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    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 {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,ol,ul {
    margin-top: 0;
    margin-bottom: 1rem
}

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: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

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

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

a:not([href]):not([tabindex]):focus {
    outline: 0
}

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
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

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

th {
    text-align: inherit
}

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

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,input,optgroup,select,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

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
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],input[type=datetime-local],input[type=month],input[type=time] {
    -webkit-appearance: listbox
}

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;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

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-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    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\00A0"
}

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

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.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-break: 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 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.333333%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .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.333333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .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.333333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .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.333333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .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.333333%
    }

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

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

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

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

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

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

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

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

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

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

.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 {
    border: 1px solid #dee2e6
}

.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: #b8daff
}

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

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

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

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

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

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

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

.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 {
    background-color: #b1dfbb
}

.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 {
    background-color: #abdde5
}

.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 {
    background-color: #ffe8a1
}

.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 {
    background-color: #f1b0b7
}

.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 {
    background-color: #ececf6
}

.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 {
    background-color: #b9bbbe
}

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

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

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

.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: rgba(255,255,255,.05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255,255,255,.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:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

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

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

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

.form-control::-ms-input-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-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    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] {
    height: auto
}

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-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

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

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

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

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

.valid-tooltip {
    position: absolute;
    top: 100%;
    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
}

.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,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 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: center right calc(.375em + .1875rem);
    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)
}

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

.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((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 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,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 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)
}

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

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

.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~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block
}

.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,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745
}

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

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

.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%;
    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
}

.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,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    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)
}

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

.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((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 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,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%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)
}

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

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

.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~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

.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,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545
}

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

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

.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 {
        display:flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .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(0,123,255,.25)
}

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

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

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
}

.btn-primary.disabled,.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.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(38,143,255,.5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(130,138,145,.5)
}

.btn-secondary.disabled,.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.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(130,138,145,.5)
}

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

.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: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: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: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: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: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: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

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

.btn-outline-primary.disabled,.btn-outline-primary:disabled {
    color: #007bff;
    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: #007bff;
    border-color: #007bff
}

.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(0,123,255,.5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus,.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
    color: #6c757d;
    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: #6c757d;
    border-color: #6c757d
}

.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(108,117,125,.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: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link.focus,.btn-link:focus {
    text-decoration: underline;
    box-shadow: none
}

.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
}

input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

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

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

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

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

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

.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 {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 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: .25rem
}

.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: ""
}

.dropleft .dropdown-toggle::after {
    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-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.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:hover,.btn-group>.btn:hover {
    z-index: 1
}

.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus {
    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
}

.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.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%;
    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-text input[type=checkbox],.input-group-text input[type=radio] {
    margin-top: 0
}

.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;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

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

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

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

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

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

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

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

.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 {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    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,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

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

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 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(0,123,255,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0,123,255,.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,%3csvg xmlns='http://www.w3.org/2000/svg' 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(0,123,255,.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: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .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;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0,123,255,.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: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.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-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 {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

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

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.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 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

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

.custom-range {
    width: 100%;
    height: calc(1rem + .4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

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

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

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

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

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    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 {
        transition: none
    }
}

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

.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: #007bff;
    border: 0;
    border-radius: 1rem;
    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 {
        transition: none
    }
}

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

.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: #007bff;
    border: 0;
    border-radius: 1rem;
    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 {
        transition: none
    }
}

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

.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 {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.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
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar>.container,.navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width: 575.98px) {
    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow:row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow:row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow:row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow:row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>.container,.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,.navbar-expand>.container-fluid {
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: flex!important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5)
}

.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0,0,0,.3)
}

.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,.5)
}

.navbar-light .navbar-text a {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover {
    color: rgba(0,0,0,.9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.5)
}

.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255,255,255,.25)
}

.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,.5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover {
    color: #fff
}

.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:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

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

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

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

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.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-header+.list-group .list-group-item:first-child {
    border-top: 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-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

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

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

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

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

.card-deck {
    display: flex;
    flex-direction: column
}

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

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

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

.card-group {
    display: flex;
    flex-direction: column
}

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

@media (min-width: 576px) {
    .card-group {
        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 {
        -webkit-column-count:3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

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

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

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

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

.accordion>.card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card .card-header {
    margin-bottom: -1px
}

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

.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: 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: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

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

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.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: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.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: #007bff
}

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

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

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

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

a.badge-secondary.focus,a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.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;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

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

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

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

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

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

.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 {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

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

    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

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

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

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,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
}

.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;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

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

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

.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: #007bff;
    border-color: #007bff
}

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

.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
}

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

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

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

    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

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

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

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

    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

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

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

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

    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

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

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

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

    .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

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

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

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.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;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    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: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05)
}

.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: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px)
}

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

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.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);
    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 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem 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;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .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)
    }

    .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",sans-serif,"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 .tooltip-arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .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] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-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] .tooltip-arrow,.bs-tooltip-right .tooltip-arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .tooltip-arrow::before,.bs-tooltip-right .tooltip-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] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-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] .tooltip-arrow,.bs-tooltip-left .tooltip-arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .tooltip-arrow::before,.bs-tooltip-left .tooltip-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 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"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;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .popover-arrow::after,.popover .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]>.popover-arrow,.bs-popover-top>.popover-arrow {
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-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]>.popover-arrow,.bs-popover-right>.popover-arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.popover-arrow::before,.bs-popover-right>.popover-arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=right]>.popover-arrow::after,.bs-popover-right>.popover-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]>.popover-arrow,.bs-popover-bottom>.popover-arrow {
    top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after {
    top: 1px;
    border-width: 0 .5rem .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]>.popover-arrow,.bs-popover-left>.popover-arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.popover-arrow::before,.bs-popover-left>.popover-arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=left]>.popover-arrow::after,.bs-popover-left>.popover-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: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out
}

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

.carousel-item-next,.carousel-item-prev,.carousel-item.active {
    display: block
}

.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    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: 0s .6s opacity
}

@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,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-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 {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: 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% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

.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: #007bff!important
}

a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover {
    background-color: #0062cc!important
}

.bg-secondary {
    background-color: #6c757d!important
}

a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover {
    background-color: #545b62!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: #007bff!important
}

.border-secondary {
    border-color: #6c757d!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;
    border-top-right-radius: .25rem!important
}

.rounded-right {
    border-top-right-radius: .25rem!important;
    border-bottom-right-radius: .25rem!important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important
}

.rounded-left {
    border-top-left-radius: .25rem!important;
    border-bottom-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 iframe,.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.857143%
}

.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
    }
}

.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 {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@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;
    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
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0)
}

.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
    }
}

.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: #007bff!important
}

a.text-primary:focus,a.text-primary:hover {
    color: #0056b3!important
}

.text-secondary {
    color: #6c757d!important
}

a.text-secondary:focus,a.text-secondary:hover {
    color: #494f54!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: rgba(255,255,255,.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;
    overflow-wrap: break-word!important
}

.text-reset {
    color: inherit!important
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

@media print {
    *,::after,::before {
        text-shadow: none!important;
        box-shadow: none!important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap!important
    }

    blockquote,pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,tr {
        page-break-inside: avoid
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px!important
    }

    .container {
        min-width: 992px!important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse!important
    }

    .table td,.table th {
        background-color: #fff!important
    }

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

    .table-dark {
        color: inherit
    }

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

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

@font-face {
    font-family: Roboto;
    src: url('../fonts/roboto/Roboto-Thin.woff2') format('woff2'),url('../fonts/roboto/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: url('../fonts/roboto/Roboto-Light.woff2') format('woff2'),url('../fonts/roboto/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: url('../fonts/roboto/Roboto-Regular.woff2') format('woff2'),url('../fonts/roboto/Roboto-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: url('../fonts/roboto/Roboto-Medium.woff2') format('woff2'),url('../fonts/roboto/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: url('../fonts/roboto/Roboto-Bold.woff2') format('woff2'),url('../fonts/roboto/Roboto-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: url('../fonts/roboto/Roboto-Black.woff2') format('woff2'),url('../fonts/roboto/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url('../fonts/poppins/Poppins-Thin.woff2') format('woff2'),url('../fonts/poppins/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url('../fonts/poppins/Poppins-ExtraLight.woff2') format('woff2'),url('../fonts/poppins/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url('../fonts/poppins/Poppins-Light.woff2') format('woff2'),url('../fonts/poppins/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url('../fonts/poppins/Poppins-Regular.woff2') format('woff2'),url('../fonts/poppins/Poppins-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url('../fonts/poppins/Poppins-Medium.woff2') format('woff2'),url('../fonts/poppins/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url('../fonts/poppins/Poppins-SemiBold.woff2') format('woff2'),url('../fonts/poppins/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url('../fonts/poppins/Poppins-Bold.woff2') format('woff2'),url('../fonts/poppins/Poppins-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url('../fonts/poppins/Poppins-ExtraBold.woff2') format('woff2'),url('../fonts/poppins/Poppins-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url('../fonts/poppins/Poppins-Black.woff2') format('woff2'),url('../fonts/poppins/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url('../fonts/inter/Inter-Regular.woff2') format('woff2'),url('../fonts/inter/Inter-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url('../fonts/inter/Inter-Medium.woff2') format('woff2'),url('../fonts/inter/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url('../fonts/inter/Inter-SemiBold.woff2') format('woff2'),url('../fonts/inter/Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url('../fonts/inter/Inter-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url('../fonts/inter/Inter-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

::-moz-selection {
    background-color: #4ac18e;
    color: #fff
}

::selection {
    background-color: #4ac18e;
    color: #fff
}

body {
    min-width: 375px;
    background-color: #fff;
    font-family: Inter,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    color: #242424;
    transition: background-color .2s,color .2s;
    overflow: inherit!important;
    height: inherit!important
}

html {
    height: inherit!important;
    scroll-behavior: smooth
}

.btn,a {
    transition: background-color .2s,border-color .2s,color .2s;
    color: #353535
}

a.link-undertline {
    text-decoration: underline
}

a.text-red {
    color: red!important
}

a:focus {
    text-decoration: none!important
}

a:focus,a:hover {
    color: #4ac18e;
    text-decoration: none!important
}

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

a,button,input {
    outline: medium none!important;
    color: #4ac18e
}

h1,h2,h3,h4,h5,h6 {
    font-family: Roboto,sans-serif;
    font-weight: 400;
    color: #353535;
    margin-top: 0;
    margin-bottom: 0
}

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

h1 {
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px
}

h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px
}

h3 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px
}

h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

h5 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

h6 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

ul {
    margin: 0;
    padding: 0
}

hr {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e0e0e0;
    border-top: 0
}

label {
    font-size: 15px;
    font-weight: 400;
    color: #aaa;
    display: block
}

.label {
    color: #fff!important;
    font-size: 9px!important
}

.intro-name h1.text-white.text-uppercase {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px
}

.bold-text {
    font-weight: 700
}

mark {
    background: #ff0f0f;
    color: #fff
}

ol {
    padding: 0;
    margin: 0
}

ol li {
    list-style: decimal inside;
    padding: 0;
    margin: 0;
    line-height: 30px
}

ol.alpha li {
    list-style: decimal-leading-zero inside;
    padding: 0;
    margin: 0
}

ol.roman li {
    list-style: lower-roman inside;
    padding: 0;
    margin: 0
}

ul {
    padding: 0;
    margin: 0
}

ul li {
    padding: 0;
    margin: 0;
    line-height: 30px
}

.menu-list-items ul li {
    line-height: initial
}

ul.disc li {
    list-style: disc inside;
    padding: 0;
    margin: 0;
    line-height: 30px
}

ul.list-style-1 li {
    list-style: none
}

blockquote {
    display: block;
    background: #fff;
    position: relative;
    font-size: 18px;
    border-left: 0 solid #f5f5f5;
    font-style: italic;
    padding-right: 0;
    padding-left: 0;
    line-height: 32px
}

blockquote:before {
    content: "\201C";
    font-family: Georgia,serif;
    font-size: 100px;
    font-weight: 700;
    color: #aaa;
    position: absolute;
    left: 0;
    top: -20px
}

blockquote:after {
    content: ""
}

blockquote cite {
    font-size: 14px;
    margin-top: 15px;
    display: block;
    font-weight: 600
}

blockquote.default {
    background: #f6f7f8;
    padding: 30px
}

blockquote.default:before {
    left: 20px;
    top: 60px
}

blockquote.default {
    padding-left: 100px
}

blockquote.default cite {
    font-size: 16px
}

.list-style-none li {
    list-style: none
}

.modal-backdrop.show {
    opacity: .7
}

.ninja-forms-required-items {
    font-size: 13px
}

.ninja-forms-required-items {
    padding-bottom: 0
}

div#ninja_forms_form_1_response_msg {
    color: #fd1614;
    line-height: 1.29;
    font-size: 12px
}

div#ninja_forms_form_2_response_msg {
    color: #fd1614;
    line-height: 1.29;
    font-size: 12px
}

form.inh-form {
    display: inherit!important
}

form.inh-form.inh-form2>input {
    margin-left: 0!important
}

input[type=checkbox],input[type=radio] {
    margin: 4px 4px 0;
    line-height: 0
}

div#nf_submit_1 {
    max-width: 130px
}

.ninja-forms-form-wrap textarea {
    min-height: 128px
}

.ninja-forms-form-wrap strong {
    color: #fd1614
}

.ninja-forms-form-wrap label {
    font-size: 13px;
    font-weight: 500!important;
    color: #272727;
    display: block;
    margin-top: 7px
}

input#ninja_forms_field_111:focus {
    width: auto;
    float: left;
    position: relative;
    margin-top: 18px
}

button#ninja_forms_field_21 {
    border: 1px solid #fa3232;
    padding: 7px 21px!important;
    border-radius: 3px;
    background: #fd1615;
    color: #fff;
    font-size: 14px;
    margin-top: 20px
}

.modal-dialog {
    max-width: 500px;
    margin: 4.75rem auto!important
}

.ninja-forms-form-wrap textarea {
    outline: medium none!important;
    color: #ff0f0f;
    border-radius: 2px;
    padding-left: 7px;
    border: 1px solid #bfbfbf
}

.ninja-forms-form-wrap textarea {
    color: #333
}

select {
    width: 100%;
    background: #f6f7f8;
    border: 0;
    padding: 15px 18px 15px 30px;
    border-radius: 30px
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px
}

.visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.contact_form textarea:focus,.text-wrap.label-above input {
    display: inline-block;
    width: 100%;
    padding: 10px 70px 10px 10px;
    height: auto!important;
    border-radius: 3px;
    border: 1px solid #cecece!important;
    background-color: #2a2a2b00;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3!important;
    -moz-transition: padding .25s;
    -webkit-transition: padding .25s;
    -o-transition: padding .25s;
    transition: padding .25s
}

.ninja-forms-form-wrap input:focus .contact_form textarea:focus {
    border-color: #7b7b7b!important;
    background: #fff!important
}

.ninja-forms-form-wrap input {
    margin: 0!important
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #e3e3e3;
    width: 100%;
    height: 50px
}

.select-styled {
    text-align: left;
    font-size: 14px;
    color: #aaa;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid transparent;
    background-color: #f6f7f8;
    padding: 13px 30px;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
    border-radius: 30px
}

.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #bfbfbf transparent transparent transparent;
    position: absolute;
    top: 23px;
    right: 20px
}

.select-styled.active:after,.select-styled:active:after {
    top: 15px;
    border-color: transparent transparent #bfbfbf transparent
}

.select-options {
    text-align: left;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 99;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #e3e3e3
}

.select-options li {
    list-style: none;
    font-size: 14px;
    padding-left: 15px;
    color: #323232
}

.selected-box.auto-hight .select-options {
    height: 300px;
    overflow: auto
}

.arrows-right {
    width: 100%;
    position: absolute;
    right: 50%;
    left: 33%;
    top: 80%;
    opacity: .6;
    z-index: 74
}

ul.blocklist.text-white>li {
    background: #5d666a;
    display: inline-table;
    padding: 6px;
    border: 1px solid #5d666a;
    width: auto;
    width: 36%;
    margin: 2px auto
}

.card {
    background: #e8eaea;
    color: #353535;
    border: none;
    border-radius: 0
}

a.open-video.disabled {
    border: 0 solid #c1c1c1!important;
    pointer-events: none;
    background: 0 0!important;
    animation: none!important
}

a.open-video.disabled .video-play-btn:before {
    border: 1px solid rgba(255,255,255,.344)!important;
    animation: 0s!important
}

a.open-video.disabled .video-play-btn:after {
    border: 1px solid rgba(255,255,255,.344)!important;
    visibility: hidden
}

a.open-video.disabled .video-play-btn {
    border: 1px solid rgba(255,255,255,.344)!important
}

a.open-video.disabled .icon-play {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 13px solid rgba(255,255,255,.344)!important
}

.no-padding {
    padding: 0!important
}

span.m-t-20 {
    display: block
}

.card.row {
    margin-top: 0;
    margin-bottom: 0
}

.no-margin {
    margin: 0!important
}

.chart {
    display: inline-block;
    width: 210px;
    height: 210px;
    margin: 0;
    vertical-align: top;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 80px
}

.chart span {
    display: block;
    font-size: 32px;
    font-weight: 400;
    color: #fff
}

.chart canvas {
    position: absolute;
    left: 0;
    top: 0
}

.r-right-clock {
    padding: 20px;
    text-align: center
}

.r-right-clock img {
    max-width: 154px;
    width: 100%
}

.bord-resp {
    border-left: 4px solid #fff!important
}

.quote-im {
    width: 39px;
    margin-bottom: 15px
}

.quote-aut {
    position: absolute;
    bottom: 25px;
    right: 25px;
    font-weight: 800;
    font-size: 14px
}

.card.bord-resp {
    padding: 25px
}

.logo_app {
    height: 61px;
    margin-bottom: 30px
}

.half-1 {
    width: 50%;
    background: #222d33;
    min-height: 518px
}

.half-back {
    background: #222d3357;
    width: 100%;
    display: block;
    height: auto;
    position: absolute;
    top: 0
}

.pos-reletive {
    position: relative
}

.z-l {
    z-index: 3
}

.p-in-ul {
    padding-inline-start:17px;margin-top: 24px;
    opacity: .75
}

.p-in-ul>li {
    line-height: 21px
}

.f-19 {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0!important;
    line-height: 24px
}

.card-arrows {
    background: #000;
    position: relative;
    padding: 25px;
    margin-bottom: 20px;
    background: #222d33c2
}

.m-scheme {
    width: 100%;
    max-width: 958px;
    margin: 0 auto
}

.bg-btn-d {
    line-height: 32px!important
}

.disp-circle {
    position: absolute;
    left: 0;
    z-index: 0;
    padding: 30px
}

.z-1 {
    z-index: 1
}

.z-1>.card.card-dark {
    background: #222d33a3!important;
    border-radius: 0 0 0;
    border: 0;
    padding: 47px;
    font-size: .9em;
    -webkit-box-shadow: 0 0 28px -2px rgba(0,0,0,.17);
    -moz-box-shadow: 0 0 28px -2px rgba(0,0,0,.17);
    box-shadow: 0 0 28px -2px rgba(0,0,0,.17)
}

.disp-circle-2 {
    position: relative
}

.disp-circle-2 .st22 {
    stroke-width: 5px
}

.top-circle {
    position: absolute;
    top: 26px;
    background: red;
    width: 80px;
    height: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 100%;
    padding-top: 23px;
    text-align: center
}

.bottom-circle {
    position: absolute;
    bottom: 26px;
    background: red;
    width: 80px;
    height: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 100%;
    padding-top: 15px;
    text-align: center
}

.bottom-circle,.top-circle {
    border: 4px solid #5e696f;
    z-index: 3
}

.top-circle>img {
    width: 49%
}

.bottom-circle>img {
    width: 60%
}

.bottom-line {
    border-bottom: 1px solid #eaebf0
}

.block-des-left1 {
    width: 43%;
    height: 25%;
    background: rgba(34,45,51,.78);
    position: absolute;
    top: 10%
}

.block-des-left2 {
    width: 43%;
    height: 25%;
    background: rgba(34,45,51,.78);
    position: absolute;
    top: 38%
}

.block-des-left3 {
    width: 43%;
    height: 25%;
    background: rgba(34,45,51,.78);
    position: absolute;
    top: 66%
}

img.wt-1 {
    width: 100px;
    vertical-align: middle;
    margin-top: 8%;
    margin-left: 4%
}

.desc-inner {
    position: absolute;
    top: 11%;
    left: 137px
}

span.desc-inner>h4 {
    font-weight: 500;
    font-size: 15px!important
}

span.desc-inner>p.text-white {
    width: 46%;
    font-size: 12px
}

.chevron {
    position: absolute;
    width: 8.1rem;
    height: 1.48rem;
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
    -webkit-animation: move-chevron 3s ease-out infinite;
    animation: move-chevron 3s ease-out infinite
}

.chevron:first-child {
    -webkit-animation: move-chevron 3s ease-out 1s infinite;
    animation: move-chevron 3s ease-out 1s infinite
}

.chevron:nth-child(2) {
    -webkit-animation: move-chevron 3s ease-out 2s infinite;
    animation: move-chevron 3s ease-out 2s infinite
}

.chevron:after,.chevron:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background: #5e696f
}

.chevron:before {
    left: 0;
    -webkit-transform: skewY(30deg);
    transform: skewY(30deg)
}

.chevron:after {
    right: 0;
    width: 50%;
    -webkit-transform: skewY(-30deg);
    transform: skewY(-30deg)
}

@-webkit-keyframes move-chevron {
    25% {
        opacity: 1
    }

    33.3% {
        opacity: 1;
        -webkit-transform: translateY(2.28rem);
        transform: translateY(2.28rem)
    }

    66.6% {
        opacity: 1;
        -webkit-transform: translateY(3.12rem);
        transform: translateY(3.12rem)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(4.8rem) scale(.5);
        transform: translateY(4.8rem) scale(.5)
    }
}

@keyframes move-chevron {
    25% {
        opacity: 1
    }

    33.3% {
        opacity: 1;
        -webkit-transform: translateY(2.28rem);
        transform: translateY(2.28rem)
    }

    66.6% {
        opacity: 1;
        -webkit-transform: translateY(3.12rem);
        transform: translateY(3.12rem)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(4.8rem) scale(.5);
        transform: translateY(4.8rem) scale(.5)
    }
}

.tt-block {
    position: absolute;
    top: 5%;
    left: 40%;
    font-size: 15px;
    line-height: 28px
}

.desc-circle-bottom {
    position: absolute;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(34,45,51,.95);
    width: 270px;
    text-align: center;
    padding: 16px;
    padding-bottom: 64px;
    z-index: 0
}

.desc-circle-top {
    position: absolute;
    top: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(34,45,51,.95);
    width: 270px;
    text-align: center;
    padding: 16px;
    padding-top: 64px;
    z-index: 0
}

.m-0 {
    margin: 0!important
}

span.logo-type-description {
    display: inline-block;
    margin-top: 19px;
    position: absolute;
    margin-left: 3px
}

span.logo-type-description h1 {
    font-family: Roboto,Sans-Serif;
    font-weight: 400;
    color: #fff;
    font-size: 30px;
    margin-bottom: 0
}

span.logo-type-description h2 {
    font-family: Roboto,Sans-Serif;
    font-weight: 100;
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 0
}

.sva-primary-container .small-heading h4 {
    color: #ee3523;
    font-weight: 400;
    letter-spacing: .01em;
    margin-bottom: 15px;
    font-size: 39px
}

.small-heading.m-bottom-40>h4 {
    color: #fff;
    font-family: Roboto;
    font-weight: 300;
    letter-spacing: .01em;
    margin-bottom: 15px;
    font-size: 39px!important
}

.sva-primary-container .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.desc-tab-mockup {
    -webkit-box-shadow: 0 0 55px -13px rgba(0,0,0,.76);
    -moz-box-shadow: 0 0 55px -13px rgba(0,0,0,.76);
    box-shadow: 0 0 55px -13px rgba(0,0,0,.76);
    margin: 14px
}

.sva-primary-container .desc-tab-mockup img {
    position: absolute;
    -webkit-box-shadow: 7px 10px 52px -6px rgba(0,0,0,.75);
    -moz-box-shadow: 7px 10px 52px -6px rgba(0,0,0,.75);
    box-shadow: 7px 10px 52px -6px rgba(0,0,0,.75);
    right: -4px;
    top: 0
}

.sva-primary-container .owl-controls {
    text-align: center;
    margin-top: -24px;
    margin-bottom: 48px
}

.owl-dots {
    text-align: center
}

.owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #8e8e8e;
    margin: 8px;
    border-radius: 100%
}

.owl-dot.active {
    background: #f30000
}

.item.it-tech {
    -webkit-box-shadow: 0 10px 31px -20px rgba(0,0,0,.75);
    -moz-box-shadow: 0 10px 31px -20px rgba(0,0,0,.75);
    box-shadow: 0 10px 31px -20px rgba(0,0,0,.75);
    padding: 5px;
    margin: 10px
}

.title-small {
    font-size: 1.4em;
    line-height: 1.4em;
    margin-bottom: 25px;
    color: #fff;
    width: 80%;
    margin: 0 auto;
    margin-top: 9px
}

.fixed-serv-img {
    height: 132px;
    padding: 53px;
    color: #fff!important
}

.fixed-serv-img h4 {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 26px
}

.fixed-serv-img {
    position: relative;
    -webkit-box-shadow: 0 0 20px 8px rgba(0,0,0,.06);
    -moz-box-shadow: 0 0 20px 8px rgba(0,0,0,.06);
    box-shadow: 0 0 20px 8px rgba(0,0,0,.06)
}

.fixed-serv-img:before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0,0,0,.68)!important
}

.page-section-ptb {
    padding: 50px 0
}

.page-section-grey {
    background: #1f2a30
}

.page-section-pt {
    padding: 50px 0 0
}

.page-section-pb {
    padding: 0 0 100px
}

.text-blue {
    color: #ff0f0f
}

.text-white {
    color: #fff
}

.text-red {
    color: #ff0f0f
}

.text-black {
    color: #353535
}

.text-gray {
    color: #aaa
}

.op-text {
    opacity: .6
}

.white-bg {
    background: #fff
}

.gray-bg {
    background: #f6f7f8
}

.blue-bg {
    background: #f4f4f4
}

.black-bg {
    background-size: cover!important
}

.dark-bg {
    background: #1b2529!important;
    color: #fff
}

section.intro-title.black-bg {
    background-size: cover!important
}

.overlay-title {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0,0,0,.8)!important
}

span.span-divider {
    margin-right: 5px;
    margin-left: 5px;
    color: #fff
}

.no-padding {
    padding: 0!important
}

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

#loading {
    background-color: #f7f7f7;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden!important;
    right: 0;
    z-index: 999999
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative
}

#loading-center img {
    text-align: center;
    width: 320px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 99;
    margin: 0 auto
}

.section-title {
    margin-bottom: 60px
}

section.intro-title.black-bg {
    margin-top: -80px;
    padding-top: 80px;
    position: relative;
    background-attachment: fixed!important;
    background-position: right bottom!important
}

.section-title span {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-family: Roboto,sans-serif;
    font-weight: 700;
    margin-bottom: 10px
}

.form-control {
    border-radius: 1px;
    height: auto;
    line-height: 1.33333;
    padding: 11px 18px 13px 30px;
    background: 0 0;
    color: #616161;
    border: 0 solid #d8d8d8;
    box-shadow: 0 4px 18px rgba(0,0,0,.1)
}

.form-control:focus {
    box-shadow: none
}

.button.border-bule:focus {
    color: #ff0f0f
}

.form-control.input-lg {
    resize: none;
    font-size: .9em
}

.form-control.rounded {
    border-radius: 0
}

.input-group-addon {
    border: 1px solid #e0e0e0
}

.form-group label {
    color: #353535;
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 4px;
    font-size: 13px
}

.form-inline button {
    margin: 0
}

.form-group>label {
    display: block
}

.form-control::-moz-placeholder {
    color: #aaa
}

.form-control::-ms-input-placeholder {
    color: #aaa
}

.form-control::-webkit-input-placeholder {
    color: #aaa
}

.table-bordeblue>tbody>tr>td,.table-bordeblue>tbody>tr>th,.table-bordeblue>tfoot>tr>td,.table-bordeblue>tfoot>tr>th,.table-bordeblue>thead>tr>td,.table-bordeblue>thead>tr>th {
    border-color: #e0e0e0;
    padding: 12px 20px
}

.button {
    padding: 5px 25px;
    color: #292c3d;
    border: 2px solid #2bd285;
    background-color: #35b97c;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px
}

.button:hover {
    background-color: #4ed999;
    border-color: #4ed999;
    color: #292c3d
}

input.btn.btn-danger.sign-upbtn-header:hover {
    background: #d40a0a;
    color: #fff;
    border-color: #353535
}

.button.black {
    background: #353535;
    color: #fff;
    border: 2px solid #353535
}

.button.black.active,.button.black:hover {
    background: #ff0f0f;
    color: #fff;
    border-color: #ff0f0f
}

.button.white {
    background: #fff;
    color: #333;
    border: 2px solid #fff
}

a.button:focus {
    color: #fff
}

.button.white:hover {
    background: #cbcbcb;
    color: #000;
    border: 2px solid #fff
}

.button.border {
    background: 0 0;
    border: 2px solid #e0e0e0;
    color: #aaa
}

.button.border:hover {
    background: #ff0f0f;
    color: #fff;
    border-color: #ff0f0f
}

.button.border-bule {
    background: 0 0;
    border: 2px solid #ff0f0f;
    color: #ff0f0f
}

a.button.border-grey {
    background: #d0d0d0;
    border: 0 solid #8c8c8c
}

.btn-group>a.button.border-grey,a.button.border-greyborder-grey-fld {
    margin-right: 5px
}

a.button.border-grey {
    color: #8c8c8c
}

.btn-group>.button {
    background: #8c8c8c;
    padding: 10px 30px;
    color: #fff;
    border: 0 solid #8c8c8c;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
    border-radius: 4px;
    text-align: center
}

.button.border-bule:hover {
    background: #ff0f0f;
    color: #fff
}

.button.border-white {
    background: 0 0;
    border: 2px solid #fff;
    color: #fff
}

.button.border-white:hover {
    background: #ff0f0f;
    color: #fff;
    border-color: #ff0f0f!important
}

.button.border-black {
    background: 0 0;
    border: 2px solid #353535;
    color: #353535
}

.button.border-black:hover {
    background: #353535;
    color: #fff;
    border-color: #353535
}

.button.icon i {
    margin-right: 10px
}

.button.arrow {
    background: 0 0;
    border: none;
    color: #ff0f0f;
    padding: 0;
    font-weight: 600
}

.button.arrow i {
    padding-left: 10px;
    font-size: 16px
}

.button.arrow:hover {
    color: #353535
}

.button.arrow.white {
    color: #fff;
    border: none
}

.button.arrow.white:hover {
    color: #aaa;
    background: 0 0
}

.button.rev-btn {
    padding: 12px 35px!important;
    text-transform: uppercase!important;
    font-weight: 400!important;
    display: inline-block!important;
    border-radius: 30px!important;
    text-align: center!important;
    font-size: 14px!important;
    line-height: 24px!important;
    border: none!important
}

.rev-btn.button.black:hover {
    background: #fff;
    color: #ff0f0f
}

input#ninja_forms_field_5 {
    border: 1px solid #fa3232;
    padding: 7px 21px!important;
    border-radius: 3px;
    background: #fd1615;
    color: #fff;
    font-size: 14px;
    margin-top: 20px
}

.owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    margin: 5px;
    padding: 3px 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    color: #fff;
    font-size: 12px;
    opacity: .5;
    filter: Alpha(Opacity=50);
    zoom:1}

button.owl-dot {
    cursor: pointer
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    text-decoration: none;
    opacity: 1;
    filter: Alpha(Opacity=100)
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom:1}

.owl-theme .owl-controls .owl-page span {
    display: block;
    margin: 5px 7px;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
    opacity: .5;
    filter: Alpha(Opacity=50)
}

.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
    filter: Alpha(Opacity=100)
}

.bg.fixed {
    background-color: rgba(0,0,0,0);
    background-origin: initial;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    position: relative;
    z-index: 0;
    background-attachment: fixed!important
}

.bg {
    background-color: rgba(0,0,0,0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover!important;
    position: relative;
    z-index: 0
}

.bg-overlay-black-10:before {
    background: rgba(0,0,0,.1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.bg-overlay-black-20:before {
    background: rgba(0,0,0,.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.bg-overlay-black-30:before {
    background: rgba(0,0,0,.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.bg-overlay-black-40:before {
    background: rgba(0,0,0,.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.bg-overlay-black-50:before {
    background: rgba(0,0,0,.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.bg-overlay-black-60:before {
    background: rgba(0,0,0,.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.bg-overlay-black-70:before {
    background: rgba(0,0,0,.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.bg-overlay-black-80:before {
    background: rgba(30,40,47,.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.bg-overlay-black-90:before {
    background: rgba(0,0,0,.87);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

ul.nav.nav-tabs.round.justify-content-left li a:hover {
    border-bottom: 2px solid #ff0f0f
}

section.grey-sec {
    background: #212c33
}

.bg-overlay-white-10:before {
    background: rgba(255,255,255,.1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.bg-overlay-white-20:before {
    background: rgba(255,255,255,.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.bg-overlay-white-30:before {
    background: rgba(255,255,255,.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.bg-overlay-white-40:before {
    background: rgba(255,255,255,.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.bg-overlay-white-50:before {
    background: rgba(255,255,255,.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.bg-overlay-white-60:before {
    background: rgba(255,255,255,.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.bg-overlay-white-70:before {
    background: rgba(255,255,255,.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.bg-overlay-white-80:before {
    background: rgba(255,255,255,.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.bg-overlay-white-90:before {
    background: rgba(255,255,255,.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.bg-overlay-blue-20:before {
    background: rgba(32,70,242,.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.bg-overlay-blue-50:before {
    background: rgba(32,70,242,.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.bg-overlay-blue-70:before {
    background: rgba(32,70,242,.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.bg-overlay-blue-90:before {
    background: rgba(32,70,242,.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.logo_app {
    height: 61px;
    margin-bottom: 30px
}

span.logo-type-description {
    display: inline-block;
    margin-top: 5px;
    position: absolute;
    margin-left: 9px
}

span.logo-type-description h1 {
    font-family: Roboto,Sans-Serif;
    font-weight: 400;
    color: #fff;
    font-size: 30px;
    margin-bottom: 0;
    text-transform: none!important
}

.search-button {
    position: relative;
    display: inline-block;
    padding: 21px 0 0
}

.search-button li {
    display: inline-block
}

.mega-menu.desktopTopFixed .menu-list-items .menu-links>li>a {
    line-height: 79px
}

li.search-it {
    width: 28px
}

.mega-menu.desktopTopFixed .search-trigger::before {
    border: 2px solid #353535
}

.mega-menu.desktopTopFixed .search-trigger::after {
    background: #353535
}

.cd-nav-trigger,.search-trigger {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    z-index: 3
}

.search-trigger::after,.search-trigger::before {
    content: "";
    position: absolute;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.search-trigger::before {
    top: 11px;
    left: 11px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 2px solid #fff
}

.search-trigger::after {
    height: 2px;
    width: 7px;
    background: #fff;
    bottom: 19px;
    right: 17px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.search-trigger span {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.search-trigger span::after,.search-trigger span::before {
    content: "";
    position: absolute;
    display: inline-block;
    height: 2px;
    width: 19px;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -14px;
    background: #2e3233;
    opacity: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    -moz-transition: opacity .3s,-moz-transform .3s;
    transition: opacity .3s,transform .3s
}

.search-trigger span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.search-trigger span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.search-trigger.search-is-visible::after,.search-trigger.search-is-visible::before {
    opacity: 0
}

.search-trigger.search-is-visible span::after,.search-trigger.search-is-visible span::before {
    opacity: 1
}

.search-trigger.search-is-visible span::before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

.search-trigger.search-is-visible span::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.search {
    background: #fff;
    position: absolute;
    height: 50px;
    width: 100%;
    top: 50px;
    left: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s,visibility 0s .3s;
    -moz-transition: opacity .3s 0s,visibility 0s .3s;
    transition: opacity .3s 0s,visibility 0s .3s
}

.search form {
    height: 100%;
    width: 100%
}

.input-group .form-control {
    max-width: 132px;
    transition: .7s;
    margin-left: 15px;
    background: rgba(132,132,132,.32);
    height: 38px;
    border-radius: 4px;
    padding: 16px 18px 15px 13px;
    font-size: 14px;
    font-weight: 500
}

ul.disc li {
    list-style: none!important
}

ul.disc.mt-4.mb-4 {
    list-style: none;
    width: auto;
    font-size: 16px
}

input#ninja_forms_field_111 {
    width: auto;
    float: left;
    position: relative;
    margin-top: 18px
}

ul.disc.mt-4.mb-4 li {
    text-indent: -.88em;
    margin-left: .88em;
    position: relative;
    padding-right: 10px;
    line-height: 18px;
    margin-block-start:1em;margin-block-end:1em;margin-inline-start:0;margin-inline-end:0;padding-inline-start:13px;font-family: Roboto,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px
}

ul.disc.mt-4.mb-4 li:before {
    font-size: 9px!important;
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    color: #e4e4e4;
    margin-right: 3px
}

.input-group .form-control::-webkit-input-placeholder {
    color: #707070!important
}

.input-group .form-control::-moz-placeholder {
    color: #707070!important
}

.input-group .form-control:-ms-input-placeholder {
    color: #707070!important
}

.input-group .form-control:-moz-placeholder {
    color: #707070!important
}

.mega-menu .input-group {
    margin-top: 20px
}

.btn.btn-danger.sign-upbtn-header {
    line-height: 25px;
    margin-right: 13px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    height: 38px;
    padding-top: 6px!important;
    font-family: Roboto,sans-serif;
    border-radius: 3px
}

.search input {
    border-radius: 0;
    border: none;
    background: 0 0;
    color: #3a3a3a;
    height: 100%;
    width: 100%;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

.search input::-webkit-input-placeholder {
    color: #c9cbc4
}

.search input::-moz-placeholder {
    color: #c9cbc4
}

.search input:-moz-placeholder {
    color: #c9cbc4
}

.search input:-ms-input-placeholder {
    color: #c9cbc4
}

.search input:focus {
    outline: 0
}

.search.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s,visibility 0s 0s;
    -moz-transition: opacity .3s 0s,visibility 0s 0s;
    transition: opacity .3s 0s,visibility 0s 0s
}

.nav-is-fixed .search {
    position: fixed
}

.search-overlay {
    position: fixed;
    z-index: 2;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: url("../images/close.png") 25 25,pointer;
    background-color: rgba(0,0,0,.8);
    visibility: hidden;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .3s 0s,visibility 0s .3s,-webkit-transform .3s 0s;
    -moz-transition: opacity .3s 0s,visibility 0s .3s,-moz-transform .3s 0s;
    transition: opacity .3s 0s,visibility 0s .3s,transform .3s 0s
}

.search-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s,visibility 0s 0s,-webkit-transform .3s 0s;
    -moz-transition: opacity .3s 0s,visibility 0s 0s,-moz-transform .3s 0s;
    transition: opacity .3s 0s,visibility 0s 0s,transform .3s 0s
}

.menu-overlay,.search-overlay {
    position: fixed;
    z-index: 9999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: url("../images/close.png") 25 25,pointer;
    background-color: rgba(0,0,0,.8);
    visibility: hidden;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .3s 0s,visibility 0s .3s,-webkit-transform .3s 0s;
    -moz-transition: opacity .3s 0s,visibility 0s .3s,-moz-transform .3s 0s;
    transition: opacity .3s 0s,visibility 0s .3s,transform .3s 0s
}

.menu-overlay.is-visible,.search-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s,visibility 0s 0s,-webkit-transform .3s 0s;
    -moz-transition: opacity .3s 0s,visibility 0s 0s,-moz-transform .3s 0s;
    transition: opacity .3s 0s,visibility 0s 0s,transform .3s 0s
}

.no-js .search {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible
}

.search {
    height: 120px;
    top: 170px
}

.search input {
    padding: 0;
    font-size: 26px;
    font-weight: 300;
    font-family: roboto;
    font-weight: 300;
    height: 119px
}

.search-overlay.is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.search-overlay.is-visible.search-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.mega-menu {
    min-height: 80px
}

.mega-menu .menu-links>li>a {
    line-height: 80px
}

.mega-menu .menu-logo {
    padding: 20px 0
}

.side-menu .mobile-nav-button {
    width: 22px!important;
    position: relative;
    margin: 52px 0 0 5px;
    right: 0;
    top: 0;
    z-index: 999;
    cursor: pointer;
    height: 17px
}

.side-menu .mobile-nav-button .mobile-nav-button-line {
    width: 100%;
    height: 2px;
    background: #0e0e0e;
    position: relative;
    transition: 1s ease
}

.side-menu .mobile-nav-button .mobile-nav-button-line:nth-of-type(2) {
    margin: 4px 0
}

.side-menu .mobile-nav-button .mobile-nav-button-line-2 {
    display: none
}

.side-content {
    overflow-y: scroll;
    display: block;
    max-width: 414px;
    width: 100%;
    right: -100%;
    height: 100vh;
    background: #fff;
    position: fixed;
    z-index: 99999;
    transition: 25s;
    top: 0;
    opacity: 0;
    box-shadow: 0 0 85px rgba(0,0,0,.2)
}

.side-content-info {
    padding: 40px 40px 100px
}

.side-content-open {
    right: 0;
    opacity: 1
}

.mega-menu.desktopTopFixed .side-menu .mobile-nav-button {
    margin: 30px 0 0 5px
}

.mega-menu.desktopTopFixed .search-button {
    padding: 18px 0 12px
}

.mega-menu.desktopTopFixed .search {
    position: fixed;
    top: 74px
}

.side-content-image {
    position: absolute;
    bottom: 0
}

.mega-menu .menu-links li.side-menu-main:hover {
    color: inherit
}

.side-content .side-logo img {
    height: 40px;
    display: block
}

.side-content .side-logo p {
    display: block;
    clear: both
}

.menu-toggle-hamburger.menu-close {
    display: block;
    text-align: right
}

.menu-toggle-hamburger.menu-close span {
    color: #353535;
    background: #f6f7f8;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out
}

.menu-toggle-hamburger.menu-close span:hover {
    color: #fff;
    background: #ff0f0f
}

#scrollbar::-webkit-scrollbar-track {
    box-shadow: none;
    background-color: transparent
}

#scrollbar::-webkit-scrollbar {
    width: 2px;
    background-color: transparent
}

#scrollbar::-webkit-scrollbar-thumb {
    background-color: #ff0f0f
}

#scrollbar::-moz-scrollbar-track {
    box-shadow: none;
    background-color: transparent
}

#scrollbar::-moz-scrollbar {
    width: 2px;
    background-color: transparent
}

#scrollbar::-moz-scrollbar-thumb {
    background-color: #ff0f0f
}

#scrollbar::-o-scrollbar-track {
    box-shadow: none;
    background-color: transparent
}

#scrollbar::-o-scrollbar {
    width: 2px;
    background-color: transparent
}

#scrollbar::-o-scrollbar-thumb {
    background-color: #ff0f0f
}

#scrollbar::-ms-scrollbar-track {
    box-shadow: none;
    background-color: transparent
}

#scrollbar::-ms-scrollbar {
    width: 2px;
    background-color: transparent
}

#scrollbar::-ms-scrollbar-thumb {
    background-color: #ff0f0f
}

.hero-inner {
    padding-top: 190px;
    padding-bottom: 80px;
    display: block
}

.container.hero-inner {
    padding-top: 250px;
    padding-bottom: 250px;
    z-index: 1;
    position: relative
}

.container.hero-inner h1 {
    color: #fff;
    font-weight: 400
}

p.description-p {
    margin-top: 29px;
    color: #fff
}

.owl-slide.slide-item {
    min-height: 50vh;
    background-size: cover!important
}

.owl-slide.slide-item:before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0,0,0,.65)!important
}

.call-sect:before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0,0,0,.65)!important
}

.header.default .topbar {
    border-bottom: 0;
    background: #212121;
    padding: 0
}

.mega-menu .drop-down-multilevel {
    max-width: 270px
}

.bg-hero-block.bg-hero-block-dark-mode .pr-logo span {
    margin-top: 5px;
    display: inline-block;
    color: #fff;
    vertical-align: top
}

section.intro-title.black-bg.pb-4 h1 {
    font-size: 35px;
    letter-spacing: 0;
    font-weight: 500;
    margin: 0;
    padding: 0
}

.mega-menu.desktopTopFixed .menu-list-items .menu-logo>li>a>img.main-logo-head {
    display: none
}

.mega-menu.desktopTopFixed .menu-list-items .menu-logo>li>a>img.main-logo-head-fixed {
    display: block
}

.mega-menu .menu-list-items .menu-logo>li>a>img.main-logo-head-fixed {
    display: none
}

.call-p-0 {
    padding: 0
}

.bg-hero-block {
    min-height: 100px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 0 20px 8px rgba(0,0,0,.06);
    -moz-box-shadow: 0 0 20px 8px rgba(0,0,0,.06);
    box-shadow: 0 0 20px 8px rgba(0,0,0,.06);
    transition: .2s
}

.bg-hero-block:hover {
    transform: scale(1.04);
    transition: .2s
}

.bg-grey-light {
    background-color: rgba(249,249,249,.41)
}

.bg-hero-block:hover a.button.mt-4.border-bule {
    background: red!important;
    color: #fff!important
}

.integration-blocks img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .8s;
    opacity: .6;
    margin: 0 auto;
    display: block
}

.integration-blocks:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: .8s;
    opacity: 1
}

.integration-blocks.integration-blocks--text {
    padding: 20px;
    font-size: 20px;
    text-align: center;
    -webkit-box-shadow: 0 0 20px 4px rgba(158,158,158,.22);
    -moz-box-shadow: 0 0 20px 4px rgba(158,158,158,.22);
    box-shadow: 0 0 20px 4px rgba(158,158,158,.22)
}

.sep-hr {
    width: 50%;
    margin-left: -20px;
    height: 3px;
    background: #e9e9e9;
    -webkit-box-shadow: 0 14px 5px -8px rgba(0,0,0,.27);
    -moz-box-shadow: 0 14px 5px -8px rgba(0,0,0,.27);
    box-shadow: 0 14px 5px -8px rgba(0,0,0,.27)
}

.pr-logo {
    width: 100%;
    height: 72px;
    margin-top: 16px;
    margin-bottom: 16px;
    text-align: left;
    padding: 5px
}

h5.mb-4.mt-4 {
    font-size: 16px
}

#header.topbar-dark .mega-menu {
    min-height: 189px
}

#header.topbar-dark {
    background: #fff;
    z-index: 999;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    box-shadow: 0 0 25px rgba(0,0,0,.1)
}

#header.topbar-dark .topbar {
    border-bottom: 0;
    background: #353535;
    padding: 10px 0
}

#header.topbar-dark .mega-menu .menu-links>li>a {
    color: #353535
}

#header.topbar-dark .mega-menu.desktopTopFixed .menu-links>li>a {
    color: #353535
}

#header.topbar-dark .mega-menu .menu-links>li.active a {
    color: #ff0f0f
}

#header.topbar-dark .mega-menu .menu-links {
    float: left
}

#header.topbar-dark .mega-menu .menu-links>li>a {
    line-height: 70px
}

#header.topbar-dark .mega-menu .row {
    margin-right: -15px;
    margin-left: -15px
}

#header.topbar-dark .mega-menu .menu-links>li:first-child a {
    padding-left: 0
}

#header.topbar-dark .mega-menu .menu-links>li:first-child .drop-down-multilevel a {
    padding-left: 20px
}

#header.topbar-dark .header-info {
    padding: 39px 0
}

#header.topbar-dark .header-info ul li {
    float: left;
    margin-left: 30px
}

#header.topbar-dark .header-info .info-box .info-icon {
    display: table-cell;
    padding-right: 20px
}

#header.topbar-dark .header-info .info-box .info-icon span {
    font-size: 30px;
    color: #ff0f0f
}

#header.topbar-dark .header-info .info-box .info-content {
    display: table-cell;
    vertical-align: top
}

#header.topbar-dark .header-info .info-box .info-content p {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 16px
}

#header.topbar-dark .mega-menu.desktopTopFixed .header-info {
    display: none
}

#header.topbar-dark .mega-menu.desktopTopFixed hr {
    display: none
}

#header.topbar-dark .mega-menu.desktopTopFixed .menu-logo {
    display: none
}

#header.topbar-dark .nav-add {
    padding: 0
}

#header.topbar-dark .nav-add ul li {
    display: inline-block;
    padding-left: 0
}

#header.topbar-dark .nav-add ul li a {
    color: #353535
}

#header.topbar-dark .search-button {
    padding: 16px 0 8px
}

#header.topbar-dark .side-menu .mobile-nav-button {
    margin: 27px 0 0 5px;
    height: 33px
}

.search.header.topbar-dark {
    top: 239px
}

#header.topbar-dark .mega-menu .menu-links>li.active .drop-down-multilevel li a {
    color: #353535
}

#header.topbar-dark .mega-menu .menu-links>li.active .drop-down-multilevel li.active a {
    color: #ff0f0f
}

#header.topbar-dark .mega-menu .menu-links>li .drop-down-multilevel li:hover a {
    color: #ff0f0f
}

#header.topbar-dark .mega-menu .menu-links>li .drop-down li a {
    color: #353535
}

#header.topbar-dark .mega-menu .menu-links>li .drop-down li.active a {
    color: #ff0f0f
}

#header.topbar-dark .mega-menu .menu-links>li .drop-down li:hover a {
    color: #ff0f0f
}

#header.topbar-dark .mega-menu .menu-links>li:hover .drop-down-multilevel li:hover a {
    color: #ff0f0f
}

#header.topbar-dark .mega-menu .menu-links>li:hover .drop-down-multilevel li:hover .drop-down-multilevel li a {
    color: #353535
}

#header.topbar-dark .mega-menu .menu-links>li .drop-down-multilevel li:hover a {
    color: #ff0f0f
}

#header.topbar-dark .mega-menu .menu-links li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a {
    color: #ff0f0f
}

#header.topbar-dark .mega-menu .menu-links li:hover .drop-down-multilevel li:hover .drop-down-multilevel li:hover a {
    color: #ff0f0f
}

#header.topbar-dark .mega-menu .menu-links li.active .drop-down-multilevel li .drop-down-multilevel li a {
    color: #353535
}

#header.transparent {
    background: 0 0;
    z-index: 999;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100%
}

#header.transparent .mega-menu .menu-links>li>a {
    color: #fff
}

#header.transparent .mega-menu.desktopTopFixed .menu-links>li>a {
    color: #353535
}

#header.transparent .mega-menu .menu-links>li.active a {
    color: rgba(255,255,255,.75)
}

#header.transparent .mega-menu.desktopTopFixed .menu-list-items {
    background: #353535;
    padding: 0;
    border: 0 solid #e0e0e0
}

#header.transparent .mega-menu.desktopTopFixed .menu-links>li>a {
    color: #fff
}

#header.transparent .search-trigger::before {
    border-color: #fff
}

#header.transparent .search-trigger::after {
    background: #fff
}

#header.transparent .side-menu .mobile-nav-button .mobile-nav-button-line {
    background: #fff
}

#header.transparent .search-trigger span::after,#header.transparent .search-trigger span::before {
    background: #fff
}

.search.header.transparent {
    top: 120px
}

.search.header.transparent .container-fluid {
    padding: 0 56px
}

#header.transparent .mega-menu .menu-links>li.active .drop-down-multilevel li a {
    color: #353535
}

#header.transparent .mega-menu .menu-links>li.active .drop-down-multilevel li.active a {
    color: #ff0f0f
}

#header.transparent .mega-menu .menu-links>li .drop-down-multilevel li:hover a {
    color: #ff0f0f
}

#header.transparent .mega-menu .menu-links>li .drop-down li a {
    color: #353535
}

#header.transparent .mega-menu .menu-links>li .drop-down li.active a {
    color: #ff0f0f
}

#header.transparent .mega-menu .menu-links>li .drop-down li:hover a {
    color: #ff0f0f
}

#header.transparent .mega-menu .menu-links>li:hover .drop-down-multilevel li:hover a {
    color: #ff0f0f
}

#header.transparent .mega-menu .menu-links>li:hover .drop-down-multilevel li:hover .drop-down-multilevel li a {
    color: #353535
}

#header.transparent .mega-menu .menu-links>li .drop-down-multilevel li:hover a {
    color: #ff0f0f
}

#header.transparent .mega-menu .menu-links li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a {
    color: #ff0f0f
}

#header.transparent .mega-menu .menu-links li:hover .drop-down-multilevel li:hover .drop-down-multilevel li:hover a {
    color: #ff0f0f
}

#header.transparent .mega-menu .menu-links li.active .drop-down-multilevel li .drop-down-multilevel li a {
    color: #353535
}

#header.transparent .container-fluid {
    padding: 0 60px
}

#header.fancy {
    background: 0 0;
    position: relative
}

#header.fancy .topbar {
    background: #ff0f0f;
    padding: 15px 0 70px;
    border-bottom: 0
}

#header.fancy .topbar .topbar-right li a:hover {
    color: rgba(255,255,255,.65)
}

#header.fancy .menu {
    position: absolute;
    width: 100%;
    top: 60px
}

section.hero {
    margin-top: -80px
}

#header.fancy .mega-menu>section.menu-list-items {
    background: #fff;
    padding: 0 25px
}

#header.fancy .mega-menu.desktopTopFixed>section.menu-list-items {
    border-bottom: 1px solid #f6f6f6
}

#header.fancy .mega-menu .menu-links>li>a {
    color: #323232;
    line-height: 100px
}

#header.fancy .mega-menu.desktopTopFixed .menu-links>li>a {
    color: #fff
}

#header.fancy .mega-menu .menu-links>li>a:hover {
    color: #ff0f0f
}

#header.fancy .mega-menu .menu-links>li.active a {
    color: #ff0f0f
}

#header.fancy .mega-menu.desktopTopFixed .menu-links>li>a {
    color: #323232
}

#header.fancy .mega-menu .menu-links>li.active a {
    color: #ff0f0f
}

#header.fancy .mega-menu .menu-links>li.active .drop-down-multilevel li.active a {
    color: #ff0f0f
}

#header.fancy .mega-menu .menu-links>li.active .drop-down-multilevel li a {
    color: #323232
}

#header.fancy .mega-menu .menu-links>li.active .drop-down-multilevel li a:hover {
    color: #ff0f0f
}

#header.fancy .search-top .search-btn {
    color: #323232
}

#header.fancy .search-top .search-btn:hover {
    color: #ff0f0f
}

#header.fancy .mega-menu .menu-logo {
    padding: 30px 0
}

#header.fancy .mega-menu.desktopTopFixed .menu-logo {
    padding: 18px 0
}

#header.fancy .search-button {
    padding: 31px 0 25px
}

#header.fancy .side-menu .mobile-nav-button {
    margin: 42px 0 0 5px
}

.search.header.fancy {
    top: 160px
}

#header.fancy .mega-menu.desktopTopFixed .menu-links>li>a {
    line-height: 72px
}

#header.fancy .mega-menu.desktopTopFixed .search-button {
    padding: 16px 0 16px
}

#header.fancy .mega-menu.desktopTopFixed .side-menu .mobile-nav-button {
    margin: 29px 0 0 5px
}

#header.fancy .mega-menu .menu-links>li.active .drop-down-multilevel li a {
    color: #353535
}

#header.fancy .mega-menu .menu-links>li.active .drop-down-multilevel li.active a {
    color: #ff0f0f
}

#header.fancy .mega-menu .menu-links>li .drop-down-multilevel li:hover a {
    color: #ff0f0f
}

#header.fancy .mega-menu .menu-links>li .drop-down li a {
    color: #353535
}

#header.fancy .mega-menu .menu-links>li .drop-down li.active a {
    color: #ff0f0f
}

#header.fancy .mega-menu .menu-links>li .drop-down li:hover a {
    color: #ff0f0f
}

#header.fancy .mega-menu .menu-links>li:hover .drop-down-multilevel li:hover a {
    color: #ff0f0f
}

#header.fancy .mega-menu .menu-links>li:hover .drop-down-multilevel li:hover .drop-down-multilevel li a {
    color: #353535
}

#header.fancy .mega-menu .menu-links>li .drop-down-multilevel li:hover a {
    color: #ff0f0f
}

#header.fancy .mega-menu .menu-links li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a {
    color: #ff0f0f
}

#header.fancy .mega-menu .menu-links li:hover .drop-down-multilevel li:hover .drop-down-multilevel li:hover a {
    color: #ff0f0f
}

#header.fancy .mega-menu .menu-links li.active .drop-down-multilevel li .drop-down-multilevel li a {
    color: #353535
}

.our-service .feature-box-01 {
    padding: 50px 40px
}

.our-service .top-service .service-block {
    margin-top: 0
}

.our-service .bottom-service .service-block {
    margin-bottom: 0
}

.our-service .services-info {
    padding: 55px 15px 15px
}

.our-service h3 {
    line-height: 44px
}

.no-gutter>[class*=col-] {
    padding-right: 0;
    padding-left: 10px
}

.our-services .feature-box-01 span {
    font-size: 32px
}

.feature-box-01 .feature-box-button {
    opacity: 0;
    margin-top: 10px
}

.feature-box-01 .feature-box-button .button.arrow {
    color: #aaa
}

.feature-box-01 .feature-box-button .button.arrow:hover {
    color: #ff0f0f
}

.feature-box-01 .feature-box-button {
    opacity: 0;
    transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out
}

.feature-box-01:hover .feature-box-button {
    opacity: 1
}

.list-style-1 li i {
    padding-right: 10px
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

ul.list-mark li {
    list-style-type: none;
    padding-left: 25px;
    position: relative
}

ul.list-mark li:after {
    content: "\f054";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    color: #ff0f0f
}

ul.list-style-right li {
    list-style-type: none;
    position: relative;
    font-weight: 700;
    color: #353535;
    font-size: 16px
}

ul.list-style-right li i {
    color: #ff0f0f;
    padding-right: 15px
}

ul.list-style-icon li span {
    color: #ff0f0f;
    padding-right: 15px
}

.welcome-01 h3 {
    line-height: 36px
}

.welcome-02 .welcome-02-top {
    margin-top: -170px
}

.welcome-02 .welcome-02-content {
    padding: 80px 50px
}

.accordion .acd-group .acd-heading:before {
    font-family: fontawesome
}

.accordion .acd-group .acd-heading:before {
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 20px;
    display: block;
    padding: 3px 6px 2px;
    content: "\f105";
    font-size: 22px;
    line-height: 38px
}

.accordion .acd-group>.acd-heading>span {
    margin-right: 15px
}

.accordion .acd-heading {
    position: relative;
    padding: 20px 30px;
    color: #353535;
    line-height: normal;
    cursor: pointer;
    background-color: #fff;
    margin-bottom: 20px;
    display: block;
    font-family: Roboto,sans-serif;
    text-transform: uppercase;
    border-radius: 90px;
    box-shadow: 0 5px 10px rgba(0,0,0,.1)
}

.acd-des {
    padding: 0 40px 20px
}

.accordion .acd-group.acd-active .acd-heading {
    color: #fff;
    background: #ff0f0f
}

.accordion .acd-group.acd-active .acd-heading:before {
    content: "\f107"
}

.accordion .acd-group.acd-active .acd-heading span {
    color: #fff
}

.accordion.simple .acd-group .acd-heading {
    background: 0 0;
    box-shadow: none;
    font-size: 18px;
    margin-bottom: 0;
    color: rgba(255,255,255,.5);
    text-transform: inherit;
    font-weight: 700;
    padding: 20px 30px 0
}

.accordion.simple .acd-group.acd-active .acd-heading {
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px
}

.accordion.simple .acd-group .acd-heading::before {
    display: none
}

.accordion.simple .acd-group .acd-des {
    padding: 0 30px 20px;
    color: #fff
}

.accordion.simple.black .acd-group .acd-heading {
    color: #353535
}

.accordion.simple.black .acd-group.acd-active .acd-heading {
    color: #ff0f0f
}

.accordion.simple.black .acd-group .acd-des {
    color: #353535
}

.accordion.icon .acd-group .acd-heading:before {
    display: none
}

.accordion.icon .acd-heading {
    background: 0 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0
}

.accordion.icon .acd-heading span {
    display: inline-block;
    color: #ff0f0f;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    background-color: #fff;
    border-radius: 90px;
    box-shadow: 0 0 20px rgba(0,0,0,.1)
}

.accordion.icon .acd-group.acd-active .acd-heading {
    background: 0 0;
    color: #ff0f0f;
    margin-bottom: 0
}

.accordion.icon .acd-group.acd-active .acd-heading span {
    color: #fff;
    background: #ff0f0f
}

.accordion.icon .acd-des {
    padding: 0 0 20px 70px
}

.faq .accordion .acd-heading {
    margin-bottom: 20px
}

.faq .accordion .acd-des {
    padding: 0 40px 40px
}

.faq .accordion .acd-heading i {
    margin-right: 10px
}

.pricing-packages .pricing {
    margin: 0 20px
}

.pricing {
    background: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,.1);
    padding: 40px 0;
    position: relative;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out
}

.pricing .pricing-prize h2,.pricing .pricing-title h5,.pricing .pricing-title span {
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out
}

.pricing .pricing-title .section-title {
    margin-bottom: 0
}

.pricing .pricing-title span {
    font-size: 14px;
    display: block;
    text-transform: none;
    font-weight: 400
}

.pricing .pricing-title h5 {
    font-weight: 700
}

.pricing .pricing-prize h2 span {
    font-size: 14px;
    display: inline-block;
    padding-right: 5px
}

.pricing .pricing-list ul {
    margin-top: 15px
}

.pricing .pricing-list ul li {
    list-style-type: none;
    font-family: Roboto,sans-serif;
    line-height: 36px
}

.pricing:hover {
    box-shadow: 0 0 50px rgba(0,0,0,.1)
}

.pricing.active .pricing-title h5 {
    color: #ff0f0f
}

.pricing.active .pricing-prize h2 {
    color: #ff0f0f
}

.about-section {
    overflow: hidden
}

.about-section .counter span {
    font-size: 30px
}

.about-section .counter .counter-block h6 {
    font-size: 14px;
    text-transform: inherit
}

.newsletter {
    background: #353535 url(../images/bg-element/02.png);
    position: relative
}

.newsletter .form-group {
    width: 100%
}

.newsletter .form-control {
    box-shadow: none;
    background: #fff;
    width: 100%
}

.newsletter .form-control:focus {
    border: 1px solid transparent;
    box-shadow: 0 8px 25px rgba(0,0,0,.1)
}

.newsletter .button {
    padding: 11px 30px
}

.newsletter .button:hover {
    background: #fff;
    color: #ff0f0f;
    border-color: #fff
}

.newsletter.blue-bg {
    background: #ff0f0f;
    position: relative;
    z-index: 1;
    padding-top: 50px
}

.newsletter.blue-bg:before {
    background: url(../images/bg-element/03.png) no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: -120px
}

.input-group .form-control {
    max-width: 100%
}

.call-to h5,.call-to h6 {
    color: #505050;
    line-height: 34px
}

span.tech-sup-img-sp {
    width: 83px;
    display: inline-block;
    margin-right: 9px;
    transition: .8s
}

span.tech-sup-img-sp>img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .8s;
    height: 100%
}

span.tech-sup-img-sp:hover {
    opacity: 1;
    transition: .8s
}

span.tech-sup-img-sp>img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: .8s
}

span.tech-sup-img-sp {
    width: 93px;
    height: 52px;
    display: inline-block;
    padding: 8px;
    padding-top: 7px;
    margin-right: 7px;
    text-align: center;
    transition: .8s;
    background: #fff;
    -webkit-box-shadow: 0 0 48px -16px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 48px -16px rgba(0,0,0,.3);
    box-shadow: 0 0 48px -16px rgba(0,0,0,.3)
}

ul.social-right {
    list-style: none;
    display: inline
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%
}

.sticky+.sidebar-widgets-wrap {
    padding-top: 102px
}

ul.social-right>li {
    padding: 6px;
    margin-right: 9px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 17px;
    display: inline-block;
    border-radius: 100px
}

li.link-social>a {
    display: block;
    width: 100%;
    height: 100%
}

li.link-social.link-facebook {
    background: #36609f
}

li.link-social.link-facebook>a {
    color: #fff
}

li.link-social.link-twitter {
    background: #2aa9e0
}

li.link-social.link-twitter>a {
    color: #fff
}

li.link-social.link-linkedin {
    background: #0073af
}

li.link-social.link-linkedin>a {
    color: #fff
}

li.link-social.link-github {
    background: #fff
}

li.link-social.link-github>a {
    color: #161616
}

li.link-social {
    -webkit-box-shadow: 0 0 17px -5px rgba(0,0,0,.54);
    -moz-box-shadow: 0 0 17px -5px rgba(0,0,0,.54);
    box-shadow: 0 0 17px -5px rgba(0,0,0,.54)
}

.contact-box .contact-icon {
    display: table-cell;
    padding-right: 20px
}

.contact-box .contact-icon i {
    background: 0 0;
    line-height: normal;
    font-size: 34px
}

.contact-box .contact-info {
    display: table-cell;
    vertical-align: top
}

div#main {
    z-index: 1;
    position: relative
}

.form.white .form-control {
    box-shadow: none;
    border: 1px solid transparent;
    background: #252525;
    width: 100%;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

.form.white .form-control:focus {
    background: 0 0;
    border: 1px solid #252525
}

.form.white .form-group {
    margin-bottom: 20px
}

.form.white .button:hover {
    color: #ff0f0f;
    background: #fff;
    border-color: #fff
}

.feature-box-01 .feature-box-icon i {
    font-size: 36px
}

.policy-dock ul {
    list-style-type: disc;
    padding-left: 30px;
    margin-bottom: 12px
}

.policy-dock ol {
    padding-left: 30px;
    margin-bottom: 12px
}

.policy-dock .decimal {
    list-style-type: decimal
}

.policy-dock .upper-roman {
    list-style-type: upper-roman
}

.policy-dock__padding {
    padding-left: 20px
}

.policy-dock h1,.policy-dock h2,.policy-dock h3,.policy-dock h4,.policy-dock h5,.policy-dock h6 {
    font-weight: 700
}

.feature-box-01.round {
    padding: 21px 20px;
    background: #212c33bd;
    z-index: 4
}

.feature-box-01.round .feature-box-img {
    display: inline-block;
    background: #5d666a;
    box-shadow: 0 6px 20px rgba(0,0,0,.1);
    width: 108px;
    height: 108px;
    border-radius: 90px;
    text-align: center;
    line-height: 0;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out
}

.feature-box-01.round .feature-box-img img {
    display: inline-block
}

.feature-box-01.round:hover .feature-box-img {
    box-shadow: 0 6px 30px rgba(0,0,0,.1)
}

.feature-box-01.box-shadow .feature-box-img {
    display: inline-block;
    width: 160px;
    height: 160px;
    border-radius: 90px;
    text-align: center;
    line-height: 160px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.1)
}

.feature-box-02 .icon {
    float: left;
    border-radius: 100px;
    height: 80px;
    width: 80px;
    line-height: 68px;
    text-align: center;
    margin-right: 20px;
    background: 0 0;
    color: #fff;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

.feature-box-02 .icon i {
    font-size: 24px
}

.feature-box-02 .icon span {
    font-size: 30px
}

.feature-box-02 .info {
    display: table-cell
}

.feature-box-02.right .icon {
    float: right;
    margin-left: 20px;
    height: 80px;
    width: 80px;
    text-align: center;
    margin-right: 0;
    border-radius: 100px;
    background: 0 0
}

.feature-box-02:hover .icon {
    background: #353535
}

.feature-box-02.image .icon {
    background: 0 0
}

.feature-box-03 {
    padding: 40px 50px;
    position: relative;
    z-index: 9
}

.feature-box-03-bg-1 {
    background: #ff0f0f
}

.feature-box-03-bg-2 {
    background: #123aeb
}

.feature-box-03-bg-3 {
    background: #0d32d9
}

.feature-box-03 i {
    font-size: 50px
}

.service-block .feature-box-02 {
    display: inline-block
}

.service-block .feature-box-02 .info {
    display: table
}

.service-block.media .feature-box-02 .icon {
    width: 20px
}

.service-block .feature-box-02 .icon span {
    font-size: 20px
}

.feature-box-04 .icon {
    float: right;
    margin-left: 20px;
    height: 80px;
    width: 80px;
    text-align: center;
    margin-right: 0;
    border-radius: 100px;
    background: 0 0
}

.feature-box-04 .icon img {
    display: inline-block;
    width: 40%
}

.feature-main .no-gutter>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.feature-main h4 {
    line-height: 36px;
    text-transform: inherit
}

.sec-relative {
    position: relative
}

.sec-relative .side-content-image {
    position: absolute;
    right: 0;
    bottom: 0
}

.service-quality-block {
    position: relative
}

.service-quality-block .feature-box-04 {
    position: absolute
}

.service-quality-block .feature-01 {
    bottom: 7%;
    left: 5%
}

.service-quality-block .feature-02 {
    bottom: 48%;
    left: 12%
}

.service-quality-block .feature-03 {
    bottom: 76%;
    left: 30%
}

.service-quality-block .feature-04 {
    bottom: 7%;
    right: 5%
}

.service-quality-block .feature-05 {
    bottom: 48%;
    right: 12%
}

.service-quality-block .feature-06 {
    bottom: 76%;
    right: 30%
}

.our-story-content {
    padding: 20px;
    background: #fff;
    padding-left: 42px
}

.our-story-content span {
    font-size: 20px;
    display: inline-block;
    width: 100%;
    line-height: 33px
}

.our-story .play-video a {
    color: #fff;
    font-size: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: inline-block;
    line-height: 80px;
    text-align: center;
    padding-left: 10px
}

.our-story .play-video a:hover {
    border-color: #ff0f0f;
    background: #ff0f0f
}

.testimonial .testimonial-bg {
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 0 25px rgba(0,0,0,.1);
    padding-bottom: 12px
}

.testimonial .testimonial-bg .owl-carousel .owl-nav {
    opacity: 1;
    top: inherit;
    bottom: 80px
}

.testimonial .testimonial-bg .owl-carousel .owl-nav .owl-next {
    right: 43%
}

.testimonial .testimonial-bg .owl-carousel .owl-nav .owl-prev {
    left: 43%
}

.testimonial .testimonial-bg .testimonial-bg-inner {
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 0 25px rgba(0,0,0,.1);
    width: 100%;
    margin-top: -10px
}

.testimonial-01 {
    padding: 50px 80px 100px;
    position: relative
}

.testimonial-01:before {
    position: absolute;
    content: "\f10d";
    font-size: 110px;
    color: #f7f7f7;
    top: 50px;
    left: 30px;
    font-family: fontawesome
}

.testimonial-01:after {
    position: absolute;
    content: "\f10e";
    font-size: 110px;
    color: #f7f7f7;
    bottom: 40px;
    right: 30px;
    font-family: fontawesome
}

.testimonial-01 .testimonial-avtar {
    width: 90px;
    background: #f5f6f7;
    border-radius: 25px;
    display: inline-block;
    text-align: center
}

.testimonial-01 .testimonial-avtar img {
    display: inline-block;
    border-radius: 25px
}

.testimonial-01 h5 span {
    display: block;
    font-size: 14px;
    text-transform: capitalize
}

.testimonial-01 p {
    font-style: italic;
    font-size: 15px
}

.testimonial-02 .testimonial-bg {
    box-shadow: 0 0 30px rgba(0,0,0,.1);
    border-radius: 0;
    padding-bottom: 0
}

.testimonial-02 .testimonial-block:after,.testimonial-02 .testimonial-block:before {
    display: none
}

.testimonial-02 .testimonial-block {
    border-radius: 0;
    padding: 30px
}

.testimonial-02 .testimonial-block .testimonial-avtar {
    width: 100px;
    height: 100px;
    background: #f5f6f7;
    border-radius: 50%;
    display: inline-block;
    text-align: center
}

.testimonial-02 .testimonial-block .testimonial-avtar img {
    border-radius: 50%
}

.testimonial-02 .testimonial-block p {
    font-style: italic
}

.testimonial-02 .testimonial-title {
    position: relative;
    padding: 80px 30px 0;
    height: 100%;
    z-index: 9
}

.testimonial-02 .testimonial-title h3 {
    line-height: 40px
}

.testimonial-02 .testimonial-title:before {
    position: absolute;
    content: "\f10d";
    font-size: 110px;
    color: rgba(0,0,0,.2);
    top: 50px;
    left: 30px;
    font-family: fontawesome;
    z-index: -1
}

.testimonial-02 .testimonial-title:after {
    position: absolute;
    content: "\f10e";
    font-size: 110px;
    color: rgba(0,0,0,.2);
    bottom: 50px;
    right: 30px;
    font-family: fontawesome;
    z-index: -1
}

.testimonial-02 .testimonial-bg .owl-carousel .owl-nav {
    opacity: 1;
    top: inherit;
    top: 15%;
    bottom: inherit
}

.testimonial-02 .testimonial-bg .owl-carousel .owl-nav .owl-next {
    right: 20%
}

.testimonial-02 .testimonial-bg .owl-carousel .owl-nav .owl-prev {
    left: 20%
}

.testimonial-02 .testimonial-bg .owl-carousel:hover .owl-nav .owl-prev {
    left: 20%
}

.testimonial-02 .testimonial-bg .owl-carousel:hover .owl-nav .owl-next {
    right: 20%
}

.testimonial-03 {
    position: relative;
    background: #f7f7f7;
    padding: 14px 18px;
    display: inline-block;
    width: 100%;
    margin-bottom: 65px;
    border-radius: 5px
}

.testimonial-03:before {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 50px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #f6f7f8 transparent transparent transparent
}

.testimonial-03 .testimonial-avatar {
    float: left;
    height: 115px;
    width: 115px;
    display: inline-block;
    margin-right: 20px
}

.testimonial-03 .testimonial-avatar img {
    border-radius: 90px
}

.testimonial-03 .testimonial-info {
    display: table-cell;
    vertical-align: middle
}

.testimonial-03 .testimonial-info h6 {
    position: absolute;
    content: "";
    bottom: -84px;
    left: 50px;
    text-align: left
}

.testimonial-03 .testimonial-info h6 span {
    display: block;
    font-family: Roboto,sans-serif;
    color: #aaa;
    font-size: 14px
}

.service-contact .owl-carousel .owl-controls .owl-dot {
    margin-top: 0
}

.counter b {
    font-size: 30px;
    display: block;
    color: #fff;
    font-family: Roboto,sans-serif;
    font-weight: 700;
    margin: 10px 0
}

.counter span {
    font-size: 40px;
    color: #fff
}

.counter.light b,.counter.light h6 {
    color: #353535
}

.counter.light span {
    color: #ff0f0f
}

.our-clients.blue-bg {
    padding: 60px 0 60px
}

.item.bg-white {
    padding: 24px;
    border-radius: 4px
}

.case-studies.bottom-padding {
    padding-bottom: 230px
}

.studies-entry .entry-detail {
    background: 0 0;
    padding: 7px 10px;
    padding-top: 3px;
    border: 1px solid #e5e5e5;
    border-top: 0
}

.studies-entry .entry-content a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #515151;
    line-height: 10px!important
}

.studies-entry .entry-content a:hover {
    color: #ff0f0f
}

.studies-entry .entry-tag {
    display: inline-block
}

.studies-entry .entry-tag li {
    line-height: 14px
}

.studies-entry .entry-tag li a {
    font-size: 14px;
    font-weight: 600;
    color: #353535
}

.studies-entry .entry-tag li a:hover {
    color: #ff0f0f
}

.studies-entry .entry-like span {
    font-weight: 600
}

.studies-entry .entry-image {
    position: relative;
    overflow: hidden
}

.studies-entry .entry-image .entry-overlay {
    background: rgba(0,0,0,.84);
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

.studies-entry .entry-image .entry-overlay a {
    font-size: 30px;
    color: #fff;
    text-align: center;
    left: 50%;
    top: 50%;
    position: absolute
}

.studies-entry:hover .entry-image .entry-overlay {
    opacity: 1
}

.single .single-info a {
    padding: 10px 30px
}

.single-navigation {
    margin: 50px 0 0;
    display: block
}

.navigation-next img {
    display: inline-block;
    width: 120px;
    margin-bottom: 10px
}

.navigation-next span {
    display: block;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out
}

.navigation-next .port-arrow {
    float: left
}

.port-arrow {
    width: 40px;
    text-align: center;
    background: #f6f7f8;
    display: inline-block
}

.port-arrow i {
    text-align: center;
    font-size: 25px;
    line-height: 90px
}

.navigation-next a {
    font-size: 14px;
    font-style: normal;
    line-height: 24px;
    color: #353535;
    text-transform: uppercase;
    display: block;
    font-weight: 700
}

.navigation-next:hover span {
    color: #ff0f0f
}

.navigation-previous img {
    display: inline-block;
    width: 120px;
    margin-bottom: 10px
}

.navigation-previous span {
    display: block;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out
}

.navigation-previous .port-arrow {
    float: right
}

.navigation-previous a {
    font-size: 14px;
    font-style: normal;
    line-height: 24px;
    color: #353535;
    text-transform: uppercase;
    display: block;
    font-weight: 700
}

.navigation-previous:hover span {
    color: #ff0f0f
}

.isotope-filters {
    display: table;
    margin: 0 auto 40px;
    text-align: center
}

.isotope-filters button {
    padding: 10px 35px;
    background: #f6f7f8;
    color: #aaa;
    border-radius: 30px;
    margin: 0 4px;
    border: 0;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.isotope-filters button:focus {
    outline: 0;
    outline-style: none;
    outline-offset: 0
}

.isotope-filters button.active,.isotope-filters button:hover {
    color: #fff;
    background: #ff0f0f
}

.case-studies .isotope.column-3 .grid-item {
    width: 33.333%;
    padding: 15px
}

.skill {
    width: 100%;
    height: 8px;
    margin: 40px 0 20px 0;
    background-color: #e3e3e3;
    border-radius: 30px
}

.skill:not(:first-child) {
    margin-top: 60px
}

.skill-bar {
    height: 100%;
    padding: 0;
    background: #ff0f0f;
    box-shadow: none;
    border-radius: 30px
}

.progress-title {
    color: #353535;
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    text-align: left;
    margin-left: 0;
    margin-top: -20px
}

.progress-title>i {
    margin-right: 8px
}

.skill-bar .progress-number,.skill-bar .progress-type {
    color: #353535;
    float: right;
    margin-top: -18px;
    position: relative;
    top: -10px;
    font-size: 15px;
    font-weight: 600
}

.team {
    text-align: center;
    position: relative;
    cursor: pointer;
    overflow: hidden
}

.team:before {
    background: rgba(32,70,242,.9);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 8;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

.team .team-description {
    left: 0;
    margin-top: -20px;
    position: absolute;
    top: -10%;
    width: 100%;
    color: #fff;
    opacity: 0;
    z-index: 9
}

.team .team-description h6 {
    color: #fff
}

.team .team-social {
    left: 0;
    position: absolute;
    bottom: -10%;
    width: 100%;
    opacity: 0;
    z-index: 9
}

.team .team-social ul {
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 30px;
    padding: 0 10px
}

.team .team-social ul li {
    display: inline-block
}

.team .team-social ul li a {
    color: #fff
}

.team .team-social ul li a:hover {
    color: #353535
}

.team .team-social ul li a i {
    font-size: 16px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: 0 0;
    display: inline-block;
    float: none
}

.team .team-social ul li a i:hover {
    color: #000
}

.team:hover:before {
    opacity: 1;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

.team:hover .team-description {
    top: 38%;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    opacity: 1
}

.team:hover .team-social {
    opacity: 1;
    bottom: 33%;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

.team.team-2 .team-images {
    text-align: center
}

.team.team-2 .team-images img {
    display: inline-block
}

.team.team-2 .team-description {
    background: #ff0f0f;
    top: inherit;
    padding: 30px 30px 0;
    bottom: -88px
}

.team.team-2 .team-social {
    background: #ff0f0f;
    text-align: center;
    padding: 0 30px 30px;
    bottom: -148px;
    display: inline-block
}

.team.team-2 .team-social ul {
    border: none;
    display: inline-block;
    border-radius: 0;
    padding: 0
}

.team.team-2 .team-social ul li a i {
    height: auto;
    line-height: normal
}

.team.team-2:before {
    display: none
}

.team.team-2:hover .team-description {
    bottom: 60px
}

.team.team-2:hover .team-social {
    bottom: 0
}

.intro-title .intro-content {
    position: relative
}

.intro-title .intro-content .intro-name {
    padding: 100px 0 50px 0;
    position: relative;
    z-index: 9
}

.intro-title .intro-content .intro-img {
    position: absolute;
    bottom: 0;
    height: auto;
    right: 0
}

.intro-title.dark .intro-content .intro-name {
    padding: 100px 0
}

.intro-title .breadcrumb {
    background: 0 0;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0
}

.intro-title .breadcrumb li.active {
    color: #fff
}

.intro-title .breadcrumb li a {
    color: #fff
}

.intro-title .breadcrumb>li+li::before {
    font-family: fontawesome;
    content: "\f101";
    padding: 0 8px;
    color: #fff
}

.intro-title.small .intro-content .intro-name {
    padding: 40px 0 30px
}

.intro-title.small .breadcrumb li a {
    color: #353535
}

.intro-title.small .breadcrumb li.active {
    color: #353535
}

.intro-title.small .breadcrumb>li+li::before {
    color: #353535
}

.touch-in {
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    margin-bottom: 0;
    padding: 60px 0;
    width: 100%
}

.touch-in .contact-box {
    text-align: center
}

.touch-in .contact-box .contact-info {
    display: block
}

.touch-in .contact-box .contact-info .section-title {
    margin-bottom: 0
}

.touch-in .contact-box .contact-icon {
    display: block;
    margin-bottom: 10px;
    padding-right: 0
}

.gray-form .form-control {
    box-shadow: none;
    border: 1px solid #f5f5f5;
    background: #f5f6f7;
    width: 100%;
    font-size: 14px
}

.gray-form .form-control:focus {
    background: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

.gray-form .form-group {
    margin-bottom: 20px
}

.gray-form .button {
    margin-right: 20px
}

textarea.form-control {
    resize: vertical;
    padding: 10px
}

textarea.size-large {
    min-height: 130px;
    max-height: 300px
}

.contact-map {
    height: 400px
}

.contact-map .container-fluid {
    padding: 0
}

.contact-map .container-fluid iframe {
    border: 0;
    width: 100%;
    height: 400px
}

.social-icon li {
    display: inline-block
}

.social-icon li a {
    display: block;
    padding: 0;
    text-align: center;
    display: inline-block;
    text-align: center
}

.social-icon li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #ff0f0f;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    float: none;
    margin-right: 2px;
    box-shadow: 0 0 15px rgba(0,0,0,.1)
}

.social-icon li a:hover {
    background: #ff0f0f;
    color: #fff
}

.customer-sport {
    padding: 50px 0
}

.error-info {
    padding: 0 50px
}

.error-info .button.black {
    margin-left: 15px
}

.pricing.pricing-01 .pricing-title .section-title {
    position: relative
}

.pricing.pricing-01 .pricing-title {
    position: relative
}

.pricing.pricing-01 .pricing-title:before {
    position: absolute;
    top: -50px;
    left: 0;
    content: "";
    width: 100%;
    height: 71%;
    background: #f6f7f8;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

.pricing.pricing-01 .pricing-title .pricing-img {
    background: #fff;
    display: inline-block;
    margin-top: 10px;
    width: 106px;
    border-radius: 95px;
    position: relative;
    height: 106px;
    line-height: 106px;
    box-shadow: 0 0 15px rgba(0,0,0,.1)
}

.pricing.pricing-01 .pricing-title .pricing-prize {
    margin-top: 20px
}

.pricing.pricing-01:hover .pricing-title:before {
    background: #ff0f0f
}

.pricing.pricing-01:hover .pricing-title .section-title h5,.pricing.pricing-01:hover .pricing-title .section-title span {
    color: #fff
}

.pricing.pricing-01:hover .pricing-prize h2 {
    color: #ff0f0f
}

.pricing.pricing-01.active .pricing-title:before {
    background: #ff0f0f
}

.pricing.pricing-01.active .pricing-title .section-title h5,.pricing.pricing-01.active .pricing-title .section-title span {
    color: #fff
}

.pricing.pricing-01.active .pricing-prize h2 {
    color: #ff0f0f
}

.button i.fa.fa-play-circle-o {
    font-size: 19px;
    vertical-align: text-bottom;
    margin-left: 5px
}

a:not([href]):not([tabindex]) {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

div#hero-slider>.owl-controls {
    margin-top: -177px;
    margin-bottom: 170px
}

a.link {
    text-decoration: underline
}

a.link:hover {
    color: #ff0018!important;
    text-decoration: underline!important
}

.clients-box {
    background: rgba(229,229,229,.58);
    padding: 20px;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

.intro-name .clients-photo {
    margin-bottom: 50px
}

.row.partners-block>.col-md-4>.clients-box.mb-3.clearfix>.clients-photo {
    position: relative;
    margin-right: 20px;
    width: 143px;
    height: 85px;
    float: left;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    border-radius: 4px
}

.row.partners-block>.col-md-4>.clients-box.mb-3.clearfix>.clients-photo>.clients-photo img {
    padding: 10px
}

.clients-photo {
    position: relative;
    margin-right: 20px;
    width: 150px;
    height: 153px;
    float: left;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    border-radius: 4px
}

.mm-6>a.button {
    margin: 1px
}

.sort.fl {
    background: rgba(229,229,229,.54);
    padding-right: 14px;
    font-size: 16px;
    line-height: 44px;
    font-weight: 100
}

.team-photo img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 22px
}

.clients-photo img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 22px
}

h6.mt-1.mb-1 {
    font-size: 12px;
    display: table-cell;
    vertical-align: middle
}

.clients-info {
    position: relative;
    width: auto;
    height: 83px;
    display: table
}

.integration-blocks {
    border-radius: 4px;
    padding-bottom: 5px;
    padding-top: 5px;
    background: #fff;
    padding: 34px;
    -webkit-box-shadow: 0 0 20px 8px rgba(0,0,0,.01);
    -moz-box-shadow: 0 0 20px 8px rgba(0,0,0,.01);
    box-shadow: 0 0 20px 8px rgba(0,0,0,.01);
    margin-bottom: 28px;
    padding-bottom: 12px;
    padding-top: 13px
}

.integration-blocks:hover {
    -webkit-box-shadow: 0 0 20px 4px rgba(158,158,158,.22);
    -moz-box-shadow: 0 0 20px 4px rgba(158,158,158,.22);
    box-shadow: 0 0 20px 4px rgba(158,158,158,.22)
}

.clients-info a.button {
    color: #353535
}

.pb-0 {
    padding-bottom: 0
}

.clients-box:hover {
    background: #e5e5e5
}

.clients-info a.button:hover {
    color: #ff0018
}

.at-section__title {
    margin: 0 0 70px;
    color: #000;
    font-family: Roboto,sans-serif;
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 2.625rem;
    text-align: center
}

.at-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: #fff;
    border: 1px solid #e2e9ed
}

.at-grid[data-column="1"] .at-column {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    flex-basis: 100%
}

.at-grid[data-column="2"] .at-column {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    flex-basis: 50%
}

.at-grid[data-column="3"] .at-column {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
    flex-basis: 33.3333333333%
}

.at-grid[data-column="4"] .at-column {
    width: 25%;
    max-width: 25%;
    min-width: 25%;
    flex-basis: 25%
}

.at-grid[data-column="5"] .at-column {
    width: 20%;
    max-width: 20%;
    min-width: 20%;
    flex-basis: 20%
}

.at-grid[data-column="6"] .at-column {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
    flex-basis: 16.6666666667%
}

.at-grid[data-column="7"] .at-column {
    width: 14.2857142857%;
    max-width: 14.2857142857%;
    min-width: 14.2857142857%;
    flex-basis: 14.2857142857%
}

.at-grid[data-column="8"] .at-column {
    width: 12.5%;
    max-width: 12.5%;
    min-width: 12.5%;
    flex-basis: 12.5%
}

.at-grid[data-column="9"] .at-column {
    width: 11.1111111111%;
    max-width: 11.1111111111%;
    min-width: 11.1111111111%;
    flex-basis: 11.1111111111%
}

.at-column {
    position: relative;
    background: #fff;
    box-shadow: 0 0 0 1px #e2e9ed;
    padding: 10px;
    box-sizing: border-box;
    transition: box-shadow .2s ease,-webkit-transform .2s ease;
    transition: box-shadow .2s ease,transform .2s ease;
    transition: box-shadow .2s ease,transform .2s ease,-webkit-transform .2s ease
}

.at-column:before {
    content: "";
    display: block;
    padding-top: 100%
}

.at-column:hover {
    z-index: 1;
    box-shadow: 0 8px 50px rgba(0,0,0,.2);
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.at-column:hover .at-social {
    margin: 16px 0 0;
    opacity: 1
}

.at-user {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    text-align: center
}

.at-user__avatar {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    margin: 0 auto 20px;
    overflow: hidden
}

.at-user__avatar img {
    display: block;
    width: 100%;
    max-width: 100%
}

.at-user__name {
    color: #4c4f50;
    font-family: Roboto,sans-serif;
    line-height: 2.625rem;
    font-size: 16px;
    font-style: normal;
    font-weight: 500
}

.at-user__title {
    color: #6f808a;
    font-family: Roboto,sans-serif;
    font-size: .875rem;
    line-height: 1.4;
    padding: 10px;
    padding-top: 0
}

.at-social {
    margin: 0 0 -18px;
    opacity: 0;
    transition: margin .2s ease,opacity .2s ease
}

.at-social__item {
    display: inline-block;
    margin: 0 10px
}

.at-social__item a {
    display: block
}

.at-social__item svg {
    fill: #515f65;
    display: block;
    height: 18px;
    transition: fill .2s ease
}

.at-social__item svg:hover {
    fill: #788d96
}

.login-form .login-social ul {
    display: block;
    margin-top: 20px
}

.login-form .login-social ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    text-align: center
}

.login-form .login-social ul li a {
    padding: 10px 20px;
    border: 1px solid #f6f6f6;
    color: #ff0f0f;
    display: inline-block;
    width: 100%;
    border-radius: 30px
}

.login-form .login-social ul li a i {
    padding-right: 15px
}

.login-form .login-social ul li a.fb {
    background: #4c70ad;
    color: #fff;
    border-color: #4c70ad
}

.login-form .login-social ul li a.twitter {
    background: #25b6e6;
    color: #fff;
    border-color: #25b6e6
}

.login-form .login-social ul li a.pinterest {
    background: #dd4b39;
    color: #fff;
    border-color: #dd4b39
}

.login-form .login-social ul li a:hover {
    background: #353535;
    border-color: #353535
}

.gray-form label {
    color: #353535;
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-size: 13px
}

.gray-form>label {
    display: block
}

.gray-form .field-widget {
    position: relative
}

.gray-form .field-widget .form-control {
    padding-left: 130px
}

.gray-form .field-widget .tag {
    background: #e9e9e9;
    color: #aaa;
    height: 50px;
    left: 0;
    line-height: 50px;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 120px;
    -moz-border-radius-topleft: 90px;
    -webkit-border-top-left-radius: 90px;
    border-top-left-radius: 90px;
    -moz-border-radius-bottomleft: 90px;
    -webkit-border-bottom-left-radius: 90px;
    border-bottom-left-radius: 90px
}

.nav.nav-tabs li {
    margin-bottom: 25px;
    float: none;
    display: block
}

span.item-circle {
    width: 75px;
    height: 75px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 8px;
    border: 2px solid #ff0e10;
    border-radius: 102px;
    left: -37px;
    padding: 23px;
    font-size: 16px;
    color: #ff0e10;
    text-align: center
}

.nav.nav-tabs>li a.active,.nav.nav-tabs>li.active>a,.nav.nav-tabs>li.active>a:focus,.nav.nav-tabs>li.active>a:hover {
    border: none;
    background: #ff0f0f;
    color: #fff
}

.nav.nav-tabs.round {
    margin-bottom: 50px
}

.nav.nav-tabs.round li a {
    width: 100px;
    height: 100px;
    display: block;
    line-height: 58px;
    border-radius: 0;
    font-size: 26px;
    padding: 20px
}

.nav.nav-tabs.simple {
    margin-top: 60px;
    text-align: left
}

.nav.nav-tabs.simple li a {
    border-radius: 0;
    margin-right: 0
}

.blog-entry {
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

.blog-entry .blog-detail {
    background: #f6f7f8;
    padding: 25px 20px
}

.blog-entry:hover {
    box-shadow: 0 0 30px rgba(0,0,0,.1)
}

.blog-left-main {
    padding: 60px 40px 0
}

.blog-entry.blog-left .blog-detail {
    border: 0
}

.blog-entry.blog-left {
    margin-top: 30px
}

.blog-entry.blog-left:hover {
    box-shadow: none
}

.blog-entry.blog-left .entry-image {
    display: table-cell;
    vertical-align: top;
    width: 100px;
    height: 100px
}

.blog-entry.blog-left .entry-image img {
    border-radius: 50%
}

.blog-entry.blog-left .blog-detail {
    display: table-cell;
    background: 0 0;
    padding: 0 0 0 30px
}

.blog-entry.blog-left .entry-meta ul li a,.blog-entry.blog-left .entry-meta ul li a i {
    color: #fff;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

.blog-entry.blog-left .entry-meta ul li a:hover,.blog-entry.blog-left .entry-meta ul li a:hover i {
    color: rgba(255,255,255,.65)
}

.blog-entry.blog-left .blog-detail .entry-title a {
    color: #fff
}

.blog-entry.blog-left .blog-detail .entry-title a:hover {
    color: rgba(255,255,255,.65)
}

.blog-left-main .owl-carousel.owl-theme .owl-dots .owl-dot span {
    background: #fff
}

.blog-left-main .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff
}

.blog-left-main .owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: #fff
}

.blog-entry .blog-detail {
    background: #f6f7f8;
    padding: 30px;
    border-top: 0
}

.blog-page .blog-entry .blog-detail {
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

.blog-page .blog-entry:hover .blog-detail {
    background: #fff
}

.blog-page .blog-entry.blockquote:hover .blog-detail {
    background: 0 0
}

.blog-entry .blog-detail .entry-title a {
    font-size: 21px;
    font-weight: 600;
    line-height: 25px;
    color: #353535
}

h3.title.red.tac {
    text-align: left;
    color: #353535!important
}

img.aligncenter.size-large {
    width: 100%
}

.tags a {
    color: #35353c
}

.tags a:hover {
    color: #ff0018
}

.blog-entry .blog-detail .entry-title a:hover {
    color: #ff0f0f
}

.blog-entry .entry-meta ul li {
    display: inline-block;
    margin-right: 12px
}

.blog-entry .entry-meta ul li a {
    color: #353535;
    line-height: 0
}

.blog-entry .entry-meta ul li a i {
    padding-right: 6px;
    color: #ff0f0f
}

.blog-entry .entry-meta ul li a:hover {
    color: #ff0f0f
}

.blog-entry .social strong {
    display: inline-block;
    margin-right: 10px
}

.blog-entry .entry-button {
    display: inline-block;
    margin-top: 4px
}

.blog-entry .social ul {
    display: inline-block
}

.blog-entry .social ul li {
    display: inline-block;
    padding: 0 6px
}

.blog-entry .social ul li a:hover {
    color: #353535
}

.blog-entry.blockquote {
    background: #ff0f0f;
    border: 0;
    padding: 36px 30px
}

.blog-entry.blockquote blockquote {
    background: #ff0f0f;
    border-left: 0;
    color: #fff;
    padding: 0
}

.blog-entry.blockquote blockquote:before {
    color: #fff
}

.blog-entry.blockquote .blog-detail {
    border: 0;
    background: #ff0f0f;
    padding: 0
}

.blog-entry.blockquote .blog-detail .entry-title a {
    color: #fff
}

.blog-entry.blockquote .blog-detail .entry-title a:hover {
    color: #aaa
}

.blog-entry.blockquote .social ul li a {
    color: #fff
}

.blog-entry.blockquote .social ul li a:hover {
    color: #aaa
}

.blog-entry.blockquote .entry-meta ul li a {
    color: #fff;
    font-size: 14px
}

.blog-entry.blockquote .entry-meta ul li a i {
    color: #fff
}

.blog-entry.blockquote .entry-meta ul li a:hover {
    color: #aaa
}

.blog-entry.blockquote .entry-button,.social {
    font-size: 14px
}

.js-video {
    height: 0;
    padding-top: 25px;
    padding-bottom: 41%;
    position: relative;
    overflow: hidden
}

.js-video.widescreen {
    padding-bottom: 34.34%
}

.js-video embed,.js-video iframe,.js-video object,.js-video video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border: none
}

.sidebar-widgets-wrap .sidebar-widget {
    margin-bottom: 40px
}

.sidebar-widgets-wrap .sidebar-widget h5 {
    margin-bottom: 20px
}

input.form-control.form-control-header {
    color: #fff;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.sidebar-widgets-wrap .widget-search {
    position: relative
}

.sidebar-widgets-wrap .widget-search input {
    padding-right: 30px;
    color: #353535;
    box-shadow: none;
    background: #f6f7f8
}

.sidebar-widgets-wrap .widget-search i {
    position: absolute;
    right: 0;
    padding: 11px 13px;
    color: #868686
}

.sidebar-widgets-wrap .widget-link ul li {
    display: block;
    clear: both
}

.sidebar-widgets-wrap .widget-link ul li a i {
    padding-right: 10px
}

.sidebar-widgets-wrap .widget-link ul li a {
    display: block;
    padding: 3px 0;
    color: #353535
}

.sidebar-widgets-wrap .widget-link ul li a:hover {
    color: #ff0f0f
}

.sidebar-widgets-wrap .widget-link ul li:last-child a {
    border-bottom: 0
}

.sidebar-widgets-wrap .recent-post-info {
    display: block
}

.sidebar-widgets-wrap .recent-post-info a {
    display: block;
    color: #353535
}

.sidebar-widgets-wrap .recent-post-info a:hover {
    color: #ff0f0f
}

.sidebar-widgets-wrap .recent-post-info span {
    font-size: 13px
}

.sidebar-widgets-wrap .recent-post-info span i {
    padding-right: 8px
}

.sidebar-widgets-wrap .sidebar-widget .recent-post {
    margin-bottom: 20px
}

.sidebar-widgets-wrap .sidebar-widget .recent-post:last-child {
    border-bottom: 0
}

.sidebar-widgets-wrap .sidebar-widget .tags li {
    display: inline-block
}

.sidebar-widgets-wrap .sidebar-widget .tags li a {
    display: block;
    color: #4e4e4e;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #4e4e4e;
    background: 0 0;
    padding: 1px 13px;
    margin-bottom: 3px;
    font-size: 12px!important;
    margin-right: 2px;
    text-transform: capitalize
}

.sidebar-widgets-wrap .sidebar-widget .tags li a:hover {
    background: #ff0f0f;
    color: #fff;
    border-color: #ff0f0f
}

.masonry {
    position: relative
}

.masonry .masonry-item {
    float: left
}

.masonry.columns-2 .masonry-item {
    width: 50%;
    padding: 0 15px 0
}

.masonry.columns-3 .masonry-item {
    width: 33.333%;
    padding: 0 15px 0
}

.masonry.columns-4 .masonry-item {
    width: 25%;
    padding: 0 15px 0
}

.blog-single .blog-entry .blog-detail {
    padding: 0;
    border: 0
}

.blog-single .blog-entry:hover {
    box-shadow: none
}

.blog-single .blog-entry .entry-content blockquote {
    background: #f6f7f8;
    padding: 30px 30px 30px 80px
}

.blog-single .blog-entry .entry-content blockquote:before {
    top: 55px;
    font-size: 80px;
    left: 20px
}

.blog-single .blog-entry .blog-detail {
    background: 0 0
}

.comments-1 .comments-photo {
    width: 106px;
    height: auto;
    float: left;
    margin-right: 20px
}

.comments-1 .comments-photo img {
    width: 100%
}

.owl-dots span {
    display: none!important
}

.comments-1 .comments-info {
    display: table;
    background: #f6f7f8;
    padding: 20px 20px 10px;
    margin-bottom: 30px
}

.comments-1 .comments-info h6 {
    display: inline-block;
    margin-top: 0;
    color: #ff0f0f;
    font-weight: 400
}

.comments-1 .comments-info span {
    padding-left: 10px;
    font-size: 13px;
    color: #aaa
}

.comments-1 .comments-info a {
    color: #ff0f0f
}

.comments-1 .comments-info a:hover {
    color: #353535
}

.comments-1.comments-2 {
    padding-left: 127px
}

.comments-1.comments-2 .comments-info {
    background: #fff;
    margin-bottom: 40px;
    padding: 0 20px 10px 0
}

section.intro-title.black-bg {
    background-attachment: fixed!important
}

.pagination {
    margin: 0;
    padding: 0
}

.pagination a,.pagination span.current {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    -moz-border-radius: 4px;
    color: #656565;
    margin: 0;
    margin-right: 5px;
    padding: 7px 16px
}

.pagination a:hover,.pagination span.current {
    background: #fd2e07;
    color: #fff
}

span.page-numbers.dots {
    padding: 5px 14px
}

.pagination-nav {
    position: relative
}

.pagination {
    margin: 0
}

.pagination li a {
    margin: 0 5px;
    color: #353535
}

.pagination>li>a,.pagination>li>span {
    padding: 8px 16px;
    border-color: #ececec;
    border-radius: 0;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,.pagination>li:first-child>span,.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-radius: 0
}

.pagination li a:focus,.pagination li a:hover,.pagination li span:focus,.pagination li span:hover {
    background-color: #ff0f0f;
    border-color: #ff0f0f;
    color: #fff
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    background-color: #ff0f0f;
    border-color: #ff0f0f;
    color: #fff
}

.super-service {
    position: relative
}

.super-service .super-img {
    left: -80px;
    position: absolute;
    top: -68px;
    width: 115%
}

.provide-services .feature-box-02 .icon {
    background: 0 0
}

.provide-services .feature-box-02 .icon i {
    font-size: 40px;
    color: #ff0f0f;
    background: 0 0
}

.provide-services .play-video {
    position: relative
}

.provide-services .play-video a {
    display: block;
    position: absolute;
    text-indent: inherit;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 50%;
    margin-left: -35px;
    width: 100%;
    color: #fff;
    font-size: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    padding-left: 10px
}

.provide-services .play-video a:hover {
    border-color: #ff0f0f;
    background: #ff0f0f
}

.about-seo {
    padding: 60px 70px
}

.owl-carousel .owl-item img {
    width: auto
}

.sc-slider-feedback .owl-carousel .owl-nav {
    display: block;
    position: absolute;
    text-indent: inherit;
    top: 45%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 0;
    width: 100%;
    cursor: pointer;
    z-index: 999;
    opacity: 0
}

.owl-nav.disabled {
    display: none
}

button.owl-dot {
    width: 12px;
    height: 12px;
    background: #c6c6c6;
    border: none;
    margin: 2px;
    border-radius: 100px
}

button.owl-dot.active {
    width: 12px;
    height: 12px;
    background: #ff1010;
    border: none;
    margin: 2px;
    border-radius: 100px
}

div#hero-slider>.owl-dots {
    position: absolute;
    bottom: 170px
}

.owl-carousel .owl-nav .owl-next {
    display: block;
    position: absolute;
    text-indent: inherit;
    right: 0;
    width: auto;
    cursor: pointer;
    -webkit-transition: opacity .3s ease 0s,right .3s ease 0s;
    -moz-transition: opacity .3s ease 0s,right .3s ease 0s;
    -ms-transition: opacity .3s ease 0s,right .3s ease 0s;
    -o-transition: opacity .3s ease 0s,right .3s ease 0s;
    transition: opacity .3s ease 0s,right .3s ease 0s
}

.owl-carousel .owl-nav i {
    font-size: 20px;
    border-radius: 50%;
    box-shadow: -1px 6px 13px rgba(0,0,0,.1);
    width: 44px;
    height: 44px;
    line-height: 42px;
    padding-left: 2px;
    display: inline-block;
    color: #fff;
    background: rgba(255,255,255,.52);
    border: 1px solid #fff;
    font-weight: 400;
    text-align: center;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.owl-carousel .owl-nav i:hover {
    background: #ff0f0f;
    color: #fff;
    border-color: #ff0f0f
}

.owl-carousel:hover .owl-nav {
    opacity: 1
}

.owl-carousel:hover .owl-nav .owl-prev {
    left: -2%
}

.owl-carousel:hover .owl-nav .owl-next {
    right: -2%;
    top: 0
}

.owl-carousel .owl-controls .owl-dot {
    display: inline-block;
    margin-top: 20px
}

.owl-carousel .owl-dots {
    display: inline-block;
    position: relative;
    text-indent: inherit;
    width: 100%;
    cursor: pointer;
    text-align: center;
    margin-top: 10px
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
    background: #a5a5a5;
    border-radius: 30px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    cursor: pointer
}

.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff0f0f
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: #ff0f0f;
    width: 24px
}

.item.item-title {
    position: relative
}

.over-titlte-before {
    position: absolute;
    background: rgba(0,0,0,.34);
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: .3s
}

.item.item-title:hover .over-titlte-before {
    opacity: 0;
    transition: .3s
}

.over-titlte-before .inner-op {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 15px;
    text-align: center;
    width: 100%
}

.mega-menu .text-red {
    color: #fff!important
}

.mega-menu.desktopTopFixed .text-red {
    color: #353535!important
}

.inner-op p {
    margin-bottom: 0
}

.inner-op h5,.inner-op p {
    color: #fff
}

.text-underline {
    text-decoration: underline
}

.list-upper-roman {
    list-style-type: upper-roman!important
}

.list-dash {
    list-style-type: none!important
}

.list-dash li:before {
    content: "—";
    position: relative;
    left: -5px
}

.typography-main hr {
    margin: 40px 0
}

.typography-main .typography-teg {
    margin-bottom: 30px
}

div#cookiePolicyModal a.nav-link.active {
    background-color: rgba(74,193,142,.1);
    border-bottom: 0;
    border-right: 4px solid #4ac18e;
    border-radius: 4px
}

div#cookiePolicyModal li {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    margin-right: 0
}

div#cookiePolicyModal .nav-tabs {
    border-bottom: 0!important
}

div#cookiePolicyModal .nav-link:focus,div#cookiePolicyModal .nav-link:hover {
    border-bottom: 2px solid transparent
}

.map-location {
    position: relative
}

.map-location-tooltip .tooltip {
    position: absolute;
    z-index: 9;
    width: 2.2em;
    height: 2.2em;
    opacity: 1;
    cursor: pointer
}

.map-location-tooltip .tooltip-item {
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #ff0f0f;
    -webkit-animation: pulse .6s infinite alternate;
    animation: pulse .6s infinite alternate
}

.map-location-tooltip span.tooltip-item:before {
    background: #ff0f0f;
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: 5px
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(.5,.5,1)
    }

    to {
        -webkit-transform: scale3d(1,1,1)
    }
}

@-ms-keyframes pulse {
    from {
        -ms-transform: scale3d(.5,.5,1)
    }

    to {
        -ms-transform: scale3d(1,1,1)
    }
}

@-o-keyframes pulse {
    from {
        -o-transform: scale3d(.5,.5,1)
    }

    to {
        -o-transform: scale3d(1,1,1)
    }
}

@-moz-keyframes pulse {
    from {
        -moz-transform: scale3d(.5,.5,1)
    }

    to {
        -moz-transform: scale3d(1,1,1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(.5,.5,1);
        transform: scale3d(.5,.5,1)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.map-location-tooltip .tooltip:first-child {
    top: 39%;
    left: 20%
}

.map-location-tooltip .tooltip:nth-child(2) {
    top: 7%;
    left: 35%
}

.map-location-tooltip .tooltip:nth-child(3) {
    top: 17%;
    right: 19%
}

.map-location-tooltip .tooltip:nth-child(4) {
    top: 37%;
    right: 24%
}

.map-location-tooltip .tooltip:nth-child(5) {
    bottom: 24%;
    right: 12%
}

.map-location-tooltip .tooltip-content {
    position: absolute;
    background: #ff0f0f;
    z-index: 9999;
    width: 200px;
    bottom: 50%;
    margin-bottom: -1em;
    padding: 20px;
    border-radius: 20px;
    font-size: 1.1em;
    text-align: center;
    color: #fff;
    opacity: 0;
    cursor: default;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    -o-transition: opacity .3s,-o-transform .3s;
    -ms-transition: opacity .3s,-ms-transform .3s;
    -moz-transition: opacity .3s,-moz-transform .3s;
    transition: opacity .3s,transform .3s
}

.map-location-tooltip .tooltip-west .tooltip-content {
    left: 4em;
    -webkit-transform-origin: -2em 50%;
    -o-transform-origin: -2em 50%;
    -ms-transform-origin: -2em 50%;
    -moz-transform-origin: -2em 50%;
    transform-origin: -2em 50%;
    -webkit-transform: translate3d(0,50%,0) rotate3d(1,1,1,30deg);
    -o-transform: translate3d(0,50%,0) rotate3d(1,1,1,30deg);
    -ms-transform: translate3d(0,50%,0) rotate3d(1,1,1,30deg);
    -moz-transform: translate3d(0,50%,0) rotate3d(1,1,1,30deg);
    transform: translate3d(0,50%,0) rotate3d(1,1,1,30deg)
}

.map-location-tooltip .tooltip-east .tooltip-content {
    right: 4em;
    -webkit-transform-origin: calc(100% + 2em) 50%;
    transform-origin: calc(100% + 2em) 50%;
    -o-transform-origin: calc(100% + 2em) 50%;
    transform-origin: calc(100% + 2em) 50%;
    -ms-transform-origin: calc(100% + 2em) 50%;
    transform-origin: calc(100% + 2em) 50%;
    -moz-transform-origin: calc(100% + 2em) 50%;
    transform-origin: calc(100% + 2em) 50%;
    -webkit-transform: translate3d(0,50%,0) rotate3d(1,1,1,-30deg);
    -o-transform: translate3d(0,50%,0) rotate3d(1,1,1,-30deg);
    -ms-transform: translate3d(0,50%,0) rotate3d(1,1,1,-30deg);
    -moz-transform: translate3d(0,50%,0) rotate3d(1,1,1,-30deg);
    transform: translate3d(0,50%,0) rotate3d(1,1,1,-30deg)
}

.map-location-tooltip .tooltip:hover .tooltip-content {
    opacity: 1;
    -webkit-transform: translate3d(0,50%,0) rotate3d(0,0,0,0);
    -ms-transform: translate3d(0,50%,0) rotate3d(0,0,0,0);
    -moz-transform: translate3d(0,50%,0) rotate3d(0,0,0,0);
    -o-transform: translate3d(0,50%,0) rotate3d(0,0,0,0);
    transform: translate3d(0,50%,0) rotate3d(0,0,0,0);
    pointer-events: auto
}

.map-location-tooltip .tooltip-content::after,.map-location-tooltip .tooltip-content::before {
    content: "";
    position: absolute
}

.map-location-tooltip .tooltip-content::before {
    height: 100%;
    width: 3em
}

.map-location-tooltip .tooltip-content::after {
    bottom: 30px;
    left: -21px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194,225,245,0);
    border-right-color: #ff0f0f;
    border-width: 20px;
    margin-left: -8px
}

.map-location-tooltip .tooltip-west .tooltip-content::after,.map-location-tooltip .tooltip-west .tooltip-content::before {
    right: 99%
}

.map-location-tooltip .tooltip-east .tooltip-content::after,.map-location-tooltip .tooltip-east .tooltip-content::before {
    left: 99%
}

.map-location-tooltip .tooltip-east .tooltip-content::after {
    -webkit-transform: scale3d(-1,1,1);
    -o-transform: scale3d(-1,1,1);
    -ms-transform: scale3d(-1,1,1);
    -moz-transform: scale3d(-1,1,1);
    transform: scale3d(-1,1,1)
}

.hesperiden.tparrows {
    cursor: pointer;
    background: rgba(0,0,0,.5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 100;
    border-radius: 50%
}

.hesperiden.tparrows:hover {
    background: #000
}

.hesperiden.tparrows:before {
    font-family: revicons;
    font-size: 20px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center
}

.hesperiden.tparrows.tp-leftarrow:before {
    content: "\e82c";
    margin-left: -3px
}

.hesperiden.tparrows.tp-rightarrow:before {
    content: "\e82d";
    margin-right: -3px
}

.hesperiden.tparrows {
    cursor: pointer;
    background: rgba(0,0,0,.5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 100;
    border-radius: 50%
}

.hesperiden.tparrows:hover {
    background: #000
}

.hesperiden.tparrows:before {
    font-family: revicons;
    font-size: 20px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center
}

.hesperiden.tparrows.tp-leftarrow:before {
    content: "\e82c";
    margin-left: -3px
}

.hesperiden.tparrows.tp-rightarrow:before {
    content: "\e82d";
    margin-right: -3px
}

.team-block {
    position: relative
}

.fancy-team-tooltip .tooltip {
    position: absolute;
    z-index: 9;
    width: 2.2em;
    height: 2.2em;
    opacity: 1;
    cursor: pointer
}

.fancy-team-tooltip .tooltip-item {
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    position: absolute;
    border-radius: 50%;
    background: #ff0f0f;
    -webkit-animation: pulse .6s infinite alternate;
    animation: pulse .6s infinite alternate
}

.fancy-team-tooltip span.tooltip-item:before {
    background: #fff;
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: 7px
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(.5,.5,1)
    }

    to {
        -webkit-transform: scale3d(1,1,1)
    }
}

@-o-keyframes pulse {
    from {
        -o-transform: scale3d(.5,.5,1)
    }

    to {
        -o-transform: scale3d(1,1,1)
    }
}

@-ms-keyframes pulse {
    from {
        -ms-transform: scale3d(.5,.5,1)
    }

    to {
        -ms-transform: scale3d(1,1,1)
    }
}

@-moz-keyframes pulse {
    from {
        -moz-transform: scale3d(.5,.5,1)
    }

    to {
        -moz-transform: scale3d(1,1,1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(.5,.5,1);
        transform: scale3d(.5,.5,1)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.fancy-team-tooltip .tooltip:hover .tooltip-item {
    border-color: #353535
}

.fancy-team-tooltip .tooltip:first-child {
    top: 0;
    left: 15%
}

.fancy-team-tooltip .tooltip:nth-child(2) {
    top: 2%;
    left: 29%
}

.fancy-team-tooltip .tooltip:nth-child(3) {
    top: -5%;
    left: 41%
}

.fancy-team-tooltip .tooltip:nth-child(4) {
    top: 3%;
    right: 42%
}

.fancy-team-tooltip .tooltip:nth-child(5) {
    top: -4%;
    right: 29%
}

.fancy-team-tooltip .tooltip:nth-child(6) {
    top: -3%;
    right: 16%
}

.fancy-team-tooltip .tooltip-content {
    position: absolute;
    background: #ff0f0f;
    z-index: 9999;
    width: 200px;
    bottom: 50%;
    margin-bottom: -44px;
    padding: 20px;
    border-radius: 20px;
    font-size: 1.1em;
    text-align: center;
    color: #fff;
    opacity: 0;
    cursor: default;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    -ms-transition: opacity .3s,-ms-transform .3s;
    -moz-transition: opacity .3s,-moz-transform .3s;
    -o-transition: opacity .3s,-o-transform .3s;
    transition: opacity .3s,transform .3s
}

.fancy-team-tooltip .tooltip-west .tooltip-content {
    left: 0;
    -webkit-transform-origin: -2em 50%;
    transform-origin: -2em 50%;
    -o-transform-origin: -2em 50%;
    transform-origin: -2em 50%;
    -ms-transform-origin: -2em 50%;
    transform-origin: -2em 50%;
    -moz-transform-origin: -2em 50%;
    transform-origin: -2em 50%;
    -webkit-transform: translate3d(0,50%,0) rotate3d(1,1,1,30deg);
    -o-transform: translate3d(0,50%,0) rotate3d(1,1,1,30deg);
    -moz-transform: translate3d(0,50%,0) rotate3d(1,1,1,30deg);
    -ms-transform: translate3d(0,50%,0) rotate3d(1,1,1,30deg);
    transform: translate3d(0,50%,0) rotate3d(1,1,1,30deg)
}

.fancy-team-tooltip .tooltip-east .tooltip-content {
    right: 0;
    -webkit-transform-origin: calc(100% + 2em) 50%;
    transform-origin: calc(100% + 2em) 50%;
    -o-transform-origin: calc(100% + 2em) 50%;
    transform-origin: calc(100% + 2em) 50%;
    -ms-transform-origin: calc(100% + 2em) 50%;
    transform-origin: calc(100% + 2em) 50%;
    -moz-transform-origin: calc(100% + 2em) 50%;
    transform-origin: calc(100% + 2em) 50%;
    -webkit-transform: translate3d(0,50%,0) rotate3d(1,1,1,-30deg);
    -o-transform: translate3d(0,50%,0) rotate3d(1,1,1,-30deg);
    -ms-transform: translate3d(0,50%,0) rotate3d(1,1,1,-30deg);
    -moz-transform: translate3d(0,50%,0) rotate3d(1,1,1,-30deg);
    transform: translate3d(0,50%,0) rotate3d(1,1,1,-30deg)
}

.fancy-team-tooltip .tooltip:hover .tooltip-content {
    opacity: 1;
    -webkit-transform: translate3d(0,-50%,0) rotate3d(0,0,0,0);
    -o-transform: translate3d(0,-50%,0) rotate3d(0,0,0,0);
    -moz-transform: translate3d(0,-50%,0) rotate3d(0,0,0,0);
    -ms-transform: translate3d(0,-50%,0) rotate3d(0,0,0,0);
    transform: translate3d(0,-50%,0) rotate3d(0,0,0,0);
    pointer-events: auto;
    padding-bottom: 20px
}

.fancy-team-tooltip .tooltip-content::after,.fancy-team-tooltip .tooltip-content::before {
    content: "";
    position: absolute
}

.fancy-team-tooltip .tooltip-content::before {
    height: 100%;
    width: 3em
}

.fancy-team-tooltip .tooltip-content::after {
    bottom: -28px;
    left: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194,225,245,0);
    border-top-color: #ff0f0f;
    border-width: 20px
}

.fancy-team-tooltip .tooltip-west .tooltip-content::after,.fancy-team-tooltip .tooltip-west .tooltip-content::before {
    right: 99%
}

.fancy-team-tooltip .tooltip-east .tooltip-content::after,.fancy-team-tooltip .tooltip-east .tooltip-content::before {
    left: 99%
}

.fancy-team-tooltip .tooltip-east .tooltip-content::after {
    -webkit-transform: scale3d(-1,1,1);
    -o-transform: scale3d(-1,1,1);
    -moz-transform: scale3d(-1,1,1);
    -ms-transform: scale3d(-1,1,1);
    transform: scale3d(-1,1,1);
    right: 20px;
    left: inherit
}

.fancy-team-tooltip .tooltip-content a {
    color: #fff;
    text-transform: uppercase
}

.fancy-team-tooltip .tooltip-content a:hover {
    color: rgba(255,255,255,.65)
}

.fancy-team-tooltip ul.social li {
    list-style: none;
    display: inline-block;
    margin: 0 5px
}

.fancy-team-tooltip ul.social li a {
    color: #fff
}

.fancy-team-tooltip ul.social li a:hover {
    color: rgba(255,255,255,.65)
}

.under-constraction .form-group {
    width: 35%
}

.under-constraction .form-group .form-control {
    width: 100%
}

.under-constraction .form-inline a {
    margin-left: 16px;
    padding: 12px 30px
}

#rev_slider_17_1_wrapper .tp-loader.spinner3 {
    background-color: #fff!important
}

.custom.tparrows {
    cursor: pointer;
    background: #000;
    background: rgba(0,0,0,.5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 100
}

.custom.tparrows:hover {
    background: #000
}

.custom.tparrows:before {
    font-family: revicons;
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center
}

.custom.tparrows.tp-leftarrow:before {
    content: "\e824"
}

.custom.tparrows.tp-rightarrow:before {
    content: "\e825"
}

.hermes .tp-bullet {
    overflow: hidden;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background-color: rgba(0,0,0,0);
    box-shadow: inset 0 0 0 2px #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    position: absolute
}

.hermes .tp-bullet:hover {
    background-color: rgba(0,0,0,.21)
}

.hermes .tp-bullet:after {
    content: " ";
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 1px #fff;
    -webkit-transition: height .3s ease;
    transition: height .3s ease
}

.hermes .tp-bullet.selected:after {
    height: 100%
}

#rev_slider_15_1 .zeus.tparrows {
    cursor: pointer;
    min-width: 70px;
    min-height: 70px;
    position: absolute;
    display: block;
    z-index: 100;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(32,70,242,.5)
}

#rev_slider_15_1 .zeus.tparrows:before {
    font-family: revicons;
    font-size: 20px;
    color: #fff;
    display: block;
    line-height: 70px;
    text-align: center;
    z-index: 2;
    position: relative
}

#rev_slider_15_1 .zeus.tparrows.tp-leftarrow:before {
    content: "\e824"
}

#rev_slider_15_1 .zeus.tparrows.tp-rightarrow:before {
    content: "\e825"
}

#rev_slider_15_1 .zeus .tp-title-wrap {
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    border-radius: 50%
}

#rev_slider_15_1 .zeus .tp-arr-imgholder {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
    transform: translatex(-100%);
    -webkit-transform: translatex(-100%);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

#rev_slider_15_1 .zeus.tp-rightarrow .tp-arr-imgholder {
    transform: translatex(100%);
    -webkit-transform: translatex(100%)
}

#rev_slider_15_1 .zeus.tparrows:hover .tp-arr-imgholder {
    transform: translatex(0);
    -webkit-transform: translatex(0);
    opacity: 1
}

#rev_slider_15_1 .zeus.tparrows:hover .tp-title-wrap {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1
}

#rev_slider_16_1 .zeus .tp-bullet {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border-radius: 50%;
    background-color: rgba(0,0,0,0);
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    width: 13px;
    height: 13px;
    border: 2px solid #fff
}

#rev_slider_16_1 .zeus .tp-bullet:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease
}

#rev_slider_16_1 .zeus .tp-bullet.selected:after,#rev_slider_16_1 .zeus .tp-bullet:hover:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

#rev_slider_16_1 .zeus .tp-bullet-image,#rev_slider_16_1 .zeus .tp-bullet-imageoverlay {
    width: 135px;
    height: 60px;
    position: absolute;
    background: #000;
    background: rgba(0,0,0,.5);
    bottom: 13px;
    margin-bottom: 10px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    box-sizing: border-box;
    background-size: cover;
    background-position: center center;
    visibility: hidden;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 4px
}

#rev_slider_16_1 .zeus .tp-bullet-imageoverlay,#rev_slider_16_1 .zeus .tp-bullet-title {
    z-index: 2;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

#rev_slider_16_1 .zeus .tp-bullet-title {
    color: #fff;
    text-align: center;
    line-height: 15px;
    font-size: 13px;
    font-weight: 600;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    bottom: 45px;
    width: 135px;
    vertical-align: middle
}

#rev_slider_16_1 .zeus .tp-bullet:hover .tp-bullet-image,#rev_slider_16_1 .zeus .tp-bullet:hover .tp-bullet-imageoverlay,#rev_slider_16_1 .zeus .tp-bullet:hover .tp-bullet-title {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%)
}

#rev_slider_16_1 .zeus.nav-dir-vertical .tp-bullet-image,#rev_slider_16_1 .zeus.nav-dir-vertical .tp-bullet-imageoverlay {
    bottom: auto;
    margin-right: 10px;
    margin-bottom: 0;
    right: 13px;
    transform: translateX(0) translateY(-50%);
    -webkit-transform: translateX(0) translateY(-50%)
}

#rev_slider_16_1 .zeus.nav-dir-vertical .tp-bullet:hover .tp-bullet-image {
    transform: translateX(0) translateY(-50%);
    -webkit-transform: translateX(0) translateY(-50%)
}

#rev_slider_16_1 .zeus.nav-dir-vertical .tp-bullet-imageoverlay,#rev_slider_16_1 .zeus.nav-dir-vertical .tp-bullet-title {
    z-index: 2;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    transform: translateX(0) translateY(-50%);
    -webkit-transform: translateX(0) translateY(-50%)
}

#rev_slider_16_1 .zeus.nav-dir-vertical .tp-bullet-title {
    bottom: auto;
    right: 100%;
    margin-right: 10px
}

#rev_slider_16_1 .zeus.nav-dir-vertical .tp-bullet:hover .tp-bullet-image,#rev_slider_16_1 .zeus.nav-dir-vertical .tp-bullet:hover .tp-bullet-imageoverlay,#rev_slider_16_1 .zeus.nav-dir-vertical .tp-bullet:hover .tp-bullet-title {
    transform: translateX(0) translateY(-50%);
    -webkit-transform: translateX(0) translateY(-50%)
}

#rev_slider_16_1 .zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet-image,#rev_slider_16_1 .zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet-imageoverlay {
    bottom: auto;
    margin-left: 10px;
    margin-bottom: 0;
    left: 13px;
    transform: translateX(0) translateY(-50%);
    -webkit-transform: translateX(0) translateY(-50%)
}

#rev_slider_16_1 .zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet:hover .tp-bullet-image {
    transform: translateX(0) translateY(-50%);
    -webkit-transform: translateX(0) translateY(-50%)
}

#rev_slider_16_1 .zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet-imageoverlay,#rev_slider_16_1 .zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet-title {
    z-index: 2;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    transform: translateX(0) translateY(-50%);
    -webkit-transform: translateX(0) translateY(-50%)
}

#rev_slider_16_1 .zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet-title {
    bottom: auto;
    left: 100%;
    margin-left: 10px
}

#rev_slider_16_1 .zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-image,#rev_slider_16_1 .zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-imageoverlay {
    bottom: auto;
    top: 13px;
    margin-top: 10px;
    margin-bottom: 0;
    left: 0;
    transform: translateY(0) translateX(-50%);
    -webkit-transform: translateX(0) translateX(-50%)
}

#rev_slider_16_1 .zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet:hover .tp-bullet-image {
    transform: scale(1) translateY(0) translateX(-50%);
    -webkit-transform: scale(1) translateY(0) translateX(-50%)
}

#rev_slider_16_1 .zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-imageoverlay,#rev_slider_16_1 .zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-title {
    z-index: 2;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    transform: translateY(0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%)
}

#rev_slider_16_1 .zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-title {
    bottom: auto;
    top: 13px;
    margin-top: 20px
}

#rev_slider_14_1 .metis.tparrows {
    background: #fff;
    padding: 10px;
    transition: all .3s;
    -webkit-transition: all .3s;
    width: 60px;
    height: 60px;
    box-sizing: border-box
}

#rev_slider_14_1 .metis.tparrows:hover {
    background: rgba(255,255,255,.65)
}

#rev_slider_14_1 .metis.tparrows:before {
    color: #000;
    transition: all .3s;
    -webkit-transition: all .3s
}

#rev_slider_14_1 .metis.tparrows:hover:before {
    transform: scale(1.5)
}

#rev_slider_16_1 .tp-revslider-slidesli:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
    background: rgba(32,70,242,.8)
}

.back-to-top {
    position: fixed;
    bottom: -220px;
    right: 2%;
    z-index: 9999;
    opacity: 1;
    cursor: pointer
}

.back-to-top img {
    width: 80px
}

.back-to-top.show {
    bottom: 0!important;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s
}

.back-to-top.back-run {
    bottom: 100%!important;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s
}

.back-to-top.back-down {
    -webkit-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s
}

.product {
    text-align: center;
    position: relative
}

.product .product-title a {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 20px 0 10px;
    display: block
}

.product .product-title a:hover {
    color: #353535
}

.product .product-price ins {
    text-decoration: none;
    color: #ff0f0f;
    font-size: 16px;
    font-weight: 700
}

.product .product-rating {
    margin-bottom: 10px
}

.product .product-rating i {
    color: #353535
}

.product .product-image {
    position: relative
}

.product .product-image .product-overlay {
    opacity: 0;
    text-align: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 99;
    margin: 0 auto;
    transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.product:hover .product-image .product-overlay {
    opacity: 1
}

.product .product-image .add-to-cart a {
    background: #ff0f0f;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 30px
}

.product .product-image .add-to-cart a:hover {
    background: #353535
}

.shop-single .title {
    border-top: 1px solid #e0e0e0;
    padding-top: 40px
}

.shop-single .product-detail .product-detail-price {
    display: inline-block
}

.shop-single .product-detail .product-detail-price ins {
    text-decoration: none;
    color: #ff0f0f;
    font-size: 16px;
    font-weight: 700
}

.shop-single .product-detail .product-detail-rating i {
    color: #353535
}

.shop-single .product-detail .product-detail-rating {
    display: inline-block
}

.shop-single .product-detail .product-detail-quantity input {
    box-shadow: none;
    border: 1px solid #e0e0e0;
    padding: 7px 18px 7px 14px
}

.shop-single .product-detail .input-group {
    width: 140px;
    float: left;
    margin-right: 20px
}

.shop-single .product-detail .product-detail.add-to-cart .button {
    display: inline-block;
    padding: 3px 22px;
    font-size: 12px
}

.shop-single .product-detail .input-group-btn:first-child>.btn {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px
}

.shop-single .product-detail .input-group-btn:last-child>.btn {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px
}

.shop-single .product-detail .product-detail-social {
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
    margin-top: 20px
}

.shop-single .product-detail .product-detail-social span {
    display: inline-block;
    padding-right: 20px;
    float: left
}

.shop-single .product-detail .product-detail-social ul li {
    display: inline-block
}

.shop-single .product-detail .product-detail-social ul li a {
    display: block;
    color: #aaa;
    font-size: 14px;
    padding-right: 5px
}

.shop-single .product-detail .product-detail-social ul li a:hover {
    color: #ff0f0f
}

.shop-single .product-detail .product-detail-meta {
    border-top: 1px solid #e0e0e0;
    padding-top: 20px
}

.shop-single .product-detail .product-detail-meta span {
    display: block
}

.shop-single .product-detail .product-detail-meta span a {
    padding-left: 5px
}

.sidebar-widgets-wrap .recent-item {
    margin-bottom: 20px;
    margin-top: 20px
}

.g-recaptcha {
    margin: inherit!important;
    width: 100%
}

.sidebar-widgets-wrap .recent-item .recent-image {
    display: table-cell;
    padding-right: 10px;
    width: 188px;
    height: 80px;
    background-size: cover!important;
    background-position: center!important
}

.partners-block>.col-md-4>.clients-box.mb-3.clearfix>.clients-info>a.button.arrow {
    display: none
}

.contact_form textarea:focus,.ninja-forms-form-wrap input:focus,.text-wrap.label-above input {
    box-shadow: none!important;
    height: auto!important;
    color: #555!important
}

.submit-wrap,.timed_submit-wrap {
    width: 150px!important;
    float: right!important;
    text-align: right
}

.sidebar-widgets-wrap .recent-item .recent-info {
    display: table-cell;
    vertical-align: middle
}

.sidebar-widgets-wrap .recent-item .recent-title a {
    color: #353535;
    font-weight: 700
}

label#ninja_forms_field_126_label input {
    margin-top: -5px
}

.sidebar-widgets-wrap .recent-item .recent-title a:hover {
    color: #ff0f0f
}

.sidebar-widgets-wrap .recent-item .recent-meta li {
    display: inline-block;
    color: #353535
}

.icon-rounded {
    height: 60px;
    line-height: 63px;
    border: 2px solid #000;
    text-align: center;
    display: inline-block;
    min-width: 60px;
    font-size: 24px
}

.list-unstyled .media .icon i {
    font-size: 40px;
    color: #ff0f0f;
    background: 0 0
}

.center-block {
    display: block;
    width: 100%;
    position: relative
}

.center-block:before {
    position: absolute;
    content: "";
    width: 100%;
    background: rgba(10,10,10,.65);
    height: 100%;
    top: 0
}

.under-constraction .form-group .form-control {
    font-size: 14px
}

.progress-bar .progress-number {
    margin-top: -24px;
    position: relative;
    top: -13px;
    font-size: 15px;
    margin-right: 11px;
    text-align: right
}

.progress-bar .progress-type {
    margin-top: -18px;
    position: relative;
    top: -13px;
    margin-right: 0;
    font-size: 15px;
    text-align: right
}

.table-bordered td,.table-bordered th {
    padding: 6px 8px
}

section.page-section-ptb h6 {
    margin-top: 49px;
    margin-bottom: 13px!important;
    font-weight: 500;
    letter-spacing: 1px;
    color: #4a4a4a
}

.bg-hero-block-dark-mode .text-inner-p {
    min-height: 125px;
    z-index: 1;
    position: relative
}

a.l1-p,a.l2-p {
    transition: .4s
}

a.l1-p:hover {
    transform: scale(1.02);
    transition: .4s;
    width: 100%;
    display: block
}

a.l2-p:hover {
    transform: scale(1.04);
    transition: .4s;
    width: 100%;
    display: block
}

.anim-back svg {
    position: absolute;
    top: 0;
    height: 100%;
    width: 31%;
    right: 20%
}

.r-dot.r-abs-l .pulsating-circle {
    width: 150px;
    height: 150px;
    border-radius: 539px!important;
    background: 0 0
}

.r-dot.r-abs-l .pulsating-circle:after {
    border-radius: 500px;
    background: 0 0
}

.pulsating-circle:before {
    border-radius: 500px
}

.r-dot.r-abs-l {
    position: relative;
    width: 150px;
    height: 150px
}

.pt-span {
    position: absolute;
    top: 50%;
    background: #f6f7f7;
    padding: 68px;
    left: 169px;
    transform: translate(-50%,-50%);
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px
}

ul.for-mobile {
    display: none
}

.hero-inner {
    display: none
}

.ms-slide {
    border: 0!important;
    box-shadow: none!important
}

section.hero.meain-hero {
    background: #132e43
}

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

.bg-fix {
    background-attachment: fixed!important;
    padding-top: 100px;
    padding-bottom: 100px
}

.bg-fix:before {
    position: absolute;
    content: "";
    width: 100%;
    background: rgba(1,18,36,.91);
    height: 100%;
    top: 0
}

a.tag-cloud-link {
    font-size: 13px!important;
    background: #f6f7f8;
    padding: 7px;
    padding-right: 13px;
    padding-left: 13px;
    color: #353535;
    line-height: 10px;
    border-radius: 61px;
    display: inline-block;
    margin-right: 1px;
    margin-bottom: 3px;
    transition: .1s
}

a.tag-cloud-link:hover {
    background: #ff0018;
    color: #fff;
    transition: .1s
}

.entry-image.clearfix {
    position: relative
}

.blog-entry .entry-image.clearfix:before {
    content: "";
    transition: 4s;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(45deg,rgba(0,0,0,.64) 0,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(45deg,rgba(0,0,0,.64) 0,rgba(0,0,0,0) 100%);
    background: linear-gradient(45deg,rgba(0,0,0,.64) 0,rgba(0,0,0,0) 100%)
}

select.arch-select {
    width: 100%;
    background: #eaeaea;
    border: 0;
    padding: 12px 10px 11px 8px;
    border-radius: 0;
    margin-bottom: 0
}

input {
    box-shadow: none!important
}

textarea {
    box-shadow: none!important;
    background: 0 0!important;
    border: 1px solid #a9a9a9!important
}

.search-wrapper {
    position: relative;
    background: 0 0;
    border-radius: 20px;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    width: 40px;
    height: 38px;
    cursor: pointer;
    margin-top: 20px;
    transition: 250ms ease
}

.search-wrapper.focused {
    width: 320px;
    background: #34424f;
    z-index: 2
}

.focus-active {
    opacity: 0;
    transition: 275ms ease
}

.search-wrapper.focused input {
    padding: 0 40px 0 13px;
    width: 100%
}

.usefull-link {
    margin-bottom: 27px
}

.search-wrapper input {
    background: 0 0;
    border: 0;
    color: #fff;
    outline: 0;
    height: 40px;
    width: 0;
    overflow: hidden;
    font-weight: 100;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.search-wrapper input::-webkit-input-placeholder {
    color: #ccc
}

.search-wrapper input:-ms-input-placeholder {
    color: #ccc
}

.search-wrapper input::-ms-input-placeholder {
    color: #ccc
}

.search-wrapper input::placeholder {
    color: #ccc
}

.search-wrapper i {
    position: absolute;
    color: #fff;
    font-size: 18px;
    top: 50%;
    right: 13px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hope-t {
    margin-left: 17px
}

.mega-menu.desktopTopFixed li.search-it {
    visibility: hidden
}

.mega-menu.desktopTopFixed .search-focus-hide {
    opacity: 1
}

.mega-menu.desktopTopFixed .search-wrapper.focused {
    visibility: hidden
}

.entry-image .video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px
}

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 40%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ba1f24;
    border-radius: 50%;
    animation: pulse-border 1.5s ease-out infinite
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fa183d;
    border-radius: 50%;
    transition: all .2s
}

.video-play-button:hover:after {
    background-color: darken(#fa183d,10%)
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent
}

@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
    }
}

.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.8);
    opacity: 0;
    transition: all ease .5s
}

.video-overlay.open {
    position: fixed;
    z-index: 1000;
    opacity: 1
}

.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all .2s
}

.video-overlay-close:hover {
    color: #fa183d
}

.video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0 0 15px rgba(0,0,0,.75)
}

video#bgvid {
    width: 64%;
    margin: 5% auto;
    display: block
}

.intro-title .intro-content.video-header .intro-name {
    padding: 284px 0 18px 0;
    position: relative;
    z-index: 9
}

p.video-des {
    margin-bottom: 26px;
    color: #ffffffb8
}

.cookie-policy-nav {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    font-size: 13px;
    background: rgba(0,0,0,.9);
    z-index: 10000000000;
    font-family: Roboto!important
}

.cookie-policy-nav .cookie-disclaimer {
    transition: bottom 2s ease 0s;
    bottom: -100%!important
}

.cookie-policy-nav-show .cookie-disclaimer {
    bottom: 0!important
}

.cookie-policy-nav .left,.cookie-policy-nav .right {
    padding: 13px 18px
}

nav.mega-menu.desktopTopFixed input[type=text] {
    color: #2f2f2f
}

.mega-menu .drop-down-multilevel p {
    margin-top: 3px;
    margin-bottom: 4px;
    font-family: Inter,sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    color: #a7a9ab;
    -webkit-letter-spacing: 0px;
    -moz-letter-spacing: 0px;
    -ms-letter-spacing: 0px;
    letter-spacing: 0
}

.mega-menu .menu-links>li .drop-down-multilevel a:before {
    content: none;
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 10px;
    width: 5px;
    height: 5px;
    background-color: #c5c5c5;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out
}

.mega-menu .menu-links>li .drop-down-multilevel a span.it-icon {
    margin-left: 0;
    height: 42px;
    margin-right: 9px;
    padding-top: 8px;
    vertical-align: middle;
    display: inline-block
}

.mega-menu .menu-links>li .drop-down-multilevel a .it-title {
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle
}

.mega-menu .drop-down-multilevel * {
    color: #181818
}

.mega-menu .drop-down-multilevel li:hover>.mega-menu .drop-down-multilevel p {
    color: #6a6a6a
}

li.breadcrumb-item.text-white:hover {
    text-decoration: underline
}

.mega-menu .menu-links>li .drop-down-multilevel a:hover,.mega-menu .menu-links>li .drop-down-multilevel a:hover .it-title {
    color: #000
}

.mega-menu .drop-down-multilevel li:hover>a {
    color: #030303
}

.mega-menu .drop-down-multilevel li:hover {
    background: rgba(0,0,0,.1)
}

section.hero.meain-hero {
    height: 100vh
}

.item-slider {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.item-slider h1 {
    color: #fff
}

.hero-slider {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center!important;
    background-size: cover!important
}

.footer-hero {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block
}

.inner-adver {
    border-top: 2px solid #fff;
    padding-top: 20px;
    padding-bottom: 20px
}

.inner-adver span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
    margin-bottom: 14px
}

.inner-adver h6 {
    color: #fff;
    margin-bottom: 16px
}

.inner-adver span .btns-block.m-t-2 {
    margin-top: 8px;
    margin-bottom: 8px
}

.container h1 span.typed-text {
    font-weight: 600;
    color: #fff
}

.container h1 span.cursor {
    display: inline-block;
    background-color: #ccc;
    margin-left: .1rem;
    width: 3px;
    animation: blink 1s infinite
}

.container h1 span.cursor.typing {
    animation: none
}

@keyframes blink {
    0% {
        background-color: #ccc
    }

    49% {
        background-color: #ccc
    }

    50% {
        background-color: transparent
    }

    99% {
        background-color: transparent
    }

    100% {
        background-color: #ccc
    }
}

a.button.border-bule.disabled {
    border: 2px solid #d1d1d1;
    color: #c1c1c1
}

.disabled,.disabled:hover {
    border: 2px solid #d1d1d196!important;
    color: #c1c1c194!important;
    background: rgba(255,255,255,.08)!important
}

.bg-grey-light-full {
    background: rgba(249,249,249,.99)
}

.nav.nav-tabs>li a.active,.nav.nav-tabs>li.active>a,.nav.nav-tabs>li.active>a:focus,.nav.nav-tabs>li.active>a:hover {
    border: none;
    background: 0 0;
    border-bottom: 2px solid #ff0f0f;
    color: #353535
}

.nav.nav-tabs>li a,.nav.nav-tabs>li>a,.nav.nav-tabs>li>a:hover {
    border: none;
    background: 0 0;
    border-bottom: 2px solid #f6f6f6;
    color: #353535
}

.nav.nav-tabs.round li a {
    width: auto;
    height: auto;
    display: block;
    line-height: initial;
    border-radius: 0;
    font-size: 14px;
    padding: 10px;
    padding-right: 0;
    padding-left: 0;
    font-weight: 700;
    margin: 0;
    margin-right: 36px
}

.nav.nav-tabs li a {
    box-shadow: none;
    background-color: transparent
}

.pp-5 {
    padding: 50px
}

ul.nav.nav-tabs.round.justify-content-left {
    border-bottom: 0;
    margin-bottom: 0
}

.nav.nav-tabs.clients-tabs li a {
    position: relative;
    padding: 12px 24px;
    margin-right: 15px;
    line-height: normal;
    cursor: pointer;
    background-color: #fff;
    margin-bottom: 20px;
    display: block;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 21px -5px rgba(0,0,0,.36);
    -moz-box-shadow: 0 0 21px -5px rgba(0,0,0,.36);
    box-shadow: 0 0 21px -5px rgba(0,0,0,.36)
}

.nav.nav-tabs.clients-tabs li a:hover {
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 21px -5px rgba(0,0,0,.36);
    -moz-box-shadow: 0 0 21px -5px rgba(0,0,0,.36);
    box-shadow: 0 0 21px -5px rgba(0,0,0,.36)
}

.bg-grey-dark {
    background-color: #f6f7f7
}

.clients-tabs .nav-tabs {
    border-bottom: 0 solid #dee2e6
}

.clients-tabs .tab-content {
    background: #fff;
    padding: 30px
}

section.tab-page.page-section-ptb.bg.bg-grey-dark {
    padding-bottom: 0;
    margin-bottom: 10px
}

.clients-tabs nav.nav-tabs li {
    margin-bottom: 0;
    float: none;
    display: block
}

.clients-tabs .nav.nav-tabs li {
    margin-bottom: 0
}

.clients-tabs .nav.nav-tabs>li a.active,.clients-tabs .nav.nav-tabs>li.active>a,.clients-tabs .nav.nav-tabs>li.active>a:focus,.clients-tabs .nav.nav-tabs>li.active>a:hover {
    border: none;
    background: 0 0;
    border-bottom: 2px solid #fff!important;
    color: #353535;
    background: #fff;
    -webkit-box-shadow: 0 0 20px 8px rgba(0,0,0,.06);
    -moz-box-shadow: 0 0 20px 8px rgba(0,0,0,.06);
    box-shadow: 0 0 20px 8px rgba(0,0,0,.06);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.nav.nav-tabs.clients-tabs li a {
    box-shadow: none
}

.clients-tabs .nav.nav-tabs li img {
    width: 76%;
    margin: 0 auto;
    display: list-item
}

.bg-hero-block .pr-logo span {
    font-size: 18px;
    line-height: inherit;
    padding-top: 11px;
    vertical-align: sub;
    position: relative;
    overflow: hidden;
    color: #373636;
    margin-left: 5px
}

.pr-logo img {
    vertical-align: middle
}

ul.menu-links {
    overflow: initial!important
}

.text-inner-p {
    min-height: 125px
}

.text-inner-p p {
    margin-top: 48px
}

.bg-hero-block.bg-hero-block-dark-mode .pr-logo span {
    margin-top: 3px;
    display: inline-block;
    margin-left: 0;
    color: #fff
}

.bg-hero-block.bg-hero-block-dark-mode {
    background: #324148;
    background: linear-gradient(132deg,#324148 0,#0a1824 100%)
}

.bg-hero-block.bg-hero-block-dark-mode .pr-logo img {
    width: 52px;
    vertical-align: middle;
    box-shadow: -1px 1px 14px 4px #00000052
}

.pulse-back {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -35%;
    right: -43%;
    background-size: 100%;
    transition: .2s
}

.bg-hero-block.bg-hero-block-dark-mode:hover .pulse-back {
    transition: .2s;
    width: 110%;
    height: 110%
}

.bg-hero-block.bg-hero-block-dark-mode .button.border-bule {
    background: 0 0;
    border: 2px solid #fff;
    color: #fff
}

.bg-hero-block.bg-hero-block-dark-mode .button.border-bule:hover {
    border: 2px solid #ff0f0f
}

.item-slider .container h1 {
    font-size: 38px;
    margin-bottom: 0;
    padding: 0;
    padding: 0;
    font-weight: 700;
    letter-spacing: .1rem;
    text-align: left;
    overflow: hidden
}

.filter-buttons .button {
    display: inline-block;
    width: 100%;
    text-align: left;
    background: 0 0;
    color: #353535;
    padding: 0;
    border: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 6px;
    cursor: pointer
}

.filter-buttons button.button.btn-info.btn-sign.is-checked,.filter-buttons button.button.btn-info.btn-sign:focus,.filter-buttons button.button.btn-info.btn-sign:hover,.filter-buttons button.button.btn-info.btn-sign:visited {
    background: #414445;
    color: #fff;
    border: none!important;
    outline: 0!important;
    box-shadow: none;
    border-radius: 0
}

.sticky-top {
    top: 100px;
    z-index: 1
}

.clients-box.integration-box img {
    width: 100%
}

.studies-entry .entry-content a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #515151;
    line-height: 10px!important;
    padding: 0;
    margin: 0
}

span.label.label-danger {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 0;
    margin-right: 1px;
    background-color: #8a8e91;
    letter-spacing: 1px;
    padding-right: 8px;
    padding-left: 5px
}

.clients-box.integration-box .studies-entry .entry-tag li a {
    font-size: 14px;
    font-weight: 600;
    color: #fff
}

.thumbnail.studies-entry {
    position: relative;
    transition: .2s
}

.thumbnail.studies-entry:hover .thumbnail.studies-entry {
    border-radius: 7px
}

.thumbnail.studies-entry:hover .overlay-item {
    visibility: visible;
    transition: .2s;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(51,54,55,.95);
    z-index: 5;
    top: 0
}

.overlay-item {
    visibility: hidden
}

.overlay-item .button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-top: 0!important;
    -webkit-transition: 0s time!important;
    -moz-transition: 0s time!important;
    -ms-transition: 0s time!important;
    -o-transition: 0s time!important;
    transition: 0s time!important
}

.overlay-item .btn {
    transition: 0s!important
}

.item-link {
    height: 50px
}

.thumbnail.studies-entry .item-link {
    display: -webkit-box;
    max-width: 400px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.625;
    height: 41px
}

.tags-sec {
    min-height: 63px
}

span.label.label-danger {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 0;
    border-radius: 3px;
    font-size: 9px!important;
    margin-right: 2px;
    background-color: #9e9e9e
}

.ms-skin-black-2 .ms-nav-next,.ms-skin-black-2 .ms-nav-prev {
    background-position: -91px -29px!important
}

.logo-section h1 {
    font-size: 20px;
    margin-left: 4px;
    letter-spacing: 0;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    vertical-align: bottom;
    padding: 0;
    text-transform: capitalize
}

.black-bg-dark {
    background-color: #2a363e
}

.tab-page.page-section-ptb.black-bg-dark {
    background-color: #242e33
}

span.info-sp {
    display: inline-block
}

.info-sp span h5 {
    display: inline-block
}

span.info-sp {
    display: inline-block;
    vertical-align: sub;
    margin-left: 15px
}

span.info-sp h5 {
    font-size: 15px
}

.hover-q {
    border-left: 5px solid #cbcbcb;
    padding-left: 19px;
    padding-top: 20px;
    padding-bottom: 20px
}

.hover-q-red {
    border-left: 5px solid #ff0f0f;
    padding-left: 19px;
    padding-top: 20px;
    padding-bottom: 20px
}

a.button-video {
    color: #fff;
    padding: 6px;
    padding-left: 21px;
    border-radius: 3px;
    position: relative;
    display: inline-block;
    padding-right: 37px;
    border: 1px solid transparent;
    border-right: 0
}

a.button-video:hover {
    background: rgba(255,255,255,.25);
    border: 1px solid rgba(255,255,255,.52)
}

a.disabled.button-video {
    border: 1px solid transparent!important
}

a.disabled.button-video .video-play-btn {
    animation: 0s;
    opacity: .8
}

a.disabled.button-video .video-play-btn:before {
    animation: 0s;
    opacity: .8
}

a.disabled.button-video .video-play-btn:after {
    animation: 0s;
    opacity: .8
}

a.disabled.button-video .video-play-btn:after {
    display: none;
    opacity: .8
}

.video-play-btn {
    width: 39px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    vertical-align: bottom;
    border-radius: 50%;
    cursor: pointer;
    background: #435155;
    margin-left: 14px;
    right: -16px;
    top: -1px;
    position: absolute;
    transition: all .25s ease
}

.video-play-btn:before {
    content: "";
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    position: absolute;
    border-radius: 50%;
    animation: 3s pulse infinite;
    pointer-events: none
}

.icon-play {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 13px solid #fff;
    border-bottom: 10px solid transparent;
    margin-left: 5px;
    transition: all .25s ease
}

.video-play-btn:after {
    content: "";
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 50%;
    -webkit-animation: 3s pulse infinite;
    animation: 3s pulse infinite;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    pointer-events: none
}

a.open-video.ml-3.text-white {
    cursor: pointer
}

.open-video:hover {
    color: #ff0f0f
}

.open-video:hover .video-play-btn:before {
    border: 1px solid #ff0f0f
}

.open-video:hover .icon-play {
    border-left: 13px solid red
}

.onhover-img {
    transition: .2s
}

.onhover-img:hover {
    transform: scale(1.2);
    transition: .2s
}

ul.nav.nav-tabs.nav-left-img {
    border-bottom: 0
}

ul.nav.nav-tabs.nav-left-img a {
    padding: 20px;
    width: 100%;
    display: inline-block
}

ul.nav.nav-tabs .nav-left-img li {
    width: 100%;
    display: block;
    margin-bottom: 0
}

ul.nav.nav-tabs.nav-left-img li a.active {
    background: #2c3941;
    color: #fff;
    width: 100%;
    display: block;
    box-shadow: 0 0 7px 1px rgba(0,0,0,.18);
    border-radius: 5px
}

ul.nav.nav-tabs.nav-left-img li {
    width: 100%;
    margin-bottom: 0
}

span.im-cont {
    display: inline-block;
    width: 76px;
    height: 76px;
    padding: 19px;
    position: relative;
    vertical-align: middle;
    border-radius: 3px;
    margin-right: 8px;
    box-shadow: 0 0 7px 1px rgba(0,0,0,.18)
}

span.im-cont svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

ul.nav.nav-tabs.nav-left-img a {
    padding: 20px;
    width: 100%;
    display: inline-block;
    border-bottom: 0
}

ul.nav.nav-tabs.nav-left-img a svg {
    fill: #5e5e5e
}

ul.nav.nav-tabs.nav-left-img li a.active svg {
    fill: #ffffff
}

.an-block svg {
    width: 100%
}

.r-name-1 {
    position: absolute;
    top: -11px;
    left: 8.5%
}

.r-name-2 {
    position: absolute;
    top: -11px;
    left: 39.4%
}

.r-name-3 {
    position: absolute;
    top: -11px;
    left: 65%
}

.pulsating-circle {
    position: absolute;
    width: 20px;
    margin-top: 1px;
    height: 20px
}

.r-dot span {
    margin-left: 28px;
    margin-top: -4px;
    vertical-align: unset;
    display: inline-block;
    position: relative;
    font-weight: 500
}

.r-dot-p1 {
    position: absolute;
    top: 15%;
    left: 11%
}

.r-dot-p2 {
    position: absolute;
    top: 15%;
    left: 57%
}

.r-dot-p3 {
    position: absolute;
    top: 38%;
    left: 64%
}

.r-dot-p4 {
    position: absolute;
    top: 53%;
    left: 36%
}

.r-dot-p5 {
    position: absolute;
    top: 74%;
    left: 51%
}

.r-dot-p6 {
    position: absolute;
    top: 23%;
    left: 37%
}

.r-dot-p7 {
    position: absolute;
    top: 50%;
    left: 14%
}

.r-dot-p8 {
    position: absolute;
    top: 74%;
    left: 20.5%
}

.r-dot-p9 {
    position: absolute;
    top: 23%;
    left: 37%
}

.r-dot-p10 {
    position: absolute;
    top: 50%;
    left: 62%
}

.r-dot-p11 {
    position: absolute;
    top: 75%;
    left: 35.5%
}

.disabled {
    pointer-events: none
}

.pulsating-circle:before {
    content: "";
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    background-color: red;
    -webkit-animation: pulse-ring 1.25s cubic-bezier(.215,.61,.355,1) infinite;
    animation: pulse-ring 1.25s cubic-bezier(.215,.61,.355,1) infinite
}

.pulsating-circle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: red;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0,0,0,.3);
    -webkit-animation: pulse-dot 1.25s cubic-bezier(.455,.03,.515,.955) -.4s infinite;
    animation: pulse-dot 1.25s cubic-bezier(.455,.03,.515,.955) -.4s infinite
}

@-webkit-keyframes pulse-ring {
    0% {
        -webkit-transform: scale(.33);
        transform: scale(.33)
    }

    100%,80% {
        opacity: 0
    }
}

@keyframes pulse-ring {
    0% {
        -webkit-transform: scale(.33);
        transform: scale(.33)
    }

    100%,80% {
        opacity: 0
    }
}

@-webkit-keyframes pulse-dot {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@keyframes pulse-dot {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

.img-shadow {
    box-shadow: 0 0 7px 1px rgba(0,0,0,.18)
}

.logo-section span {
    display: inline-block;
    vertical-align: middle
}

li.active-li a {
    color: #ff0f0f!important
}

p.text-white {
    color: rgba(255,255,255,.83)!important
}

.mega-menu .menu-links>li:last-child>a {
    padding-right: 0;
    line-height: 80px
}

.entry-content a {
    text-decoration: underline
}

li.hoverTrigger.search-focus-hide a {
    line-height: 78px
}

.smal-nav {
    display: none
}

.form-group input {
    border: 1px solid #cecece;
    background: #2a2a2b00;
    padding: 10px;
    width: 100%;
    display: inline-block;
    border-radius: 3px;
    font-size: 15px
}

.form-control:focus {
    border-color: #7b7b7b
}

.load-photo a {
    width: 100%;
    display: block;
    position: absolute;
    height: 100%
}

.info-msg.warning,.info-msg.warning p,.warning ul {
    list-style: none;
    color: #ff0f0f;
    font-size: 12px;
    font-weight: 500
}

.sm-img-t {
    width: 56px
}

.accordion ul {
    padding: 0;
    margin: 0;
    margin-inline-start:15px}

.modal-body {
    background: #fafafa;
    padding-top: 31px;
    padding-bottom: 31px
}

p.p-small p {
    font-size: 12px;
    line-height: inherit
}

.form-group input::placeholder {
    color: #9d9d9d
}

.cookiePolicyModalContainer .button {
    min-width: 175px
}

.cookiePolicyModalContainer .button:last-child {
    margin-bottom: 0
}

.bc-block-l {
    background: #242f35;
    padding: 20px
}

.fl div {
    font-weight: 400;
    font-size: 15px
}

.tac a img {
    max-width: 50%;
    width: 100%;
    display: inline-block
}

.tac {
    text-align: left!important
}

.des-t {
    margin-top: -6px!important;
    display: inline-block;
    margin-left: 0!important;
    color: #dbdedf;
    font-size: 15px
}

span.des-tp {
    margin-top: -8px!important;
    margin-left: 6px!important
}

.entry-content a {
    text-decoration: underline;
    word-wrap: break-word
}

a {
    word-wrap: break-word
}

.mitre-icon-slider {
    position: absolute
}

.item-name {
    display: -webkit-box;
    max-width: 400px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1
}

.name.f13 {
    min-height: 62px
}

.dot-car .media-body {
    padding-left: 77px
}

.decl {
    font-size: 10px;
    line-height: 12px;
    color: #bbb;
    text-align: justify;
    margin-top: 5px
}

.notifyjs-bootstrap-base {
    background-image: none!important
}

.notifyjs-bootstrap-base {
    padding: 10px 15px 10px 15px!important;
    border: 3px solid rgba(0,0,0,.1)
}

.form-check {
    padding-left: 0
}

.form-check input {
    width: auto;
    margin: 7px;
    margin-left: 0;
    display: block
}

.form-group .form-check label {
    margin-top: 0;
    line-height: initial;
    padding-left: 18px;
    padding-top: 6px;
    margin-bottom: 9px;
    font-size: 14px;
    color: #353535!important
}

.form-group select.form-control {
    background: #2a2a2b00;
    border: 1px solid #b6b6b6;
    padding: 8px 10px;
    width: 100%;
    display: inline-block;
    border-radius: 3px;
    font-size: 15px;
    box-shadow: none
}

.disabled[data-toggle=tooltip] {
    pointer-events: all
}

.table-no-borders td {
    border: none!important
}

.input-group .form-control.kv-fileinput-caption {
    padding: 11px 18px 13px 18px
}

.input-group.file-caption-main .input-group-btn .btn-file:focus,.input-group.file-caption-main .input-group-btn .btn-file:hover {
    cursor: pointer
}

.border-radius-0 {
    border-radius: 0
}

.border-top-left-radius-0 {
    border-top-left-radius: 0
}

.border-bottom-left-radius-0 {
    border-bottom-left-radius: 0
}

button.fileinput-remove {
    height: 38px
}

button,input {
    color: inherit
}

.bootbox .modal-header {
    display: block
}

.bootbox h4.modal-title {
    font-size: 18px;
    line-height: 24px
}

.modal-md5,.modal-static-messenger {
    top: 26%
}

.modal-static-messenger .modal-header {
    display: block
}

.modal-md5 .modal-dialog,.modal-static-messenger .modal-dialog {
    max-width: 500px
}

.modal-md5 .modal-dialog .modal-header,.modal-static-messenger .modal-dialog .modal-header {
    padding: 10px 15px
}

.modal-md5 .modal-dialog .modal-body,.modal-static-messenger .modal-dialog .modal-body {
    font-size: 12px;
    padding: 5px
}

.modal-static-messenger .modal-dialog .modal-body {
    font-size: 14px;
    padding: 20px
}

.modal-md5 .modal-dialog .modal-body #crcmd5-info {
    color: #f20
}

.modal-static-messenger .modal-dialog .modal-header {
    font-size: 16px;
    border-radius: 5px 5px 0 0
}

.modal-static-messenger .modal-dialog .modal-header .close {
    opacity: 1;
    text-shadow: none;
    position: absolute;
    top: 23px;
    right: 26px;
    padding: 0
}

.modal-static-messenger .modal-dialog .modal-content.error .modal-header {
    background-color: rgba(255,39,0,.62);
    color: #fff
}

.modal-static-messenger .modal-dialog .modal-content.error .modal-header .close {
    color: #fff
}

.modal-static-messenger .modal-dialog .modal-content.warning {
    color: #555
}

.modal-static-messenger .modal-dialog .modal-content.warning .modal-header {
    background-color: rgba(255,228,37,.64);
    color: #555
}

.modal-static-messenger .modal-dialog .modal-content.warning .modal-header .close {
    color: #555
}

.modal-static-messenger .modal-dialog .modal-content.success .modal-header {
    background-color: rgba(41,160,41,.64);
    color: #fff
}

.modal-static-messenger .modal-dialog .modal-content.success .modal-header .close {
    color: #fff
}

.modal-static-messenger .modal-dialog .modal-content.info {
    padding: 0 40px;
    color: #555
}

.modal-static-messenger .modal-dialog .modal-content.info .modal-header {
    padding: 15px 0;
    border-bottom-color: #3d3c3c
}

.modal-static-messenger .modal-dialog .modal-content.info .modal-header .close {
    color: #555
}

.modal-static-messenger .modal-dialog .modal-content.info .modal-body {
    padding: 20px 0
}

.certificate-container div.icon {
    background-image: url("/img/new/certificate.png");
    background-size: 80px 80px;
    height: 80px;
    margin: 0 auto;
    width: 80px
}

.certificate-container a:focus div.icon,.certificate-container a:hover div.icon {
    background-image: url("/img/new/certificate_hover.png")
}

.cookie-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000000000;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 24px rgba(0,0,0,.15)
}

#cookie-policy-nav {
    background-color: #fff;
    color: #000
}

#cookie-policy-nav .content {
    padding: 40px 20px
}

#cookiePolicyModal {
    max-width: 840px
}

#cookiePolicyModal .tab-content h5 {
    font-weight: 600;
    margin-bottom: 24px
}

#cookiePolicyModal .modal-body {
    padding: 24px 32px;
    background: #fff;
    border-radius: 4px
}

#cookiePolicyModal h1,#cookiePolicyModal h2,#cookiePolicyModal h3,#cookiePolicyModal h4,#cookiePolicyModal h5,#cookiePolicyModal h6 {
    font-family: Inter,sans-serif;
    color: #292c3d;
    font-weight: 600
}

#cookiePolicyModal .nav.nav-tabs>li a,#cookiePolicyModal .nav.nav-tabs>li>a,#cookiePolicyModal .nav.nav-tabs>li>a:hover {
    color: #292c3d
}

#cookiePolicyModal p {
    color: #292c3d;
    line-height: 22px
}

#cookiePolicyModal .modal-body,#cookiePolicyModal .table {
    color: #292c3d
}

#cookiePolicyModal .modal-title {
    font-size: 20px;
    line-height: 28px
}

#cookiePolicyModal .modal-content {
    margin: auto;
    max-width: 840px;
    width: 100%;
    background: #fff;
    box-shadow: 0 12px 40px rgba(0,0,0,.25),0 4px 8px rgba(0,0,0,.25);
    border-radius: 8px;
    border: none
}

#cookiePolicyModal .modal-body .row {
    flex-wrap: nowrap;
    margin-right: 0;
    margin-left: 0
}

#cookiePolicyModal .col-left {
    max-width: 242px;
    width: 100%;
    margin-right: 28px;
    padding-right: 20px;
    border-right: 1px solid rgba(153,155,170,.3)
}

#cookiePolicyModal .nav.nav-tabs>li a,#cookiePolicyModal .nav.nav-tabs>li>a,#cookiePolicyModal .nav.nav-tabs>li>a:hover {
    border-bottom: none
}

#cookiePolicyModal .col-right {
    max-width: 505px;
    width: 100%
}

.login-register-modal {
    z-index: 1947483000
}

#formModal.login-register-modal {
    z-index: 1947483002
}

.notifyjs-corner {
    z-index: 1947483004!important
}

#cookiePolicyModal .modal-body .tabbable ul.nav.nav-tabs {
    min-height: 300px;
    display: inline-block;
    min-width: 210px;
    border-bottom: none;
    margin-right: 10px
}

#cookiePolicyModal .nav-link {
    padding: 13px 16px;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px
}

#cookiePolicyModal .modal-body .tabbable .tab-content .tab-pane h5 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 20px
}

#cookiePolicyModal .modal-header .close {
    align-self: center;
    opacity: 1;
    margin-right: -16px
}

#cookiePolicyModal .close span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

#cookiePolicyModal .close span:before {
    position: absolute;
    content: " ";
    height: 14.4px;
    width: 1.2px;
    border-radius: 4px;
    background-color: #57586e
}

#cookiePolicyModal .close span:after {
    position: absolute;
    content: " ";
    height: 14.4px;
    width: 1.2px;
    border-radius: 4px;
    background-color: #57586e
}

#cookiePolicyModal .close span:before {
    transform: rotate(45deg)
}

#cookiePolicyModal .close span:after {
    transform: rotate(-45deg)
}

.cookie-wrapper {
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    padding: 24px 49px 24px 40px
}

.cookie-wrapper__text {
    columns: auto 2;
    max-width: 966px;
    column-gap: 22px;
    margin-right: 39px;
    font-size: 12px;
    line-height: 120%;
    color: #57586e
}

.cookie-wrapper__accept {
    display: flex;
    align-items: center
}

.cookie-wrapper__accept-box {
    display: flex
}

.cookie-wrapper__accept-all {
    text-transform: uppercase;
    background: #4ac18e;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 16px;
    color: #292c3d;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-right: 16px
}

.cookie-wrapper__accept-all:hover {
    background-color: #4ed999;
    color: #292c3d
}

.modal-open .intercom-lightweight-app,.modal-open .intercom-lightweight-app-launcher {
    z-index: 111!important
}

.cookie-wrapper__manage-cookies {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 13px;
    border: 1px solid #4ac18e;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #292c3d;
    text-transform: uppercase
}

.cookie-wrapper__manage-cookies:hover {
    background-color: #6bd7a9;
    color: #fff
}

.cookie-wrapper__manage-cookies:active,.cookie-wrapper__manage-cookies:focus {
    color: #000
}

.default-content__cookie-policy {
    color: #49bd8c;
    font-weight: 700
}

.cookie-wrapper__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer
}

.fixed.fixed--bottom.cookie-disclaimer.js-cookie-disclaimer.is-active {
    position: fixed;
    bottom: 0;
    width: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.modal-open .cookie-overlay {
    background-color: inherit;
    z-index: 999999999
}

.calendly-overlay {
    z-index: 9999999991!important;
    background-color: rgba(24,24,24,.5)!important;
    backdrop-filter: blur(4px)
}

.animation-image-overlay {
    left: 0;
    top: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
    z-index: 2000;
    height: 100%;
    background-color: rgba(59,61,79,.5);
    color: #ddd
}

.animation-image {
    z-index: 101
}

#cookiePolicyModal .modal-header {
    border-bottom: 1px solid rgba(153,155,170,.3);
    padding: 1rem 2rem
}

#cookiePolicyModal .modal-subtitle {
    padding-bottom: 24px
}

@media (min-width: 1441px) {
    .cookie-wrapper__accept {
        min-width:345px
    }

    .cookie-wrapper__text {
        min-width: 996px;
        width: 100%;
        max-width: max-content
    }
}

@media (max-width: 1440px) {
    .cookie-wrapper__accept {
        min-width:345px;
        width: 100%
    }
}

@media (max-width: 1024px) {
    .cookie-wrapper {
        flex-direction:column;
        padding: 24px 40px
    }

    .cookie-wrapper__accept {
        justify-content: center
    }

    .cookie-wrapper__text {
        max-width: 100%;
        columns: 1;
        margin-bottom: 24px;
        margin-right: 0
    }

    .cookie-wrapper__accept-all {
        font-size: 12px;
        padding: 6px 13px
    }

    .cookie-wrapper__manage-cookies {
        font-size: 12px;
        padding: 6px 25px
    }
}

@media (max-width: 992px) {
    #cookiePolicyModal {
        padding:0 16px
    }
}

@media (max-width: 768px) {
    .cookie-wrapper {
        flex-direction:column;
        padding: 24px 16px 19px 24px
    }

    .cookie-wrapper__accept {
        min-width: auto
    }

    .cookie-wrapper__accept-all {
        margin-right: 12px
    }

    #cookiePolicyModal .modal-header {
        padding: 18px 16px
    }

    #cookiePolicyModal .modal-title {
        font-size: 18px;
        line-height: 24px
    }

    #cookiePolicyModal .modal-header .close {
        margin-right: -8px
    }

    #cookiePolicyModal .modal-body {
        padding: 18px 16px
    }

    #cookiePolicyModal .modal-body .row {
        flex-direction: column
    }

    #cookiePolicyModal .col-left {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
        padding-bottom: 14px;
        padding-right: 0;
        border-right: none;
        border-bottom: 1px solid rgba(153,155,170,.3)
    }

    #cookiePolicyModal .col-right {
        max-width: 100%
    }

    #cookiePolicyModal .modal-subtitle {
        padding-bottom: 14px;
        font-size: 12px;
        line-height: 19px
    }

    #cookiePolicyModal .tab-content h5 {
        font-size: 16px;
        line-height: 26px
    }
}

.form-check input[type=checkbox] {
    padding: 0
}

.wrapper--mod {
    min-height: 100vh
}

.wrapper--mod #main {
    min-height: calc(100vh - 794px)
}

.wrapper--mod .intro-error,.wrapper--mod .webinar {
    min-height: inherit
}

.intro-error {
    display: flex;
    align-items: center
}

.img-fluid--width {
    max-width: 365px
}

.webinar {
    margin-top: -60px;
    padding-top: 80px;
    background: transparent no-repeat 50% 50%;
    background-size: cover
}

.webinar__bg {
    width: 100%;
    padding: 60px 0 155px;
    background-color: rgba(26,30,47,.1)
}

.webinar__wrap {
    margin: 0 auto;
    padding: 0 15px;
    font-family: Roboto,sans-serif
}

.webinar__title {
    position: relative;
    margin-bottom: 35px;
    padding-left: 35px;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #fff
}

.webinar__title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(237,55,36,.5);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.webinar__title::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ed3724;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.webinar__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.webinar__col.webinar__col--left {
    padding-right: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 67%;
    flex: 1 1 67%
}

.webinar__col.webinar__col--right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%
}

.webinar-box {
    max-width: 710px
}

.webinar-box__title {
    margin-bottom: 18px;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.3;
    color: #fff
}

.webinar-box__sub-title {
    position: relative;
    margin-bottom: 26px;
    padding-left: 14px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    text-transform: uppercase;
    color: rgba(255,255,255,.9)
}

.webinar-box__sub-title::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 20px;
    left: 2px;
    top: 0;
    background-color: #ed3724
}

.webinar-box__description {
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: rgba(255,255,255,.9)
}

.webinar-box__description p:not(:last-child) {
    margin-bottom: 20px
}

.speakers-box__title {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    color: #fff
}

.speakers-box__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.speakers-box__col {
    margin-right: 24px;
    margin-bottom: 20px
}

.speaker__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.speaker__col:first-child {
    margin-right: 16px
}

.speaker__img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: transparent no-repeat 50% 50%;
    background-size: cover;
    overflow: hidden
}

.speaker__name {
    margin-bottom: 3px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #fff
}

.speaker__description {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #fff
}

.social-list {
    list-style: none;
    margin-left: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0
}

.social-list__item {
    margin-right: 5px;
    line-height: 1.2
}

.social-list__link {
    display: block;
    padding: 5px;
    text-decoration: none;
    font-size: 0;
    color: #fff
}

.social-list__link:hover {
    display: block;
    text-decoration: none;
    color: #fff
}

.social-list__link svg {
    display: block;
    fill: #8c8e97;
    -webkit-transition: fill .1s;
    -o-transition: fill .1s;
    transition: fill .1s
}

.social-list__link:hover svg {
    fill: #ffffff;
    cursor: pointer
}

.registration-form__wrap {
    padding: 32px 36px;
    width: 100%;
    max-width: 400px;
    border-radius: 6px;
    background-color: #fff
}

.registration-form__title {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    color: #000
}

.registration-form__description {
    margin-bottom: 18px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #8c8e97
}

.registration-form__description span {
    font-weight: 600
}

.registration-form__row:not(:last-child) {
    margin-bottom: 16px
}

.registration-form__row:last-child {
    margin-top: 36px
}

.registration-form__label {
    margin-bottom: 6px;
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    color: #1a1e2f
}

.registration-form__label sup {
    display: inline-block;
    vertical-align: bottom;
    font-size: 14px;
    color: #ee3523
}

.registration-form__input {
    width: 100%;
    height: 36px;
    padding: 10px 13px;
    border-radius: 4px;
    border: 1px solid #c4c4c4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 36px;
    color: #1a1e2f;
    -webkit-transition: border-color .2s;
    -o-transition: border-color .2s;
    transition: border-color .2s
}

.registration-form__input:focus {
    border-color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.registration-form__btn {
    padding: 0 15px;
    width: 100%;
    height: 42px;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    border: 2px solid #ee3523;
    background-color: #ee3523;
    -webkit-transition: background-color .1s,color .1s;
    -o-transition: background-color .1s,color .1s;
    transition: background-color .1s,color .1s
}

.registration-form__btn:hover {
    background-color: transparent;
    color: #ee3523
}

.webinar.webinar--news {
    margin-top: 0;
    padding-bottom: 125px;
    font-family: Roboto,sans-serif;
    background-color: #fff
}

.web-table:first-child {
    margin-bottom: 30px
}

.web-table .speakers-box__col {
    flex: 1 1 100%
}

.web-table__row {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(26,30,47,.3)
}

.web-table__col:first-child {
    flex: 1 1 30%
}

.web-table__col:nth-child(2) {
    flex: 1 1 10%
}

.web-table__col:nth-child(3) {
    flex: 1 1 12%
}

.web-table__col:nth-child(4) {
    flex: 1 1 35%
}

.web-table__col:last-child {
    flex: 1 1 5%;
    min-width: 80px
}

.web-table__thead .web-table__col {
    padding: 16px 16px 16px 0
}

.web-table__body .web-table__col {
    padding: 30px 16px 30px 0
}

.web-table__body .web-table__col:first-child {
    padding-right: 20px
}

.web-table__body .web-table__col:last-child {
    padding-right: 0
}

.web-table__title {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
    text-transform: uppercase;
    color: rgba(26,30,47,.5)
}

.web-table__description {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    color: #000
}

.web-table__date {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #1a1e2f
}

.web-table__time {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #1a1e2f
}

.web-table__link {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .08em;
    color: #1a1e2f;
    text-decoration: none;
    text-align: right;
    transition: color .2s;
    white-space: nowrap
}

.web-table__link:hover {
    color: #4ac18e;
    text-decoration: none
}

.web-table__link svg {
    display: inline-block;
    margin-left: 6px;
    vertical-align: 0
}

.web-table .speakers-box__col {
    margin-right: 0;
    margin-bottom: 0
}

.web-table .speakers-box__col:not(:last-child) {
    margin-right: 24px;
    margin-bottom: 10px
}

.web-table .speaker__img {
    width: 46px;
    height: 46px
}

.web-table .speaker__name {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    color: #1a1e2f
}

.web-table .speaker__description {
    font-size: 14px;
    font-weight: 400;
    color: #1a1e2f
}

.button.button--border {
    border: 1px solid #ff0f0f;
    background-color: transparent;
    color: #fff
}

.button.button--border:hover {
    border-color: #ff0f0f;
    background-color: #ff0f0f;
    color: #fff
}

.im-ab {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block
}

.black-bg-dark .hover-q {
    border-left: 5px solid #fff
}

.card {
    background: #e8eaea!important;
    color: #353535!important;
    border: none;
    border-radius: 0;
    padding: 20px;
    border-radius: 5px;
    display: block
}

.disabled {
    pointer-events: none
}

.integrations-case-label.active {
    background-color: #414445!important
}

.resp-top {
    z-index: 2;
    position: relative;
    margin-top: -200px;
    bottom: -200px
}

.card {
    background-color: #e8eaea!important;
    color: #353535!important;
    border: none;
    padding: 20px;
    border-radius: 5px;
    display: block
}

.r-abs {
    position: absolute;
    right: 7px;
    top: 43%;
    transform: translate(-50%,-50%)
}

.card-white {
    -webkit-box-shadow: 0 0 73px -13px rgba(0,0,0,.17);
    -moz-box-shadow: 0 0 73px -13px rgba(0,0,0,.17);
    box-shadow: 0 0 73px -13px rgba(0,0,0,.17);
    background: #fff;
    min-height: 116px;
    padding: 37px;
    text-align: center;
    border-top: 13px;
    margin-top: 9px;
    display: table-cell;
    vertical-align: middle
}

span.integration-blocks {
    display: inline-block;
    padding: 6px;
    margin: 8px;
    margin-left: 0
}

.intro-title h1 {
    font-size: 35px;
    letter-spacing: 0;
    font-weight: 500;
    margin: 0;
    padding: 0
}

.teches .card {
    padding: 10px;
    text-align: center;
    min-height: 112px;
    margin: 0 0 30px;
    background: #f7f7f7!important
}

p.text-grey {
    font-size: 13px;
    line-height: initial;
    color: #575757;
    padding: 0;
    margin: 0
}

.high-level {
    background: url(/img/new/world-3.png) no-repeat;
    background-position-x: 20%!important;
    background-size: 100%;
    min-height: 498px!important
}

.inner-one {
    height: 25px;
    width: 25px;
    background: red;
    border-radius: 100%;
    border: 4px solid #840505
}

.circle-dot {
    border: 1px solid #ffffff7a;
    text-align: center;
    width: 50px;
    height: 50px;
    padding: 12px;
    border-radius: 100%;
    display: inline-block;
    position: relative
}

.sp1 {
    position: absolute;
    bottom: 8%;
    left: 26%
}

.sp2 {
    position: absolute;
    top: 19%;
    left: 43%
}

.sp3 {
    position: absolute;
    bottom: 26%;
    left: 56%
}

.dots-inside p {
    position: initial;
    display: inline-block;
    vertical-align: text-bottom;
    margin-bottom: -7px;
    margin-left: 10px;
    margin-top: 0;
    font-size: 12px;
    line-height: 17px;
    color: #fff
}

.pulse_1:before {
    border: 1px solid #fff;
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 100%;
    transform: scale(1.5);
    transform-origin: center center;
    opacity: 0;
    animation: 1.5s pulse2 infinite ease-in-out
}

.pulse_1:after {
    border: 1px solid #fff;
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 100%;
    transform: scale(3);
    transform-origin: center center;
    opacity: 0;
    animation: 1.5s pulse infinite ease-in-out
}

@keyframes pulse_1 {
    0% {
        transform: scale(1.2);
        opacity: 1
    }

    50% {
        transform: scale(2.5);
        opacity: .1
    }

    100% {
        transform: scale(1.2);
        opacity: 1
    }
}

@keyframes pulse2 {
    0% {
        transform: scale(1.2);
        opacity: 1
    }

    50% {
        transform: scale(1.8);
        opacity: .5
    }

    100% {
        transform: scale(1.2);
        opacity: 1
    }
}

.hero-top .bg-overlay-black-6:before {
    background: #000!important;
    opacity: .6;
    position: absolute;
    width: 100%
}

.dots-inside p {
    font-weight: 700
}

.dots-inside b {
    font-weight: 200
}

.high-level {
    background: url(/img/new/world-3.png) no-repeat;
    background-position-x: 20%!important;
    background-size: 100%;
    min-height: 498px!important
}

.intro-title h1 {
    font-size: 35px;
    letter-spacing: 0;
    font-weight: 500;
    margin: 0;
    padding: 0
}

.im-ab {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block
}

.black-bg-dark .hover-q {
    border-left: 5px solid #fff
}

.card {
    background: #e8eaea!important;
    color: #353535!important;
    border: none;
    padding: 20px;
    border-radius: 5px;
    display: block
}

.disabled {
    pointer-events: none
}

.intro-name h1 {
    font-size: 30px;
    letter-spacing: 0;
    font-weight: 500;
    margin: 0;
    padding: 0
}

.teches .card {
    display: flex;
    justify-content: center
}

p.text-grey {
    font-size: 13px;
    line-height: initial;
    color: #575757;
    padding: 0;
    margin: 0
}

.links-block .testimonial-avatar {
    float: left;
    height: 80px;
    width: 80px;
    display: inline-block;
    border-radius: 93px;
    margin-right: 20px
}

.links-block img {
    border-radius: 100px;
    max-width: 80px;
    min-width: 80px;
    height: 80px
}

p.text-dark.mb-3 {
    min-height: 104px
}

p.text-grey.letter-spacing-2.text-uppercase.font-weight-bold {
    min-height: 48px
}

.accordion .card {
    padding: 0;
    background: 0 0!important
}

.accordion .card .card-header {
    border: none
}

button.btn.btn-link {
    width: 100%;
    text-align: left;
    color: #494a4a
}

button.btn.btn-link:hover {
    color: red
}

section.grey-sec {
    background: #313d43
}

.dot-car .card {
    background: #36434b;
    padding: 10px;
    position: relative;
    width: 100%
}

.dot-car .mitre-icon-slider {
    max-width: 68px;
    display: inline-block;
    border: 2px solid rgba(255,255,255,.32);
    border-radius: 5px
}

.dot-car .media-body {
    position: relative;
    display: inline-block;
    color: #fff;
    margin-top: 10px
}

.card-header__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.logo-section .logo-section__title {
    font-size: 20px;
    font-weight: 400;
    margin-left: 4px
}

.page-section-ptb.bg-gray {
    background-color: #2a363e
}

.container {
    width: 98%!important
}

.bg-overlay-black-7:before {
    background: rgba(0,0,0,.38)!important
}

.card {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 1px transparent;
    flex: 1;
    margin: 8px;
    padding: 54px;
    position: relative;
    text-align: left;
    transition: all .5s ease-in-out
}

.stack-block {
    display: flex;
    align-items: center
}

.stack-block__item {
    flex: 33.33%
}

.stack-block__item:not(:last-child) {
    margin-right: 30px
}

.stack-block__link {
    display: block
}

.card.card--soc-app {
    padding: 20px
}

.hero-image-bg {
    position: relative
}

.hero-image-bg__wrap {
    position: absolute;
    top: -80px;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    background-color: #028eb4;
    font-size: 0
}

.hero-image-bg__wrap img,.hero-image-bg__wrap svg {
    width: 100%;
    height: 100%
}

.three-dots-one-line {
    max-width: 100%;
    word-break: break-word;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-height: 16px
}

.three-dots-two-line {
    max-width: 100%;
    word-break: break-word;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-height: 32px
}

.title-xxxl {
    font-family: Inter,sans-serif;
    font-weight: 600;
    font-size: 72px;
    line-height: 120%;
    text-transform: none;
    color: #090a0b;
    transition: color .2s
}

.title-xxl-2 {
    font-family: Inter,sans-serif;
    font-weight: 600;
    font-size: 56px;
    line-height: 120%;
    text-transform: none;
    color: #090a0b;
    transition: color .2s
}

.title-xxl {
    font-family: Inter,sans-serif;
    font-weight: 600;
    font-size: 50px;
    line-height: 120%;
    text-transform: none;
    color: #090a0b;
    transition: color .2s
}

.title-xl {
    font-family: Inter,sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    text-transform: none;
    color: #090a0b;
    transition: color .2s
}

.title-lm {
    font-family: Inter,sans-serif;
    font-weight: 600;
    font-size: 42px;
    line-height: 120%;
    text-transform: none;
    color: #090a0b;
    transition: color .2s
}

.title-lg {
    font-family: Inter,sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    text-transform: none;
    color: #090a0b;
    transition: color .2s
}

.title-l {
    font-family: Inter,sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    text-transform: none;
    color: #090a0b;
    transition: color .2s
}

.title-ml {
    font-family: Inter,sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    text-transform: none;
    color: #090a0b;
    transition: color .2s
}

.title-m {
    font-family: Inter,sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    text-transform: none;
    color: #090a0b;
    transition: color .2s
}

.title-sm {
    font-family: Inter,sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    text-transform: none;
    color: #090a0b;
    transition: color .2s
}

.title-s {
    font-family: Inter,sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    text-transform: none;
    color: #090a0b;
    transition: color .2s
}

.title-xs {
    font-family: Inter,sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    text-transform: none;
    color: #000;
    transition: color .2s
}

.title-bold {
    font-weight: 700
}

.title-silver {
    color: #eee
}

.title-coral {
    color: #33d7ef
}

.title-dark {
    color: #292c3d
}

.title-default {
    color: #f9f9f9
}

.title-upper {
    text-transform: uppercase
}

.text-upper {
    text-transform: uppercase
}

.description-gray {
    font-family: Roboto,sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #57586e;
    transition: color .2s
}

.description-gary p:not(:last-child) {
    margin-bottom: 28px
}

.description-silver {
    color: #c8c9cc
}

.description-silver-gray {
    color: #cfd0d3
}

.description-dark-silver {
    color: #73737a
}

.description-coral {
    color: #33d7ef
}

.description-light {
    color: #f9f9f9
}

.description-dark {
    color: #292c3d
}

.description-default {
    color: #f9f9f9
}

.description-bold {
    font-weight: 600
}

.description-lm {
    font-family: Inter,sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%
}

.description-m {
    font-family: Inter,sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%
}

.description-sm {
    font-family: Inter,sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%
}

.description-s {
    font-family: Inter,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%
}

.description-xs {
    font-size: 12px
}

.description-text-justify {
    text-align: justify
}

.sc-dark-blue-bg {
    background-color: #292c3d
}

.sc-white-bg {
    background-color: #fff
}

.sc-silver-bg {
    background-color: #eee
}

.sc-gray-bg {
    background-color: #f6f7f9
}

.sc-layout-img-bg {
    background: transparent no-repeat 50% 50%;
    background-size: cover
}

a.link-grey-line,a.link-red-line,a.link-white-line {
    text-decoration: underline
}

a.link-white-line {
    color: #fff
}

a.link-white-line:hover {
    text-decoration: none;
    color: #fff
}

.btn.link-white-line {
    background-color: transparent;
    text-decoration: underline;
    color: #fff
}

.btn.link-white-line:hover {
    background-color: transparent;
    text-decoration: none;
    color: #fff
}

a.link-grey-line {
    color: #aaa
}

a.link-grey-line:hover {
    text-decoration: none;
    color: #aaa
}

a.link-red-line {
    color: #eb3629
}

a.link-red-line:hover {
    text-decoration: none;
    color: #eb3629
}

.title-box__sub-title {
    margin-bottom: 14px;
    font-family: Poppins,sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    color: #939cb4
}

.btn.btn--lg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 20px;
    background-color: transparent;
    border: 1px solid transparent;
    box-sizing: border-box;
    border-radius: 4px;
    outline: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    white-space: nowrap
}

.btn.btn--bg.btn--red {
    background-color: #ff0f0f;
    border: 1px solid #ff0f0f
}

.btn.btn--lg.btn--red:focus,.btn.btn--lg.btn--red:hover {
    background-color: #ed3724;
    border-color: #ed3724;
    color: #fff;
    text-decoration: none
}

.btn.btn--border.btn--red {
    background-color: transparent;
    border-color: #ed3724;
    color: #000;
    text-decoration: none
}

.btn.btn--border.btn--red:focus,.btn.btn--border.btn--red:hover {
    background-color: #ed3724;
    border-color: #ed3724;
    color: #fff;
    text-decoration: none
}

.btn.btn--border.btn--green {
    background-color: transparent;
    border: 2px solid #35b97c
}

.btn.btn--border.btn--green:focus,.btn.btn--border.btn--green:hover {
    background-color: #35b97c;
    border-color: #35b97c;
    color: #292c3d;
    text-decoration: none
}

.btn.btn--bg.btn--green {
    background-color: #35b97c;
    border-color: #2bd285;
    color: #292c3d;
    text-decoration: none;
    box-shadow: 0 0 28px rgba(39,169,109,.4)
}

.btn.btn--bg.btn--green:focus,.btn.btn--bg.btn--green:hover {
    background-color: #4ed999;
    border-color: #4ed999;
    color: #292c3d;
    text-decoration: none
}

.btn.btn--bg.btn--green.btn--bs {
    background-color: #4ed999;
    border: 2px solid #35b97c;
    box-sizing: border-box;
    box-shadow: 0 0 28px rgba(39,169,109,.4);
    border-radius: 4px
}

.btn.btn--bg.btn--green.btn--bs:focus,.btn.btn--bg.btn--green.btn--bs:hover {
    background-color: #35b97c;
    border-color: #35b97c;
    box-sizing: border-box;
    box-shadow: 0 0 28px rgba(39,169,109,.4);
    border-radius: 4px
}

.btn.btn--border.btn--blue {
    background-color: #fff;
    border-color: #33d7ef;
    color: #292c3d
}

.btn.btn--border.btn--blue:hover {
    background-color: rgba(51,215,239,.1);
    border-color: #33d7ef;
    color: #292c3d
}

.btn svg {
    margin-left: 10px
}

.btn.btn--icon-left svg {
    margin-left: 0;
    margin-right: 10px
}

.view-link {
    font-family: Poppins,sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #090a0b;
    text-transform: uppercase;
    text-decoration: none
}

.view-link:focus,.view-link:hover {
    color: #090a0b
}

.view-link svg {
    display: inline-block;
    margin-left: 10px;
    vertical-align: 0;
    transition: transform .2s,fill .1s
}

.view-link--red svg path {
    stroke: #2e2f35
}

.view-link:hover svg {
    transform: translateX(3px)
}

.view-link:hover svg path {
    stroke: #ed3724
}

.sc-layout {
    padding: 60px 0 70px
}

.sc-layout.sc-layout--pos {
    padding-top: 130px
}

.sc-layout--mod {
    overflow: hidden
}

.sc-layout--pos {
    position: relative;
    z-index: 1
}

.sc-layout--siem-audit {
    padding-top: 132px
}

.sc-layout .inner {
    padding-top: 0;
    padding-bottom: 0
}

.sc-layout__row {
    display: flex
}

.sc-layout__row--margin {
    margin-bottom: 116px
}

.sc-layout__col--left {
    flex: 1 1 62%;
    margin-right: 50px
}

.sc-layout__col--right {
    flex: 1 1 38%
}

.sc-hero--mod .sc-hero__description,.sc-hero--mod .sc-hero__title {
    max-width: 550px
}

.sc-hero--mod .sc-hero__description-cont,.sc-hero--mod .sc-hero__title {
    max-width: 574px
}

.sc-hero--hyper .sc-hero__title {
    max-width: 626px
}

.sc-hero--mod .sc-hero__description-cont {
    font-family: Roboto,sans-serif;
    font-size: 18px;
    line-height: 150%;
    color: #57586e
}

.sc-hero--mod .sc-hero__col {
    flex: 1 1 50%
}

.sc-hero--user-roles .sc-hero__img--bg::after {
    display: none
}

.sc-hero__row {
    display: flex;
    align-items: center
}

.sc-hero__col--left {
    flex: 1 1 62%;
    margin-right: 50px
}

.sc-hero__col--right {
    flex: 1 1 38%
}

.sc-hero__col--end {
    display: flex;
    justify-content: flex-end
}

.sc-hero__description {
    max-width: 380px;
    font-size: 16px
}

.sc-hero__img {
    padding: 94px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #282c36
}

.sc-hero__img img {
    width: 100%;
    max-width: 200px
}

.sc-hero__detect {
    position: absolute;
    left: 0;
    bottom: 60px
}

.sc-hero__img--bg {
    position: relative;
    padding: 0 0 0 50px;
    height: 550px;
    background-color: transparent;
    text-align: left;
    z-index: 1
}

.sc-hero__img--lg {
    padding: 0;
    height: auto;
    background: 0 0;
    position: relative;
    z-index: 1;
    justify-content: flex-start
}

.sc-hero__img--lg-grey {
    padding: 0;
    height: auto;
    min-width: 681px;
    background: 0 0;
    position: relative;
    z-index: 10
}

.sc-hero__img--lg-grey:after {
    content: "";
    position: absolute;
    width: 603px;
    height: 563px;
    background: #f6f7f9;
    z-index: -1;
    right: -64px
}

.sc-hero__img--lg img,.sc-hero__img--lg-grey img {
    max-width: none
}

.sc-hero__img--bg::after {
    content: "";
    display: block;
    position: absolute;
    top: 70px;
    left: 130px;
    width: 600px;
    height: 560px;
    background-color: #f6f7f9;
    z-index: -1
}

.sc-hero__img--bg img {
    width: 100%;
    max-width: 454px
}

.sc-hero--mod .sc-hero__img--bg {
    justify-content: flex-start
}

.sc-detection {
    background: url("/img/detections/detections-bg.jpg");
    background-size: cover
}

.sc-detection__row {
    display: flex
}

.sc-detection__col {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 50%
}

.sc-detection__col:first-child {
    margin-right: 50px
}

.sc-detection__img img {
    width: 100%;
    max-width: 723px
}

.sc-detection__title {
    font-weight: 600;
    font-size: 56px;
    color: #fff;
    line-height: 120%;
    margin-top: 10px;
    margin-bottom: 10px
}

.sc-detection__green {
    color: #4ac18e
}

.sc-detection__subtitle {
    font-weight: 400;
    font-size: 16px;
    color: #f9f9f9;
    margin-bottom: 24px
}

.sc-detection__report {
    display: flex;
    align-items: center;
    max-width: 200px;
    width: 100%;
    background: #4ac18e;
    border-radius: 4px;
    padding: 14px 32px;
    text-transform: uppercase;
    color: #292c3d;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    margin-bottom: 40px;
    transition: background-color .1s
}

.sc-detection__report:active,.sc-detection__report:focus,.sc-detection__report:hover,.sc-detection__report:link,.sc-detection__report:visited {
    color: #292c3d
}

.sc-detection__report:hover {
    background-color: #87d4ac
}

.sc-detection__report svg {
    margin-right: 10px
}

.sc-detection__slider {
    background-color: #212529
}

.sc-detection__slider .sc-layout__inner {
    padding-top: 0;
    padding-bottom: 0
}

.sc-detection__slider-box {
    display: flex;
    align-items: center
}

.sc-detection__slider-title {
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    color: #f9f9f9
}

.sc-detection__carousel {
    display: flex!important;
    width: 90%!important
}

.sc-detection__carousel-item {
    display: flex
}

.sc-detection__carousel img {
    height: 88px
}

.sc-detection__carousel-control {
    display: flex
}

.sc-detection__carousel-control .owl-prev {
    display: none!important
}

.sc-detection__carousel-control .owl-next {
    cursor: pointer;
    background-image: url("/img/detections/detection-slider/union.svg")!important;
    background-repeat: no-repeat!important;
    background-size: 14px 34px!important;
    background-position: 21px 25px!important;
    background-color: #142224;
    display: flex;
    height: 88px;
    width: 56px;
    border: none;
    transition: background-color .1s
}

.sc-detection__carousel-control:hover .owl-next {
    cursor: pointer;
    background-image: url("/img/detections/detection-slider/union-hover.svg")!important;
    background-repeat: no-repeat!important;
    background-size: 14px 34px!important;
    background-position: 21px 25px!important;
    background-color: #0f1a1c;
    display: flex;
    height: 88px;
    width: 56px;
    border: none
}

.sc-innovative {
    background-color: #e5e5e5;
    padding-top: 100px;
    padding-bottom: 115px
}

.sc-innovative__row {
    display: flex
}

.sc-innovative__col {
    display: flex;
    flex-direction: column
}

.sc-innovative__col-left {
    width: 100%;
    max-width: 30%;
    margin-right: 40px
}

.sc-innovative__col-right {
    width: 100%;
    max-width: 70%
}

.sc-innovative__tip {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #49bd8c;
    margin-bottom: 16px
}

.sc-innovative__title {
    font-weight: 600;
    font-size: 42px;
    line-height: 50px;
    color: #292c3d;
    margin-bottom: 20px
}

.sc-innovative__line {
    margin-bottom: 25px
}

.sc-innovative__link {
    color: #49bd8c
}

.sc-innovative__link:active,.sc-innovative__link:focus,.sc-innovative__link:hover,.sc-innovative__link:link,.sc-innovative__link:visited {
    color: #49bd8c
}

.sc-innovative__box {
    position: relative;
    background-color: #f9f9f9;
    padding: 40px 55px 46px
}

.sc-innovative__box:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    transform: rotate(135deg);
    bottom: -20px;
    left: -5px;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #e5e5e5
}

.sc-innovative__box:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    transform: rotate(-44deg);
    top: -20px;
    right: -5px;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #e5e5e5
}

.sc-innovative__box-row {
    display: flex;
    margin-bottom: 40px
}

.sc-innovative__box-col {
    display: flex;
    margin-right: 70px;
    max-width: 310px
}

.sc-innovative__box-col:last-child {
    margin-right: 0
}

.sc-innovative__box-icon {
    margin-right: 8px;
    position: relative;
    bottom: 3px
}

.sc-innovative__box-text {
    font-weight: 600;
    font-size: 18px;
    color: #292c3d
}

.sc-innovative__box-line {
    background-color: #4ac18e;
    height: 1px;
    width: 100%;
    margin-bottom: 32px
}

.sc-innovative__box-info {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #292c3d
}

.sc-report__carousel-wrapper {
    display: flex;
    justify-content: space-between
}

.sc-report__carousel {
    background-color: #f1f1f1
}

.sc-report__carousel-box {
    max-width: 90%;
    display: flex!important;
    align-items: center
}

.sc-report__carousel .inner {
    padding-top: 0;
    padding-bottom: 0
}

.sc-report__carousel-item {
    display: flex;
    align-items: center
}

.sc-report__carousel-image img {
    height: 117px!important;
    display: block
}

.sc-report__carousel-info {
    display: flex;
    flex-direction: column
}

.sc-report__carousel-control {
    display: flex;
    max-width: 10%
}

.sc-report__carousel-control .owl-prev {
    display: none!important
}

.sc-report__carousel-control .owl-next {
    cursor: pointer;
    background-image: url("/img/detections/detection-slider/union.svg")!important;
    background-repeat: no-repeat!important;
    background-size: 14px 34px!important;
    background-position: 27px 54px!important;
    background-color: #ccccd0;
    display: flex;
    width: 69px;
    height: 144px;
    border: none;
    transition: background-color .1s
}

.sc-report__carousel-control:hover .owl-next {
    cursor: pointer;
    background-image: url("/img/detections/detection-slider/union-hover.svg")!important;
    background-repeat: no-repeat!important;
    background-size: 14px 34px!important;
    background-position: 27px 54px!important;
    background-color: #e3e4e4;
    display: flex;
    width: 69px;
    height: 144px;
    border: none
}

.sc-report__carousel-control.disabled {
    pointer-events: unset
}

.sc-report__carousel-title {
    font-weight: 600;
    font-size: 18px;
    color: #292c3d;
    margin-left: 7px
}

.sc-report__carousel-link {
    font-weight: 600;
    font-size: 16px;
    color: #46b586
}

.sc-report__carousel-link:active,.sc-report__carousel-link:focus,.sc-report__carousel-link:hover,.sc-report__carousel-link:link,.sc-report__carousel-link:visited {
    color: #46b586
}

.sc-odds {
    background: url("/img/detections/odds-bg.jpg");
    background-size: cover;
    padding-top: 120px
}

.sc-odds__tip {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #49bd8c;
    margin-bottom: 16px
}

.sc-odds__title {
    font-weight: 600;
    font-size: 42px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px
}

.sc-odds__line {
    display: flex;
    justify-content: center;
    margin-bottom: 70px
}

.sc-odds__tiles {
    margin-bottom: 147px
}

.sc-odds__row {
    display: flex;
    margin-bottom: 50px
}

.sc-odds__col {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 33%;
    margin-right: 32px
}

.sc-odds__col:nth-child(3) {
    margin-right: 0
}

.sc-odds__help-icon {
    position: relative;
    right: 68px;
    top: 147px
}

.sc-odds__tile {
    background: url("/img/detections/item-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 370px;
    height: 270px;
    padding: 67px 18px 53px;
    position: relative;
    bottom: 30px
}

.sc-odds__tile-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 16px
}

.sc-odds__tile-subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #f9f9f9;
    opacity: .95
}

.sc-odds__preview-row {
    display: flex;
    margin-bottom: 100px
}

.sc-odds__preview-col {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 50%
}

.sc-odds__preview-col:first-child {
    margin-right: 100px
}

.sc-odds__preview-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 20px
}

.sc-odds__preview-line {
    margin-bottom: 20px
}

.sc-odds__preview-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #f9f9f9;
    opacity: .95;
    margin-bottom: 40px;
    max-width: 470px
}

.sc-odds__preview-button {
    padding: 14px 31px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #4ac18e;
    border: 1px solid #4ac18e;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #292c3d;
    max-width: 370px;
    text-transform: uppercase;
    white-space: nowrap;
    transition: background-color .1s
}

.sc-odds__preview-button:active,.sc-odds__preview-button:focus,.sc-odds__preview-button:hover,.sc-odds__preview-button:link,.sc-odds__preview-button:visited {
    color: #292c3d
}

.sc-odds__preview-button:hover {
    background-color: #87d4ac
}

.sc-odds__preview-tile {
    position: relative;
    width: 100%;
    background: #323647;
    border-radius: 4px;
    padding: 57px 41px 36px 88px
}

.sc-odds__preview-tile:before {
    content: "";
    position: absolute;
    top: -11px;
    left: -11px;
    background-image: url("/img/detections/top-corner.svg");
    background-size: cover;
    width: 100px;
    height: 100px
}

.sc-odds__preview-tile:after {
    content: "";
    position: absolute;
    bottom: -11px;
    right: -11px;
    background-image: url("/img/detections/bottom-corner.svg");
    background-size: cover;
    width: 100px;
    height: 100px
}

.sc-odds__preview-quotes {
    position: absolute;
    top: 40px;
    left: 32px
}

.sc-odds__preview-tile-title {
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #fff;
    margin-bottom: 40px
}

.sc-odds__preview-tile-img {
    display: flex;
    justify-content: center;
    margin-bottom: 12px
}

.sc-odds__preview-tile-img img {
    width: 112px;
    height: 90px
}

.sc-odds__preview-tile-name {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #4ac18e
}

.sc-odds__preview-tile-post {
    display: flex;
    justify-content: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    color: #f9f9f9;
    opacity: .95
}

.sc-odds__map-row {
    display: flex
}

.sc-odds__map-col {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    max-width: 40%
}

.sc-odds__map-col:first-child {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 60%
}

.sc-odds__map-img img {
    display: flex;
    max-width: 100%
}

.sc-odds__map-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 20px
}

.sc-odds__map-line {
    margin-bottom: 20px
}

.sc-odds__map-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #f9f9f9;
    opacity: .95
}

.sc-evolution {
    background: #e5e5e5;
    padding-top: 144px;
    padding-bottom: 115px
}

.sc-evolution__title {
    font-weight: 600;
    font-size: 42px;
    line-height: 50px;
    text-align: center;
    color: #292c3d;
    margin-bottom: 20px
}

.sc-evolution__title,.sc-innovative__title,.sc-odds__title,.tab-page h2 {
    font-family: Inter,sans-serif
}

.sc-evolution__line {
    display: flex;
    justify-content: center;
    margin-bottom: 20px
}

.sc-evolution__subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #57586e;
    max-width: 840px;
    margin: 0 auto 80px;
    text-align: center
}

.sc-evolution__tiles {
    margin-bottom: 120px
}

.sc-evolution__row {
    display: flex;
    margin-bottom: 55px
}

.sc-evolution__col {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 33%;
    margin-right: 70px
}

.sc-evolution__col:last-child {
    margin-right: 0
}

.sc-evolution__col-icon {
    display: flex;
    align-items: center;
    margin-bottom: 12px
}

.sc-evolution__col-icon-text {
    max-width: 215px;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #292c3d
}

.sc-evolution__col-icon svg {
    margin-right: 12px
}

.sc-evolution__col-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #57586e;
    opacity: .95;
    max-width: 335px
}

.sc-evolution__download {
    display: flex;
    justify-content: end;
    height: 200px;
    position: relative;
    background-color: #f1f1f1;
    padding: 47px 69px
}

.sc-evolution__download:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    transform: rotate(135deg);
    bottom: -20px;
    left: -5px;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #e5e5e5
}

.sc-evolution__download-img {
    display: flex;
    position: absolute;
    top: -87px;
    left: 40px;
    width: 100%;
    max-width: 40%;
    margin-right: 33px
}

.sc-evolution__download-img img {
    width: 351px;
    height: 392px
}

.sc-evolution__download-text {
    display: flex;
    flex-direction: column;
    align-items: center
}

.sc-evolution__download-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    color: #292c3d;
    margin-bottom: 20px
}

.sc-evolution__download-hightlight {
    color: #4ac18e
}

.sc-evolution__download-button {
    padding: 8px 12px;
    max-width: 240px;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    color: #292c3d;
    background-color: #4ac18e;
    border-radius: 4px;
    white-space: nowrap;
    transition: background-color .1s
}

.sc-evolution__download-button:active,.sc-evolution__download-button:focus,.sc-evolution__download-button:hover,.sc-evolution__download-button:link,.sc-evolution__download-button:visited {
    color: #292c3d
}

.sc-evolution__download-button:hover {
    background-color: #87d4ac
}

.sc-evolution__download-button svg {
    margin-right: 8px
}

.sc-join {
    display: flex;
    background: url("/img/detections/join-bg.jpg");
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px
}

.sc-join__box {
    display: flex;
    align-items: center;
    background: url("/img/detections/join-border.png");
    background-size: cover;
    height: 200px;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 52px 62px
}

.sc-join__box-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    max-width: 210px;
    color: #f9f9f9;
    margin-right: 32px
}

.sc-join__box-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -.01em;
    color: #f9f9f9;
    margin-right: 116px;
    max-width: 560px
}

.sc-join__box-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4ac18e;
    border-radius: 4px;
    padding: 8px 12px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #292c3d;
    max-height: 42px;
    min-height: 42px;
    max-width: 135px;
    width: 100%;
    height: 100%;
    transition: background-color .1s
}

.sc-join__box-submit:active,.sc-join__box-submit:focus,.sc-join__box-submit:hover,.sc-join__box-submit:link,.sc-join__box-submit:visited {
    color: #292c3d
}

.sc-join__box-submit:hover {
    background-color: #87d4ac
}

.sc-article {
    position: sticky;
    top: 80px;
    padding: 20px;
    background-color: #f6f7f9
}

.sc-article .speaker__img {
    width: 42px;
    height: 42px
}

.sc-article .speaker__name {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #000
}

.sc-article .speaker__description {
    font-size: 14px;
    text-decoration: none;
    color: #000
}

.sc-article__text {
    margin-bottom: 16px;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4;
    color: #4b4f56
}

.sc-counter {
    padding: 107px 0 67px
}

.sc-counter__inner {
    overflow: hidden
}

.sc-counter__title {
    margin-bottom: 40px
}

.sc-counter__row {
    display: flex;
    margin-bottom: 35px
}

.sc-counter__col--left {
    flex: 1 1 62%;
    margin-right: 50px
}

.sc-counter__col--right {
    flex: 1 1 38%
}

.sc-counter__description {
    font-size: 16px;
    color: #3d5154
}

.sc-counter__img {
    text-align: right
}

.sc-cases__cards {
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px
}

.sc-cases__card {
    flex: 0 0 33.33%;
    padding-right: 30px
}

.sc-cases__card-wrap {
    padding: 35px 33px;
    margin-bottom: 30px;
    border-radius: 4px;
    border: 1px solid #eaebf0;
    background-color: #fff;
    box-sizing: border-box
}

.sc-cases__card-title {
    min-height: 52px;
    font-family: Poppins,sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    color: #000
}

.sc-cases__card-description {
    font-family: Roboto,sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #57586e
}

.sc-grid-count {
    overflow: hidden;
    display: flex;
    margin-left: -20px;
    margin-right: -20px
}

.sc-grid-count__col {
    flex: 1 1 33.33%;
    padding: 20px
}

.count-card {
    height: 100%;
    padding: 20px 23px;
    background-color: #fff;
    box-shadow: 0 4px 24px rgba(0,0,0,.06);
    border-radius: 4px
}

.count-card__title {
    position: relative;
    padding-bottom: 19px;
    margin-bottom: 8px
}

.count-card__title::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 162px;
    height: 2px;
    background-color: #eb3629
}

.count-card__number {
    font-family: Poppins,sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 72px;
    line-height: 1.2;
    color: #202020
}

.count-card__number span {
    font-size: 36px
}

.count-card__description {
    font-size: 16px;
    color: #3d5154
}

.count-card__link {
    text-decoration: underline!important
}

.count-card__link:hover {
    text-decoration: none
}

.sc-customer {
    padding-top: 108px
}

.sc-customer-title {
    font-family: Roboto,sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: #4b4f56
}

.sc-customer .speaker {
    margin-bottom: 24px;
    font-family: Poppins,sans-serif
}

.sc-customer .speaker__img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border: 1px solid #e5e6e8;
    background-color: #fff;
    line-height: 60px;
    text-align: center
}

.sc-customer .speaker__name {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-transform: none
}

.sc-customer .speaker__description {
    font-size: 16px;
    color: #000
}

.sc-customer .owl-carousel .owl-dots {
    text-align: left;
    cursor: default;
    margin-top: 20px;
    margin-left: -10px
}

.sc-customer .owl-carousel .owl-dot {
    margin: 0;
    padding: 10px;
    width: 30px;
    height: 30px;
    background-color: transparent
}

.sc-customer .owl-carousel.owl-theme .owl-dot span {
    display: block!important;
    margin: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #e3e7ee;
    transition: background-color .2s
}

.sc-customer .owl-carousel.owl-theme .owl-dot.active span {
    width: 10px;
    background-color: #eb3629
}

.sc-customer .title-box__title {
    margin-top: 16px;
    max-width: 730px
}

.sc-customer__description {
    max-width: 260px;
    margin-bottom: 28px;
    font-weight: 500;
    font-size: 16px;
    color: #000
}

.sc-customer__count {
    margin-bottom: 4px;
    font-family: Poppins,sans-serif;
    font-weight: 600;
    font-size: 42px;
    line-height: 120%;
    color: #eb3629
}

.quotes-box {
    margin-bottom: 40px
}

.sc-customer--mod .title-box__title {
    max-width: 854px
}

.sc-customer__row {
    display: flex
}

.sc-customer__row-center {
    display: flex;
    align-items: center
}

.sc-customer__row .title-box__sub-title {
    font-size: 14px
}

.sc-customer__col--left {
    padding-top: 18px;
    margin-right: 50px;
    flex: 1 1 34%
}

.sc-customer__col--right {
    flex: 1 1 66%;
    max-width: 65%
}

.sc-customer-slider__description {
    margin-bottom: 28px;
    font-family: Roboto,sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000
}

.sc-block-logo {
    display: flex;
    border-top: 1px solid rgba(147,156,180,.2)
}

.sc-block-logo--mod {
    flex-wrap: wrap;
    border-top: none
}

.sc-block-logo--mod .sc-block-logo__box {
    flex: 1 1 25%;
    min-height: 133px;
    line-height: 131px;
    border: 1px solid rgba(147,156,180,.2)
}

.sc-block-logo--mod .sc-block-logo__box img {
    max-width: 100%
}

.sc-block-logo__box {
    padding: 0 15px;
    min-height: 120px;
    flex: 1 1 0;
    border-top: 1px solid rgba(147,156,180,.2);
    text-align: center;
    line-height: 120px
}

.sc-block-logo__box img {
    max-width: 100%
}

.sc-contact-block {
    margin-top: 60px;
    position: relative;
    min-height: 518px;
    overflow: hidden;
    z-index: 1
}

.sc-contact-block--mod .sc-contact-block__title {
    max-width: 700px
}

.sc-contact-block__title {
    max-width: 560px
}

.sc-contact-block__description {
    max-width: 560px;
    font-size: 18px
}

.sc-contact-block__img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1400px;
    bottom: 0;
    z-index: -1;
    transform: translateX(-50%)
}

.sc-contact-block__inner {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: inherit
}

.sc-contact-block.sc-contact-hyper {
    margin-top: 140px
}

.sc-contact-hyper .sc-contact-block__title {
    max-width: none
}

.detect-box {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 346px;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 4px 24px rgba(0,0,0,.06)
}

.detect-box__square {
    position: relative;
    margin-right: 14px;
    width: 38px;
    min-width: 38px;
    height: 38px;
    background-color: #fd7263;
    border-radius: 2px
}

.detect-box__square::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff
}

.detect-box__text {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #000
}

.sc-grid-begin .title-box__sub-title {
    margin-bottom: 15px
}

.sc-grid-begin__row {
    display: flex
}

.sc-grid-begin__row--mod .sc-grid-begin__col--left {
    flex: 1 1 45%
}

.sc-grid-begin__row--mod .sc-grid-begin__col--right {
    flex: 1 1 55%
}

.sc-grid-begin__row--mod .sc-grid-begin__col--left img {
    width: 100%
}

.sc-grid-begin__col--left {
    flex: 1 1 35%;
    margin-right: 50px
}

.sc-grid-begin__col--right {
    padding-top: 45px;
    flex: 1 1 65%
}

.sc-grid-begin__img img {
    width: 100%
}

.sc-grid-begin__img-size img {
    width: auto;
    margin-right: 50px
}

.sc-grid-begin__wrapper {
    max-width: 775px
}

.sc-grid-begin__title {
    font-family: Poppins,sans-serif;
    font-weight: 600;
    font-size: 50px;
    line-height: 65px;
    color: #090a0b
}

.sc-grid-begin__title-enterprise {
    font-family: Poppins,sans-serif;
    font-weight: 600;
    font-size: 34px;
    line-height: 51px;
    color: #090a0b
}

.sc-grid-begin__description {
    font-family: Roboto;
    font-size: 18px;
    line-height: 27px;
    color: #57586e
}

.list-variant {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.list-variant__item {
    padding-right: 15px;
    flex: 1 1 0
}

.list-variant__item:first-child {
    z-index: 1
}

.list-variant__item:nth-child(2) {
    z-index: 2
}

.list-variant__item:last-child {
    z-index: -1
}

.list-variant__item:first-child .circle-box::after {
    display: block;
    left: 100%
}

.list-variant__item:last-child .circle-box::after {
    display: block;
    right: 120%
}

.list-variant__text {
    font-family: Roboto,sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #000
}

.circle-box {
    position: relative;
    width: 42px;
    height: 42px;
    margin-bottom: 10px
}

.circle-box::after {
    content: "";
    display: none;
    position: absolute;
    top: 50%;
    margin-left: -6px;
    width: 250px;
    height: 1px;
    background-color: #e5e6e8
}

.circle-box__inside {
    position: relative;
    display: block;
    width: 42px;
    height: 42px;
    margin-left: -6px;
    border-radius: 50%;
    background-color: #fff
}

.circle-box__inside::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%,-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #eb3629
}

.circle-box__inside::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 44%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgba(255,255,255,.32);
    backdrop-filter: blur(15px)
}

.sc-log-list .sc-grid-count__col:first-child {
    max-width: 420px
}

.sc-log-list .sc-grid-count__col:nth-child(2) {
    max-width: 415px
}

.sc-log-list__title {
    max-width: 760px;
    margin-bottom: 80px
}

.sc-log-list__row {
    display: flex;
    flex-wrap: wrap
}

.sc-log-list__col {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    padding-right: 40px
}

.sc-log-list__col-4 {
    flex: 1 1 50%;
    max-width: 50%;
    margin-right: 0;
    padding-right: 30px
}

.log-box__icon {
    margin-bottom: 20px
}

.log-box__icon-red {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    background-color: #eb3629;
    border-radius: 2px;
    font-family: Poppins,sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #fff
}

.log-box__wrapper {
    position: relative
}

.log-box__wrapper:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: calc(100% - 56px);
    height: 1px;
    background-color: #c4c4c4
}

.log-box__title {
    margin-bottom: 14px
}

.log-box__title-h {
    min-height: 95px
}

.log-box__sub-title {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #57586e
}

.log-box__description {
    font-size: 16px
}

.log-box__description-circle {
    margin-right: 8px;
    width: 18px;
    height: 18px;
    background: #e2e7ed;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0
}

.log-box__description-circle:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #090a0b
}

.log-box-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 69px;
    height: 69px;
    background: #ed3724;
    margin-bottom: 26px
}

.description-circle {
    display: flex;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 140%;
    max-width: 400px
}

.sc-brand-block {
    padding: 100px 0
}

.sc-brand-block__title {
    margin-bottom: 60px
}

.sc-brand-block__list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 60px;
    list-style-type: none
}

.sc-brand-block__item {
    padding: 0 15px;
    flex: 1 1 20%;
    max-width: 20%;
    min-height: 132px;
    border: 1px solid #e5e6e8;
    line-height: 130px;
    text-align: center
}

.sc-brand-block__item img {
    max-height: 79px;
    max-width: 196px
}

.sc-platform {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.sc-platform__img {
    padding: 0 15px;
    flex: 1 1 20%;
    width: 100%;
    max-width: 20%;
    text-align: center
}

.sc-platform__text {
    font-family: Poppins,sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    color: #121416;
    white-space: nowrap
}

.sc-slider__inner {
    position: relative
}

.sc-slider__title {
    max-width: 580px
}

.sc-slider__image-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0
}

.sc-slider__row {
    display: flex
}

.sc-slider__col {
    flex: 1 1 40%;
    max-width: 33%
}

.sc-slider__col--left {
    margin-right: 66px
}

.sc-slider-tab-list {
    display: flex;
    list-style: none;
    padding: 0
}

.sc-slider-tab-list__item {
    flex: 1 1 33.33%;
    position: relative;
    border: 1px solid #e5e6e8;
    overflow: hidden
}

.sc-slider-tab-list__item:not(:first-child) {
    margin-left: -1px
}

.sc-slider-tab-list__item.active .sc-slider-tab-list__number,.sc-slider-tab-list__item:hover .sc-slider-tab-list__number {
    color: #eb3629
}

.sc-slider-tab-list--enterprise .sc-slider-tab-list__text {
    font-family: Poppins,sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 31px;
    color: #090a0b
}

.sc-slider-tab-list--enterprise .sc-slider-tab-list__text.three-dots-two-line {
    max-height: unset
}

.sc-slider-tab-list--enterprise .sc-slider-tab-list__item:hover::after {
    opacity: 1;
    transform: translateX(0)
}

.sc-slider-tab-list--enterprise .sc-slider-tab-list__link.active::after {
    animation: unset;
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    bottom: 0;
    width: 101%;
    height: 4px;
    background-color: #eb3629;
    transform: translateX(0);
    opacity: 1
}

.sc-slider-tab-list--enterprise .sc-slider-tab-list__link.active .sc-slider-tab-list__number {
    color: #eb3629
}

.sc-slider-tab-list--enterprise .sc-slider-tab-list__item.active::after {
    animation: unset
}

.sc-slider-tab-list__item::after {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    bottom: 0;
    width: 101%;
    height: 4px;
    background-color: #eb3629;
    transform: translateX(-100%);
    opacity: 0;
    transition: opacity .2s
}

.sc-slider-tab-list__item.active::after {
    opacity: 1;
    animation: change-background 15s
}

@keyframes change-background {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(0)
    }
}

.sc-slider-tab-list__toggle {
    display: flex;
    padding: 24px;
    min-height: 95px;
    cursor: pointer;
    z-index: 1
}

.sc-slider-tab-list__number {
    margin-right: 24px;
    font-family: Poppins,sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.3;
    color: #e5e6e8;
    transition: color .2s;
    z-index: -1
}

.sc-slider-tab-list__text {
    font-family: Poppins,sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    color: #090a0b;
    z-index: -1
}

.sc-slider-tab-list__text.three-dots-two-line {
    max-height: 47px
}

.sc-slider-tab-content__wrapper {
    display: flex
}

.sc-slider-tab-list-second {
    margin-right: 101px
}

.sc-slider-tab-list-second-item {
    padding: 20px;
    font-family: Poppins,sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    color: #000;
    min-width: 404px
}

.sc-slider-tab-list-second-item.active,.sc-slider-tab-list-second-item:hover {
    background: #f7f8fa;
    border-radius: 6px
}

.sc-slider-tab-list-second-item__anchor {
    font-family: Poppins,sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #eb3629;
    margin-right: 15px
}

.sc-slider-tab-list-second-content__wrapper {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #57586e;
    max-width: 605px
}

.sc-slider-tab-list-second-content__wrapper .bold {
    font-weight: 700;
    color: #57586e
}

.sc-tab-block .sc-log-list__inner {
    overflow: hidden
}

.sc-tab-block .sc-log-list__row {
    margin-right: -40px
}

.sc-tab-block__row {
    display: flex
}

.sc-tab-block__tabs {
    margin-right: 35px;
    flex: 1 1 32%
}

.sc-tab-block__tabs .title-box {
    margin-bottom: 28px
}

.sc-tab-block--mod .sc-tab-block__tabs {
    flex: 1 1 46%;
    margin-left: -15px
}

.sc-tab-block--mod .sc-tab-block__wrap {
    padding: 0;
    flex: 1 1 54%
}

.sc-tab-block--mod .sc-tab-list {
    max-width: 400px
}

.sc-tab-list--mod .sc-tab-list__item {
    padding: 0 15px;
    line-height: 46px;
    min-height: 48px
}

.sc-tab-list--mod .sc-tab-list__item.active {
    font-weight: 600
}

.sc-tab-block--mod .count-card__number {
    font-size: 62px
}

.sc-tab-block__wrap {
    position: relative;
    padding: 68px;
    flex: 1 1 68%;
    min-height: 422px;
    z-index: 1
}

.sc-tab-block__image-bg {
    position: absolute;
    top: -16px;
    right: 0;
    bottom: 72px;
    z-index: -1
}

.sc-tab-block__content {
    display: none
}

.dot-line-list,.sc-tab-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.sc-tab-list__item {
    display: flex;
    align-items: center;
    margin-bottom: 1px;
    padding: 20px;
    border-radius: 6px;
    background-color: transparent;
    transition: background-color .2s;
    cursor: pointer;
    font-family: Poppins,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    color: #000
}

.sc-tab-list__item.active,.sc-tab-list__item:hover {
    background-color: #f7f8fa;
    color: #000
}

.sc-tab-list__hash {
    margin-right: 16px;
    font-weight: 600;
    font-size: 20px;
    color: #eb3629
}

.sc-tab-list__text {
    font-weight: 600;
    font-size: 24px
}

.sc-tab-block__description {
    margin-bottom: 24px;
    font-size: 16px;
    color: #3d5154
}

.dot-line-list--not-line {
    margin-bottom: 24px
}

.dot-line-list--not-line .dot-line-list__item:not(:last-child) {
    margin-bottom: 24px
}

.dot-line-list--not-line .dot-line-list__icon {
    margin-top: 4px;
    margin-right: 12px
}

.dot-line-list--not-line .dot-line-list__icon::after {
    display: none
}

.dot-line-list--not-line .dot-line-list__text {
    font-size: 16px
}

.dot-line-list--not-line .dot-line-list__item:not(:last-child) .dot-line-list__text {
    min-height: auto
}

.dot-line-list__item {
    display: flex;
    line-height: 1.3
}

.dot-line-list__icon {
    position: relative;
    margin-right: 24px;
    font-size: 0
}

.dot-line-list__item:not(:last-child) .dot-line-list__icon::after {
    content: "";
    position: absolute;
    top: 33px;
    left: 9px;
    width: 2px;
    height: 30px;
    background-color: #cdcdcd
}

.dot-line-list__item:not(:last-child) .dot-line-list__text {
    min-height: 64px
}

.dot-line-list__text {
    font-family: Roboto,sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
    color: #000
}

.sc-team {
    padding: 20px 0;
    overflow: hidden
}

.sc-team-list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -50px
}

.sc-team-list__item {
    padding-right: 100px;
    flex: 1 1 25%
}

.sc-team-card__wrap {
    position: relative;
    margin-bottom: 12px
}

.sc-team-card__wrap:hover .sc-team-card__front {
    opacity: 0
}

.sc-team-card__wrap:hover .sc-team-card__back {
    opacity: 1
}

.sc-team-card__front {
    transition: opacity .2s
}

.sc-team-card__back {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f7f8fa;
    text-align: center;
    opacity: 0;
    transition: opacity .2s
}

.sc-team-card__img img {
    width: 100%
}

.sc-team-card__name {
    font-weight: 500;
    margin-bottom: 4px
}

.sc-team-card__position {
    font-size: 16px;
    line-height: 1.4
}

.sc-team-card__title {
    margin-bottom: 8px;
    font-weight: 500;
    text-transform: uppercase
}

.sc-team-card__hr {
    display: inline-block;
    width: 25px;
    height: 2px;
    margin-bottom: 10px;
    background-color: #eb3629
}

.sc-team-card__description {
    font-size: 14px;
    line-height: 1.3;
    color: #57586e
}

.sc-grid-begin--statistic {
    overflow: hidden
}

.sc-grid-begin--statistic .title-box {
    margin-bottom: 29px
}

.sc-grid-begin--statistic .sc-grid-begin__row {
    align-items: center;
    padding-bottom: 55px
}

.sc-grid-begin--statistic .sc-grid-begin__col--right {
    padding-top: 0;
    z-index: 2
}

.sc-grid-begin--explore .sc-grid-begin__row {
    align-items: center
}

.sc-grid-begin--explore .sc-grid-begin__col--left {
    flex: 1 1 55%
}

.sc-grid-begin--explore .sc-grid-begin__col--right {
    padding-top: 0;
    flex: 1 1 45%;
    z-index: 2
}

.sc-grid--hor .sc-benefits {
    display: flex;
    justify-content: space-between
}

.sc-grid--hor .sc-benefits .sc-benefits__title {
    font-size: 50px;
    margin-right: 20px
}

.sc-grid--hor .sc-benefits .sc-benefits__subtitle {
    max-width: 476px;
    margin-right: 20px
}

.counter-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.counter-list--mod {
    display: flex;
    flex-wrap: wrap
}

.counter-list--mod .counter-list__item {
    flex: 1 1 50%
}

.counter-list--mod .title-box__title {
    margin-right: 12px;
    color: #292c3d
}

.counter-list--mod .title-box__sub-title {
    font-size: 14px
}

.counter-list--mod .title-box__row {
    display: flex;
    align-items: center
}

.counter-list .title-box__sub-title {
    margin: 0 0 2px;
    font-size: 12px
}

.sc-chart-block {
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 37px 60px 30px;
    background-color: #fff;
    box-shadow: 0 24px 32px rgba(0,0,0,.04),0 16px 48px rgba(0,0,0,.04),0 0 1px rgba(0,0,0,.04);
    border-radius: 6px;
    max-height: 380px
}

.sc-chart-block::before {
    display: block;
    content: "";
    position: absolute;
    top: 55px;
    left: 75px;
    right: -130px;
    height: 100%;
    background-color: #f6f7f9;
    z-index: -1
}

.sc-chart-expertise {
    width: 100%!important
}

.sc-chart-block__col--left {
    min-width: 210px
}

.sc-chart-block__col--right {
    flex: 1 1 auto;
    margin-left: -15px
}

.sc-chart-block__col--right canvas {
    max-height: 310px
}

.sc-grid--partners {
    margin-bottom: 96px
}

.sc-grid {
    overflow: hidden
}

.sc-grid--bg {
    overflow: visible
}

.sc-grid--bg .sc-grid__wrap {
    position: relative;
    z-index: 1
}

.sc-grid--bg .sc-grid__row {
    margin-right: 0
}

.sc-grid__scroll .sc-grid__wrap {
    min-width: 1250px;
    min-height: 392px
}

.sc-grid__scroll .simplebar-scrollbar::before {
    background-color: #0ef
}

.sc-grid__scroll .simplebar-track.simplebar-horizontal {
    bottom: -16px
}

.sc-grid__img img {
    width: 100%
}

.sc-grid__swipe-icon {
    margin-top: 24px;
    display: none;
    justify-content: center
}

.sc-grid__row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px
}

.sc-grid__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1
}

.sc-grid__bg img {
    width: 100%
}

.sc-grid__row-start {
    align-items: flex-start
}

.sc-grid__row-nowrap {
    flex-wrap: nowrap
}

.sc-grid__row-center {
    justify-content: center
}

.sc-grid__row--align-center {
    align-items: center
}

.sc-grid__row-start .sc-grid__col-3:not(:last-child) {
    margin-right: 72px
}

.sc-grid__col {
    padding-right: 20px;
    flex: 1 1 50%
}

.sc-grid__col-3 {
    flex: 1 1 33%;
    max-width: 33%
}

.sc-grid__col-line {
    position: relative;
    padding-right: 15px
}

.sc-grid__col-line:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 111px;
    width: 2px;
    background: rgba(9,10,11,.2)
}

.sc-grid__col-line:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 32px;
    width: 2px;
    background: #eb3629
}

.sc-grid__col-line:last-child:after,.sc-grid__col-line:last-child:before {
    display: none
}

.sc-grid__col--left {
    flex: 1 1 25%
}

.sc-grid__col--center {
    flex: 1 1 50%;
    display: flex;
    justify-content: center
}

.sc-grid__col--right {
    flex: 1 1 25%;
    display: flex;
    justify-content: center
}

.logo-block {
    display: flex
}

.logo-block__img {
    width: 100%;
    max-width: 66px
}

.logo-block__img:not(:last-child) {
    margin-right: 20px
}

.sc-grid-begin__enterprise .sc-grid-begin__col--left {
    flex: 1 1 65%
}

.sc-grid-begin__enterprise .sc-grid-begin__col--right {
    flex: 1 1 35%
}

.sc-grid-begin__enterprise-title {
    display: flex;
    align-items: center
}

.sc-grid-begin__enterprise-description {
    max-width: 575px;
    font-family: Roboto,sans-serif;
    font-size: 16px;
    line-height: 27px;
    color: #57586e;
    margin-bottom: 8px
}

.sc-grid-begin__link {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #eb3629
}

.sc-grid-begin__enterprise-img {
    margin-right: 35px
}

.sc-grid-begin__enterprise-text {
    font-family: Poppins,sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #090a0b;
    max-width: 485px
}

.sc-grid-begin__reports {
    font-family: Poppins,sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #eb3629
}

.sc-grid-begin__reports-list {
    list-style-type: none;
    font-family: Roboto,sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #57586e
}

.sc-grid-begin__reports-item {
    position: relative;
    margin-bottom: 24px
}

.sc-grid-begin__reports-item:last-child {
    margin-bottom: 0
}

.sc-grid-begin__reports-item:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #eb3629;
    margin-right: 14px;
    border-radius: 50%
}

.sc-grid-begin__reports-item:first-child:after {
    display: none
}

.sc-grid-begin__reports-item:after {
    content: "";
    position: absolute;
    width: 54px;
    height: 4px;
    left: -21px;
    top: -10px;
    transform: rotate(90deg);
    background-color: #eb3629
}

.sc-benefits__subtitle {
    font-family: Roboto,sans-serif;
    font-size: 18px;
    line-height: 27px;
    color: #57586e;
    max-width: 868px
}

.sc-benefints-item__list {
    font-family: Roboto,sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #3d5154;
    list-style-type: none
}

.sc-benefits-item__list-item {
    position: relative;
    margin-left: 15px
}

.sc-benefits-item__list-item:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #eb3629;
    border-radius: 50%;
    margin-right: 7px;
    position: relative;
    bottom: 2px;
    position: absolute;
    top: 12px;
    left: -15px
}

.sc-benefits-item__icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 69px;
    min-width: 69px;
    height: 69px;
    background-color: #fff
}

.sc-benefits-item__icon {
    display: flex;
    align-items: center;
    margin-bottom: 24px
}

.sc-benefits-item__icon-wrapper {
    margin-right: 32px
}

.sc-benefits-item__icon-line {
    height: 1px;
    min-width: 170px;
    background-color: #c4c4c4
}

.sc-benefits-item__title {
    font-family: Poppins,sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #090a0b;
    margin-bottom: 14px
}

.sc-benefits-item__description {
    font-family: Poppins,sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #3d5154
}

.sc-customer-img {
    position: relative;
    max-width: 320px;
    min-width: 200px
}

.sc-customer-img img {
    width: 100%
}

.sc-customer-img__title-box {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    max-width: 290px;
    background-color: #fff;
    padding: 7px 14px;
    font-family: Roboto,sans-serif;
    line-height: 150%;
    color: #000
}

.sc-customer-img__title {
    font-weight: 700;
    font-size: 16px
}

.sc-customer-img__description {
    font-weight: 400;
    font-size: 14px
}

.sc-box {
    display: flex;
    flex-direction: column;
    max-width: 574px;
    padding: 44px 36px 34px;
    background-color: #fff;
    box-shadow: 0 4px 24px rgba(0,0,0,.06);
    border-radius: 4px;
    font-family: Poppins,sans-serif;
    line-height: 130%
}

.sc-box__count {
    font-weight: 500;
    font-size: 72px;
    line-height: 1.2;
    color: #202020
}

.sc-box__description-small {
    font-weight: 400;
    font-size: 18px;
    color: #3d5154
}

.sc-box__circle {
    display: flex;
    flex-wrap: wrap
}

.sc-box__circle-text {
    display: flex
}

.sc-box__circle-text:not(:last-child) {
    margin-right: 30px
}

.sc-box__circle-text:before {
    content: "";
    margin-top: 4px;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #1566bf;
    backdrop-filter: blur(15px);
    margin-right: 11px
}

.sc-industry__title {
    font-family: Poppins,sans-serif;
    font-weight: 600;
    font-size: 50px;
    line-height: 60px;
    color: #090a0b
}

.sc-industry__wrapper {
    display: flex
}

.sc-industry__wrapper-center {
    display: flex;
    align-items: center
}

.sc-industry__img {
    margin-right: 32px
}

.sc-industry__box-title {
    font-family: Poppins,sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    color: #090a0b;
    margin-bottom: 8px
}

.sc-industry__box-description,.sc-industry__box-title {
    max-width: 302px
}

.sc-industry__box-description {
    font-family: Roboto,sans-serif;
    font-size: 18px;
    line-height: 29px;
    color: #000
}

.sc-title {
    margin-left: 35px;
    color: #3d5154
}

.sc-grid--subtitle {
    max-width: 303px
}

.sc-title-top {
    padding-top: 100px
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.mailto {
    text-decoration: underline;
    font-weight: 700;
    color: #090a0b
}

.sc-slider-tab-list--enterprise.nav,.sc-slider-tab-list-second.nav {
    display: flex!important;
    position: static!important;
    background-color: transparent!important
}

.sc-slider-tab-list-second.nav {
    padding: 0
}

.modal-dialog--new {
    padding: 36px 43px;
    background: #fff;
    border-radius: 20px
}

.modal-dialog--new .modal-header {
    padding-left: 0;
    padding-right: 0
}

.modal-dialog--new .modal-body {
    background: 0 0;
    padding: 0
}

.modal-dialog--new .modal-title {
    font-family: Poppins,sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 28px;
    text-transform: uppercase;
    color: #000
}

.modal-dialog--new .modal-header {
    border-bottom: none
}

.modal-dialog--new .form-control {
    background-color: #f6f7f9;
    border-radius: 4px;
    border: none
}

.modal-dialog--new textarea {
    background: #f6f7f9!important;
    border-radius: 4px;
    min-height: 110px;
    border: none!important
}

.modal-dialog--new .modal-footer {
    border-top: none;
    justify-content: flex-start;
    padding-left: 0;
    position: relative
}

.modal-dialog--new .modal-footer .button {
    padding: 16px 30px;
    background-color: #eb3629;
    border: 1px solid #ed3724;
    border-radius: 4px;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #fff
}

.modal-dialog-inno {
    display: flex;
    max-width: 760px;
    max-height: 445px;
    width: 100%;
    height: 100%;
    padding-left: 17px
}

.modal-inno {
    background: #fff;
    box-shadow: 0 12px 40px rgba(0,0,0,.25),0 4px 8px rgba(0,0,0,.25);
    border-radius: 8px
}

.modal-inno__block {
    display: flex
}

.modal-inno__img {
    display: flex;
    background-image: url("/img/detections/modal-book.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 100%;
    max-width: 260px;
    min-height: 550px;
    position: relative;
    left: -1px
}

.modal-inno__form {
    position: relative;
    width: 100%;
    padding: 56px 64px 30px
}

.modal-inno__close {
    position: absolute;
    top: 22px;
    right: 22px;
    cursor: pointer
}

.modal-inno__form-title {
    font-weight: 600;
    font-size: 28px;
    color: #292c3d;
    margin-bottom: 32px
}

.modal-inno__box-input {
    margin-bottom: 16px
}

.modal-inno__input {
    display: flex;
    height: 36px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #f9f9f9;
    padding: 8px 12px;
    font-weight: 400;
    font-size: 14px;
    color: #292c3d
}

.modal-inno__input:focus {
    border: 1px solid #46b586
}

.has-error .modal-inno__input,.has-error .modal-inno__input:focus {
    border-color: #fd2e07
}

.modal-inno__box-checkbox {
    display: flex;
    position: relative;
    margin-bottom: 32px
}

.modal-inno__container {
    display: block;
    position: relative;
    padding-right: 18px;
    margin-right: 8px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.modal-inno__container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.modal-inno__checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background: #fff;
    border: 1px solid #cfd0d3;
    border-radius: 3px
}

.modal-inno__container:hover input~.modal-inno__checkmark {
    border: 1px solid #46b586
}

.modal-inno__container input:checked~.modal-inno__checkmark {
    background-color: #4ac18e;
    border-radius: 3px
}

.modal-inno__checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.modal-inno__container input:checked~.modal-inno__checkmark:after {
    display: block
}

.modal-inno__container .modal-inno__checkmark:after {
    left: 5px;
    top: 2px;
    width: 6px;
    height: 9px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modal-inno__policy {
    font-weight: 400;
    font-size: 12px;
    color: #57586e
}

.modal-inno__policy-link {
    color: #46b586
}

.modal-inno__policy-link:active,.modal-inno__policy-link:focus,.modal-inno__policy-link:hover,.modal-inno__policy-link:link,.modal-inno__policy-link:visited {
    color: #46b586
}

.modal-inno__submit {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-weight: 500;
    font-size: 16px;
    color: #292c3d;
    background-color: #4ac18e;
    border-radius: 4px;
    border: none;
    width: 100%;
    transition: background-color .1s
}

.modal-inno__submit:hover {
    background-color: #87d4ac
}

html body iframe#LeadboosterContainer {
    z-index: 1100!important
}

html body #intercom-container {
    z-index: 1101!important
}

.btn:active,.btn:focus {
    outline: 0;
    box-shadow: none
}

.sc-layout.ebook--bg {
    background: #1b1d29;
    padding-bottom: 0;
    padding-top: 190px;
    top: -80px
}

.ebook__title__white {
    max-width: 530px;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #fff
}

.sc-layout.sc-layout--pos-ebook {
    padding-top: 0
}

.sc-hero__col--right-ebook {
    flex: 1 1 50%
}

.sc-hero__col--left.sc-hero__col--left-ebook {
    flex: 1 1 60%
}

.sc-hero__col--left-ebook.ebook-trends {
    margin-right: 167px;
    flex: 1 1 48%
}

img.sc-hero__img-ebook {
    max-width: 600px
}

.sc-hero__description-cont--ebook {
    font-size: 16px;
    line-height: 160%;
    color: #94959e;
    max-width: 496px
}

.log-box-wrapper--ebook {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    background: 0 0;
    margin-bottom: 26px
}

.sc-interest__title {
    width: 756px;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -.01em;
    text-transform: initial;
    color: #1b1d29
}

.log-box--ebook {
    justify-content: center;
    display: flex
}

.log-box__description-circle--ebook {
    background: 0 0;
    height: 21px
}

.log-box__description-circle--ebook:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: red
}

.descr-ebook {
    max-width: 525px
}

.log-box__title-book {
    max-width: 706px;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #292c3d
}

.sc-customer-title--ebook {
    max-width: 676px;
    font-style: normal;
    font-size: 16px;
    line-height: 160%;
    color: #606066
}

.sc-customer-img__title-box-ebook {
    bottom: -30px
}

.sc-hero__col--right-code-platform {
    flex: 1 1 55%
}

.sc-customer-title--code-platform {
    max-width: 522px
}

.sc-layout.sc-layout--pos-ebook--cyberlibrary {
    padding-top: 100px
}

.sc-layout.ebook--bg--cyberlibrary {
    background: #292c3d;
    top: 0
}

.ebook-cyberlibrary {
    margin-right: 75px;
    flex: 1 1 57%
}

.log-box__title-ebook {
    font-size: 32px;
    line-height: 40px;
    color: #1b1d29
}

.log-box-ebook-btn {
    text-align: right
}

.sc-log-list__row-ebook {
    align-items: center
}

.log-box__description-ebook {
    max-width: 325px;
    font-size: 16px;
    line-height: 130%;
    color: #8c8e97;
    margin-left: 40px
}

.nowrap-text {
    white-space: nowrap
}

.sc-download-description-ebook {
    font-size: 10px;
    margin-left: 10px;
    display: inline-block;
    color: #fff
}

@media (max-width: 1024px) {
    .sc-download-description-ebook {
        margin-left:0;
        margin-top: 15px
    }
}

@media (max-width: 376px) {
    .sc-hero__col--left {
        margin-bottom:0!important
    }
}

.sc-block__row {
    display: flex;
    margin-bottom: 50px
}

.sc-block__col {
    flex: 1 1 50%
}

.sc-block__list {
    display: flex;
    flex-wrap: wrap
}

.sc-block__item {
    margin-bottom: 16px
}

.sc-block__item:first-child {
    margin-right: 16px
}

.sc-block--developers .sc-block__row {
    align-items: center;
    margin-bottom: 0
}

.sc-block--developers .promo {
    max-width: 675px
}

.sc-block--developers .image-right-margin {
    max-height: 700px;
    padding-left: 60px
}

.sc-block--developers .image-left-margin {
    max-height: 650px;
    padding-right: 60px
}

.sc-block--join-defenders {
    margin-bottom: 80px
}

.sc-block--benefits .sc-block__col:not(:last-child) {
    margin-right: 15px
}

.sc-block--benefits .program p {
    margin: 0
}

.our-program-img {
    position: absolute;
    left: 0
}

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

.program {
    display: flex
}

.program__subscribe {
    display: flex
}

.program__content {
    max-width: 400px
}

.program__icon {
    width: 80px;
    height: 80px
}

.join-defenders-skills {
    background: url("../../img/tdm-developers/svg/skills.svg") no-repeat;
    height: 199px;
    min-width: 609px;
    display: flex
}

.join-defenders-img {
    width: 60px;
    height: 60px;
    margin: 50px 40px 0 40px
}

.join-defenders-title {
    margin-top: 50px;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    color: #eee;
    text-transform: none
}

.join-defenders-desription {
    font-size: 16px;
    line-height: 160%;
    color: #d4d5d8;
    max-width: 496px
}

.join-defenders-line1 {
    margin-top: -153px;
    margin-left: -31px
}

.join-defenders-line1 img {
    position: relative;
    z-index: 1
}

.join-defenders-contribute {
    background: url("../../img/tdm-developers/svg/contribute.svg") no-repeat;
    height: 270px;
    min-width: 594px;
    display: flex;
    z-index: 10;
    position: relative
}

.join-defenders-contribute-content {
    max-width: 390px
}

.join-defenders-reward {
    background: url("../../img/tdm-developers/svg/reward.svg") no-repeat;
    height: 199px;
    min-width: 607px;
    display: flex
}

.join-defenders-reward-content {
    max-width: 409px
}

.join-defenders-line2 {
    margin-top: -51px;
    text-align: right
}

.mr-10 {
    margin-right: 10rem!important
}

.body--developer .wrapper {
    background-color: #292c3d
}

.body--overflow {
    overflow-x: hidden!important
}

@media (max-width: 1100px) {
    .sc-block--join-defenders .sc-block__col {
        flex:1 1 100%;
        max-width: 100%
    }

    .sc-block--join-defenders .sc-block__col:first-child {
        text-align: center
    }

    .sc-block--join-defenders {
        flex-wrap: wrap;
        justify-content: center
    }

    .join-defenders-line1__col,.join-defenders-line2__col {
        display: none
    }

    .join-defenders {
        display: flex;
        justify-content: center
    }
}

@media (max-width: 1024px) {
    .sc-block__col {
        flex:1 1 100%
    }

    .sc-block__row--mod {
        flex-wrap: nowrap
    }

    .sc-block__row--mod .program {
        margin-bottom: 30px
    }

    .sc-block__row--mod .program__content {
        max-width: 100%
    }

    .mr-10 {
        margin-right: 0!important
    }
}

@media (max-width: 768px) {
    .sc-block__row {
        flex-wrap:wrap
    }

    .promo {
        text-align: center;
        padding-bottom: 20px
    }

    .image-left-margin img,.image-right-margin img {
        width: 97%!important
    }

    .sc-block--developers .image-left-margin {
        padding-right: 0
    }

    .sc-block__col-program-img {
        order: 2
    }

    .our-program {
        text-align: center
    }

    .our-program-img {
        padding-top: 0!important;
        width: 690px
    }

    .program__img {
        width: 100%
    }

    .mt-7 {
        margin-top: 50px!important
    }

    .sc-block__row-gain {
        padding-top: 20px
    }

    .program.mt-6 {
        margin-top: 0
    }

    .sc-block--benefits .sc-block__col:not(:last-child),.sc-block--benefits .sc-block__row {
        margin-bottom: 30px
    }

    .sc-block--benefits .program__content {
        max-width: 100%
    }

    .join-defenders-contribute-content,.join-defenders-reward-content {
        max-width: 100%
    }

    .sc-block--program .sc-block__row:first-child .sc-block__col:last-child {
        order: -1
    }

    .join-defenders {
        display: block
    }

    .join-defenders-contribute,.join-defenders-reward,.join-defenders-skills {
        position: relative;
        padding: 34px 30px;
        border: 1px solid #0ef;
        background: 0 0;
        background-color: rgba(0,238,255,.08)
    }

    .join-defenders-img {
        margin: 0 40px 0 0
    }

    .join-defenders-title {
        margin-top: 0
    }

    .sc-block--developers div.promo {
        max-width: 100%!important
    }
}

.sc-card-text {
    padding: 40px 20px 40px 40px
}

.max-width-lm {
    max-width: 910px
}

.max-width-l {
    max-width: 715px
}

.max-width-s {
    max-width: 510px
}

.max-width-xs {
    max-width: 440px
}

.max-width-xxxs {
    max-width: 290px
}

.sc-slider-feedback {
    padding-right: 80px
}

.sc-slider-feedback .owl-carousel .owl-nav {
    display: flex;
    flex-direction: column-reverse;
    top: auto;
    right: -65px;
    bottom: -46px;
    left: auto;
    opacity: 1;
    width: auto
}

.sc-slider-feedback .owl-carousel:hover .owl-nav .owl-prev {
    left: 0
}

.sc-slider-feedback .owl-carousel:hover .owl-nav .owl-next {
    right: 0
}

.sc-slider-feedback .owl-carousel .owl-nav i {
    display: none
}

.sc-slider-feedback .owl-carousel .owl-nav .owl-next {
    margin-bottom: 8px
}

.sc-slider-feedback .owl-carousel .owl-nav .owl-next,.sc-slider-feedback .owl-carousel .owl-nav .owl-prev {
    position: relative;
    width: 48px;
    height: 48px;
    font-size: 0
}

.sc-slider-feedback .owl-carousel .owl-nav .owl-prev svg {
    transform: rotate(180deg)
}

.sc-slider-feedback .owl-carousel .owl-nav .owl-next svg path,.sc-slider-feedback .owl-carousel .owl-nav .owl-prev svg path {
    transition: fill .1s,stroke .1s
}

.sc-slider-feedback .owl-carousel .owl-nav .owl-next:hover svg path:first-child,.sc-slider-feedback .owl-carousel .owl-nav .owl-prev:hover svg path:first-child {
    fill: transparent
}

.sc-slider-feedback .owl-carousel .owl-nav .owl-next:hover svg path:last-child,.sc-slider-feedback .owl-carousel .owl-nav .owl-prev:hover svg path:last-child {
    fill: #292c3d
}

.sc-card-slide {
    position: relative;
    padding: 40px;
    display: block;
    border: 2px solid #d4d5d8;
    border-radius: 4px;
    text-decoration: none;
    font-family: Inter,sans-serif;
    font-size: 16px;
    line-height: 160%;
    z-index: 1
}

.sc-card-slide:hover {
    text-decoration: none
}

.sc-card-slide__row {
    display: flex
}

.sc-card-slide__avatar {
    position: relative;
    padding: 8px;
    width: 112px;
    min-width: 112px;
    height: 90px;
    background: transparent no-repeat 50% 50%;
    background-size: cover
}

.sc-card-slide__avatar::after {
    position: absolute;
    content: "";
    position: absolute;
    bottom: 8px;
    left: 8px;
    border: 8px solid #eee;
    border-top-color: transparent;
    border-right-color: transparent;
    z-index: -1
}

.sc-card-slide__avatar img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1
}

.sc-card-slide__info {
    flex: 1 1 auto;
    margin-left: -4px;
    overflow: hidden;
    z-index: -1
}

.sc-card-slide__wrap {
    padding-left: 26px;
    min-height: 88px
}

.sc-card-slide__title {
    font-weight: 600;
    color: #292c3d
}

.sc-card-slide__text {
    font-weight: 400;
    color: #73737a
}

.sc-card-slide__description {
    display: flex;
    min-height: 75px;
    font-weight: 400;
    color: #73737a
}

.sc-card-slide__description p {
    margin-bottom: 0
}

.sc-card-slide__quote {
    margin-right: 46px;
    width: 30px
}

.sc-grid--explore {
    position: relative;
    padding: 64px 60px;
    border: 1px solid #0ef;
    background-color: rgba(0,238,255,.08)
}

.sc-grid--explore {
    position: relative;
    padding: 64px 60px 48px;
    border: 1px solid #0ef;
    background-color: rgba(0,238,255,.08)
}

.sc-grid--explore .sc-card-text {
    padding: 0
}

.sc-grid--explore .sc-grid__row {
    justify-content: space-between
}

.sc-grid--explore .sc-grid__col:last-child {
    display: flex;
    justify-content: center
}

.image-right-margin {
    position: relative;
    margin-right: -120px
}

.image-left-margin {
    position: relative;
    margin-left: -120px
}

.image-left-margin img,.image-right-margin img {
    width: 100%
}

@media (max-width: 1480px) {
    .image-right-margin {
        margin-right:0
    }

    .image-left-margin {
        margin-left: 0
    }
}

@media (max-width: 1280px) {
    .sc-grid__swipe-icon {
        display:flex
    }
}

@media (max-width: 767px) {
    .sc-slider-feedback {
        padding-right:0
    }

    .sc-slider-feedback .owl-carousel .owl-nav {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        position: relative;
        top: auto;
        right: auto;
        bottom: -36px;
        left: auto;
        opacity: 1;
        width: 100%
    }

    .sc-slider-feedback .owl-carousel .owl-nav .owl-next {
        margin-bottom: 0
    }

    .sc-grid__col--center {
        justify-content: flex-start
    }

    .sc-grid--feedback .max-width-xs {
        max-width: 100%
    }

    .sc-grid--threat-bounty .max-width-s {
        max-width: 100%
    }

    .sc-grid--explore {
        padding: 34px 30px
    }

    .sc-grid--explore .sc-card-text {
        padding: 0
    }

    .sc-grid--explore .sc-grid__col:not(:last-child) {
        margin-bottom: 0
    }

    .sc-grid--explore .sc-grid__col:last-child {
        justify-content: flex-start
    }

    .sc-block--developers .promo {
        max-width: 100%
    }

    .sc-block--developers .promo {
        text-align: left
    }

    .sc-block--developers .image-right-margin {
        padding-left: 0;
        max-height: none
    }

    .sc-block--join-defenders .sc-block__col:first-child {
        text-align: left
    }
}

@media (max-width: 500px) {
    .sc-card-slide {
        padding:24px
    }

    .sc-card-slide__quote {
        display: none
    }
}

@media (max-width: 415px) {
    .join-defenders-contribute,.join-defenders-reward,.join-defenders-skills {
        display:block;
        min-width: auto;
        height: auto;
        border: none
    }

    .join-defenders-skills {
        background: url("../../img/tdm-developers/png/figure1.png") no-repeat;
        background-size: 100%;
        height: 364px
    }

    .join-defenders-contribute {
        background: url("../../img/tdm-developers/png/figure2.png") no-repeat;
        background-size: 100%;
        height: 364px
    }

    .join-defenders-reward {
        background: url("../../img/tdm-developers/png/figure3.png") no-repeat;
        background-size: 100%;
        height: 364px;
        padding: 50px 30px
    }

    .promo .title-xxl {
        font-size: 48px
    }

    .join-defenders-img {
        margin: 0 40px 40px 0!important
    }
}

@media (max-width: 376px) {
    .join-defenders-contribute,.join-defenders-reward,.join-defenders-skills {
        padding:10px 30px;
        height: 326px
    }

    .join-defenders-reward {
        padding: 25px 30px
    }
}

@media (min-width: 1600px) {
    .our-program-img {
        position:relative;
        margin-right: 120px
    }
}

.events-page-subtitle {
    font-size: 18px;
    line-height: 28px;
    max-width: 710px
}

.sc-gartner-logo {
    width: 130px
}

.sc-gartner-subtitle {
    text-transform: unset;
    font-size: 24px;
    line-height: 130%;
    color: #242424
}

.sc-gartner-btn {
    text-transform: uppercase;
    padding: 16px 20px;
    background: #4ac18e;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #fff
}

.sc-gartner-btn:hover {
    color: #fff
}

.sc-gartner-btn:visited {
    color: #fff
}

.sc-gartner-disclaimer {
    font-style: italic
}

.sc-gartner-img {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center
}

.sc-gartner-img-wrapper {
    display: flex;
    justify-content: center
}

.sc-gartner-img-size {
    max-width: 80%
}

.btn-tdm {
    padding: 5px 17px
}

.sc-download-description {
    font-size: 11px;
    margin-left: 10px;
    display: inline-block
}

.sc-gartner-btn-with-description {
    display: inline-block
}

a.soc-2-link,a:focus.soc-2-link,a:hover.soc-2-link,a:visited.soc-2-link {
    text-decoration: underline;
    color: #777;
    display: inline-block
}

.responsive-img {
    max-width: 100%;
    height: auto
}

.sc-bg-silver {
    background-color: #f9f9f9
}

.overview__main-screen__row {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0
}

.main-m-p {
    padding-top: 30px;
    padding-bottom: 30px
}

.overview__card {
    width: 100%;
    max-width: 270px;
    min-width: 200px;
    height: 230px;
    margin: 10px;
    border: 1px solid #d5d6da;
    box-sizing: border-box;
    border-radius: 6px;
    font-size: 16px;
    transition: all .3s ease;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer
}

.overview__card:active,.overview__card:focus,.overview__card:visited,a.overview__card {
    color: rgba(0,0,0,.1)
}

.overview__btn:active,.overview__btn:focus,.overview__btn:visited {
    color: #292c3d
}

.overview__icon {
    margin: 0 auto;
    width: 100%;
    height: 60px;
    max-width: 60px;
    background: #f2f2f2;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: all .8s ease;
    background-position: 0;
    background-size: 200px
}

.overview__card:hover {
    background: #f2f2f2;
    border-radius: 6px;
    border: none
}

.overview__title {
    width: 100%;
    margin: 0;
    text-align: center;
    margin-top: 15px;
    font-size: 20px;
    line-height: 28px;
    color: #1e1e1e
}

.overview__text {
    width: 80%;
    margin: 0 auto;
    font-size: 13px;
    line-height: 140%;
    color: #929396;
    text-align: center;
    margin-top: 10px;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    transition: all .3s ease
}

.overview__card:hover .overview__text {
    transition: all .3s ease;
    visibility: visible;
    opacity: 1;
    max-height: 70px
}

.overview__card:hover .overview__icon {
    background: #fff;
    background-position: -120px;
    transition: all .3s ease
}

.overview__row-center {
    justify-content: center;
    align-items: center;
    margin-bottom: 0
}

.overview__card-dark-blue {
    box-sizing: border-box;
    border-radius: 6px;
    font-size: 16px;
    transition: all .3s ease;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer
}

.overview__icon-dark-blue,.overview__icon-silver {
    margin-left: 10px;
    width: 100%;
    height: 36px;
    max-width: 36px;
    background: #3b3d4f;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: all .8s ease;
    background-position: 0;
    background-size: 200px
}

.active-dark,.overview__card-dark-blue:hover {
    background: #3b3d4f;
    border-radius: 6px;
    border: none
}

.overview__title-dark-blue {
    width: 100%;
    margin: 0;
    font-size: 18px;
    line-height: 140%;
    color: #f9f9f9;
    margin-top: 25px;
    transition: all .3s ease
}

.overview__text-dark-blue {
    width: 80%;
    font-size: 14px;
    line-height: 150%;
    color: #f9f9f9;
    margin-top: 10px;
    opacity: 0;
    max-height: 0;
    transition: all .3s ease
}

.active-dark.overview__card-dark-blue .overview__title-dark-blue,.overview__card-dark-blue:hover .overview__title-dark-blue {
    margin-top: 15px
}

.active-dark.overview__card-dark-blue .overview__text-dark-blue,.overview__card-dark-blue:hover .overview__text-dark-blue {
    transition: all .3s ease;
    opacity: 1;
    max-height: 100px
}

.active-dark.overview__card-dark-blue .overview__icon-dark-blue,.overview__card-dark-blue:hover .overview__icon-dark-blue {
    background: #292c3d;
    background-position: -120px;
    transition: all .3s ease
}

.overview__btn {
    padding: 8px 12px;
    background: #4ac18e;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
    color: #292c3d
}

.dark-block-m,.silver-block-m {
    margin-left: 6em;
    margin-right: 2em
}

.overview__card-silver {
    box-sizing: border-box;
    border-radius: 6px;
    font-size: 16px;
    transition: all .3s ease;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer
}

.active-silver,.overview__card-silver:hover {
    background: #edeef0;
    border-radius: 6px;
    border: none
}

.overview__title-silver {
    width: 100%;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #292c3d;
    margin-top: 25px;
    transition: all .3s ease
}

.overview__text-silver {
    width: 80%;
    font-size: 14px;
    line-height: 150%;
    color: #292c3d;
    margin-top: 10px;
    opacity: 0;
    max-height: 0;
    transition: all .3s ease
}

.active-silver.overview__card-silver .overview__title-silver,.overview__card-silver:hover .overview__title-silver {
    margin-top: 15px
}

.active-silver.overview__card-silver .overview__text-silver,.overview__card-silver:hover .overview__text-silver {
    transition: all .3s ease;
    opacity: 1;
    max-height: 100px
}

.sc-block__row-more {
    flex-direction: column;
    align-items: center
}

.sc-block__col-3 {
    flex: 1 1 33.333%
}

.h-430 {
    max-height: 430px
}

.h-400 {
    max-height: 400px
}

.h-330 {
    max-height: 330px
}

.more__block {
    height: 500px
}

.arrow-top-left {
    position: absolute;
    top: 110px;
    left: -130px;
    z-index: 10
}

.arrow-bottom-left {
    position: absolute;
    top: 85px;
    left: -130px;
    z-index: 10
}

.arrow-top-right {
    position: absolute;
    top: 105px;
    right: -130px;
    z-index: 10
}

.arrow-bottom-right {
    position: absolute;
    top: 85px;
    right: -130px;
    z-index: 10
}

a.disabled_btn {
    pointer-events: none;
    user-select: none;
    border: none!important
}

a.disabled_btn_border {
    pointer-events: none;
    user-select: none
}

a.overview__main-screen__row {
    color: #d5d6da
}

.btn.btn--green.btn--green-overview {
    color: #35b97c
}

.btn.btn--green.btn--green-overview:hover {
    color: #292c3d
}

@media (max-width: 1400px) and (min-width:1189px) {
    .arrow-bottom-left,.arrow-bottom-right,.arrow-top-left,.arrow-top-right {
        display:none
    }
}

@media (max-width: 1190px) and (min-width:898px) {
    .arrow-bottom-left,.arrow-top-right {
        display:none
    }
}

@media (max-width: 1024px) {
    .main-m-p {
        margin-top:0
    }

    .h-330,.h-400,.h-430 {
        max-height: 100%
    }

    .more__block {
        height: 100%
    }

    .sc-block__col-3 {
        flex: 1 1 50%
    }

    .collaborate__block {
        margin-bottom: 30px
    }
}

@media (max-width: 800px) {
    .arrow-bottom-left,.arrow-bottom-right,.arrow-top-left,.arrow-top-right {
        display:none
    }
}

@media (max-width: 834px) and (min-width:769px) {
    .overview__text-dark-blue,.overview__text-silver {
        width:95%
    }

    .personalize__block .overview__text-silver {
        width: 80%
    }
}

@media (max-width: 768px) {
    .dark-block-m,.silver-block-m {
        margin-left:4em;
        margin-right: 2em
    }

    .responsive-img {
        display: block;
        margin: 0 auto
    }

    .silver-block-o {
        order: 2
    }

    .silver-block-img {
        margin-left: 0!important
    }

    .sc-block__col-3 {
        flex: 1 1 100%
    }

    .collaborate__block,.learn__block {
        margin-bottom: 30px
    }
}

@media (max-width: 441px) {
    .overview__main-screen__title {
        font-size:33px
    }
}

@media (max-width: 376px) {
    .dark-block-m,.silver-block-m {
        margin-left:2em;
        margin-right: 2em
    }

    .overview__text-dark-blue {
        width: 81%
    }
}

.industry-recognition-green-bg {
    position: absolute;
    width: 100%
}

.industry-recognition-block {
    position: relative;
    z-index: 10
}

.industry-recognition-wrapper {
    max-width: 570px
}

#timeline {
    list-style: none;
    width: 100%;
    margin: 520px 0 0;
    border-top: 3px solid #eaebf0;
    display: table;
    border-spacing: 30px 0
}

#timeline li {
    display: table-cell;
    position: relative;
    min-width: 100px
}

.industry-recognition-block .circle {
    margin: 0 auto;
    top: -10px;
    left: 0;
    right: 0;
    width: 12px;
    height: 12px;
    background: ivory;
    border: 6px solid #94959e;
    border-radius: 50%;
    display: block;
    position: absolute
}

.industry-recognition-block .content {
    text-align: center;
    position: relative
}

.industry-recognition-block .avatar {
    position: absolute;
    top: -65px;
    left: 106px
}

.industry-recognition-block .avatar-text {
    text-align: left;
    margin-top: 5px;
    margin-left: 10px
}

.industry-recognition-block .avatar-text-m,.industry-recognition-block .avatar-text-s {
    font-weight: 600;
    font-size: 16px;
    line-height: 60%;
    text-transform: uppercase;
    color: #939cb4
}

.industry-recognition-block .avatar-text-m {
    font-size: 24px;
    margin-bottom: 0
}

.industry-recognition-block .content:before {
    content: "";
    width: 50px;
    height: 180px;
    left: 50%;
    position: absolute
}

.industry-recognition-block li.up .content {
    margin-top: -180px
}

.industry-recognition-block li.up .content:before {
    border-left: 1px dashed #c4c4c4
}

.industry-recognition-block .active-content .avatar,.industry-recognition-block .content:hover .avatar {
    background: url("../../img/industry-recognition/rec-gartner.png") no-repeat;
    width: 352px;
    height: 266px;
    position: absolute;
    top: -220px;
    left: -29px;
    flex-direction: column;
    padding: 30px;
    transition: all .3s ease
}

.industry-recognition-block .active-content:before,.industry-recognition-block .content:hover:before {
    height: 300px
}

.industry-recognition-block li.up .active-content,.industry-recognition-block li.up .content:hover {
    margin-top: -300px
}

#timeline li:last-child .active-content .avatar,#timeline li:last-child .content:hover .avatar {
    left: -50px
}

.industry-recognition-block .avatar-row {
    display: flex
}

.industry-recognition-block .description,.industry-recognition-block .link {
    display: none
}

.industry-recognition-block .description {
    font-size: 14px;
    line-height: 160%;
    color: #090a0b;
    text-align: left
}

.industry-recognition-block a.link {
    font-weight: 600;
    text-align: left;
    text-decoration: none!important;
    color: #090a0b!important;
    max-width: 115px
}

.industry-recognition-block a.link:hover {
    text-decoration: none!important;
    color: #090a0b!important
}

.active-content .avatar .description,.active-content .avatar .link,.content:hover .avatar .description,.content:hover .avatar .link {
    display: block
}

.active-content .light-green-stroke-icons,.content:hover .light-green-stroke-icons {
    stroke: #49bd8c
}

.active-content .light-green-icons,.content:hover .light-green-icons {
    fill: #49bd8c;
    stroke: #49bd8c
}

.active-content .dark-green-icons,.content:hover .dark-green-icons {
    fill: #20553e;
    stroke: #20553e
}

.active-content~.dot .circle,.content:hover~.dot .circle {
    border: 6px solid #4ac18e
}

.industry-recognition-block .sc-grid__wrap {
    min-height: 0
}

.industry-recognition-block .simplebar-vertical {
    visibility: hidden!important
}

.industry-recognition-block .simplebar-content-wrapper {
    height: 100%!important
}

.industry-recognition-block .sc-grid__scroll .simplebar-scrollbar::before {
    background-color: #4ac18e;
    opacity: 1
}

.industry-recognition-block .arrow-prev {
    position: absolute;
    bottom: -20px;
    left: -40px;
    z-index: 2
}

.industry-recognition-block .arrow-next {
    position: absolute;
    bottom: -20px;
    right: -40px;
    z-index: 2
}

#all_slides {
    position: relative;
    height: 500px;
    padding: 0;
    margin: 0;
    list-style-type: none
}

.all_slides__slide {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    width: 82%;
    height: 80%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s
}

.all_slides__slide-active {
    opacity: 1;
    z-index: 2
}

.all_slides__slide {
    padding: 40px;
    box-sizing: border-box;
    color: #fff;
    background-size: cover;
    background-image: url("../../img/industry-recognition/slider-bg-tablet.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 65%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.all_slides__img {
    width: 200px
}

.all_slides__slide-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #f9f9f9
}

.all_slides__slide-link,.all_slides__slide-link:active,.all_slides__slide-link:focus,.all_slides__slide-link:hover,.all_slides__slide-link:visited {
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #f9f9f9;
    max-width: 115px
}

#all_slides #next {
    position: absolute;
    bottom: 65%;
    left: 15.6%;
    z-index: 3;
    cursor: pointer
}

#all_slides #previous {
    position: absolute;
    bottom: 65%;
    right: 15.6%;
    z-index: 3;
    cursor: pointer
}

.all_slides-left-line {
    position: absolute;
    left: -47px;
    top: -10px;
    z-index: 3
}

.all_slides-right-line {
    position: absolute;
    right: -47px;
    bottom: 220px;
    z-index: 3
}

.industry-recognition-wrapper-widget {
    max-width: 650px
}

.reviews__row {
    display: flex
}

.reviews__col--left {
    padding-right: 30px;
    flex: 1 1 50%;
    max-width: 50%
}

.reviews__col--right {
    flex: 1 1 50%;
    max-width: 50%
}

.reviews .reviews__img {
    margin-bottom: 40px;
    padding-bottom: 63%;
    max-height: 600px;
    background: transparent 50% 50% no-repeat;
    background-size: cover
}

.reviews-content-block {
    max-width: 570px;
    background-image: url("../../img/industry-recognition/bg-widget.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 500px;
    padding: 30px
}

.reviews-content-block__img img {
    width: 200px
}

.three-dots-three-line {
    max-width: 100%;
    word-break: break-word;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.gt-slider.gt-slider--mod {
    margin-bottom: 52px
}

.gt-slider.gt-slider--mod .owl-next,.gt-slider.gt-slider--mod .owl-prev {
    border-color: #fff
}

.gt-slider.gt-slider--mod .owl-next.disabled:hover,.gt-slider.gt-slider--mod .owl-prev.disabled:hover {
    background-color: transparent!important
}

.gt-slider {
    position: relative;
    margin-bottom: 10vh
}

.gt-slider .owl-nav {
    display: flex;
    opacity: 1;
    position: absolute;
    right: 0;
    bottom: -25px
}

.js-slider-parent-azure .owl-nav {
    bottom: -40px
}

.gt-slider .owl-nav .owl-prev {
    margin-right: 8px
}

.gt-slider .owl-nav .owl-next,.gt-slider .owl-nav .owl-prev {
    width: 28px;
    min-width: 28px;
    height: 28px;
    box-sizing: border-box;
    font-size: 0;
    line-height: 26px;
    text-align: center;
    cursor: pointer
}

.gt-slider .owl-next.disabled:hover,.gt-slider .owl-prev.disabled:hover {
    background-color: transparent!important
}

.gt-slider .owl-carousel:hover .owl-nav .owl-next {
    right: 0
}

.owl-carousel .owl-nav .owl-next {
    position: relative
}

.gt-slider__counter {
    position: absolute;
    right: 80px;
    bottom: 4px
}

.gt-slider__counter-azure {
    position: absolute;
    right: 80px;
    bottom: 4px
}

.gt-slider__counter .gt-box-list__item {
    margin-bottom: 0
}

.quote-block {
    display: flex
}

.quote-block.quote-block--left .quote-block__description {
    margin-left: 34px
}

.quote-block--wrap {
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%
}

.quote-block--wrap.quote-block--left .quote-block__description {
    flex: 1 1 100%;
    margin-left: 0
}

.quote-block__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    color: #090a0b
}

.quote-block__description p {
    margin-bottom: 30px
}

.gt-box-list__item .description-bold {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #090a0b
}

.rating-star-box__row {
    display: flex;
    justify-content: space-between
}

.rating-star-box__date {
    font-family: Inter,sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: rgba(9,10,11,.5)
}

.rating-star-box__date--gray {
    color: #94959e
}

.rating-star-box__list {
    display: flex
}

.rating-star-box__item {
    margin-right: 2px
}

.gt-box-list {
    display: flex
}

.gt-box-list--white .gt-box-list__item {
    color: #fff
}

.gt-box-list__item {
    margin-bottom: 20px;
    flex: 1 1 30%;
    font-family: Inter,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #090a0b
}

.gt-box-list__item:not(:last-child) {
    padding-right: 15px
}

.gt-box-list__item:last-child {
    flex: 1 1 40%
}

.gt-box-list__title {
    margin-top: 0;
    margin-bottom: 3px;
    font-weight: 500;
    text-transform: uppercase
}

.view-btn {
    font-family: Inter,sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
    text-decoration: none;
    color: #090a0b
}

.view-btn:active,.view-btn:focus,.view-btn:hover,.view-btn:visited {
    color: #090a0b
}

.header-industry-recognition {
    background: #000;
    height: 80px;
    margin-top: -80px
}

.sc-silver-bg-industry-recognition {
    background: #f7f8fa
}

.h-700 {
    height: 700px
}

.bg-white {
    background: #fff
}

.description-silver-industry-recognition {
    color: #f9f9f9
}

.m-b-3 {
    margin-bottom: 3px
}

.all_slides__slide-description span::selection,.industry-recognition-block img::selection {
    background: 0 0
}

.banner-grid {
    position: sticky;
    bottom: 0;
    margin: 0 auto 60px;
    min-height: 96px;
    max-width: 1280px;
    z-index: 10
}

.banner-grid.isSticky .banner-grid__wrap {
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 15%) 0 0 24px
}

.banner-grid__row {
    display: flex;
    align-items: center
}

.banner-grid__col--left,.banner-grid__col--right {
    flex: 1 1 20%
}

.banner-grid__col--center {
    flex: 1 1 auto
}

.banner-grid__wrap {
    padding: 20px 50px;
    background-color: #f9f9f9
}

.banner-grid__row-inner {
    display: flex
}

.banner-grid__col-inner--left {
    margin-right: 30px
}

.banner-grid__text {
    font-family: Inter,sans-serif;
    font-size: 12px;
    line-height: 160%;
    color: #292c3d
}

.banner-grid__col-inner--right {
    display: flex;
    align-items: center
}

.banner-grid__col-inner--right .btn--border,.banner-grid__col-inner--right .btn--border:hover {
    color: #292c3d
}

.banner-grid__col-inner--right a:first-child {
    margin-right: 16px
}

.dynamic-block {
    position: unset;
    bottom: 0;
    margin: 0 -40px 80px;
    z-index: 8
}

.dynamic-block.position {
    position: sticky
}

.dynamic-block__wrap {
    position: relative;
    padding-left: 20px
}

.dynamic-block__wrap::before {
    display: block;
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 0;
    height: 0;
    border-bottom: 18px solid #020c27;
    border-left: 18px solid transparent
}

.dynamic-block__wrap::after {
    display: block;
    content: "";
    position: absolute;
    top: 11px;
    left: -3px;
    width: 30px;
    height: 2px;
    border-top: 2px solid #4ac18e;
    transform: rotate(-45deg)
}

.dynamic-block__wrap-inner {
    border-radius: 4px 0 0 0;
    border: 2px solid #4ac18e;
    border-left-color: transparent;
    background-color: #020c27
}

.dynamic-block__wrap-inner::after {
    display: block;
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    bottom: 0;
    width: 20px;
    border-radius: 4px 0 0 0;
    border-left: 2px solid #4ac18e;
    background-color: #020c27
}

.dynamic-block__wrap-inner::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 22px;
    z-index: 2;
    border-bottom: 2px solid #4ac18e
}

.dynamic-block__bg {
    margin-left: -2px;
    background-color: rgba(74,193,142,.15);
    padding: 16px 40px 16px 20px
}

.dynamic-block__bg::after {
    display: block;
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    bottom: 0;
    width: 20px;
    border-radius: 4px 0 0 0;
    background-color: rgba(74,193,142,.15);
    z-index: 1
}

.dynamic-block__bg::before {
    display: block;
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 0;
    height: 0;
    border-bottom: 18px solid rgba(74,193,142,.15);
    border-left: 18px solid transparent
}

.dynamic-block__row {
    display: flex;
    align-items: center
}

.dynamic-block__col--left {
    margin-right: 32px;
    flex: 1 1 70%
}

.dynamic-block__col--right {
    flex: 1 1 30%
}

.dynamic-block__description {
    font-family: Inter,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    color: #f9f9f9
}

.dynamic-block__close {
    position: absolute;
    top: 0;
    right: 6px;
    padding: 6px;
    cursor: pointer;
    transition: opacity .1s
}

.dynamic-block__close:hover {
    opacity: .8
}

.dynamic-block-list {
    display: flex
}

.dynamic-block-list__item:first-child {
    margin-right: 16px
}

@media (max-width: 1291px) {
    .arrow-next,.arrow-prev {
        display:none
    }

    .all_slides-left-line,.all_slides-right-line {
        display: none
    }

    .dynamic-block {
        margin: 0 0 80px
    }
}

@media (max-width: 1100px) {
    .reviews__row {
        flex-direction:column
    }

    .reviews__col--left,.reviews__col--right {
        flex: 1 1 100%;
        max-width: 100%;
        padding-right: 0
    }

    .reviews-content-block {
        max-width: 75%;
        margin: 0 auto
    }

    .reviews-content-block-azure {
        margin-top: 30px;
        height: 450px
    }

    .industry-recognition-block .description {
        font-size: 15px
    }

    .industry-recognition-block .title-xl {
        font-size: 40px
    }
}

@media (max-width: 1024px) {
    #all_slides #previous {
        right:15%
    }

    #all_slides #next {
        left: 15%
    }

    .banner-grid__wrap {
        padding: 20px 15px
    }

    .banner-grid__col--center {
        padding: 0 15px
    }

    .banner-grid__col--left,.banner-grid__col--right {
        display: none
    }

    .banner-grid__row-inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .banner-grid__col-inner--left {
        margin-bottom: 16px;
        margin-right: 0
    }

    .banner-grid__text {
        text-align: center
    }

    .dynamic-block__row {
        flex-direction: column;
        align-items: center
    }

    .dynamic-block__col--left {
        margin-right: 0;
        margin-bottom: 16px;
        flex: 1 1 100%;
        text-align: center
    }

    .dynamic-block__col--right {
        flex: 1 1 100%
    }
}

@media (max-width: 900px) {
    .reviews-content-block {
        max-width:100%
    }

    .all_slides__slide {
        width: 85%
    }

    #all_slides #previous {
        right: 4.6%
    }

    #all_slides #next {
        left: 4.5%
    }
}

@media (max-width: 768px) {
    .reviews-content-block {
        max-width:80%
    }
}

@media (max-width: 500px) {
    .banner-grid__col-inner--right {
        flex-direction:column;
        align-items: center
    }

    .banner-grid__col-inner--right a:first-child {
        margin-right: 0;
        margin-bottom: 16px
    }

    .dynamic-block-list {
        flex-direction: column;
        align-items: center
    }

    .dynamic-block-list__item:first-child {
        margin-right: 0;
        margin-bottom: 16px
    }
}

@media (max-width: 420px) {
    .reviews-content-block {
        max-width:100%
    }

    #timeline {
        width: 120%
    }

    #timeline li:last-child .active-content .avatar {
        left: -29px
    }

    .all_slides__slide {
        background-image: url("../../img/industry-recognition/slider-mobile.svg");
        height: 410px;
        align-items: center;
        text-align: center
    }

    .all_slides__slide-description {
        font-size: 13px
    }

    #all_slides #previous {
        right: 5.7%;
        bottom: 55%
    }

    #all_slides #next {
        left: 5.7%;
        bottom: 55%
    }

    .reviews-content-block {
        background-image: url("../../img/industry-recognition/widget-mobile.svg");
        height: 550px
    }

    .submit-block {
        position: absolute;
        bottom: -45px
    }

    .gt-slider__counter {
        bottom: -50px
    }

    .gt-slider__counter-azure {
        bottom: -35px
    }

    .reviews-content-block-azure .js-slider-parent-azure .owl-nav {
        bottom: -80px
    }

    .gt-slider .owl-nav {
        bottom: -54px
    }

    .industry-recognition-wrapper-widget .mb-5 {
        margin-bottom: 25px!important
    }

    .vendors-title h2,.vendors-title p {
        text-align: left!important
    }

    .industry-recognition-green-bg-vendors {
        display: none
    }
}

@media (max-width: 390px) {
    #all_slides #previous {
        right:2.7%
    }

    #all_slides #next {
        left: 2.7%
    }
}

@media (max-width: 376px) {
    #all_slides #previous {
        right:.7%;
        bottom: 55%
    }

    #all_slides #next {
        left: .7%;
        bottom: 55%
    }

    .reviews-content-block {
        background-image: url("../../img/industry-recognition/widget-mobile.svg");
        height: 580px
    }

    .submit-block {
        position: absolute;
        bottom: -55px
    }

    .gt-slider__counter {
        bottom: -59px
    }

    .gt-slider__counter-azure {
        bottom: -35px
    }

    .gt-slider .owl-nav {
        bottom: -65px
    }

    .js-slider-parent-azure .owl-nav {
        bottom: -80px
    }

    .quote-block__title {
        font-size: 23px
    }

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

    .reviews-content-block-azure {
        margin-top: 0
    }
}

.ms-header,.quick-hunt-header,.uncoder-cti-header {
    background: #000;
    height: 80px;
    margin-top: -80px
}

.ms-green-bg,.quick-hunt-green-bg,.uncoder-cti-green-bg {
    position: absolute;
    width: 100%
}

.ms__block,.quick-hunt__block,.sc-layout-ms,.sc-layout-quick-hunt,.sc-layout-uncoder-cti,.uncoder-cti__block {
    position: relative;
    z-index: 10
}

.ms__row,.quick-hunt__row,.uncoder-cti__row {
    align-items: center;
    margin-bottom: 15px
}

.uncoder-cti__wrapper-text,.uncoder-cti__wrapper-text-platform {
    max-width: 485px
}

.quick-hunt-silver-color,.uncoder-cti-silver-color {
    color: #f9f9f9
}

.quick-hunt-black-color,.uncoder-cti-black-color {
    color: #292c3d
}

.uncoder-cti-title-xxl-silver {
    font-family: Inter,sans-serif;
    font-weight: 600;
    font-size: 56px;
    line-height: 120%;
    text-transform: capitalize;
    color: #f9f9f9;
    transition: color .2s
}

.quick-hunt-title-xl,.uncoder-cti-title-xl {
    font-family: Inter,sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 120%;
    text-transform: capitalize;
    transition: color .2s
}

.quick-hunt-title-s-black,.uncoder-cti-title-s-black {
    font-family: Inter,sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #292c3d;
    text-transform: inherit
}

.quick-hunt-description-s,.uncoder-cti-description-s {
    font-family: Inter,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%
}

.uncoder-cti-description-light-grey {
    color: #94959e
}

.uncoder-cti-description-dark-grey {
    color: #57586e
}

.quick-hunt-img,.uncoder-cti-img {
    width: 100%
}

.quick-hunt-btn,.uncoder-cti-btn {
    padding: 7px 25px!important;
    background-color: #4ac18e!important;
    font-weight: 600!important;
    box-shadow: none!important;
    height: 45px!important
}

.uncoder-cti-silver-bg {
    background: url("../../../../img/uncoder-cti/second-screen-bg.png") right no-repeat;
    padding: 30px!important
}

.uc-block__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0
}

.uc-block__item {
    background: url("../../../../img/uncoder-cti/col-wrapper.svg") no-repeat center center;
    background-size: contain;
    max-width: 387px;
    min-height: 275px;
    display: flex;
    flex-direction: column;
    padding: 15px 37px 0;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    margin-right: 15px;
    margin-bottom: 30px
}

.uc-block__item:first-child {
    background: 0 0;
    padding: 30px 0
}

.uncoder-cti-green-bg-third {
    position: absolute;
    width: 100%;
    top: 250px
}

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

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

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

.width-50 {
    max-width: 50%
}

.uc-block-privacy__row {
    display: flex;
    margin-bottom: 0
}

.uc-block-privacy__item {
    max-width: 387px;
    display: flex;
    flex-direction: column;
    padding: 15px 5px 0;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    margin-right: 15px;
    margin-bottom: 30px
}

.uncoder-cti-green-bg-fifth-screen {
    top: -130px
}

.uncoder-cti__block a {
    color: #f9f9f9;
    text-decoration: underline
}

.uc-bg-border {
    background: url("../../../../img/uncoder-cti/bg-border.png") no-repeat;
    background-size: 100% 100%;
    padding: 50px
}

.uc-grid__row .sc-card-text {
    padding: 0
}

.uc-grid-1 {
    flex: 1 1 55%
}

.uc-grid-1-text {
    display: flex;
    flex-direction: row;
    align-items: center
}

.uc-grid-1 svg {
    flex: 1 1 20%
}

.uc-grid-2 {
    flex: 1 1 70%
}

.uc-grid-3 {
    flex: 1 1 30%;
    justify-content: center
}

.uc-grid-3-btn {
    display: flex;
    justify-content: flex-end
}

@media (min-width: 1500px) {
    .uncoder-cti-green-bg-fifth-screen {
        height:100%
    }
}

@media (max-width: 1270px) {
    .uc-block__item {
        max-width:370px
    }
}

@media (max-width: 1220px) {
    .uc-block__item {
        max-width:350px
    }
}

@media (max-width: 1155px) {
    .sc-layout-uncoder-cti,.uncoder-cti-silver-bg {
        background:#f9f9f9!important
    }

    .uc-block__row {
        justify-content: center
    }
}

@media (max-width: 1024px) {
    .uc-grid-1 svg {
        flex:1 1 35%
    }

    .uc-bg-border {
        padding: 30px
    }
}

@media (max-width: 768px) {
    .quick-hunt__block div.quick-hunt__wrapper-text,.uncoder-cti__block div.uncoder-cti__wrapper-text {
        max-width:100%!important;
        text-align: center;
        margin-top: 50px
    }

    .quick-hunt__block .quick-hunt-title-xl,.quick-hunt__block div.quick-hunt__wrapper-text-platform,.uncoder-cti__block .uncoder-cti-title-xl,.uncoder-cti__block div.uncoder-cti__wrapper-text-platform {
        max-width: 100%!important;
        text-align: center
    }

    .uc-block-privacy__item:first-child,.uc-block__item:first-child {
        padding: 0;
        max-width: 100%;
        text-align: center;
        min-height: 0;
        align-items: center
    }

    .uc-block__item {
        margin-right: 4px
    }

    .uc-block__item:first-child svg {
        margin: 0 auto
    }

    .mt-0-m,.mt-120,.mt-40 {
        margin-top: 0!important
    }

    .order-2-mobile {
        order: 2
    }

    .order-1-mobile {
        order: 1
    }

    .uncoder-cti__block .max-width-xs {
        max-width: 100%
    }

    .uc-block-privacy__row {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center
    }

    .uc-block-privacy__item {
        max-width: 100%
    }
}

@media (max-width: 768px) and (min-width:420px) {
    .uc-bg-border {
        padding:20px
    }

    .uc-grid__row .title-ml {
        font-size: 17px
    }

    .uc-grid__row .description-sm {
        font-size: 14px
    }
}

@media (max-width: 767px) and (min-width:420px) {
    .uc-grid-1 svg {
        flex:none
    }
}

@media (max-width: 528px) and (min-width:420px) {
    .uc-grid-1 svg {
        flex:none
    }

    .uc-grid-3-btn {
        justify-content: flex-start
    }
}

@media (max-width: 420px) {
    .uc-bg-border {
        background:url("../../../../img/uncoder-cti/bg-border-mobile.svg") no-repeat;
        background-size: 100% 100%;
        padding: 55px
    }

    .uc-grid-1-text {
        flex-direction: column;
        align-items: flex-start
    }

    .uc-grid-1 svg {
        margin-bottom: 15px
    }

    .uc-grid-3-btn {
        justify-content: flex-start
    }
}

@media (max-width: 376px) {
    .uncoder-cti-silver-bg {
        padding:15px!important
    }

    .uc-block__item {
        padding: 20px 20px 0;
        margin-right: 0
    }

    .uncoder-cti-title-xl {
        font-size: 38px
    }

    .uc-bg-border {
        padding: 40px
    }
}

.sigma-header {
    background: #000;
    height: 80px;
    margin-top: -80px
}

.sigma-page img::selection {
    background: rgba(0,0,0,0)!important
}

.sigma-page .sc-layout {
    padding: 0
}

.sigma-page-lines {
    position: absolute;
    bottom: 65px
}

.sigma-first-screen-block {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2
}

.sigma-first-screen-block__row {
    flex-direction: column;
    max-width: 60%
}

.sigma-first-screen-block-description {
    max-width: 91%;
    margin: 0 auto
}

.sigma-page {
    background: #020c27
}

.sigma-page-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%
}

.sigma-timeline-wrapper {
    margin: 0 auto;
    max-width: 1021px
}

.sigma-timeline-container {
    padding: 1em;
    width: 100%
}

.sigma-page h1,.sigma-page h2 {
    text-align: center
}

ol.sigma-timeline-block {
    display: grid;
    grid-template-rows: repeat(51,250px);
    margin-bottom: 54px
}

ol.sigma-timeline-block li {
    list-style-type: none;
    position: relative
}

ol.sigma-timeline-block ol li {
    list-style-type: none
}

ol.sigma-timeline-block>li {
    padding-left: 2px;
    position: relative
}

ol.sigma-timeline-block>li:before {
    background-color: #3b3d4f;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
    margin-top: 3.7em
}

@media only screen and (min-width: 41em) {
    ol.sigma-timeline-block>li:before {
        left:50%;
        transform: translateX(-50%)
    }
}

@media (min-width: 641px) {
    ol.sigma-timeline-block>li:before {
        left:50%;
        transform: translateX(-50%)
    }
}

ol.sigma-timeline-block>li>h2 {
    background: url("../../img/sigma/bg-year.svg") center center no-repeat;
    height: 53px;
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    text-transform: uppercase;
    color: #f9f9f9;
    margin: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-top: 8px;
    z-index: 2
}

@media only screen and (min-width: 40em) {
    ol.sigma-timeline-block>li>h2 {
        margin:0 auto;
        margin-bottom: 2.5em
    }
}

ol.sigma-timeline-block>li>ol {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(18,100px);
    position: relative
}

ol.sigma-timeline-block>li>ol>li:nth-child(2n):before {
    position: absolute;
    top: 0;
    left: -1px;
    width: 100px;
    border-top: 1px solid #3b3d4f;
    content: ""
}

ol.sigma-timeline-block>li>ol>li:nth-child(odd):before {
    position: absolute;
    top: 0;
    right: 1px;
    width: 100px;
    border-top: 1px solid #3b3d4f;
    content: ""
}

@media only screen and (min-width: 641px) {
    ol.sigma-timeline-block>li>ol>li:nth-child(odd) {
        padding-left:0;
        padding-right: 8.5em;
        padding-top: 1.3em;
        grid-column: 1
    }

    ol.sigma-timeline-block>li>ol>li:nth-child(2n) {
        padding-right: 0;
        padding-top: 1.3em;
        padding-left: 8.6em;
        grid-column: 2
    }
}

@media (max-width: 640px) {
    ol.sigma-timeline-block>li>ol>li {
        max-height:100%!important
    }
}

ol.sigma-timeline-block>li>ol>li>h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff
}

ol.sigma-timeline-block>li>ol>li>p {
    color: #f9f9f9;
    line-height: 170%
}

ol.sigma-timeline-block>li>ol>li>span {
    position: absolute;
    display: inline-block;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    color: #4ac18e
}

ol.sigma-timeline-block>li>ol>li>p>a,ol.sigma-timeline-block>li>ol>li>p>a:active,ol.sigma-timeline-block>li>ol>li>p>a:focus,ol.sigma-timeline-block>li>ol>li>p>a:hover,ol.sigma-timeline-block>li>ol>li>p>a:visited {
    color: #f9f9f9;
    text-decoration: underline!important
}

ol.sigma-timeline-block>li>ol>li:nth-child(odd)>span {
    top: -22px;
    right: 120px
}

ol.sigma-timeline-block>li>ol>li:nth-child(2n)>span {
    top: -22px;
    left: 120px
}

.sigma-timeline__img {
    max-width: 100%;
    box-shadow: 0 10px 15px rgba(0,0,0,.4)
}

.width-100 {
    width: 100%
}

.pos-rel-z-3 {
    position: relative;
    z-index: 3
}

.top-0 {
    top: 0!important;
    transition: top .3s ease-out!important
}

.scroll-header .top-with-header {
    top: 60px!important;
    transition: top .3s ease-out!important
}

#year-2016 {
    grid-row: 1/2
}

#year-2016 .december-24 {
    grid-row: 1/2
}

#year-2017 {
    grid-row: 2/9
}

#year-2017 .february-14 {
    grid-row: 1/5
}

#year-2017 .september-22 {
    grid-row: 3/7
}

#year-2017 .march-3 {
    grid-row: 5/9
}

#year-2017 .march-18 {
    grid-row: 7/11
}

#year-2017 .march-26 {
    grid-row: 9/13
}

#year-2017 .may-3 {
    grid-row: 11/15
}

#year-2017 .june-28 {
    grid-row: 13/16
}

#year-2017 .august-29 {
    grid-row: 15/19
}

#year-2018 {
    grid-row: 9/21
}

#year-2018 ol {
    grid-template-rows: repeat(34,100px)
}

#year-2018 .january-10 {
    grid-row: 2/7
}

#year-2018 .april-2 {
    grid-row: 4/10
}

#year-2018 .may-24 {
    grid-row: 7/14
}

#year-2018 .may-25 {
    grid-row: 10/12
}

#year-2018 .june-28 {
    grid-row: 14/19
}

#year-2018 .july-11 {
    grid-row: 16/21
}

#year-2018 .july-22 {
    grid-row: 19/23
}

#year-2018 .september-6 {
    grid-row: 21/26
}

#year-2018 .october-17 {
    grid-row: 23/28
}

#year-2018 .october-31 {
    grid-row: 26/27
}

#year-2018 .december-10 {
    grid-row: 28/30
}

#year-2019 {
    grid-row: 21/30
}

#year-2019 .february-13 {
    grid-row: 1/6
}

#year-2019 .march-4 {
    grid-row: 3/7
}

#year-2019 .may-9 {
    grid-row: 6/12
}

#year-2019 .july {
    grid-row: 8/14
}

#year-2019 .october-3 {
    grid-row: 12/18
}

#year-2019 .october-25 {
    grid-row: 13/17
}

#year-2019 .december-1 {
    grid-row: 18/21
}

#year-2019 .december-30 {
    grid-row: 19/22
}

#year-2020 {
    grid-row: 30/38
}

#year-2020 ol {
    grid-template-rows: repeat(24,100px)
}

#year-2020 .february-24 {
    grid-row: 1/4
}

#year-2020 .february-24-28 {
    grid-row: 3/8
}

#year-2020 .april-7 {
    grid-row: 5/10
}

#year-2020 .may-8 {
    grid-row: 8/12
}

#year-2020 .may-14 {
    grid-row: 10/15
}

#year-2020 .may-18-19 {
    grid-row: 12/18
}

#year-2020 .august-18 {
    grid-row: 15/18
}

#year-2020 .november-19 {
    grid-row: 18/21
}

#year-2021 {
    grid-row: 38/52
}

#year-2020 ol {
    grid-template-rows: repeat(17,100px)
}

#year-2021 .january-27 {
    grid-row: 1/5
}

#year-2021 .march-12 {
    grid-row: 3/7
}

#year-2021 .april-14 {
    grid-row: 5/10
}

#year-2021 .june-1-2 {
    grid-row: 7/12
}

#year-2021 .june-16 {
    grid-row: 10/14
}

#year-2021 .june-25 {
    grid-row: 12/17
}

#year-2021 .june-29 {
    grid-row: 14/19
}

#year-2021 .june-30 {
    grid-row: 17/21
}

#year-2021 .july-13 {
    grid-row: 19/22
}

#year-2021 .july-15 {
    grid-row: 21/24
}

#year-2021 .july-20 {
    grid-row: 22/25
}

#year-2021 .july-30 {
    grid-row: 25/28
}

#year-2021 .september-11 {
    grid-row: 26/30
}

@media (max-width: 811px) and (min-width:641px) {
    ol.sigma-timeline-block>li>ol>li:nth-child(odd) {
        padding-right:5em
    }

    ol.sigma-timeline-block>li>ol>li:nth-child(2n) {
        padding-left: 5em
    }
}

@media (max-width: 641px) {
    ol.sigma-timeline-block,ol.sigma-timeline-block>li>ol {
        display:flex;
        flex-direction: column
    }

    ol.sigma-timeline-block>li>ol>li {
        margin-top: 25px;
        padding-left: 10px
    }

    .sigma-timeline__img {
        margin-top: 25px!important
    }

    ol.sigma-timeline-block>li>ol>li>span>svg {
        display: none
    }

    ol.sigma-timeline-block>li>ol>li:nth-child(2n):before,ol.sigma-timeline-block>li>ol>li:nth-child(odd):before {
        left: -1px;
        width: 60px
    }

    ol.sigma-timeline-block>li>ol>li:nth-child(2n)>span,ol.sigma-timeline-block>li>ol>li:nth-child(odd)>span {
        left: 70px;
        width: 200px
    }

    .sigma-page-footer {
        height: 150px
    }

    #year-2017,#year-2018,#year-2019,#year-2020,#year-2021 {
        padding-top: 50px
    }

    #year-2016 h2,#year-2019 h2,#year-2020 h2,#year-2021 h2 {
        margin-bottom: 25px
    }

    ol.sigma-timeline-block>li.year-2021:before {
        height: calc(100% - 70px)
    }
}

@media (max-width: 500px) {
    .sigma-first-screen-block__row {
        max-width:100%
    }
}

@media (min-width: 641px) and (max-width:646px) {
    ol.sigma-timeline-block>li>ol>li>span {
        font-size:23px
    }
}

.quick-hunt-layout {
    padding: 30px 0 10px!important
}

.quick-hunt__wrapper-text {
    max-width: 520px
}

.quick-hunt-title-xxl-silver {
    font-family: Inter,sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 120%;
    color: #f9f9f9;
    text-transform: capitalize;
    transition: color .2s
}

.quick-hunt-btn-white {
    border: 1px solid #fff!important;
    border-radius: 4px!important;
    font-family: Inter,sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    height: 45px!important;
    padding: 0 30px!important
}

.quick-hunt-video {
    max-width: 700px
}

.quick-hunt-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: #fff;
    color: #292c3d;
    border-radius: 100%;
    border: none;
    position: relative;
    right: -320px;
    top: -300px
}

.quick-hunt-button:focus,.quick-hunt-button:hover,.quick-hunt-button:visited {
    color: #292c3d
}

.fs-12 {
    font-size: 12px!important
}

.quick-hunt-second-block {
    flex-direction: column
}

.quick-hunt-description-light-grey {
    color: #818289
}

.quick-hunt-description-second-block {
    max-width: 700px;
    text-align: center;
    line-height: 25px
}

.quick-hunt-uc-block__item {
    background: url("../../../../img/quick-hunt/qh-col-wrapper.svg") no-repeat center center;
    max-width: 350px;
    min-height: 324px;
    display: flex;
    flex-direction: column;
    padding: 37px 37px 0;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    margin-right: 15px;
    margin-bottom: 30px
}

.quick-hunt-second-block-items {
    justify-content: space-around
}

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

.quick-hunt-third-screen-title {
    max-width: 800px;
    text-align: center
}

.quick-hunt-third-screen-lines {
    position: absolute;
    left: 100px
}

.quick-hunt-green-bg-third {
    position: absolute;
    width: 100%
}

.fs28 {
    font-size: 28px!important
}

.quick-hunt-silver-bg {
    background: url("../../../../img/quick-hunt/quick-hunt-silver-bg.svg") right no-repeat;
    padding: 30px!important
}

.qh-bg-border {
    background: url("../../../../img/quick-hunt/green-border.png") no-repeat;
    background-size: 100% 100%;
    padding: 40px
}

.quick-hunt-green-bg-fifth-screen {
    top: 0
}

.height-100 {
    height: 100%
}

.qh-grid-1 {
    flex: 1 1 25%
}

.qh-grid-2 {
    flex: 1 1 64%
}

.qh-grid-3 {
    flex: 1 1 30%;
    justify-content: center
}

.quick-hunt-btn:hover,.uncoder-cti-btn:hover {
    background: #6bd7a9!important;
    box-shadow: 0 2px 6px rgba(74,193,142,.7)!important;
    border-radius: 4px!important
}

.quick-hunt-btn-white:hover {
    background: rgba(74,193,142,.1)!important;
    border: 1px solid #4ac18e!important;
    border-radius: 4px!important;
    color: #4ac18e!important
}

.quick-hunt-button:hover {
    background: #6bd7a9
}

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

.error-page {
    margin-top: -80px;
    background: transparent no-repeat 50% 50%;
    background-size: cover
}

.error-page__wrap {
    min-height: 100vh;
    padding: 100px 0 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.error-page__content {
    max-width: 500px
}

@media (max-width: 1420px) {
    .quick-hunt-third-screen-lines {
        display:none
    }
}

@media (max-width: 1124px) {
    .quick-hunt-second-block-items {
        justify-content:center
    }
}

@media (max-width: 1084px) {
    .quick-hunt-video {
        max-width:600px
    }

    .quick-hunt-button {
        right: -260px;
        top: -250px
    }

    .quick-hunt-btn-white {
        margin-top: 0
    }
}

@media (max-width: 1024px) {
    .quick-hunt-title-xxl-silver {
        font-size:36px
    }

    .quick-hunt-img {
        padding: 0 30px
    }

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

    .qh-grid-2 {
        flex: 1 1 50%
    }

    .qh-bg-border {
        padding: 25px
    }

    .p-0-mobile {
        padding: 0!important
    }
}

@media (max-width: 984px) {
    .quick-hunt-video {
        max-width:500px
    }

    .quick-hunt-button {
        right: -220px;
        top: -220px
    }

    .quick-hunt-btn-white {
        margin-top: 0
    }
}

@media (max-width: 883px) and (min-width:769px) {
    .quick-hunt-btn-white {
        margin-top:20px
    }
}

@media (max-width: 768px) {
    .quick-hunt-silver-bg {
        background:#f9f9f9
    }

    .quick-hunt-video {
        max-width: 700px
    }

    .quick-hunt-third-screen-title {
        margin-top: 60px
    }

    .quick-hunt-privacy-text {
        max-width: 100%!important;
        text-align: center;
        margin-top: 50px
    }

    .qh-bg-border {
        padding: 10px
    }

    .mr-7 {
        margin-right: 0
    }

    .quick-hunt-button {
        right: -320px;
        top: -300px
    }
}

@media (max-width: 431px) {
    .quick-hunt-title-xxl-silver {
        font-size:35px
    }

    .quick-hunt-btn-white {
        margin-right: 0!important
    }

    .quick-hunt-video {
        max-width: 400px
    }

    .quick-hunt-button {
        right: -170px;
        top: -180px
    }

    .quick-hunt-title-xl {
        text-align: center
    }

    .quick-hunt-img {
        padding: 0
    }

    .quick-hunt-title-xl {
        font-size: 31px
    }

    .qh-bg-border {
        background: url("../../../../img/quick-hunt/bg-border-mobile.png") no-repeat;
        background-size: 100% 100%;
        padding: 40px
    }

    .qh-grid-3-btn {
        justify-content: center
    }

    .quick-hunt-uc-block__item {
        margin-right: 0
    }
}

@media (max-width: 391px) {
    .quick-hunt-video {
        max-width:360px
    }

    .quick-hunt-button {
        right: -140px;
        top: -160px
    }
}

@media (max-width: 376px) {
    .quick-hunt-video {
        max-width:350px
    }

    .quick-hunt-button {
        right: -140px;
        top: -160px
    }
}

.modal-open {
    padding-right: 0!important
}

#quicksearch::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

#quicksearch::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

#quicksearch::-webkit-search-cancel-button,#quicksearch::-webkit-search-decoration,#quicksearch::-webkit-search-results-button,#quicksearch::-webkit-search-results-decoration {
    display: none
}

.qh-bg-border-cm {
    background: url("../../../../img/quick-hunt/border-cm-green.png") center center no-repeat
}

.qh-bg-border-cm-w {
    max-width: 950px;
    margin: 0 auto!important
}

.cm-mt-100 {
    margin-top: -40px
}

.qh-bg-border-cm-text {
    display: flex;
    flex-direction: row;
    align-items: center
}

@media (max-width: 1025px) {
    .qh-bg-border-cm {
        background-size:100% 100%
    }

    .cm-mt-100 {
        margin-top: 10px
    }
}

@media (max-width: 767px) {
    .qh-bg-border-cm {
        background:url("../../../../img/quick-hunt/cm-border-mobile.png") center center no-repeat;
        padding: 20px
    }

    .qh-bg-border-cm-w {
        max-width: 330px;
        margin: 0 auto!important
    }

    .qh-bg-border-cm-text svg {
        width: 120px
    }

    .cm-grid-1 {
        flex: 1 1 25%!important
    }

    .cm-grid-3-btn {
        justify-content: center;
        padding-bottom: 10px!important
    }

    .description-sm-cm {
        font-size: 14px
    }

    .description-sm-cm-b {
        text-align: center
    }

    .cm-grid-1-text {
        justify-content: center;
        align-items: center
    }
}

.ms__row {
    align-items: center;
    margin-bottom: 0
}

.ms__row-privacy {
    align-items: flex-start
}

.privacy-title-xl-dark {
    font-family: Inter,sans-serif;
    font-weight: 600;
    font-size: 42px;
    line-height: 120%;
    color: #292c3d;
    text-transform: capitalize
}

.privacy-description-dark-color-sm {
    font-family: Inter,sans-serif;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -.01em;
    color: #292c3d
}

.privacy-title-xl-silver {
    font-family: Inter,sans-serif;
    font-weight: 600;
    font-size: 42px;
    line-height: 120%;
    color: #f9f9f9
}

.privacy-dark-bg {
    top: 0;
    height: 900px!important
}

.privacy-dark-block {
    background: rgba(249,249,249,.1);
    box-shadow: 0 4px 16px rgba(0,0,0,.1);
    border-radius: 4px;
    padding: 65px 70px 40px
}

.privacy-dark-block-title {
    font-family: Inter,sans-serif;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -.01em;
    color: #fff;
    max-width: 500px
}

.privacy-dark-block-list,.privacy-silver-block-list {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    max-width: 600px
}

.privacy-dark-block-list-item {
    font-family: Inter,sans-serif;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
    margin-bottom: 35px;
    display: flex
}

.privacy-dark-block-list-item-icon,.privacy-silver-block-list-item-icon {
    padding-right: 20px;
    margin-top: -1px
}

.ms__col-dark-content {
    max-width: 415px;
    padding-top: 25px
}

.privacy-title-xl-dark {
    font-family: Inter,sans-serif;
    font-weight: 600;
    font-size: 42px;
    line-height: 120%;
    color: #292c3d
}

.privacy-description-dark-color {
    font-family: Inter,sans-serif;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -.01em;
    color: #292c3d
}

.privacy-silver-block {
    background: #fff;
    box-shadow: 0 4px 16px rgba(0,0,0,.1);
    border-radius: 4px;
    padding: 65px 70px 40px
}

.privacy-silver-block-title {
    font-family: Inter,sans-serif;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -.01em;
    color: #292c3d;
    max-width: 552px
}

.privacy-silver-block-list-item {
    font-family: Inter,sans-serif;
    font-size: 14px;
    line-height: 150%;
    color: #292c3d;
    margin-bottom: 23px;
    display: flex
}

.privacy-dark-block-list-items,.privacy-silver-block-list-items {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 25px
}

.ms-green-bg {
    height: 700px
}

.pb-1px {
    padding-bottom: 1px!important
}

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

@media (max-width: 1151px) {
    .privacy-dark-block-list-items,.privacy-silver-block-list-items {
        grid-template-columns:none
    }
}

@media (max-width: 1024px) {
    .ms__col-dark-content {
        max-width:100%
    }

    .privacy-dark-block-m {
        margin-right: 60px;
        margin-left: 0
    }

    .privacy-silver-block-m {
        margin-left: 10px
    }

    .privacy-dark-bg {
        height: 1300px!important
    }
}

@media (max-width: 768px) {
    .ms-green-bg {
        height:850px
    }

    .center-mobile {
        text-align: center;
        justify-content: center
    }

    .privacy-dark-block-m,.privacy-silver-block-m {
        margin-right: 0
    }

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

    .order-1-mobile {
        order: 1
    }

    .order-2-mobile {
        order: 2
    }
}

@media (max-width: 430px) {
    .privacy-img {
        width:100%;
        height: 300px
    }

    .center-mobile-sm {
        text-align: center;
        justify-content: center;
        align-items: center
    }

    .mt-20-mobile-sm {
        margin-top: 20px
    }

    .privacy-dark-block,.privacy-silver-block {
        padding: 30px
    }

    .privacy-dark-bg {
        height: 2000px!important
    }

    .privacy-title-xl-dark {
        font-size: 38px
    }

    .privacy-silver-block-m {
        margin-left: 0
    }
}

.web-table__link.disabled {
    pointer-events: none;
    user-select: none;
    opacity: .6;
    border: none!important;
    color: #393939!important
}

.price-list__description-dashed {
    font-weight: 400;
    font-size: 13px;
    color: #cfd0d3;
    position: relative;
    border-bottom: 2px dashed grey;
    padding-bottom: 2px;
    cursor: pointer
}

.price-list__item.price-list__item-subtitle {
    background-color: #303344;
    border-bottom: 1px solid #3b3d4f;
    border-right: 1px solid #303344!important;
    border-left: 1px solid #303344!important;
    margin-left: -1px;
    margin-right: -1px;
    min-height: 45px;
    font-weight: 600;
    font-size: 14px;
    color: #f9f9f9;
    text-transform: uppercase
}

.pp-link--green {
    color: #4ac18e
}

.pp-link--green:hover {
    color: #4ac18e;
    text-decoration: none
}

.pp-link--green:active,.pp-link--green:focus,.pp-link--green:link,.pp-link--green:visited {
    color: #4ac18e
}

.pp-head {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 12px
}

.cd-faq-box .cd-faq-box-list {
    padding-left: 0;
    margin-bottom: 28px;
    color: #e4e6eb
}

.cd-faq-box-list.cd-faq-box-list--alphabet {
    list-style-type: lower-alpha;
    padding-left: 30px
}

.cd-faq-box-list.cd-faq-box-list--alphabet .cd-faq-box__img {
    margin-left: -20px
}

.cd-faq-box-list.cd-faq-box-list--disc {
    list-style-type: disc;
    padding-left: 30px
}

.cd-faq-box-list.cd-faq-box-list--decimal {
    list-style-type: decimal;
    padding-left: 30px
}

.cd-faq-box-list.cd-faq-box-list--square {
    list-style-type: square;
    padding-left: 30px
}

.cd-faq-box-list.cd-faq-box-list--circle {
    list-style-type: circle;
    padding-left: 30px
}

.cd-faq-box-list.cd-faq-box-list--lower-latin {
    list-style-type: lower-latin;
    padding-left: 20px
}

.cd-faq-box-list.cd-faq-box-list--list-none {
    list-style-type: none
}

.modal-overflow-hidden {
    overflow: hidden!important
}

.modal-full {
    padding: 0!important
}

.list-style-disc {
    list-style-type: disc;
    padding-left: 35px
}

.list-style-circle {
    list-style-type: circle;
    padding-left: 35px
}

.list-style-decimal {
    list-style-type: decimal;
    padding-left: 35px
}

.modal-black .modal-content {
    background-color: #292c3d;
    box-shadow: 0 8px 16px rgba(0,0,0,.25);
    border: none;
    border-radius: 0
}

.modal-black .modal-header {
    border-bottom: none;
    padding: 1rem 1.5rem
}

.modal-black .modal-title {
    font-family: Inter,sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #f9f9f9
}

.modal-black .modal-header .close {
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    background: #3b3d4f;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    color: #cfd0d3;
    text-shadow: none
}

.modal-black .modal-body {
    background: 0 0;
    padding: 0 1.5rem 1.5rem
}

.modal-black .form-group:last-child {
    margin-bottom: 0
}

.modal-black .form-group label {
    font-family: Inter,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #cfd0d3
}

.modal-black .form-group input,.modal-black .form-group textarea {
    background: #3b3d4f!important;
    color: #f9f9f9!important;
    border-radius: 4px;
    border: 1px solid rgba(249,249,249,0)!important
}

.modal-black .form-group input:focus,.modal-black .form-group textarea:focus {
    border: 1px solid #f9f9f9!important
}

.modal-black .modal-footer {
    border-top: 1px solid #3b3d4f;
    padding: 1.5rem 1.5rem
}

.modal-black .modal-footer .button {
    background: #4ac18e;
    border-radius: 4px;
    border: none;
    margin: 0;
    width: 160px;
    color: #292c3d;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    padding: 12px 25px;
    text-transform: capitalize
}

.modal-black .modal-footer .button:hover {
    opacity: .9
}

body.is-open {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.toggle {
    position: relative;
    width: 34px;
    height: 34px;
    background-color: transparent;
    cursor: pointer;
    z-index: 6
}

.toggle__line {
    display: block;
    width: 34px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2);
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    -webkit-transition: box-shadow .2s,-webkit-box-shadow .2s;
    -o-transition: box-shadow .2s,background-color .2s;
    transition: box-shadow .2s,background-color .2s,-webkit-box-shadow .2s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.toggle__line::after,.toggle__line::before {
    display: block;
    content: '';
    position: absolute;
    width: 34px;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2);
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.toggle__line::before {
    top: -8px
}

.toggle__line::after {
    top: 8px
}

.toggle.is-open .toggle__line {
    background-color: transparent;
    -webkit-box-shadow: 0 2px 5px transparent;
    box-shadow: 0 2px 5px transparent;
    -webkit-transition-delay: .0s;
    -o-transition-delay: .0s;
    transition-delay: .0s
}

.toggle.is-open .toggle__line::before {
    top: 0;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.toggle.is-open .toggle__line::after {
    top: 0;
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.buttons {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 16px;
    height: 36px;
    border-radius: 4px;
    border-color: #ee3523;
    background-color: #ee3523;
    font-weight: 500;
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    outline: 0;
    cursor: pointer
}

.social__text {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    color: #f9f9f9;
    text-align: left;
    margin-top: 8px
}

.buttons:hover {
    border-color: #ee3523;
    background-color: transparent
}

.buttons:active,.buttons:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.logo {
    display: flex;
    max-width: 90px;
    width: 86px;
    height: 40px;
    line-height: 80px
}

.logo svg {
    width: inherit;
    height: inherit
}

@media (max-width: 767px) {
    .header__logo {
        height:36px
    }

    .logo {
        max-width: 80px;
        min-width: 80px;
        height: 36px
    }
}

.header-fixed {
    min-height: 60px
}

.header {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    height: 80px;
    background: rgba(0,0,0,.5);
    z-index: 99;
    font-family: Inter,sans-serif;
    transition: background-color .2s
}

.header.is-fixed {
    position: fixed;
    background: rgba(4,9,12,.7);
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.1);
    box-shadow: 0 0 25px rgba(0,0,0,.1);
    transform: translateY(-100%);
    transition: transform .3s
}

.header.is-fixed.is-show {
    transform: translateY(0)
}

.header__row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__logo {
    width: 86px;
    height: 40px;
    margin-right: 22px
}

.header__logo .hide {
    display: none
}

.header__divider {
    margin-right: 22px
}

.header__nav {
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sc-nav-menu__toggle {
    display: none
}

.nav-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

.nav-list__item {
    position: relative;
    margin-right: 16px
}

.nav-list__item:hover .submenu {
    left: -33px;
    opacity: 1
}

.nav-list__item:hover .nav-list__link {
    color: #4ac18e;
    text-decoration: none
}

.nav-list__item:hover .nav-list__link-icon svg {
    fill: #4AC18E;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.nav-list__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s
}

.nav-list__link:focus {
    color: #fff
}

.nav-list__link-icon {
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 4px;
    font-size: 0;
    line-height: 1
}

.nav-list__link-icon svg {
    width: inherit;
    height: inherit;
    fill: #4AC18E;
    -o-transition: transform .2s,color .2s;
    transition: transform .2s,color .2s,-webkit-transform .2s
}

.submenu {
    position: absolute;
    top: 80px;
    left: -9999px;
    min-width: 296px;
    padding: 10px 0;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    background: linear-gradient(to bottom,#26293c 0,#2d3143 50%,#36384c 100%);
    box-shadow: inset 0 0 0 1px rgba(207,208,211,.15),0 8px 40px 0 rgba(0,0,0,.4);
    border-radius: 2px;
    list-style: none;
    opacity: 0;
    z-index: 110
}

.submenu--width-lg {
    min-width: 540px
}

.submenu--width-xs {
    min-width: 320px
}

.submenu--width-sm {
    min-width: 400px
}

.submenu--width-cm {
    min-width: 442px
}

.submenu--width-xl {
    width: 766px
}

.submenu--width-xxl {
    width: 865px
}

.submenu__list {
    list-style: none;
    padding-left: 0
}

.submenu__list-sm {
    margin: 0 16px
}

.submenu__list-tools {
    margin-left: 25px
}

.submenu__list-tools+.submenu__list-tools {
    margin-top: 32px
}

.submenu__list-tools .submenu__text-title {
    margin-bottom: 9px
}

.submenu__col ul li.submenu__text-title:first-child {
    margin-top: 13px
}

.submenu__list-tools .submenu__item-sm+.submenu__text-title {
    padding-top: 7px
}

.submenu__list-tools li a {
    padding-top: 7px;
    padding-bottom: 8px
}

.submenu__item {
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
    border-left: 4px solid transparent;
    margin: 0 16px
}

.submenu__item:hover {
    background: linear-gradient(to right,rgba(74,195,148,.15) 0,rgba(85,209,183,.15) 50%,rgba(103,234,248,.15) 100%);
    border-radius: 4px;
    border-left: 4px solid #4ac18e
}

.submenu__item:hover .submenu__text-subtitle {
    color: #f9f9f9
}

.submenu__item:not(:last-child) {
    border-bottom: none
}

.submenu--width-cm .submenu__item:not(:last-child),.submenu--width-lg .submenu__item:not(:last-child) {
    border-bottom: none
}

.submenu__item--title {
    height: 40px;
    padding: 0 15px;
    font-family: Inter,sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 50px;
    color: #aeaeb0
}

.submenu__item--title:hover {
    background-color: transparent
}

.submenu__link {
    display: block;
    padding: 13px 15px 11px 13px;
    line-height: 1.4;
    color: #393939;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    text-decoration: none
}

.submenu__link:hover {
    color: #000;
    text-decoration: none
}

.submenu__link:focus,.submenu__link:visited {
    color: #393939
}

.submenu__text {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    vertical-align: top
}

.submenu__text-title {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #fff
}

.submenu__text-title-sm {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #fff
}

.submenu__text-subtitle {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.55;
    color: #999baa
}

.submenu__icon {
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
    margin-right: 8px
}

.submenu__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.submenu__col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    padding: 10px 0 15px
}

.submenu__col-big {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
}

.submenu__col-big+.submenu__col-big {
    flex-basis: 50%
}

.submenu-duet .submenu__col {
    flex: 1 1 auto
}

.submenu-duet .submenu__col:first-child {
    flex-basis: 55.5%
}

.submenu-duet .submenu__col:nth-child(2) {
    flex-basis: 44.5%
}

.submenu-trio .submenu__col {
    flex: 1 1 auto
}

.submenu-trio .submenu__col:first-child {
    flex-basis: 39%
}

.submenu-trio .submenu__col:nth-child(2) {
    flex-basis: 32%
}

.submenu-trio .submenu__col:nth-child(3) {
    flex-basis: 29%
}

.list-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

.list-btn__item.last-child {
    margin-left: 15px
}

.list-btn__link {
    display: flex;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: transparent;
    font-family: Inter,sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #f9f9f9;
    box-sizing: border-box;
    box-shadow: none;
    transition: background-color .1s ease 0s,color .1s ease 0s,border-color .1s ease 0s,opacity .1s ease 0s;
    white-space: nowrap;
    text-transform: uppercase;
    text-decoration: none;
    height: 32px;
    align-items: center
}

.header .list-btn__link {
    font-size: 13px
}

.list-btn__link--icon svg {
    display: none;
    fill: #fff
}

.list-btn__link.btn-bg {
    border-color: #4ac18e;
    background-color: transparent;
    color: #f9f9f9;
    height: 32px;
    padding: 0 12px;
    gap: 5px
}

.list-btn__link.btn-bg svg {
    width: 16px;
    fill: #fff
}

.list-btn__link:focus,.list-btn__link:hover {
    color: #fff
}

.list-btn__link.btn-bg:hover {
    background: #6bd7a9;
    color: #292c3d
}

.list-btn__link.btn-bg:hover svg {
    fill: #292C3D
}

.list-btn-desktop .list-btn__link.btn-no-bg {
    height: auto;
    line-height: 1.15;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid transparent
}

.list-btn-desktop .list-btn__link.btn-no-bg:hover {
    border-color: inherit;
    color: #4ac18e
}

.list-btn-mobile .btn-bg-green {
    background-color: #4ac18e
}

.list-btn-mobile .btn-bg-green:hover {
    border-color: #6bd7a9;
    box-shadow: 0 0 4px rgba(74,193,142,.7)
}

.list-btn__link span {
    color: inherit
}

.list-btn__link svg.logout-svg {
    margin-left: 5px;
    opacity: 1!important
}

.list-btn__link svg.logout-svg path {
    fill: #fff
}

.list-btn__link:hover svg.logout-svg path {
    fill: #292C3D
}

.usefull-link-item a:hover {
    color: #4ac18e
}

.p-l-15 {
    padding-left: 15px
}

.text-transform-none {
    text-transform: none
}

.list-btn-mobile {
    display: none
}

.submenu__item-sm {
    list-style-type: none;
    border-left: 4px solid transparent
}

.submenu__item-sm:hover {
    background: rgba(74,193,142,.1);
    border-radius: 4px;
    border-left: 4px solid #4ac18e
}

.submenu__text-block {
    display: flex;
    column-gap: 4px;
    margin-top: 8px
}

.submenu__text-button {
    display: flex;
    height: 24px;
    align-items: center;
    position: relative;
    border-radius: 4px;
    border: 1px solid #4ac18e;
    background: 0 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.submenu__text-button:hover {
    background: #4ac18e
}

.submenu__text-button .submenu__text-button__link {
    font-size: 12px;
    font-family: Inter,sans-serif;
    font-weight: 500;
    line-height: 160%;
    padding: 2px 12px 3px 12px;
    color: #fff;
    width: 100%;
    height: 100%
}

.submenu__text-button:hover .submenu__text-button__link {
    color: #292c3d
}

.submenu__text-button__link:focus,.submenu__text-button__link:hover {
    color: #292c3d
}

.submenu__text-button-icon {
    display: none;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 3px;
    right: 3px
}

.submenu__text-button-icon svg {
    position: absolute
}

.submenu__text-button-icon__active {
    display: block
}

.submenu__text-button:hover .submenu__text-button-icon circle {
    fill: white
}

.submenu__text-button:hover .submenu__text-button-icon path {
    stroke: #4AC18E
}

.header__nav>.list-btn__link {
    display: none;
    font-size: 13px;
    line-height: 30px;
    background-color: #4ac18e;
    color: #292c3d
}

.list-btn.list-btn-desktop a {
    height: 40px
}

.list-btn-desktop .btn-bg-green {
    background-color: #4ac18e;
    color: #292c3d
}

.list-btn-desktop .btn-bg:hover path {
    fill: #292C3D
}

.list-btn-desktop .btn-bg-green:hover {
    border-color: #6bd7a9;
    box-shadow: 0 0 4px rgba(74,193,142,.7)
}

@media (max-width: 1180px) {
    .submenu--width-xl {
        min-width:670px
    }
}

@media (min-width: 1152px) and (max-width:1439px) {
    .nav-list__item.pintoright-item {
        position:static
    }

    .nav-list__item.pintoright-item:hover .submenu {
        right: 0;
        left: auto
    }
}

@media (min-width: 1152px) and (max-width:1499px) {
    .submenu--width-cm {
        min-width:330px
    }
}

@media (max-width: 1151px) {
    .p-l-22-mobile {
        padding-left:22px
    }

    .header {
        position: relative!important;
        height: 60px;
        display: block!important;
        transform: translateY(0)
    }

    .header.is-fixed {
        transform: translateY(0)
    }

    .header__row {
        min-height: 60px
    }

    .header__nav {
        flex: none
    }

    .sc-nav-menu {
        display: none;
        padding: 20px 15px;
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        height: calc(100vh - 60px);
        background: linear-gradient(to bottom,#26293c 0,#2d3143 50%,#36384c 100%);
        box-shadow: inset 0 0 0 1px rgba(207,208,211,.15);
        border-radius: 2px;
        overflow: auto;
        z-index: 10
    }

    .sc-nav-menu__toggle {
        display: block;
        margin-left: 24px
    }

    .header__nav>.list-btn__link {
        display: inline-block
    }

    .nav-list {
        display: block;
        width: 100%
    }

    .nav-list__item {
        border-top: 1px solid rgba(207,208,211,.15)
    }

    .nav-list__item:first-child {
        border-top: 0
    }

    .nav-list__item:last-child {
        border-bottom: 1px solid rgba(207,208,211,.15)
    }

    .nav-list__item,.nav-list__item:last-child {
        margin-right: 0
    }

    .nav-list__item:hover .nav-list__link {
        color: #4ac18e;
        text-decoration: none
    }

    .nav-list__item:hover .nav-list__link-icon svg {
        fill: #4AC18E
    }

    .nav-list__item.is-active .nav-list__link {
        color: #4ac18e;
        text-decoration: none
    }

    .nav-list__item.is-active .nav-list__link-icon svg {
        fill: #4AC18E;
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .nav-list__link {
        height: 54px;
        line-height: 54px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        color: #fff
    }

    .nav-list__link:focus {
        color: #fff
    }

    .nav-list__link-icon svg {
        fill: #393939
    }

    .submenu {
        width: 100%;
        display: none;
        position: static;
        box-shadow: none;
        opacity: 1;
        padding-top: 0;
        background: 0 0
    }

    .submenu__row {
        display: block
    }

    .submenu__col {
        padding-top: 5px
    }

    .submenu-columns-combine .submenu__col:not(:first-child) {
        padding-top: 0
    }

    .submenu-columns-combine .submenu__col:not(:last-child) {
        padding-bottom: 0
    }

    .submenu__item:hover {
        background-color: transparent
    }

    .submenu__item--empty {
        display: none
    }

    .submenu__item:not(:last-child) {
        border-bottom: none
    }

    .submenu--width-lg {
        min-width: 270px
    }

    .submenu__link {
        padding: 7px 12px 8px 18px
    }

    .submenu__text-title {
        margin-bottom: 2px
    }

    .list-btn__link--icon {
        line-height: 26px
    }

    .list-btn__link--icon svg {
        display: inline-block
    }

    .list-btn__link--icon span {
        display: none
    }

    .header__divider {
        display: none
    }

    .list-btn-desktop {
        display: none
    }

    .list-btn-mobile {
        display: block
    }

    .list-btn-mobile a {
        color: #292c3d
    }

    .list-btn-mobile .list-btn__item {
        text-align: center;
        width: 100%;
        max-width: 246px;
        margin: 20px auto 0
    }

    .list-btn-mobile .list-btn__link-submit {
        border: none;
        text-decoration-line: underline;
        text-transform: uppercase;
        color: #4ac18e
    }

    .list-btn-mobile .list-btn__item .list-btn__link.text-transform-none:hover {
        background-color: transparent;
        border-color: transparent
    }

    .submenu__item {
        margin: 0!important
    }

    .submenu__text-title {
        font-size: 16px
    }

    .submenu__text-subtitle {
        font-size: 12px
    }

    .submenu__list-sm:first-child {
        padding-top: 0
    }

    .submenu__list-sm {
        margin-left: 0;
        margin-right: 0
    }

    .list-btn-mobile {
        display: block;
        margin: 50px 0 60px
    }

    .list-btn-mobile .list-btn__item,.list-btn-mobile .list-btn__link.btn-bg {
        width: inherit;
        max-width: 246px;
        height: 46px!important;
        margin: auto;
        text-align: center
    }

    .list-btn-mobile .list-btn__link.btn-bg:not(.btn-bg-green) {
        color: #fff
    }

    .list-btn-mobile .list-btn__link.btn-bg:not(.btn-bg-green):hover {
        background-color: #4ac18e;
        color: #292c3d
    }

    .list-btn-mobile .list-btn__link.btn-bg-green {
        color: #292c3d!important
    }

    .list-btn-mobile .list-btn__link.btn-bg {
        margin-top: 16px
    }

    .list-btn-mobile a {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #292c3d;
        height: 100%
    }

    .submenu__text-block {
        column-gap: 8px
    }

    .submenu__text-button {
        height: 32px
    }

    .submenu__text-button__link {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        font-size: 14px;
        padding: 5px 12px
    }

    .submenu--width-xl {
        min-width: 100%
    }
}

@media (max-width: 767px) {
    .list-btn__link {
        font-size:12px
    }
}

@media (min-width: 375px) {
    .list-btn__link--ellipsis {
        max-width:88px;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis
    }
}

@media (max-width: 425px) {
    .list-btn-mobile .list-btn__item-divider {
        width:100%
    }
}

@media (min-width: 425px) {
    .list-btn__link--ellipsis {
        max-width:124px
    }
}

@media (min-width: 600px) {
    .list-btn__link--ellipsis {
        max-width:150px
    }
}

@media (min-width: 1152px) {
    .nav-list__link {
        font-size:12px
    }

    .p-l-15-desktop {
        padding-left: 15px
    }

    .submenu__list {
        position: relative
    }

    .submenu__col:not(:last-child) .submenu__list::after {
        content: '';
        display: block;
        height: 100%;
        width: 1px;
        background-color: rgba(153,155,170,.2);
        position: absolute;
        right: 0;
        top: 0
    }
}

@media (min-width: 1025px) and (max-width:1149px) {
    .submenu__col-med {
        -webkit-box-flex:1;
        -ms-flex: 1 1 10%;
        flex: 1 1 10%
    }

    .submenu--width-l {
        min-width: 550px!important
    }
}

footer {
    position: relative;
    padding-top: 88px;
    font-family: Inter,sans-serif;
    -webkit-font-smoothing: antialiased;
    background: transparent no-repeat 50% 50%;
    background-attachment: fixed;
    background-size: cover;
    z-index: 2
}

footer::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0);
    z-index: -1
}

footer .logo {
    display: inline-block;
    max-width: 90px;
    width: 86px;
    height: 40px;
    line-height: 40px
}

footer .inner {
    max-width: 1210px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
}

.footer__row {
    display: flex;
    margin-bottom: 30px
}

.footer__wrap {
    border-top: 1px solid #3b3d4f;
    padding-top: 40px;
    padding-bottom: 40px
}

.footer__description {
    font-weight: 400;
    font-size: 12px;
    color: #94959e
}

.footer__description p:last-child {
    margin-bottom: 0
}

.footer__col {
    margin-bottom: 38px;
    flex: 1 1 16%
}

footer ul {
    margin-bottom: 0
}

.footer-list {
    list-style: none;
    padding-right: 7%;
    color: #f9f9f9
}

.footer__col:last-child .footer-list {
    padding-right: 0
}

.footer-list li {
    line-height: 1.4
}

.footer-list li:not(:last-child) {
    margin-bottom: 13px
}

.footer-list .footer-list__item--title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    text-transform: uppercase;
    color: #f9f9f9
}

.footer-list__item--title-active:hover {
    color: #4ac18e
}

.footer-list li a {
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    transition: color .1s;
    text-decoration: none;
    color: inherit;
    opacity: .8
}

.footer-list li a:hover,.footer-list--mod .footer-list li a:hover {
    text-decoration: none;
    color: #4ac18e
}

.footer-list--mod {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 13px;
    row-gap: 5px
}

.footer-list--mod.footer-list li {
    margin: 0
}

.footer-list--mod li a {
    margin: 0 5px;
    font-size: 14px;
    color: #94959e;
    text-transform: uppercase
}

.footer-list-1__subtitle {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: #f9f9f9
}

.footer-list-1__button-block {
    display: flex;
    column-gap: 20px;
    row-gap: 5px;
    flex-wrap: wrap
}

.footer-list-1__button-block-link {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px
}

.footer-list-1__button-block-link:after {
    position: absolute;
    content: "";
    top: 3px;
    right: -10px;
    width: 1px;
    height: 18px;
    background-color: #f9f9f9
}

.footer-list-1__button-block-link:last-child:after {
    content: none
}

.footer-list-1__subtitle {
    font-weight: 400
}

.footer-bottom__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 40px;
    margin-bottom: 20px
}

.footer-bottom__col:nth-child(2) {
    max-width: 805px
}

.social-media {
    position: relative;
    top: -10px
}

.social-media__title {
    text-align: left;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    color: #f9f9f9
}

.social-media-list {
    display: flex;
    column-gap: 9px
}

.social-media-list li:not(:last-of-type) {
    margin-right: 12px
}

.social-media-list a {
    position: relative;
    display: block;
    font-size: 0;
    isolation: isolate;
    opacity: .6
}

.social-media-list a::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    box-shadow: 0 0 28px #0eff7f;
    transform: translate(-50%,-50%);
    opacity: 0;
    z-index: -1
}

.social-media-list a:hover {
    opacity: 1
}

.social-media-list a:hover::after {
    opacity: 1
}

.social-media-list img {
    max-width: 45px
}

@media (max-width: 1199px) {
    footer {
        padding-top:70px
    }

    .footer__row {
        flex-wrap: wrap
    }

    .footer__col {
        flex-basis: 33.33%;
        max-width: 33.33%
    }
}

@media (max-width: 1151px) {
    .footer-list {
        padding-right:10px
    }
}

@media (max-width: 1024px) {
    .footer-list--mod {
        justify-content:center
    }

    .footer-bottom__row {
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 0;
        margin-bottom: 28px
    }

    .footer-bottom__col {
        order: 1;
        flex: 1 1 100%;
        margin-bottom: 47px
    }

    .footer-bottom__col:first-child {
        margin-bottom: 21px
    }

    .footer-bottom__col:nth-child(3) {
        display: flex;
        justify-content: center
    }

    .footer-bottom__col:last-child {
        margin-bottom: 0
    }

    .social-media {
        top: 0
    }

    .footer-bottom__col .social-media__title {
        margin-bottom: 18px;
        text-align: center
    }

    footer .logo {
        display: block;
        margin: 0 auto;
        width: 120px;
        max-width: 120px;
        height: 56px
    }
}

@media (max-width: 991px) {
    footer {
        padding-top:50px
    }

    .footer__col {
        flex-basis: 33.33%;
        max-width: 33.33%
    }

    .footer-list {
        padding-right: 30px
    }

    .footer__col:nth-child(3) .footer-list {
        padding-right: 0
    }
}

@media (max-width: 767px) {
    footer {
        padding-top:40px
    }

    .footer__row {
        flex-wrap: wrap;
        margin-bottom: 13px
    }

    .footer__col {
        flex-basis: 50%;
        max-width: 50%;
        margin-bottom: 0
    }

    .footer-navigation .footer__col:first-child {
        width: 60%
    }

    .footer-navigation>.footer__col:nth-child(2) {
        width: 40%
    }

    .footer-navigation>.footer__col:first-child .usefull-link {
        margin-bottom: 25px
    }

    .footer__col .footer-list {
        margin-bottom: 40px
    }

    .footer-list {
        padding-right: 20px
    }

    .footer__col:last-child .footer-list,.footer__col:nth-child(3) .footer-list {
        padding-right: inherit
    }

    .footer__col:nth-child(2n) .footer-list {
        padding-right: 0
    }

    .footer-list--mod {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer__description {
        text-align: center
    }

    .footer-bottom__col {
        flex: 1 1 100%
    }

    .social-media__title {
        text-align: center
    }

    .social-media-list {
        justify-content: center
    }
}

@media (max-width: 1299px) {
    .footer .social ul li a i {
        width:42px
    }
}

@media screen and (max-width: 1290px) {
    section.intro-title.black-bg {
        padding-top:126px
    }

    .links-block .clients-info h5 {
        min-height: 71px
    }
}

@media screen and (max-width: 1290px) {
    .btns-block .button:nth-child(-n+2) {
        margin-bottom:5px
    }

    .btns-block .button {
        margin-right: 5px
    }

    .btns-block .button:last-child {
        margin-right: 0
    }
}

@media (max-width: 1280px) {
    .sc-team-list__item {
        padding-right:50px
    }

    .sc-chart-block {
        padding: 30px
    }

    .sc-chart-block__col--left {
        min-width: 170px
    }

    .sc-grid--hor .sc-benefits {
        flex-wrap: wrap;
        justify-content: center
    }

    .sc-report__carousel-wrapper {
        justify-content: space-between
    }

    .sc-grid--hor .sc-benefits .sc-benefits__title {
        flex-basis: 100%;
        text-align: center
    }

    .sc-report__carousel-box {
        max-width: 90%
    }

    .sc-report__carousel-control {
        max-width: 10%
    }

    .sc-odds__help-icon {
        display: none
    }

    .sc-odds__row {
        flex-wrap: wrap
    }

    .sc-odds__col {
        margin-right: 0;
        width: 100%;
        max-width: 100%
    }

    .sc-odds__tile {
        width: 100%;
        height: auto;
        background-size: contain
    }

    .sc-odds__title {
        font-size: 28px
    }

    .sc-odds__row {
        margin-bottom: 0
    }

    .sc-odds {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .sc-odds__preview-row {
        flex-wrap: wrap
    }

    .sc-odds__preview-col {
        margin-right: 0!important;
        width: 100%;
        max-width: 100%
    }

    .sc-odds__preview-title {
        text-align: center
    }

    .sc-odds__preview-line {
        text-align: center
    }

    .sc-odds__preview-subtitle {
        margin-left: auto;
        margin-right: auto
    }

    .sc-odds__preview-button {
        margin: auto;
        margin-bottom: 80px;
        padding: 14px 10px
    }

    .sc-odds__tiles {
        margin-bottom: 80px
    }

    .sc-odds__preview-tile {
        width: 50%;
        margin: auto;
        padding: 57px 28px 36px 28px
    }

    .sc-odds__preview-tile-title {
        margin-left: 60px
    }

    .sc-odds__map-row {
        flex-wrap: wrap
    }

    .sc-odds__map-col {
        width: 100%!important;
        max-width: 100%!important
    }

    .sc-odds__map-img img {
        max-width: 100%;
        margin: auto
    }

    .sc-evolution__row {
        flex-wrap: wrap;
        margin-bottom: 0
    }

    .sc-evolution__col {
        width: 100%;
        max-width: 100%;
        margin-bottom: 40px
    }

    .sc-evolution__col-text {
        max-width: unset
    }

    .sc-evolution__download-img {
        left: calc(50% - 125px)
    }

    .sc-evolution__download-img img {
        width: 227px;
        height: 253px
    }

    .sc-evolution__download {
        height: auto;
        padding-top: 170px;
        justify-content: center
    }

    .sc-evolution__download-title {
        text-align: center
    }

    .sc-join__box {
        background: 0 0;
        flex-direction: column;
        padding: 0
    }

    .sc-join__box-title {
        max-width: unset;
        margin-bottom: 16px;
        margin-right: 0
    }

    .sc-join__box-text {
        max-width: unset;
        margin-right: 0;
        margin-bottom: 40px
    }

    .sc-join__box-submit {
        max-width: 270px
    }
}

@media (max-width: 1250px) {
    .z-1>.card.card-dark {
        min-height:350px
    }

    .disp-circle {
        padding: 71px
    }

    .block-des-left1 {
        width: 25%;
        height: 100%;
        left: 0;
        background: rgba(34,45,51,.78);
        position: absolute;
        top: 0
    }

    .block-des-left2 {
        width: 25%;
        height: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background: rgba(34,45,51,.78);
        position: absolute;
        top: 0
    }

    .block-des-left3 {
        width: 25%;
        height: 100%;
        right: 0;
        background: rgba(34,45,51,.78);
        position: absolute;
        top: 0
    }

    .arrows-right {
        width: 100%;
        height: 270px;
        display: block;
        position: relative
    }

    .tt-block {
        position: absolute;
        position: initial;
        text-align: center;
        font-size: 15px;
        line-height: 28px;
        margin-top: 309px
    }

    .arrow-blcok {
        position: absolute;
        transform: rotate(0);
        top: 0;
        left: 50%;
        width: 11%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-62%)
    }

    .tt-block>ul {
        margin-top: -18px;
        top: 150px;
        position: absolute;
        margin-top: -18px;
        top: 111px;
        position: absolute;
        display: block;
        list-style-type: disc;
        margin-block-start:1em;margin-block-end:1em;margin-inline-start:0;margin-inline-end:0;padding-inline-start:0}

    img.wt-1 {
        width: 100px;
        vertical-align: middle;
        margin-top: 8%;
        margin-left: 4%;
        margin: 15px auto;
        display: block
    }

    .desc-inner {
        position: initial;
        top: inherit;
        left: initial;
        text-align: center
    }

    span.desc-inner>p.text-white {
        width: 100%;
        font-size: 12px
    }

    .block-des-left1,.block-des-left2,.block-des-left3 {
        background: rgba(94,105,111,.21);
        height: auto;
        min-height: 368px;
        padding: 13px
    }

    .tt-block>ul.text-white>li {
        background: #2f3a41;
        list-style: none;
        display: inline-block;
        margin: 6px;
        padding: 7px;
        padding-left: 15px;
        padding-right: 15px
    }

    .desc-circle-bottom {
        position: absolute;
        bottom: 60px;
        left: 0;
        background: rgba(34,45,51,.95);
        width: 270px;
        text-align: center;
        padding: 16px;
        padding-bottom: 64px;
        z-index: 0;
        top: 43%;
        height: 138px;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .bottom-circle {
        position: absolute;
        bottom: 26px;
        background: red;
        width: 80px;
        height: 80px;
        left: 135px;
        top: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 100%;
        padding-top: 15px;
        text-align: center
    }

    .desc-circle-top {
        position: absolute;
        bottom: 60px;
        right: 0;
        left: inherit;
        background: rgba(34,45,51,.95);
        width: 270px;
        text-align: center;
        padding: 16px;
        padding-bottom: 64px;
        z-index: 0;
        top: 43%;
        height: 138px;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .top-circle {
        position: absolute;
        bottom: 26px;
        background: red;
        width: 80px;
        height: 80px;
        right: 55px;
        left: initial;
        top: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 100%;
        padding-top: 20px;
        text-align: center
    }

    .desc-circle-bottom>.in-card-top {
        position: absolute;
        bottom: initial;
        left: initial;
        top: 0;
        right: 0;
        background-size: 100%;
        width: 30px;
        transform: rotate(90deg);
        height: 30px
    }
}

@media only screen and (min-width: 1200px) {
    .modal-lg {
        max-width:1000px
    }
}

@media (min-width: 1200px) {
    .webinar__wrap {
        max-width:1280px
    }
}

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

@media screen and (max-width: 1170px) {
    span.tech-sup-img-sp {
        margin:0;
        display: inline-block;
        padding: 12px
    }

    .menu-list-items .input-group .form-control {
        width: 138px;
        max-width: 100%
    }

    li.hoverTrigger.list-item-menu a {
        font-size: 13px!important;
        padding-right: 5px
    }
}

@media screen and (max-width: 1170px) and (min-width:993px) {
    #header-input {
        width:106px;
        margin-left: 1px
    }
}

@media screen and (min-width: 1100px) {
    section.hero.meain-hero {
        min-height:750px
    }
}

@media (max-width: 1136px) {
    svg#Layer_2 {
        max-height:auto;
        max-width: auto;
        display: block;
        margin: 13px auto
    }
}

@media (max-width: 1134px) {
    img.img-fluid.onhover-img {
        width:55px
    }

    .disp-circle {
        padding: 0
    }

    svg#Layer_2 {
        max-height: auto;
        max-width: auto;
        display: block;
        margin: 205px auto
    }
}

@media (max-width: 1126px) {
    .im-hero-1 img.half-side {
        max-width:469px;
        right: 0;
        position: absolute;
        top: -46px;
        z-index: 2
    }

    .resp-half {
        width: 100%!important;
        position: relative;
        display: block;
        max-width: 100%
    }

    span.font-alt.font-w-600.text-uppercase.title-small.m-r-20 {
        max-width: 100%;
        display: block;
        margin-bottom: 9px;
        text-align: center
    }
}

@media (max-width: 1126px) {
    .r-dot.r-abs {
        display:none
    }

    .top-head-table.red-block-r {
        margin-top: 20px
    }

    .table-resp {
        display: block;
        max-width: 100%;
        width: 100%;
        flex: 0 0 100%;
        -ms-flex: 0 0 100%
    }

    .chart {
        margin-bottom: 20px
    }
}

@media (max-width: 1095px) {
    .disp-circle {
        padding:203px
    }

    .z-1>.card.card-dark {
        min-height: 482px
    }
}

@media (max-width: 1024px) {
    .sc-detection__main {
        padding-bottom:60px
    }

    .sc-detection__row {
        flex-wrap: wrap
    }

    .sc-detection__col {
        width: 100%;
        max-width: 100%
    }

    .sc-detection__col:first-child {
        margin-right: 0
    }

    .sc-detection__carousel-control {
        display: none
    }

    .sc-detection__slider-title {
        font-weight: 400;
        font-size: 10px
    }

    .sc-detection__img {
        display: flex;
        justify-content: center
    }

    .sc-detection__img img {
        max-width: 270px
    }

    .sc-detection__title {
        margin-top: -60px;
        text-align: center;
        font-weight: 600;
        font-size: 36px;
        color: #f9f9f9
    }

    .sc-detection__subtitle {
        text-align: center
    }

    .sc-detection__report {
        margin: 0 auto
    }

    .sc-innovative__tip {
        text-align: center
    }

    .sc-detection__carousel-item {
        max-width: unset
    }

    .sc-detection__carousel img {
        height: 56px
    }

    .sc-innovative__row {
        flex-wrap: wrap
    }

    .sc-innovative__col {
        width: 100%;
        max-width: 100%
    }

    .sc-innovative__col-left {
        margin-right: 0
    }

    .sc-innovative {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .sc-innovative__box:before {
        display: none
    }

    .sc-innovative__box:after {
        display: none
    }

    .sc-innovative__title {
        text-align: center;
        margin-bottom: 0
    }

    .sc-innovative__line {
        text-align: center
    }

    .sc-innovative__subtitle {
        text-align: center;
        margin-bottom: 40px
    }

    .sc-innovative__box-row {
        flex-wrap: wrap;
        margin-bottom: 0
    }

    .sc-innovative__box-col {
        max-width: 100%;
        width: 100%;
        margin-bottom: 32px
    }

    .sc-innovative__box {
        padding-left: 28px;
        padding-right: 28px
    }

    .sc-report__carousel-box {
        max-width: 91%
    }

    .sc-report__carousel-image img {
        max-height: 90px!important
    }
}

@media (max-width: 1024px) {
    .stack-block {
        flex-wrap:wrap
    }

    .stack-block__item {
        flex: 100%
    }

    .stack-block__item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 15px
    }

    .stack-block__item img {
        width: 100%;
        height: 200px;
        object-fit: cover
    }
}

@media (max-width: 1024px) {
    .sc-hero__img--lg-grey {
        min-width:unset
    }

    .sc-hero__img--lg-grey:after {
        width: 100%;
        height: 100%;
        right: 0
    }

    .sc-layout.sc-layout--pos {
        padding-top: 80px
    }

    .sc-grid-begin__img-size {
        display: flex;
        justify-content: center
    }

    .sc-box__circle {
        flex-wrap: wrap
    }

    .sc-slider-tab-list-second.nav {
        margin-right: 10px;
        overflow: hidden
    }

    .sc-slider-tab-list--enterprise .sc-slider-tab-list__text.three-dots-two-line {
        font-size: 18px
    }

    .sc-slider-tab-list-second-item {
        font-size: 18px
    }
}

@media (max-width: 1024px) {
    .sc-slider__row {
        flex-wrap:wrap
    }

    .sc-slider__col {
        flex: 1 1 70%;
        max-width: 70%
    }

    .sc-slider__col:first-child {
        margin-bottom: 24px
    }

    .sc-slider-tab-list__text {
        font-size: 16px
    }

    .sc-slider-tab-list__text.three-dots-two-line {
        max-height: 40px
    }

    .sc-slider-tab-list__toggle {
        padding: 20px;
        min-height: 80px
    }

    .sc-tab-block--mod .count-card__number {
        font-size: 32px
    }

    .sc-tab-block__wrap {
        padding: 40px;
        min-height: 366px
    }

    .sc-team-list {
        margin-right: -15px
    }

    .sc-team-list__item {
        padding-right: 15px;
        flex: 1 1 33.33%;
        max-width: 33.33%
    }

    .sc-team-card__back {
        padding: 15px 12px
    }

    .sc-grid-begin__row {
        flex-wrap: wrap
    }

    .sc-grid-begin__row.sc-grid-begin__row--mod {
        flex-wrap: nowrap
    }

    .sc-grid-begin__col--left {
        margin-bottom: 36px;
        margin-right: 0
    }

    .sc-grid-begin__col--left,.sc-grid-begin__col--right {
        flex: 1 1 100%
    }

    .sc-grid-begin__row.sc-grid-begin__row--mod .sc-grid-begin__col--left {
        margin-bottom: 0;
        margin-right: 30px;
        flex: 1 1 35%
    }

    .sc-grid-begin__row.sc-grid-begin__row--mod .sc-grid-begin__col--right {
        padding-top: 0;
        flex: 1 1 65%
    }

    .sc-block-logo--mod .sc-block-logo__box {
        flex: 1 1 33.33%;
        min-height: 100px;
        line-height: 100px
    }

    .sc-grid-begin__img-size img {
        width: 100%
    }
}

@media (max-width: 1024px) {
    .title-xxxl {
        font-size:50px
    }

    .title-xl {
        font-size: 30px
    }

    .title-lm {
        font-size: 28px
    }

    .title-l {
        font-size: 26px
    }

    .title-m {
        font-size: 20px
    }

    .description {
        font-size: 16px
    }

    .sc-layout {
        padding: 30px 0 40px
    }

    .sc-layout__row--margin {
        margin-bottom: 30px
    }

    .sc-hero {
        margin-bottom: 40px
    }

    .sc-hero--mod .sc-hero__col--left {
        flex: 1 1 40%;
        margin-right: 20px
    }

    .sc-hero--mod .sc-hero__col--right {
        flex: 1 1 60%
    }

    .sc-hero--mod .sc-hero__img {
        padding: 0 0 0 50px
    }

    .sc-hero--mod .sc-hero__img--bg {
        height: auto
    }

    .sc-hero__col--left,.sc-layout__col--left {
        flex: 1 1 55%
    }

    .sc-hero__col--right,.sc-layout__col--right {
        flex: 1 1 45%
    }

    .sc-hero__img {
        padding: 50px 40px
    }

    .sc-counter {
        padding: 30px 0 40px
    }

    .sc-grid-count {
        margin-right: -20px
    }

    .count-card__number {
        font-size: 40px
    }

    .count-card__description {
        font-size: 15px
    }

    .sc-customer {
        padding-top: 40px
    }

    sc-log-list__col-4-xxxs {
        margin-bottom: 12px
    }

    .sc-hero__img--lg-grey::after {
        display: none
    }

    .sc-cases__card {
        flex-basis: 50%
    }

    .sc-cases__card-wrap {
        min-height: 336px
    }
}

@media (max-width: 1024px) {
    .ebook__title__white {
        line-height:1
    }

    .sc-layout.ebook--bg {
        padding-top: 100px
    }

    .sc-layout.sc-layout--pos-ebook {
        padding-top: 0
    }

    .log-box__title-book {
        font-size: 24px;
        line-height: 29px
    }

    .sc-hero__col--left-ebook.ebook-trends {
        margin-right: 55px
    }

    .sc-hero__col--left-ebook.ebook-trends>div,.sc-hero__col--left.sc-hero__col--left-ebook>div {
        padding: 0
    }

    .sc-layout.ebook--bg--cyberlibrary {
        padding-top: 55px
    }

    .log-box__title-ebook {
        font-size: 24px;
        line-height: 24px
    }
}

@media (max-width: 1023px) {
    .webinar__col.webinar__col--left {
        padding-right:20px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 60%;
        flex: 1 1 60%
    }

    .webinar__col.webinar__col--right {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
        flex: 1 1 40%
    }

    .webinar-box__title {
        font-size: 30px
    }

    .registration-form__btn:hover {
        background-color: #ee3523;
        color: #fff
    }
}

@media (max-width: 1023px) {
    .web-table__col:first-child {
        flex:1 1 30%
    }

    .web-table__col:nth-child(2) {
        flex: 1 1 17%
    }

    .web-table__col:nth-child(3) {
        flex: 1 1 20%
    }

    .web-table__col:nth-child(4) {
        flex: 1 1 30%
    }

    .web-table__col:last-child {
        flex: 1 1 5%;
        min-width: 80px
    }

    .web-table .speakers-box__row {
        flex-wrap: wrap
    }

    .web-table__link:hover {
        color: #1a1e2f
    }

    .webinar.webinar--news {
        margin-top: 0;
        padding-top: 40px;
        padding-bottom: 65px;
        font-family: Roboto,sans-serif
    }
}

@media (max-width: 1023px) {
    h1 {
        font-size:44px;
        font-style: normal;
        line-height: normal
    }

    h2 {
        font-size: 32px;
        font-style: normal;
        line-height: normal
    }

    h3 {
        font-size: 24px;
        font-style: normal;
        line-height: normal
    }

    h4 {
        font-size: 20px;
        font-style: normal;
        line-height: normal
    }

    .page-section-ptb {
        padding: 35px 0;
        margin-bottom: 0!important
    }

    .page-section-pt {
        padding: 50px 0 0
    }

    .footer .social ul li a i {
        width: 40px
    }

    .footer.footer-bg.footer-topbar .top {
        margin-bottom: 0
    }
}

@media (max-width: 1109px) {
    .p-resp-q {
        height:150px
    }

    .im-hero-1 img.half-side {
        max-width: 469px;
        right: 0;
        position: absolute;
        top: -102px;
        z-index: 2
    }
}

@media (max-width: 1000px) {
    .disp-circle-2 {
        display:none
    }

    .col-md-5.col-sm-12.dist-half,.col-md-7.col-sm-12.dist-half {
        -ms-flex: 0 0 100%!important;
        flex: 0 0 100%!important;
        max-width: 100%!important;
        text-align: center
    }
}

@media screen and (max-width: 1000px) {
    .card p.text-grey {
        font-size:10px
    }

    .card p.text-grey {
        font-size: 10px;
        margin-right: 0
    }

    .nav.nav-tabs.round li a {
        width: auto;
        height: auto;
        display: block;
        line-height: initial;
        border-radius: 0;
        font-size: 14px;
        padding: 10px;
        font-weight: 700;
        margin: 0;
        margin-right: 0
    }

    .nav.nav-tabs li:nth-child(-n+3) {
        margin-bottom: 12px;
        margin-right: 4px
    }

    .nav.nav-tabs.clients-tabs li a {
        box-shadow: none;
        margin-bottom: 0;
        padding-right: 0;
        padding-left: 0
    }
}

@media only screen and (min-width: 768px) and (max-width:999px) {
    .container {
        max-width:96%
    }
}

@media screen and (max-width: 992px) {
    .pt-span {
        position:initial;
        transform: none;
        top: 0;
        padding: 0
    }

    .r-dot.r-abs-l {
        display: none
    }

    .anim-back {
        display: none
    }

    .pt-span {
        position: initial;
        transform: none;
        top: 0;
        padding: 0;
        font-size: 20px;
        font-style: normal;
        line-height: normal;
        font-weight: 300
    }

    .r-dot.r-abs-l .pulsating-circle {
        display: none
    }

    ul.for-mobile a.text-red {
        right: 0;
        line-height: 40px;
        font-size: 14px;
        font-weight: 500;
        margin-right: 13px
    }

    ul.for-mobile a.text-red:first-child {
        color: #fff!important
    }

    ul.for-mobile a.text-red:last-child {
        margin-right: 0
    }

    a.btn.red-btn.profile_btn {
        color: #fff
    }

    span.item-circle {
        width: 60px;
        height: 60px;
        top: 7px;
        padding: 15px
    }

    .nav.nav-tabs li {
        width: 100%
    }

    .mega-menu .input-group {
        margin-top: 11px;
        margin-bottom: 11px;
        margin-left: -6px
    }

    ul.list-style-1.mt-4.mb-4 li {
        padding: 0;
        margin: 0;
        line-height: 24px;
        margin-block-start:-5px;margin-block-end:-6px;line-height: 1;
        margin-inline-start:-2px;margin-inline-end:-6px;padding-inline-start:0px}

    ul.list-style-1.mt-4.mb-4 {
        min-height: 200px
    }
}

@media screen and (max-width: 992px) {
    .hero-inner {
        padding-top:118px;
        padding-bottom: 80px;
        display: block
    }

    .hero-inner h1 {
        font-size: 30px;
        color: #fff
    }

    .hero-inner {
        position: relative;
        background-attachment: fixed!important;
        background-position: right!important
    }

    .hero-inner:before {
        position: absolute;
        content: '';
        width: 100%;
        background: rgba(10,10,10,.65);
        height: 100%;
        top: 0
    }

    .hero-inner .container.conteiner-hero {
        z-index: 9;
        position: relative
    }

    .conteiner-hero {
        margin: 6px
    }

    ul.for-mobile {
        display: inline-block;
        position: absolute;
        right: 46px;
        top: 9px
    }

    li.search-it {
        display: none!important
    }

    li.hoverTrigger.search-focus-hide {
        display: none
    }

    li.search-focus-hide {
        display: none!important
    }

    ul.for-mobile a.text-red {
        right: 4px;
        line-height: 40px;
        font-size: 14px;
        font-weight: 500
    }

    ul.for-mobile .input-group.bootstrap-touchspin.hope-t {
        margin-top: 11px;
        margin-bottom: 11px;
        margin-left: 0;
        margin-right: 0
    }

    .nav.nav-tabs li {
        width: auto;
        float: left
    }

    .meain-hero {
        height: 523px
    }

    .pr-logo {
        width: 100%;
        height: 72px;
        margin-top: 16px;
        margin-bottom: 16px;
        text-align: left;
        padding: 5px
    }

    .col-lg-4.col-md-6.col-sm-12.mb-4.p-docker {
        position: relative;
        margin-bottom: 0!important;
        z-index: 9
    }

    .nav.nav-tabs li a {
        position: relative;
        padding: 26px 30px;
        padding-right: 2px
    }

    .p-docker {
        padding: 3px
    }

    span.tech-sup-img-sp {
        margin: 0!important;
        display: inline-block!important;
        padding: 10px!important;
        max-width: 82px;
        width: 100%!important;
        height: 57px!important
    }

    .nav.nav-tabs li:nth-child(-n+3) {
        margin-bottom: 20px;
        margin-right: 12px
    }

    .nav.nav-tabs li:last-child {
        margin-right: 5px
    }

    .accordion .acd-des {
        padding: 0 0 30px
    }

    .sep-hr {
        width: 80%
    }

    ul.list-style-1.mt-4.mb-4 li {
        font-size: 14px;
        line-height: 2
    }
}

@media screen and (max-width: 992px) {
    .filter-left {
        margin-left:0;
        padding-left: 0;
        margin-top: 10px
    }

    .fl div {
        text-align: left;
        font-weight: 400;
        font-size: 15px
    }

    .pt-span {
        position: initial;
        transform: none;
        top: 0;
        padding: 0
    }

    .r-dot.r-abs-l {
        display: none
    }

    .anim-back {
        display: none
    }

    .pt-span {
        position: initial;
        transform: none;
        top: 0;
        padding: 0;
        font-size: 20px;
        font-style: normal;
        line-height: normal;
        font-weight: 300
    }

    .r-dot.r-abs-l .pulsating-circle {
        display: none
    }

    ul.nav.nav-tabs.nav-left-img li a {
        padding: 6px;
        padding-right: 15px
    }

    .r-name-1,.r-name-2,.r-name-3 {
        display: none
    }

    .sticky-top.mb-7 {
        margin-bottom: 41px
    }

    ul.nav.nav-tabs.nav-left-img li {
        width: max-content;
        margin-bottom: 10px;
        margin-right: 10px
    }

    .an-block svg:first-child {
        display: none
    }

    .r-dot {
        display: inline-table;
        position: initial!important;
        width: unset;
        min-width: 265px;
        margin-bottom: 47px;
        margin-left: 17px;
        margin-top: 0
    }
}

@media (max-width: 992px) {
    .intro-title.dark .intro-content .intro-name {
        padding:90px 0
    }

    .product-detail {
        margin-top: 50px
    }
}

@media (max-width: 979px) {
    .im-hero-1 img.half-side {
        max-width:368px;
        top: -11px
    }
}

@media (max-width: 979px) {
    .footer.footer-topbar .top,.footer.footer-topbar hr {
        margin-bottom:40px
    }

    .footer.footer-topbar .row.mt-8 {
        margin-top: 40px!important
    }

    .footer.footer-topbar img {
        margin-top: 10px
    }

    .footer .footer-nav ul li a {
        font-size: 12px
    }

    .footer .social ul li a i {
        width: 29px
    }

    .contact-box .contact-icon {
        display: block;
        padding: 0 0 10px
    }
}

@media (max-width: 947px) {
    .page-section-pt {
        padding:5px 0 0!important
    }
}

@media screen and (max-width: 870px) {
    .card-white {
        display:block
    }
}

@media (max-width: 850px) {
    span.font-alt.font-w-600.text-uppercase.title-small.m-r-20 {
        display:block;
        width: 100%;
        margin-bottom: 14px
    }

    .card {
        padding-bottom: 40px;
        padding-top: 40px
    }
}

@media (max-width: 800px) {
    .at-column {
        width:50%!important;
        max-width: 50%!important;
        min-width: 50%!important;
        flex-basis: 50%!important
    }
}

@media screen and (max-width: 800px) {
    section.hero.meain-hero {
        height:auto
    }

    .footer-hero {
        position: inherit;
        bottom: inherit;
        width: 100%;
        display: inherit
    }

    .item-slider {
        width: 100%;
        position: relative;
        top: initial;
        left: initial;
        transform: initial;
        padding-top: 250px;
        margin-bottom: 100px
    }
}

@media (max-width: 769px) {
    .arrow-h-up {
        display:none
    }

    .p-resp-q {
        height: 184px
    }

    .im-hero-1 img.half-side {
        max-width: 311px;
        top: -11px
    }
}

@media (max-width: 769px) {
    .im-hero-1 img.half-side {
        max-width:258px;
        top: -11px
    }
}

@media (max-width: 768px) {
    .testimonial-03 .testimonial-info h6 {
        text-align:left
    }

    .disp-circle {
        padding: 15px
    }

    span.it-1 img {
        width: 60px;
        margin: -71px auto;
        position: inherit;
        display: block;
        border-radius: 100%
    }
}

@media (max-width: 768px) {
    img.img-fluid.top-img {
        margin-top:-23px!important
    }

    span.tech-sup-img-sp {
        margin-right: 21px;
        height: auto!important;
        margin: 0;
        display: inline-block;
        padding: 10px
    }

    span.tech-sup-img-sp>img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        transition: .8s;
        height: auto
    }
}

@media (max-width: 768px) {
    .bg-hero-block:hover {
        transform:none;
        transition: none
    }

    .r-dot.r-abs-l {
        align-content: normal;
        position: relative;
        display: none;
        animation: none
    }
}

@media (max-width: 768px) {
    .order-2 .sidebar-widget {
        margin-top:25px
    }

    footer .footer-nav ul.list-inline li {
        padding-left: 0
    }

    footer .footer-nav ul.list-inline li a {
        margin-left: 0;
        margin-right: 9px
    }

    .footer.footer-bg.footer-topbar .top {
        margin-top: 5px
    }

    footer .row.mt-6 {
        margin-top: 30px
    }

    .r-dot.r-abs-l .pulsating-circle {
        display: none
    }
}

@media screen and (max-width: 768px) {
    section.intro-title.black-bg {
        background-attachment:initial!important;
        background-size: cover!important;
        background-position: center!important
    }
}

@media (max-width: 768px) {
    .log-box__title-ebook {
        font-size:20px
    }

    .log-box__description-ebook {
        margin-left: 0
    }

    .sc-hero__col--left.sc-hero__col--left-ebook {
        flex: 1 1 60%
    }

    .modal-inno__img {
        display: none
    }
}

@media (max-width: 767px) {
    .disp-circle {
        display:none
    }

    .z-1>.card.card-dark {
        min-height: 311px
    }

    .desc-tab-content>.small-heading.m-bottom-40>h4 {
        margin-top: 0
    }

    .sc-odds__preview-tile {
        width: 100%
    }
}

@media (max-width: 767px) {
    .webinar__bg {
        padding:40px 0 80px
    }

    .webinar__title {
        margin-bottom: 25px;
        font-size: 20px
    }

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

    .webinar__col.webinar__col--left {
        margin-bottom: 30px;
        padding-right: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }

    .webinar__col.webinar__col--right {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }

    .webinar-box__title {
        font-size: 24px
    }

    .webinar-box__description {
        margin-bottom: 25px
    }

    .registration-form__title {
        font-size: 26px
    }

    .registration-form__wrap {
        padding: 20px 15px 24px;
        max-width: 100%
    }
}

@media (max-width: 767px) {
    .sc-slider-tab-list__toggle {
        align-items:center;
        justify-content: center;
        padding: 15px;
        min-height: 60px
    }

    .sc-slider-tab-list__number {
        margin-right: 0
    }

    .sc-slider-tab-list__text {
        display: none
    }

    .sc-tab-block__row {
        flex-wrap: wrap
    }

    .sc-tab-block__tabs {
        flex: 1 1 100%;
        margin-right: 0
    }

    .sc-tab-block__wrap {
        flex: 1 1 100%;
        min-height: 278px
    }

    .sc-tab-block--mod .sc-tab-block__tabs {
        flex: 1 1 100%;
        margin-bottom: 30px
    }

    .sc-tab-list {
        display: flex;
        margin-bottom: 24px
    }

    .sc-tab-list.sc-tab-list--mod {
        max-width: 100%;
        display: block
    }

    .sc-tab-list--mod .sc-tab-list__item {
        padding: 0 15px;
        line-height: 32px;
        min-height: 34px;
        font-size: 14px
    }

    .sc-tab-list__item {
        flex: 1 1 auto;
        padding: 15px 12px
    }

    .sc-tab-list__item:not(:last-child) {
        margin-right: 1px
    }

    .dot-line-list__item:not(:last-child) .dot-line-list__text {
        min-height: 44px
    }

    .sc-tab-list__hash {
        margin-right: 8px;
        font-size: 14px
    }

    .sc-tab-list__text {
        font-size: 14px
    }

    .dot-line-list__text {
        font-size: 16px;
        line-height: 1.4
    }

    .sc-log-list__row {
        flex-wrap: wrap;
        margin-right: 0
    }

    .sc-log-list__col {
        flex: 1 1 100%;
        max-width: 100%;
        padding-right: 0
    }

    .sc-log-list__col:not(:last-child) {
        margin-bottom: 24px
    }

    .sc-block-logo--mod .sc-block-logo__box {
        flex: 1 1 50%
    }

    .sc-grid__row {
        margin-right: 0;
        flex-wrap: wrap
    }

    .sc-grid__col {
        padding-right: 0;
        flex: 1 1 100%
    }

    .sc-grid__col:not(:last-child) {
        margin-bottom: 29px
    }

    .sc-chart-block {
        flex-wrap: wrap;
        max-height: none;
        padding: 20px 15px
    }

    .sc-chart-block__col--left {
        width: 100%
    }

    .counter-list {
        display: flex;
        justify-content: space-between
    }

    .counter-list__item {
        flex: 1 1 0
    }

    .counter-list__item .title-box__title {
        font-size: 24px
    }

    .sc-team-card__title {
        margin-bottom: 4px;
        font-size: 14px
    }

    .sc-team-card__hr {
        margin-bottom: 6px
    }

    .sc-team-card__description {
        font-size: 13px;
        line-height: 1.2
    }

    .sc-team-card__back {
        padding: 10px
    }

    .sc-grid-begin--explore .sc-grid-begin__col--left {
        flex: 1 1 100%
    }

    .sc-grid-begin--explore .sc-grid-begin__col--right {
        flex: 1 1 100%
    }

    .sc-grid-begin__row.sc-grid-begin__row--mod {
        justify-content: center;
        flex-wrap: wrap
    }

    .sc-grid-begin__row.sc-grid-begin__row--mod .sc-grid-begin__col--left {
        margin-bottom: 36px;
        margin-right: 0;
        flex: 1 1 100%;
        max-width: 400px
    }

    .sc-grid-begin__row.sc-grid-begin__row--mod .sc-grid-begin__col--right {
        flex: 1 1 100%
    }

    .sc-grid__row-start .sc-grid__col-3 {
        flex: 1 1 100%;
        max-width: 100%;
        margin-bottom: 30px
    }

    .sc-grid__row-start .sc-grid__col-3:not(:last-child) {
        margin-right: 0
    }

    .sc-grid--hor .sc-benefits {
        flex-direction: column
    }

    .sc-grid--hor .sc-benefits .sc-benefits__title {
        text-align: left;
        margin-left: 60px
    }

    .sc-grid--hor .sc-benefits__subtitle {
        margin-left: 60px
    }

    .sc-grid--hor .sc-benefits__wrapper {
        margin-left: 60px
    }
}

@media (max-width: 767px) {
    .detect-box {
        padding:15px;
        max-width: 280px
    }

    .detect-box__text {
        font-size: 16px
    }

    .sc-hero__row,.sc-layout__row {
        flex-wrap: wrap
    }

    .sc-hero__col--left {
        flex: 1 1 100%;
        margin-right: 0;
        margin-bottom: 30px;
        order: 1
    }

    .sc-hero__col--right {
        flex: 1 1 100%;
        order: 2
    }

    .sc-hero--user-roles .sc-hero__row {
        justify-content: center
    }

    .sc-hero--user-roles .sc-hero__col--left {
        flex: 1 1 100%;
        margin-right: 0;
        order: 2
    }

    .sc-hero--user-roles .sc-hero__col--right {
        flex: 1 1 100%;
        max-width: 500px;
        margin-bottom: 30px;
        order: 1
    }

    .sc-hero--mod .sc-hero__img {
        padding: 0 0 0 25px
    }

    .sc-hero__description {
        max-width: 100%
    }

    .sc-hero--mod .sc-hero__description,.sc-hero--mod .sc-hero__title {
        max-width: 100%
    }

    .sc-layout__col--left {
        flex: 1 1 100%;
        margin-right: 0;
        order: 2
    }

    .sc-layout__col--right {
        flex: 1 1 100%;
        margin-bottom: 30px;
        order: 1
    }

    .sc-grid-count {
        flex-wrap: wrap
    }

    .sc-grid-count__col {
        flex: 1 1 auto
    }

    .sc-counter__row {
        flex-wrap: wrap;
        margin-bottom: 20px
    }

    .sc-counter__col--left {
        flex: 1 1 100%;
        margin-right: 0
    }

    .sc-counter__col--right {
        flex: 1 1 100%;
        margin-bottom: 30px
    }

    .sc-counter__img {
        text-align: center
    }

    .sc-customer__row {
        flex-wrap: wrap
    }

    .sc-customer__col--left {
        flex: 1 1 100%;
        margin-right: 0;
        margin-bottom: 30px;
        padding-top: 0
    }

    .sc-customer__col--right {
        flex: 1 1 100%;
        max-width: 100%
    }

    .sc-customer .title-box__title {
        max-width: 100%
    }

    .quotes-box {
        margin-bottom: 10px
    }

    .quotes-box svg {
        width: 22px;
        height: 22px
    }

    .sc-customer__description {
        max-width: 100%
    }

    .sc-customer .owl-carousel .owl-dots {
        margin-top: 14px;
        text-align: center
    }

    .sc-customer .speaker {
        margin-bottom: 14px
    }

    .sc-customer-slider__description {
        margin-bottom: 14px
    }

    .sc-block-logo {
        flex-wrap: wrap
    }

    .sc-block-logo__box {
        flex: 1 1 50%
    }

    .sc-contact-block {
        margin-top: 30px;
        min-height: 350px
    }

    .sc-customer__row-center {
        justify-content: center
    }

    .sc-customer__row-center .sc-customer__col--left {
        max-width: 320px
    }

    .sc-contact-block.sc-contact-hyper {
        margin-top: 30px
    }

    .sc-cases__card {
        flex-basis: 100%
    }

    .sc-cases__card-wrap {
        min-height: auto;
        margin-bottom: 15px
    }

    .log-box__title-h {
        min-height: auto
    }
}

@media (max-width: 767px) {
    .sc-grid--subtitle {
        max-width:100%
    }

    .sc-grid__col-line::after,.sc-grid__col-line::before {
        display: none
    }

    .sc-box {
        max-width: 100%
    }

    .sc-box__description {
        font-size: 40px
    }

    .sc-log-list__col-4 {
        flex: 1 1 100%;
        max-width: 100%
    }

    .sc-log-list__col-4 .description-circle {
        max-width: 100%
    }

    .sc-grid__row-center {
        justify-content: flex-start
    }

    .sc-slider-tab-content__wrapper {
        flex-wrap: wrap
    }

    .sc-hero__col--end {
        justify-content: center
    }

    .sc-slider-tab-list-second.nav {
        margin-bottom: 10px
    }

    .sc-grid-begin__enterprise {
        flex-wrap: wrap
    }

    .sc-grid-begin__enterprise .sc-grid-begin__col--left {
        flex-basis: 100%
    }

    .sc-industry__title {
        font-size: 34px
    }
}

@media (max-width: 767px) {
    h1 {
        font-size:22px;
        font-style: normal;
        line-height: normal
    }

    h2 {
        font-size: 28px;
        font-style: normal;
        line-height: normal
    }

    h3 {
        font-size: 22px;
        font-style: normal;
        line-height: normal
    }

    h4 {
        font-size: 18px;
        font-style: normal;
        line-height: normal
    }

    ul.list-mark li {
        padding-left: 18px
    }

    .case-studies .col-md-4 .studies-entry {
        margin-bottom: 30px
    }

    .case-studies .col-md-4:last-child .studies-entry {
        margin-bottom: 0
    }

    .footer.footer-topbar img {
        margin-top: 0;
        height: 40px
    }

    .footer .footer-nav {
        margin: 15px 0;
        text-align: left!important
    }

    .footer.footer-topbar .social {
        float: left
    }

    .footer .footer-nav ul li a {
        font-size: 14px
    }

    .footer .social ul li a i {
        width: 40px
    }
}

@media (max-width: 767px) {
    .web-table:first-child {
        margin-bottom:0
    }

    .web-table__thead {
        display: none
    }

    .web-table .web-table__row {
        flex-wrap: wrap
    }

    .web-table .web-table__col {
        flex: 1 1 70%;
        text-align: right
    }

    .web-table .web-table__col::before {
        width: 50%;
        min-height: 40px;
        content: attr(data-label);
        float: left;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        text-align: left
    }

    .web-table .speakers-box__row {
        justify-content: flex-end;
        margin-right: 0
    }

    .web-table__body .web-table__row {
        margin-bottom: 20px
    }

    .web-table__body .web-table__col {
        padding: 10px 0
    }

    .web-table__body .web-table__col:first-child {
        padding-right: 0
    }

    .web-table .speakers-box__col {
        width: 100%
    }

    .web-table .speakers-box__col:not(:last-child) {
        margin-right: 0
    }

    .web-table .speaker {
        min-width: 180px
    }

    .web-table .speaker__col:last-child {
        flex: 1 1 auto
    }

    .web-table__link {
        display: inline-block
    }

    .web-table__description {
        font-size: 14px
    }
}

@media screen and (max-width: 767px) {
    .sp2 {
        position:absolute;
        top: 2%;
        left: 41px
    }

    .dots-inside p {
        font-weight: 400;
        font-size: 13px;
        letter-spacing: 0;
        width: auto
    }

    .sp3 {
        position: absolute;
        bottom: 64%;
        left: 23%
    }

    .sp1 {
        position: absolute;
        bottom: 42%;
        left: 11%
    }
}

@media screen and (max-width: 767px) {
    .mb-clients .clients-info {
        position:relative;
        width: 100%
    }

    .mb-clients .clients-photo {
        display: inline-block;
        position: relative;
        margin-bottom: 21px
    }

    span.item-circle {
        width: 60px;
        height: 60px;
        top: 7px;
        padding: 15px
    }

    .pp-5 {
        padding: 24px;
        padding-left: 26px
    }

    .nav.nav-tabs li a {
        padding: 27px 35px
    }

    .nav.nav-tabs li {
        width: auto
    }

    .links-block h5.mb-1 {
        height: auto;
        min-height: 50px
    }

    .links-block p.text-dark.mb-3 {
        min-height: 57px
    }
}

@media (max-width: 600px) {
    .at-column {
        width:100%!important;
        max-width: 100%!important;
        min-width: 100%!important;
        flex-basis: 100%!important
    }

    .sc-report__carousel-box {
        width: 90%
    }

    .sc-report__carousel-control {
        width: 10%
    }

    .sc-report__carousel-control .owl-next {
        background-position: 50% 50%!important;
        height: auto;
        width: 100%
    }

    .sc-report__carousel-control:hover .owl-next {
        background-position: 50% 50%!important;
        height: auto;
        width: 100%
    }
}

@media (max-width: 600px) {
    .sc-slider__image-bg {
        display:none
    }

    .sc-slider__col {
        flex: 1 1 100%;
        max-width: 100%
    }

    .sc-team-list__item {
        flex: 1 1 50%;
        max-width: 50%
    }

    .counter-list {
        flex-wrap: wrap
    }

    .counter-list__item {
        flex: 1 1 50%
    }

    .sc-team-card__back {
        padding: 8px
    }

    .sc-grid--hor .sc-benefits .sc-benefits__title {
        margin-left: 20px
    }

    .sc-grid--hor .sc-benefits__subtitle {
        margin-left: 20px
    }

    .sc-grid--hor .sc-benefits__wrapper {
        margin-left: 20px
    }
}

@media (max-width: 600px) {
    .sc-block-logo__box {
        flex:1 1 100%
    }

    .sc-contact-block__img {
        display: none
    }

    .fixed.fixed--bottom.cookie-disclaimer.js-cookie-disclaimer.is-active {
        right: 0;
        left: 0
    }

    #cookie-policy-nav {
        max-width: none
    }
}

@media screen and (max-width: 600px) {
    .bc-block-l span.info-sp {
        margin-left:0;
        margin-top: 10px
    }
}

@media screen and (min-width: 576px) {
    .container {
        max-width:1280px
    }
}

@media screen and (max-width: 576px) {
    .sc-layout.ebook--bg {
        padding-top:120px
    }

    .sc-hero__col--right-code-platform.order-ebook,.sc-hero__col--right-ebook.order-ebook {
        order: 2
    }

    .ebook__title__white {
        font-size: 38px;
        line-height: 45px
    }

    .sc-hero__description-cont--ebook {
        max-width: 315px
    }

    .sc-interest__title {
        width: 350px;
        font-size: 38px;
        line-height: 45px
    }

    .log-box-wrapper--ebook {
        margin-top: 20px
    }

    .order-ebook .sc-hero__img,.sc-layout--pos-ebook .sc-hero__img {
        padding: 0
    }

    .sc-layout--pos-ebook .margin-xl {
        margin-bottom: 10px
    }

    .sc-quote-ebook {
        margin-top: 20px
    }

    .title-ebook-code-platform {
        font-size: 36px
    }

    .sc-customer-title--code-platform {
        max-width: 320px
    }

    .sc-layout.ebook--bg--cyberlibrary {
        padding-top: 60px
    }

    .log-box-ebook-btn {
        text-align: left
    }

    .log-box__title-ebook {
        font-size: 26px;
        line-height: 35px
    }

    .log-box__description-ebook {
        max-width: 315px
    }
}

@media (max-width: 500px) {
    .img-fluid--width {
        max-width:100%
    }
}

@media (max-width: 500px) {
    .web-table .web-table__col::before {
        width:42%;
        padding-right: 10px
    }

    .sc-detection__carousel img {
        height: 46px
    }

    .sc-report__carousel-image img {
        width: 56px!important;
        height: 79px!important
    }
}

@media screen and (max-width: 500px) {
    .menu-list-items .input-group .form-control {
        width:63px;
        max-width: 100%
    }

    .item-slider .container h1 {
        font-size: 26px
    }
}

@media (max-width: 479px) {
    .welcome-01 .button:last-child {
        margin-top:15px
    }

    .testimonial-03 {
        padding: 20px;
        text-align: center
    }

    .testimonial-03 .testimonial-avatar {
        float: none;
        margin-right: 0
    }

    .testimonial-03 .testimonial-info {
        display: inline-block;
        width: 100%
    }
}

@media (max-width: 470px) {
    .btns-block__text {
        display:block
    }
}

@media screen and (max-width: 450px) {
    .input-group.bootstrap-touchspin.hope-t {
        display:none
    }

    .smal-nav a.button.blue {
        margin-left: 32px;
        margin-right: 9px;
        margin-top: 1px;
        padding: 9px
    }

    .smal-nav {
        position: absolute;
        right: 0;
        top: 10px;
        display: block;
        width: max-content
    }
}

@media (max-width: 450px) {
    .im-hero-1 img.half-side {
        max-width:201px;
        top: -11px
    }

    .h-100 {
        height: auto!important
    }

    .sc-report__carousel-box {
        max-width: 87%
    }

    .sc-report__carousel .inner {
        padding-right: 0
    }

    .modal-inno__form {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width: 360px) {
    .order-ebook .sc-hero__img,.sc-layout--pos-ebook .sc-hero__img {
        padding:0;
        max-width: 330px
    }

    .btn-join-tdm {
        font-size: 15px
    }
}

.inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px
}

.inner.inner--xxs {
    max-width: 1024px
}

.inner.inner--xs {
    max-width: 1180px
}

.inner.inner--s {
    max-width: 1280px
}

.inner.inner--m {
    max-width: 1300px
}

.inner.inner--l {
    max-width: 1440px
}

.f-w-700 {
    font-weight: 700
}

.m-l-6 {
    margin-left: 6px
}

.m-l-20 {
    margin-left: 20px
}

.m-r-6 {
    margin-right: 6px
}

.m-r-30 {
    margin-right: 30px
}

.m-t-m-180 {
    margin-top: -180px
}

.mt-0 {
    margin-top: 0
}

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

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

.mr-0 {
    margin-right: 0
}

.ml-0 {
    margin-right: 0
}

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

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

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

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

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

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

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

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

.m-t-0 {
    margin-top: 0
}

.m-t-20 {
    margin-top: 20px
}

.m-t-50 {
    margin-top: 50px
}

.m-t-140 {
    margin-top: 140px
}

.mb-0 {
    margin-bottom: 0
}

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

.m-b-1 {
    margin-bottom: 10px
}

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

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

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

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

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

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

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

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

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

.m-b-0 {
    margin-bottom: 0
}

.m-b-2 {
    margin-bottom: 2px
}

.m-b-4 {
    margin-bottom: 4px
}

.m-b-6 {
    margin-bottom: 6px
}

.m-b-8 {
    margin-bottom: 8px
}

.m-b-10 {
    margin-bottom: 10px
}

.m-b-12 {
    margin-bottom: 12px
}

.m-b-14 {
    margin-bottom: 14px
}

.m-b-16 {
    margin-bottom: 16px
}

.m-b-18 {
    margin-bottom: 18px
}

.m-b-20 {
    margin-bottom: 20px
}

.m-b-22 {
    margin-bottom: 22px
}

.m-b-24 {
    margin-bottom: 24px
}

.m-b-26 {
    margin-bottom: 26px
}

.m-b-28 {
    margin-bottom: 28px
}

.m-b-30 {
    margin-bottom: 30px
}

.m-b-32 {
    margin-bottom: 32px
}

.m-b-34 {
    margin-bottom: 34px
}

.m-b-36 {
    margin-bottom: 36px
}

.m-b-38 {
    margin-bottom: 38px
}

.m-b-40 {
    margin-bottom: 40px
}

.m-b-42 {
    margin-bottom: 42px
}

.m-b-44 {
    margin-bottom: 44px
}

.m-b-46 {
    margin-bottom: 46px
}

.m-b-48 {
    margin-bottom: 48px
}

.m-b-50 {
    margin-bottom: 50px
}

.m-b-52 {
    margin-bottom: 52px
}

.m-b-54 {
    margin-bottom: 54px
}

.m-b-56 {
    margin-bottom: 56px
}

.m-b-58 {
    margin-bottom: 58px
}

.m-b-60 {
    margin-bottom: 60px
}

.m-b-62 {
    margin-bottom: 62px
}

.m-b-64 {
    margin-bottom: 64px
}

.m-b-76 {
    margin-bottom: 76px
}

.m-b-100 {
    margin-bottom: 100px
}

.m-b-120 {
    margin-bottom: 120px
}

.m-b-170 {
    margin-bottom: 170px
}

.margin-xr {
    margin-bottom: 10px
}

.margin-xxxxs {
    margin-bottom: 12px
}

.margin-xxxs {
    margin-bottom: 24px
}

.margin-xxs {
    margin-bottom: 32px
}

.margin-xs {
    margin-bottom: 48px
}

.margin-s {
    margin-bottom: 60px
}

.margin-m {
    margin-bottom: 72px
}

.margin-l {
    margin-bottom: 96px
}

.margin-xl {
    margin-bottom: 132px
}

.margin-xxl {
    margin-bottom: 176px
}

.margin-xxxl {
    margin-bottom: 216px
}

.m-r-50 {
    margin-right: 50px
}

.m-r-20 {
    margin-right: 20px
}

.m-r-16 {
    margin-right: 16px
}

.p-0 {
    padding: 0
}

.p-20 {
    padding: 20px
}

.p-t-0 {
    padding-top: 0
}

.p-t-20 {
    padding-top: 20px
}

.p-t-30 {
    padding-top: 30px!important
}

.p-t-100 {
    padding-top: 100px!important
}

.p-t-120 {
    padding-top: 120px!important
}

.p-t-130 {
    padding-top: 130px!important
}

.p-t-160 {
    padding-top: 160px
}

.pt-0 {
    padding-top: 0
}

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

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

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

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

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

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

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

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

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

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

.pb-0 {
    padding-bottom: 0
}

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

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

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

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

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

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

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

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

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

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

.p-b-20 {
    padding-bottom: 20px
}

.p-b-30 {
    padding-bottom: 30px!important
}

.p-b-50 {
    padding-bottom: 50px!important
}

.p-b-160 {
    padding-bottom: 160px
}

.p-l-3 {
    padding-left: 30px
}

.ff-inter {
    font-family: Inter,sans-serif
}

@media (max-width: 1024px) {
    .margin-xxxs {
        margin-bottom:12px
    }

    .margin-xxs {
        margin-bottom: 16px
    }

    .margin-xs {
        margin-bottom: 24px
    }

    .margin-s {
        margin-bottom: 30px
    }

    .margin-m {
        margin-bottom: 36px
    }

    .margin-l {
        margin-bottom: 48px
    }

    .margin-xl {
        margin-bottom: 66px
    }

    .margin-xxl {
        margin-bottom: 88px
    }

    .margin-xxxl {
        margin-bottom: 108px
    }
}

@media (max-width: 767px) {
    .pt-0 {
        padding-top:0
    }

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

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

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

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

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

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

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

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

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

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

    .p-t-30 {
        padding-top: 15px
    }

    .p-t-100 {
        padding-top: 50px!important
    }

    .p-t-120 {
        padding-top: 60px!important
    }

    .p-t-130 {
        padding-top: 65px!important
    }

    .p-t-160 {
        padding-top: 80px
    }

    .pb-0 {
        padding-bottom: 0
    }

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

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

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

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

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

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

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

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

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

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

    .p-b-160 {
        padding-bottom: 80px
    }

    .mt-0 {
        margin-top: 0
    }

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

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

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

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

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

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

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

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

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

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

    .mb-0 {
        margin-bottom: 0
    }

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

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

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

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

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

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

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

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

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

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

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1)
}

:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,.fa-remove:before,.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,.fa-photo:before,.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,.fa-navicon:before,.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,.fa-rub:before,.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,.fa-institution:before,.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,.fa-rebel:before,.fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before,.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,.fa-shekel:before,.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before,.fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,.fa-font-awesome:before {
    content: "\f2b4"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.tooltipster-default {
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.2);
    background: #fff;
    color: #000;
    box-shadow: 0 5px 15px rgba(0,0,0,.5)
}

.tooltipster-default .tooltipster-content {
    font-family: Arial,sans-serif;
    font-size: 12px;
    line-height: 16px;
    padding: 8px 10px;
    overflow: hidden
}

.tooltipster-light {
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.2);
    background: #f9f9f9;
    color: #292c3d;
    box-shadow: 0 5px 15px rgba(0,0,0,.5)
}

.tooltipster-light .tooltipster-content {
    font-family: Inter,sans-serif;
    font-size: 12px;
    line-height: 16px;
    padding: 8px 10px;
    overflow: hidden
}

.tooltipster-light .tooltipster-content a,.tooltipster-light .tooltipster-content a:focus,.tooltipster-light .tooltipster-content a:hover {
    color: #292c3d;
    text-decoration: underline
}

.tooltipster-icon {
    cursor: help;
    margin-left: 4px
}

.tooltipster-base {
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    pointer-events: none;
    width: auto;
    overflow: visible
}

.tooltipster-base .tooltipster-content {
    overflow: hidden
}

.tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.tooltipster-light .tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.tooltipster-arrow span,.tooltipster-arrow-border {
    display: block;
    width: 0;
    height: 0;
    position: absolute
}

.tooltipster-arrow-top span,.tooltipster-arrow-top-left span,.tooltipster-arrow-top-right span {
    border-left: 8px solid transparent!important;
    border-right: 8px solid transparent!important;
    border-top: 8px solid;
    bottom: -7px
}

.tooltipster-arrow-top .tooltipster-arrow-border,.tooltipster-arrow-top-left .tooltipster-arrow-border,.tooltipster-arrow-top-right .tooltipster-arrow-border {
    border-left: 9px solid transparent!important;
    border-right: 9px solid transparent!important;
    border-top: 9px solid;
    bottom: -7px
}

.tooltipster-arrow-bottom span,.tooltipster-arrow-bottom-left span,.tooltipster-arrow-bottom-right span {
    border-left: 8px solid transparent!important;
    border-right: 8px solid transparent!important;
    border-bottom: 8px solid;
    top: -7px
}

.tooltipster-arrow-bottom .tooltipster-arrow-border,.tooltipster-arrow-bottom-left .tooltipster-arrow-border,.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    border-left: 9px solid transparent!important;
    border-right: 9px solid transparent!important;
    border-bottom: 9px solid;
    top: -7px
}

.tooltipster-arrow-bottom .tooltipster-arrow-border,.tooltipster-arrow-bottom span,.tooltipster-arrow-top .tooltipster-arrow-border,.tooltipster-arrow-top span {
    left: 0;
    right: 0;
    margin: 0 auto
}

.tooltipster-arrow-bottom-left span,.tooltipster-arrow-top-left span {
    left: 6px
}

.tooltipster-arrow-bottom-left .tooltipster-arrow-border,.tooltipster-arrow-top-left .tooltipster-arrow-border {
    left: 5px
}

.tooltipster-arrow-bottom-right span,.tooltipster-arrow-top-right span {
    right: 6px
}

.tooltipster-arrow-bottom-right .tooltipster-arrow-border,.tooltipster-arrow-top-right .tooltipster-arrow-border {
    right: 5px
}

.tooltipster-arrow-left .tooltipster-arrow-border,.tooltipster-arrow-left span {
    border-top: 8px solid transparent!important;
    border-bottom: 8px solid transparent!important;
    border-left: 8px solid;
    top: 50%;
    margin-top: -7px;
    right: -7px
}

.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 9px solid transparent!important;
    border-bottom: 9px solid transparent!important;
    border-left: 9px solid;
    margin-top: -8px
}

.tooltipster-arrow-right .tooltipster-arrow-border,.tooltipster-arrow-right span {
    border-top: 8px solid transparent!important;
    border-bottom: 8px solid transparent!important;
    border-right: 8px solid;
    top: 50%;
    margin-top: -7px;
    left: -7px
}

.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 9px solid transparent!important;
    border-bottom: 9px solid transparent!important;
    border-right: 9px solid;
    margin-top: -8px
}

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity
}

.tooltipster-fade-show {
    opacity: 1
}

.tooltipster-grow {
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -o-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden
}

.tooltipster-grow-show {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    -webkit-transition-timing-function: cubic-bezier(0.175,0.885,0.320,1.15);
    -moz-transition-timing-function: cubic-bezier(0.175,0.885,0.320,1.15);
    -ms-transition-timing-function: cubic-bezier(0.175,0.885,0.320,1.15);
    -o-transition-timing-function: cubic-bezier(0.175,0.885,0.320,1.15);
    transition-timing-function: cubic-bezier(0.175,0.885,0.320,1.15)
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform,opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform
}

.tooltipster-swing-show {
    opacity: 1;
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
    -webkit-transition-timing-function: cubic-bezier(0.230,0.635,0.495,1);
    -webkit-transition-timing-function: cubic-bezier(0.230,0.635,0.495,2.4);
    -moz-transition-timing-function: cubic-bezier(0.230,0.635,0.495,2.4);
    -ms-transition-timing-function: cubic-bezier(0.230,0.635,0.495,2.4);
    -o-transition-timing-function: cubic-bezier(0.230,0.635,0.495,2.4);
    transition-timing-function: cubic-bezier(0.230,0.635,0.495,2.4)
}

.tooltipster-fall {
    top: 0;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    -webkit-transition-timing-function: cubic-bezier(0.175,0.885,0.320,1.15);
    -moz-transition-timing-function: cubic-bezier(0.175,0.885,0.320,1.15);
    -ms-transition-timing-function: cubic-bezier(0.175,0.885,0.320,1.15);
    -o-transition-timing-function: cubic-bezier(0.175,0.885,0.320,1.15);
    transition-timing-function: cubic-bezier(0.175,0.885,0.320,1.15)
}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0!important;
    opacity: 0
}

.tooltipster-slide {
    left: -40px;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    -webkit-transition-timing-function: cubic-bezier(0.175,0.885,0.320,1.15);
    -moz-transition-timing-function: cubic-bezier(0.175,0.885,0.320,1.15);
    -ms-transition-timing-function: cubic-bezier(0.175,0.885,0.320,1.15);
    -o-transition-timing-function: cubic-bezier(0.175,0.885,0.320,1.15);
    transition-timing-function: cubic-bezier(0.175,0.885,0.320,1.15)
}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0!important;
    opacity: 0
}

.tooltipster-content-changing {
    opacity: .5;
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1)
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}
