@charset "UTF-8";: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,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --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%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

@-ms-viewport {
    width: device-width
}

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

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    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: 0.5rem
}

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

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

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: 0.5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

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: monospace,monospace;
    font-size: 1em
}

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

figure {
    margin: 0 0 1rem
}

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

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

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

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: 0.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
}

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

[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: 0.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-cancel-button,[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: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.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,0.1)
}

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

.mark,mark {
    padding: 0.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: 0.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: "— "
}

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

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

.figure {
    display: inline-block
}

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

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

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

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

a>code {
    color: inherit
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.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-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    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: none
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table td,.table th {
    padding: 0.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 .table {
    background-color: #fff
}

.table-sm td,.table-sm th {
    padding: 0.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-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,0.05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,0.075)
}

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

.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-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-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-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-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-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-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-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,0.075)
}

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

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

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

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

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

.table-dark td,.table-dark th,.table-dark thead th {
    border-color: #32383e
}

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

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255,255,255,0.05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255,255,255,0.075)
}

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

    .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;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .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;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .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;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

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

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

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

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
}

.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 0.2rem rgba(0,123,255,0.25)
}

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

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

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}

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(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

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

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

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

.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.input-group-append>.form-control-plaintext.btn,.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.input-group-append>.form-control-plaintext.btn,.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm,.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: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem
}

.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px)
}

.form-control-lg,.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: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem
}

.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px)
}

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

.form-text {
    display: block;
    margin-top: 0.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: 0.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: 0.75rem
}

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

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

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40,167,69,0.8);
    border-radius: 0.2rem
}

.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid {
    border-color: #28a745
}

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

.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control: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 {
    background-color: #71dd8a
}

.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 {
    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 1px #fff,0 0 0 0.2rem rgba(40,167,69,0.25)
}

.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~.custom-file-label:before,.was-validated .custom-file-input:valid~.custom-file-label:before {
    border-color: inherit
}

.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 {
    box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.25)
}

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220,53,69,0.8);
    border-radius: 0.2rem
}

.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid {
    border-color: #dc3545
}

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

.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control: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 {
    background-color: #efa2a9
}

.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 {
    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 1px #fff,0 0 0 0.2rem rgba(220,53,69,0.25)
}

.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~.custom-file-label:before,.was-validated .custom-file-input:invalid~.custom-file-label:before {
    border-color: inherit
}

.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 {
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,0.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 .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;
        margin-top: 0;
        margin-right: 0.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;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
}

.btn:focus,.btn:hover {
    text-decoration: none
}

.btn.focus,.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25)
}

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

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

.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active {
    background-image: none
}

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 0.2rem rgba(0,123,255,0.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 0.2rem rgba(0,123,255,0.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 0.2rem rgba(108,117,125,0.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 0.2rem rgba(108,117,125,0.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 0.2rem rgba(40,167,69,0.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 0.2rem rgba(40,167,69,0.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 0.2rem rgba(23,162,184,0.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 0.2rem rgba(23,162,184,0.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 0.2rem rgba(255,193,7,0.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 0.2rem rgba(255,193,7,0.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 0.2rem rgba(220,53,69,0.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 0.2rem rgba(220,53,69,0.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 0.2rem rgba(248,249,250,0.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 0.2rem rgba(248,249,250,0.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 0.2rem rgba(52,58,64,0.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 0.2rem rgba(52,58,64,0.5)
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    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 0.2rem rgba(0,123,255,0.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 0.2rem rgba(0,123,255,0.5)
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    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 0.2rem rgba(108,117,125,0.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 0.2rem rgba(108,117,125,0.5)
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    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 0.2rem rgba(40,167,69,0.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 0.2rem rgba(40,167,69,0.5)
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    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 0.2rem rgba(23,162,184,0.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 0.2rem rgba(23,162,184,0.5)
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    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 0.2rem rgba(255,193,7,0.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 0.2rem rgba(255,193,7,0.5)
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    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 0.2rem rgba(220,53,69,0.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 0.2rem rgba(220,53,69,0.5)
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    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 0.2rem rgba(248,249,250,0.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 0.2rem rgba(248,249,250,0.5)
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    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 0.2rem rgba(52,58,64,0.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 0.2rem rgba(52,58,64,0.5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent
}

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

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

.btn-link.disabled,.btn-link:disabled {
    color: #6c757d
}

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

.btn-group-sm>.btn,.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem
}

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

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

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

.fade {
    opacity: 0;
    transition: opacity 0.15s linear
}

.fade.show {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.show {
    display: block
}

tr.collapse.show {
    display: table-row
}

tbody.collapse.show {
    display: table-row-group
}

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

.dropdown,.dropup {
    position: relative
}

.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.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: 0.5rem 0;
    margin: 0.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,0.15);
    border-radius: 0.25rem
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: 0.125rem
}

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

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

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: 0.125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid
}

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

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

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: 0.125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: ""
}

.dropleft .dropdown-toggle:after {
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent
}

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

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

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

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.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;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

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

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

.btn-group-vertical>.btn,.btn-group>.btn {
    position: relative;
    flex: 0 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-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group,.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

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

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

.btn-group>.btn:first-child {
    margin-left: 0
}

.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: 0.5625rem;
    padding-left: 0.5625rem
}

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

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

.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.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+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.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-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.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 {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

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

.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 {
    margin-left: -1px
}

.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:before {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-file:not(:first-child) .custom-file-label:before {
    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+.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: 0.375rem 0.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: 0.25rem
}

.input-group-text input[type=checkbox],.input-group-text input[type=radio] {
    margin-top: 0
}

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

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 1px #fff,0 0 0 0.2rem rgba(0,123,255,0.25)
}

.custom-control-input:active~.custom-control-label:before {
    color: #fff;
    background-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 {
    margin-bottom: 0
}

.custom-control-label:before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6
}

.custom-control-label:after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

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

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

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%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 {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%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,0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(0,123,255,0.5)
}

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

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

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%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,0.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%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 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.075),0 0 5px rgba(128,189,255,0.5)
}

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

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

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

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 125%
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0
}

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

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

.custom-file-input:focus~.custom-file-control:before {
    border-color: #80bdff
}

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

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem
}

.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0
}

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

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

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

.nav-link.disabled {
    color: #6c757d
}

.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: 0.25rem;
    border-top-right-radius: 0.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: 0.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: 0.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: 0.3125rem;
    padding-bottom: 0.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: 0.5rem;
    padding-bottom: 0.5rem
}

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

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

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

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.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 .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.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
    }

    .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@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 .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.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
    }

    .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@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 .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.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
    }

    .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@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 .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.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-xl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

.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 .dropdown-menu-right {
    right: 0;
    left: auto
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.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-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%
}

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

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

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

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

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0,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,0.9)
}

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

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%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,0.5)
}

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

.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover {
    color: rgba(0,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,0.5)
}

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

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255,255,255,0.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,0.5);
    border-color: rgba(255,255,255,0.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%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,0.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,0.125);
    border-radius: 0.25rem
}

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

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

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

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

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

.card-subtitle {
    margin-top: -0.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: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,0.03);
    border-bottom: 1px solid rgba(0,0,0,0.125)
}

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

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0,0,0,0.03);
    border-top: 1px solid rgba(0,0,0,0.125)
}

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

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0
}

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

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

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

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

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.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:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-group>.card:only-child {
        border-radius: 0.25rem
    }

    .card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem
    }

    .card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0
    }

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

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

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

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

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

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

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

.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: 0.25rem
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

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

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

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

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.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: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

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

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

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5
}

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

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

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem
}

.badge:empty {
    display: none
}

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

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

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

.badge-primary[href]:focus,.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc
}

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

.badge-secondary[href]:focus,.badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #545b62
}

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

.badge-success[href]:focus,.badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34
}

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

.badge-info[href]:focus,.badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

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

.badge-warning[href]:focus,.badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00
}

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

.badge-danger[href]:focus,.badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130
}

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

.badge-light[href]:focus,.badge-light[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5
}

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

.badge-dark[href]:focus,.badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

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

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

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

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.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: 0.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
}

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

    to {
        background-position: 0 0
    }
}

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

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

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem
}

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

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

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

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

.list-group-item:focus,.list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

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

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

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

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

.list-group-flush:last-child .list-group-item:last-child {
    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: 0.5
}

.close:focus,.close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75
}

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

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0,-25%)
}

.modal.show .modal-dialog {
    transform: translate(0,0)
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2))
}

.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,0.2);
    border-radius: 0.3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: 0.5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

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

.modal-footer>:not(:last-child) {
    margin-right: 0.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-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width:800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    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: 0.875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: 0.9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top {
    padding: 0.4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right {
    padding: 0 0.4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom {
    padding: 0.4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left {
    padding: 0 0.4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.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,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    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: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 0.3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem
}

.popover .arrow:after,.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],.bs-popover-top {
    margin-bottom: 0.5rem
}

.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow {
    bottom: calc((0.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow:after,.bs-popover-auto[x-placement^=top] .arrow:before,.bs-popover-top .arrow:after,.bs-popover-top .arrow:before {
    border-width: 0.5rem 0.5rem 0
}

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

.bs-popover-auto[x-placement^=top] .arrow:after,.bs-popover-top .arrow:after {
    bottom: 1px;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],.bs-popover-right {
    margin-left: 0.5rem
}

.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow:after,.bs-popover-auto[x-placement^=right] .arrow:before,.bs-popover-right .arrow:after,.bs-popover-right .arrow:before {
    border-width: 0.5rem 0.5rem 0.5rem 0
}

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

.bs-popover-auto[x-placement^=right] .arrow:after,.bs-popover-right .arrow:after {
    left: 1px;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom {
    margin-top: 0.5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow {
    top: calc((0.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow:after,.bs-popover-auto[x-placement^=bottom] .arrow:before,.bs-popover-bottom .arrow:after,.bs-popover-bottom .arrow:before {
    border-width: 0 0.5rem 0.5rem 0.5rem
}

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

.bs-popover-auto[x-placement^=bottom] .arrow:after,.bs-popover-bottom .arrow:after {
    top: 1px;
    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: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],.bs-popover-left {
    margin-right: 0.5rem
}

.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow:after,.bs-popover-auto[x-placement^=left] .arrow:before,.bs-popover-left .arrow:after,.bs-popover-left .arrow:before {
    border-width: 0.5rem 0 0.5rem 0.5rem
}

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

.bs-popover-auto[x-placement^=left] .arrow:after,.bs-popover-left .arrow:after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    transition: transform 0.6s ease;
    backface-visibility: hidden;
    perspective: 1000px
}

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

.carousel-item-next,.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right {
    transform: translateX(0)
}

@supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right {
        transform:translate3d(0,0,0)
    }
}

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

@supports (transform-style: preserve-3d) {
    .active.carousel-item-right,.carousel-item-next {
        transform:translate3d(100%,0,0)
    }
}

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

@supports (transform-style: preserve-3d) {
    .active.carousel-item-left,.carousel-item-prev {
        transform:translate3d(-100%,0,0)
    }
}

.carousel-control-next,.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5
}

.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.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: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%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;charset=utf8,%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: 10px;
    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 {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255,255,255,0.5)
}

.carousel-indicators li:before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.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 {
    border-radius: 0.25rem!important
}

.rounded-top {
    border-top-left-radius: 0.25rem!important;
    border-top-right-radius: 0.25rem!important
}

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

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

.rounded-left {
    border-top-left-radius: 0.25rem!important;
    border-bottom-left-radius: 0.25rem!important
}

.rounded-circle {
    border-radius: 50%!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.8571428571%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row!important
}

.flex-column {
    flex-direction: column!important
}

.flex-row-reverse {
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    flex-direction: column-reverse!important
}

.flex-wrap {
    flex-wrap: wrap!important
}

.flex-nowrap {
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse!important
}

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

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

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

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

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

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    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: sticky) {
    .sticky-top {
        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;
    clip-path: inset(50%);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    clip-path: none
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.mw-100 {
    max-width: 100%!important
}

.mh-100 {
    max-height: 100%!important
}

.m-0 {
    margin: 0!important
}

.mt-0,.my-0 {
    margin-top: 0!important
}

.mr-0,.mx-0 {
    margin-right: 0!important
}

.mb-0,.my-0 {
    margin-bottom: 0!important
}

.ml-0,.mx-0 {
    margin-left: 0!important
}

.m-1 {
    margin: 0.25rem!important
}

.mt-1,.my-1 {
    margin-top: 0.25rem!important
}

.mr-1,.mx-1 {
    margin-right: 0.25rem!important
}

.mb-1,.my-1 {
    margin-bottom: 0.25rem!important
}

.ml-1,.mx-1 {
    margin-left: 0.25rem!important
}

.m-2 {
    margin: 0.5rem!important
}

.mt-2,.my-2 {
    margin-top: 0.5rem!important
}

.mr-2,.mx-2 {
    margin-right: 0.5rem!important
}

.mb-2,.my-2 {
    margin-bottom: 0.5rem!important
}

.ml-2,.mx-2 {
    margin-left: 0.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: 0.25rem!important
}

.pt-1,.py-1 {
    padding-top: 0.25rem!important
}

.pr-1,.px-1 {
    padding-right: 0.25rem!important
}

.pb-1,.py-1 {
    padding-bottom: 0.25rem!important
}

.pl-1,.px-1 {
    padding-left: 0.25rem!important
}

.p-2 {
    padding: 0.5rem!important
}

.pt-2,.py-2 {
    padding-top: 0.5rem!important
}

.pr-2,.px-2 {
    padding-right: 0.5rem!important
}

.pb-2,.py-2 {
    padding-bottom: 0.5rem!important
}

.pl-2,.px-2 {
    padding-left: 0.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-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: 0.25rem!important
    }

    .mt-sm-1,.my-sm-1 {
        margin-top: 0.25rem!important
    }

    .mr-sm-1,.mx-sm-1 {
        margin-right: 0.25rem!important
    }

    .mb-sm-1,.my-sm-1 {
        margin-bottom: 0.25rem!important
    }

    .ml-sm-1,.mx-sm-1 {
        margin-left: 0.25rem!important
    }

    .m-sm-2 {
        margin: 0.5rem!important
    }

    .mt-sm-2,.my-sm-2 {
        margin-top: 0.5rem!important
    }

    .mr-sm-2,.mx-sm-2 {
        margin-right: 0.5rem!important
    }

    .mb-sm-2,.my-sm-2 {
        margin-bottom: 0.5rem!important
    }

    .ml-sm-2,.mx-sm-2 {
        margin-left: 0.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: 0.25rem!important
    }

    .pt-sm-1,.py-sm-1 {
        padding-top: 0.25rem!important
    }

    .pr-sm-1,.px-sm-1 {
        padding-right: 0.25rem!important
    }

    .pb-sm-1,.py-sm-1 {
        padding-bottom: 0.25rem!important
    }

    .pl-sm-1,.px-sm-1 {
        padding-left: 0.25rem!important
    }

    .p-sm-2 {
        padding: 0.5rem!important
    }

    .pt-sm-2,.py-sm-2 {
        padding-top: 0.5rem!important
    }

    .pr-sm-2,.px-sm-2 {
        padding-right: 0.5rem!important
    }

    .pb-sm-2,.py-sm-2 {
        padding-bottom: 0.5rem!important
    }

    .pl-sm-2,.px-sm-2 {
        padding-left: 0.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-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: 0.25rem!important
    }

    .mt-md-1,.my-md-1 {
        margin-top: 0.25rem!important
    }

    .mr-md-1,.mx-md-1 {
        margin-right: 0.25rem!important
    }

    .mb-md-1,.my-md-1 {
        margin-bottom: 0.25rem!important
    }

    .ml-md-1,.mx-md-1 {
        margin-left: 0.25rem!important
    }

    .m-md-2 {
        margin: 0.5rem!important
    }

    .mt-md-2,.my-md-2 {
        margin-top: 0.5rem!important
    }

    .mr-md-2,.mx-md-2 {
        margin-right: 0.5rem!important
    }

    .mb-md-2,.my-md-2 {
        margin-bottom: 0.5rem!important
    }

    .ml-md-2,.mx-md-2 {
        margin-left: 0.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: 0.25rem!important
    }

    .pt-md-1,.py-md-1 {
        padding-top: 0.25rem!important
    }

    .pr-md-1,.px-md-1 {
        padding-right: 0.25rem!important
    }

    .pb-md-1,.py-md-1 {
        padding-bottom: 0.25rem!important
    }

    .pl-md-1,.px-md-1 {
        padding-left: 0.25rem!important
    }

    .p-md-2 {
        padding: 0.5rem!important
    }

    .pt-md-2,.py-md-2 {
        padding-top: 0.5rem!important
    }

    .pr-md-2,.px-md-2 {
        padding-right: 0.5rem!important
    }

    .pb-md-2,.py-md-2 {
        padding-bottom: 0.5rem!important
    }

    .pl-md-2,.px-md-2 {
        padding-left: 0.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-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: 0.25rem!important
    }

    .mt-lg-1,.my-lg-1 {
        margin-top: 0.25rem!important
    }

    .mr-lg-1,.mx-lg-1 {
        margin-right: 0.25rem!important
    }

    .mb-lg-1,.my-lg-1 {
        margin-bottom: 0.25rem!important
    }

    .ml-lg-1,.mx-lg-1 {
        margin-left: 0.25rem!important
    }

    .m-lg-2 {
        margin: 0.5rem!important
    }

    .mt-lg-2,.my-lg-2 {
        margin-top: 0.5rem!important
    }

    .mr-lg-2,.mx-lg-2 {
        margin-right: 0.5rem!important
    }

    .mb-lg-2,.my-lg-2 {
        margin-bottom: 0.5rem!important
    }

    .ml-lg-2,.mx-lg-2 {
        margin-left: 0.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: 0.25rem!important
    }

    .pt-lg-1,.py-lg-1 {
        padding-top: 0.25rem!important
    }

    .pr-lg-1,.px-lg-1 {
        padding-right: 0.25rem!important
    }

    .pb-lg-1,.py-lg-1 {
        padding-bottom: 0.25rem!important
    }

    .pl-lg-1,.px-lg-1 {
        padding-left: 0.25rem!important
    }

    .p-lg-2 {
        padding: 0.5rem!important
    }

    .pt-lg-2,.py-lg-2 {
        padding-top: 0.5rem!important
    }

    .pr-lg-2,.px-lg-2 {
        padding-right: 0.5rem!important
    }

    .pb-lg-2,.py-lg-2 {
        padding-bottom: 0.5rem!important
    }

    .pl-lg-2,.px-lg-2 {
        padding-left: 0.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-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: 0.25rem!important
    }

    .mt-xl-1,.my-xl-1 {
        margin-top: 0.25rem!important
    }

    .mr-xl-1,.mx-xl-1 {
        margin-right: 0.25rem!important
    }

    .mb-xl-1,.my-xl-1 {
        margin-bottom: 0.25rem!important
    }

    .ml-xl-1,.mx-xl-1 {
        margin-left: 0.25rem!important
    }

    .m-xl-2 {
        margin: 0.5rem!important
    }

    .mt-xl-2,.my-xl-2 {
        margin-top: 0.5rem!important
    }

    .mr-xl-2,.mx-xl-2 {
        margin-right: 0.5rem!important
    }

    .mb-xl-2,.my-xl-2 {
        margin-bottom: 0.5rem!important
    }

    .ml-xl-2,.mx-xl-2 {
        margin-left: 0.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: 0.25rem!important
    }

    .pt-xl-1,.py-xl-1 {
        padding-top: 0.25rem!important
    }

    .pr-xl-1,.px-xl-1 {
        padding-right: 0.25rem!important
    }

    .pb-xl-1,.py-xl-1 {
        padding-bottom: 0.25rem!important
    }

    .pl-xl-1,.px-xl-1 {
        padding-left: 0.25rem!important
    }

    .p-xl-2 {
        padding: 0.5rem!important
    }

    .pt-xl-2,.py-xl-2 {
        padding-top: 0.5rem!important
    }

    .pr-xl-2,.px-xl-2 {
        padding-right: 0.5rem!important
    }

    .pb-xl-2,.py-xl-2 {
        padding-bottom: 0.5rem!important
    }

    .pl-xl-2,.px-xl-2 {
        padding-left: 0.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-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-justify {
    text-align: justify!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-normal {
    font-weight: 400!important
}

.font-weight-bold {
    font-weight: 700!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: #0062cc!important
}

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

a.text-secondary:focus,a.text-secondary:hover {
    color: #545b62!important
}

.text-success {
    color: #28a745!important
}

a.text-success:focus,a.text-success:hover {
    color: #1e7e34!important
}

.text-info {
    color: #17a2b8!important
}

a.text-info:focus,a.text-info:hover {
    color: #117a8b!important
}

.text-warning {
    color: #ffc107!important
}

a.text-warning:focus,a.text-warning:hover {
    color: #d39e00!important
}

.text-danger {
    color: #dc3545!important
}

a.text-danger:focus,a.text-danger:hover {
    color: #bd2130!important
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:focus,a.text-light:hover {
    color: #dae0e5!important
}

.text-dark {
    color: #343a40!important
}

a.text-dark:focus,a.text-dark:hover {
    color: #1d2124!important
}

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

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.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 #999;
        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 #ddd!important
    }
}

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

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

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

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

@media (min-width: 1360px) {
    .container {
        max-width:1024px
    }
}

@media (min-width: 1440px) {
    .container {
        max-width:1116px
    }
}

@media (min-width: 1600px) {
    .container {
        max-width:1470px
    }
}

@media (min-width: 1800px) {
    .container {
        max-width:1670px
    }
}

.gallery {
    display: flex;
    margin-left: 12vw;
    padding-right: 12vw
}

@media (max-width: 1439.98px) {
    .gallery {
        padding-right:10vw;
        margin-left: 10vw
    }
}

@media (max-width: 1199.98px) {
    .gallery {
        padding-right:12vw;
        margin-left: 12vw
    }
}

.container {
    position: relative;
    z-index: 9
}

@media (max-width: 767.98px) {
    .row {
        margin:0
    }
}

.bg_gray {
    background-color: rgba(80,80,80,0.03)
}

main {
    position: relative;
    z-index: 9
}

.c-scrollbar {
    display: none!important
}

.js body.loading:before {
    background-color: #03030F
}

.js body.loading:after {
    background-color: #6d0317
}

@media (max-width: 1023.98px) {
    body {
        position:relative
    }
}

@media (max-width: 1023.98px) {
    body main .content {
        height:auto;
        display: block
    }
}

@media (max-width: 1023.98px) and (max-width:1023.98px) {
    body main .content .gallery {
        display:block;
        margin: 0;
        padding: 0
    }
}

@media (max-width: 1023.98px) and (max-width:1023.98px) {
    body main .content .gallery section {
        padding:3.125rem 10%
    }
}

@media (max-width: 1023.98px) and (max-width:991.98px) {
    body main .content .gallery section {
        padding:2.8125rem 8%
    }
}

@media (max-width: 1023.98px) and (max-width:767.98px) {
    body main .content .gallery section {
        padding:1.875rem 15px
    }
}

body.inner_page .inner_page .img_wraper {
    z-index: 1
}

.js body #loader {
    position: fixed;
    top: 0;
    left: 0vw;
    height: 100vh;
    width: 100vw;
    background-color: #03030F;
    z-index: 999999;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    transition-delay: 0.2s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.js body #loader .logo {
    transition-delay: 0.1s;
    width: 6.25rem;
    transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.js body.loading {
    overflow: hidden
}

.js body.loading #loader {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.js body.loading #loader .logo {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

html {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

@media (max-width: 1439.98px) {
    html {
        font-size:15.5px
    }
}

@media (max-width: 991.98px) {
    html {
        font-size:15px
    }
}

@media (max-width: 640px) {
    html {
        font-size:16px
    }
}

body {
    position: relative;
    margin: 0 auto;
    font-family: "Montserrat",sans-serif;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1;
    min-width: 320px;
    min-height: 100vh;
    max-height: 100vh;
    background-color: #03030F;
    overflow: hidden
}

@media (max-width: 1023.98px) {
    body {
        min-height:auto;
        max-width: 100%;
        overflow-y: auto
    }
}

body p {
    line-height: 1.6;
    white-space: normal
}

body h1,body h2,body h3,body h4,body h5,body h6 {
    white-space: normal
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,img,menu,nav,section {
    display: block
}

::selection {
    color: #EB2248;
    background: #eaeaea
}

ol,ul {
    list-style: none;
    white-space: normal
}

a,a:hover {
    text-decoration: none;
    outline: none;
    color: #000;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

a:focus {
    text-decoration: none
}

:active,:focus {
    outline: none!important
}

p:empty {
    margin: 0!important;
    padding: 0!important
}

svg {
    height: 100%;
    width: 100%;
    min-width: auto;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none
}

img {
    width: 100%;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none
}

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.form-control::placeholder,button::placeholder,input::placeholder,textarea::placeholder {
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

.form-control:focus,button:focus,input:focus,textarea:focus {
    outline: none;
    box-shadow: none;
    border-color: #EB2248;
    appearance: none
}

.form-control:focus::placeholder,button:focus::placeholder,input:focus::placeholder,textarea:focus::placeholder {
    opacity: 0
}

.ttl {
    font-weight: 600;
    margin-bottom: 2rem
}

.ttl h1,.ttl h2,.ttl h3,.ttl h4,.ttl h5,.ttl h6,.ttl p {
    font-size: inherit;
    margin: inherit;
    color: inherit;
    padding: inherit
}

.ttl h1 span,.ttl h2 span,.ttl h3 span,.ttl h4 span,.ttl h5 span,.ttl h6 span,.ttl p span {
    display: block
}

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

.ttl h1 a:hover,.ttl h2 a:hover,.ttl h3 a:hover,.ttl h4 a:hover,.ttl h5 a:hover,.ttl h6 a:hover,.ttl p a:hover {
    color: #EB2248
}

.ttl.white {
    color: #fff
}

.ttl.black {
    color: #000
}

.ttl.center {
    text-align: center
}

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

.ttl-sec {
    color: #1D1D1D;
    display: block;
    font-size: 2rem
}

.ttl-sec.white {
    color: #fff
}

.ttl-sec.black {
    color: #000
}

.ttl-sec.ttu {
    text-transform: uppercase
}

.ttl-sec.mb-0 {
    margin-bottom: 0
}

.ttl-sec.center {
    text-align: center
}

.ttl-sec small {
    display: block;
    font-weight: 300;
    text-transform: none
}

.ttl-page {
    color: #1D1D1D
}

.ttl-page.white {
    color: #fff
}

.ttl-page.black {
    color: #000
}

.ttl-page.ttu {
    text-transform: uppercase
}

.ttl-page.mb-0 {
    margin-bottom: 0
}

.ttl-page.center {
    text-align: center
}

.ttl-lg {
    font-size: 3.2rem;
    line-height: 1.3
}

.ttl-md {
    font-size: 2.3rem;
    line-height: 1.3
}

.ttl-sm {
    font-size: 2.2rem;
    margin-bottom: 0.5rem
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_cJD3gTD_u50.woff2) format("woff2");
    unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_cJD3g3D_u50.woff2) format("woff2");
    unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_cJD3gbD_u50.woff2) format("woff2");
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_cJD3gfD_u50.woff2) format("woff2");
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_cJD3gnD_g.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format("woff2");
    unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");
    unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format("woff2");
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_ZpC3gTD_u50.woff2) format("woff2");
    unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_ZpC3g3D_u50.woff2) format("woff2");
    unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_ZpC3gbD_u50.woff2) format("woff2");
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_ZpC3gfD_u50.woff2) format("woff2");
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_ZpC3gnD_g.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_bZF3gTD_u50.woff2) format("woff2");
    unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_bZF3g3D_u50.woff2) format("woff2");
    unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_bZF3gbD_u50.woff2) format("woff2");
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_bZF3gfD_u50.woff2) format("woff2");
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_bZF3gnD_g.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gTD_u50.woff2) format("woff2");
    unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3g3D_u50.woff2) format("woff2");
    unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gbD_u50.woff2) format("woff2");
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gfD_u50.woff2) format("woff2");
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_c5H3gTD_u50.woff2) format("woff2");
    unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_c5H3g3D_u50.woff2) format("woff2");
    unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_c5H3gbD_u50.woff2) format("woff2");
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_c5H3gfD_u50.woff2) format("woff2");
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_c5H3gnD_g.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

/* @font-face {
    font-family: "icomoon";
    src: url("fonts/icomoon.eot");
    src: url("fonts/icomoon.eot#iefix") format("embedded-opentype"),url("fonts/icomoon.ttf") format("truetype"),url("fonts/icomoon.woff") format("woff"),url("fonts/icomoon.svg#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
} */

[class*=" icon-"],[class^=icon-] {
    font-family: "Font Awesome 6 Free";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa fa-instagram:before {
    content: "\f007";
}

.fa fa-facebook-f:before {
    content: "\f007"
}

.fa fa-x-twitter:before {
    content: "\f007"
}

.fa fa-behance:before {
    content: "\f007"
}

.fa fa-linkedin-in:before {
    content: "\f007"
}

.fa fa-arrow-right:before {
    content: "\f060"
    
}

.icon-l_arrow:before {
    content: "\f007"
}

.icon-play:before {
    content: "\f007"
}

.p_btn {
    padding: 0;
    display: block;
    cursor: auto
}

._btn {
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: 700;
    color: #fff;
    line-height: 2.5rem;
    background-color: #EB2248;
    padding: 0 1.625rem;
    border-radius: 1.25rem;
    text-align: center;
    position: relative;
    display: inline-block;
    min-width: 7.1875rem;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    cursor: pointer
}

@media (max-width: 1439.98px) {
    ._btn {
        font-size:0.875rem
    }
}

._btn:hover {
    color: #fff
}

._btn.animate-btn {
    position: relative;
    overflow: hidden;
    z-index: 1
}

._btn.animate-btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    z-index: -1;
    border-radius: 50%;
    background-color: #6d0317;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    z-index: -1;
    transition: width 0.5s ease-in-out,height 0.5s ease-in-out;
    -webkit-transition: width 0.5s ease-in-out,height 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out,height 0.5s ease-in-out;
    -ms-transition: width 0.5s ease-in-out,height 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out,height 0.5s ease-in-out
}

._btn.animate-btn:hover span {
    width: 37.5rem;
    height: 37.5rem
}

._link {
    display: inline-block;
    font-size: 1.25rem;
    padding-left: 0;
    padding-right: 4.6875rem;
    position: relative;
    color: #fff;
    line-height: 3.125rem;
    border-radius: 3.125rem;
    overflow: hidden
}

@media (max-width: 1439.98px) {
    ._link {
        font-size:1.125rem;
        line-height: 2.625rem;
        padding-right: 3.75rem
    }
}

@media (max-width: 640px) {
    ._link {
        font-size:1rem;
        line-height: 2.5rem;
        padding-right: 3.125rem
    }
}

._link:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    border-radius: 3.125rem;
    background-color: #EB2248;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    z-index: -1
}

._link span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 3.125rem;
    line-height: 3.125rem;
    font-size: 1.125rem;
    background-color: #EB2248;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

@media (max-width: 1439.98px) {
    ._link span {
        width:2.625rem;
        line-height: 2.625rem
    }
}

@media (max-width: 640px) {
    ._link span {
        width:2.5rem;
        line-height: 2.5rem;
        font-size: 1rem
    }
}

._link:focus,._link:hover {
    color: #fff;
    padding-left: 1.5625rem;
    color: #fff
}

@media (max-width: 1439.98px) {
    ._link:focus,._link:hover {
        padding-left:1.125rem
    }
}

._link:focus:after,._link:hover:after {
    width: 100%
}

._link.video-popup {
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    cursor: pointer
}

.text_btn {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.8;
    position: relative;
    display: inline-block;
    letter-spacing: 0.1rem
}

.text_btn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #7C7C7C;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    z-index: 1
}

.text_btn:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0%;
    height: 2px;
    background-color: #EB2248;
    transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    z-index: 2
}

.text_btn:hover {
    letter-spacing: 0.15rem
}

.text_btn:hover:before {
    width: 100%
}

.mob_back {
    display: none
}

@media (max-width: 1023.98px) {
    .mob_back {
        display:block;
        margin-bottom: 1.875rem
    }

    .mob_back a.to_back {
        font-size: 0.875rem;
        color: #fff;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center
    }

    .mob_back a.to_back .fa fa-arrow-right {
        display: inline-block;
        width: 1.75rem;
        height: 1.75rem;
        line-height: 1.75rem;
        border-radius: 50%;
        background-color: #EB2248;
        color: #fff;
        font-size: 10px;
        text-align: center;
        margin-right: 0.375rem;
        vertical-align: middle;
        -webkit-transform: scale(-1);
        -moz-transform: scale(-1);
        -ms-transform: scale(-1);
        transform: scale(-1);
        transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        position: relative;
        left: 0
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(80,80,80,0.247);
    z-index: 6;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

.sec_head .for_mob {
    display: none
}

@media (max-width: 1023.98px) {
    .sec_head .for_mob {
        display:block;
        font-size: 0.875rem;
        text-transform: uppercase;
        color: #ffffff40;
        line-height: 1;
        margin-bottom: 1.25rem;
        letter-spacing: 0.2rem
    }
}

@media (max-width: 480px) {
    .sec_head .for_mob {
        margin-bottom:0.75rem
    }
}

.sec_head label {
    font-size: 1.25rem;
    font-weight: 400;
    color: #EB2248;
    line-height: 1;
    margin-bottom: 0.625rem
}

@media (max-width: 1800.98px) {
    .sec_head label {
        font-size:1.125rem
    }
}

@media (max-width: 1359.98px) {
    .sec_head label {
        font-size:1rem;
        margin-bottom: 0.3125rem
    }
}

@media (max-width: 1023.98px) {
    .sec_head label {
        display:none
    }
}

.sec_head h1,.sec_head h2 {
    font-size: 4.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    white-space: normal
}

@media (max-width: 1800.98px) {
    .sec_head h1,.sec_head h2 {
        font-size:4.0625rem
    }
}

@media (max-width: 1439.98px) {
    .sec_head h1,.sec_head h2 {
        font-size:3.125rem
    }
}

@media (max-width: 1359.98px) {
    .sec_head h1,.sec_head h2 {
        font-size:2.625rem
    }
}

@media (max-width: 991.98px) {
    .sec_head h1,.sec_head h2 {
        font-size:2.25rem
    }
}

@media (max-width: 480px) {
    .sec_head h1,.sec_head h2 {
        font-size:1.875rem
    }
}

.modal-open .modal,body.modal-open {
    padding-right: 5px!important
}

@media (max-width: 767.99px) {
    .modal-open .modal,body.modal-open {
        padding-right:0!important
    }
}

.modal-backdrop.show {
    opacity: 0.7
}

.custom-slct {
    position: relative;
    width: calc(100% + 2px);
    left: -1px;
    color: #6d0317;
    font-size: 1rem;
    cursor: pointer;
    padding: 0.75rem 0;
    min-width: 7.5rem
}

.custom-slct select {
    display: none
}

.custom-slct .select-selected:after {
    position: absolute;
    content: "";
    font-family: "icomoon"!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    top: 50%;
    right: 12px;
    font-size: 0.375rem;
    color: #879BBA;
    transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%)
}

.custom-slct .select-items {
    position: absolute;
    background-color: #f6f6f6;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

.custom-slct .select-items div {
    font-size: 0.9375rem;
    padding: 10px 10px;
    color: #6d0317;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

.custom-slct .select-items div:hover {
    color: #fff;
    background-color: #6d0317
}

.custom-slct .select-hide {
    visibility: hidden;
    top: 80%;
    opacity: 0
}

body.inner_page .inner_page section .img_wraper a.to_back {
    position: absolute;
    top: 5%;
    left: 15%;
    font-size: 0.875rem;
    color: #fff;
    z-index: 10;
    pointer-events: all;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    opacity: 0.8
}

body.inner_page .inner_page section .img_wraper a.to_back .fa fa-arrow-right {
    display: inline-block;
    width: 1.75rem;
    height: 1.75rem;
    line-height: 1.75rem;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    font-size: 10px;
    text-align: center;
    margin-right: 0.9375rem;
    vertical-align: middle;
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    position: relative;
    left: 0
}

body.inner_page .inner_page section .img_wraper a.to_back:hover {
    color: #EB2248;
    opacity: 1
}

body.inner_page .inner_page section .img_wraper a.to_back:hover .fa fa-arrow-right {
    background-color: #fff;
    color: #EB2248;
    left: -0.3125rem
}

body.inner_page .inner_page.inner_content section .img_wraper a.to_back {
    left: 10%;
    opacity: 1
}

body.inner_page .inner_page.inner_content section .img_wraper a.to_back .fa fa-arrow-right {
    background-color: #EB2248;
    border: none
}

body.inner_page .inner_page.inner_content section .img_wraper a.to_back:hover {
    color: #EB2248
}

body.inner_page .inner_page.inner_content section .img_wraper a.to_back:hover .fa fa-arrow-right {
    background-color: #fff;
    color: #EB2248;
    left: -0.3125rem
}

.inner_page .gallery {
    margin-left: 0.3125rem
}

@media (max-width: 1023.98px) {
    .inner_page .gallery {
        margin-left:0
    }
}

body.inner_page header .top_header {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end
}

body.inner_page header .top_header .left {
    margin-right: 3.75rem
}

.lazyload {
    opacity: 0.2;
    background-image: url("../image/lazy.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: opacity 500ms
}

.lazyloading {
    background-color: #6d0317;
    opacity: 0.3;
    background-image: url("../image/lazy.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: opacity 500ms
}

.lazyloaded {
    opacity: 1;
    transition: opacity 500ms
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .lazyload {
        opacity: 1
    }

    .lazyloading {
        opacity: 1;
        transition: none;
        background-size: cover
    }
}

.c-toggle {
    display: inline-block;
    position: relative;
    text-indent: 1.25rem
}

.c-toggle label {
    cursor: pointer;
    font-size: 0.75rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.4
}

.c-toggle input[type=checkbox] {
    visibility: hidden;
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute!important;
    clip: rect(1px,1px,1px,1px)!important
}

.c-toggle:before {
    content: "";
    display: block;
    width: 1.875rem;
    height: 1.25rem;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    border-radius: 1em;
    box-sizing: border-box
}

.c-toggle label:after,.c-toggle label:before {
    content: "";
    display: block;
    height: 0.9375rem;
    position: absolute;
    left: 0;
    top: 0
}

.c-toggle label:after {
    width: 1.875rem;
    background: transparent
}

.c-toggle label:before {
    content: "";
    display: block;
    height: 100%;
    width: 0.9375rem;
    height: 0.9375rem;
    position: absolute;
    top: 0em;
    margin: 0.15625rem;
    background: #03030F;
    border-radius: 50%;
    transition: transform 0.2s cubic-bezier(0.19,1,0.22,1)
}

.c-toggle input[type=checkbox]:checked+label:before {
    transform: translateX(0.7em);
    background: #EB2248
}

.video-frame {
    position: fixed;
    height: 100vh;
    width: 100%;
    background-color: #000;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 0;
    margin: 0 auto
}

.video-frame iframe {
    width: 80%;
    height: 100vh;
    margin: 0 auto;
    display: block;
    padding: 75px 0
}

.cls-btn {
    position: absolute;
    cursor: pointer;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: transparent;
    z-index: 5;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    top: 0;
    right: 0
}

.cls-btn span {
    position: relative;
    top: 22px;
    display: block;
    margin: 0 auto;
    width: 45px;
    height: 45px;
    border: 2px solid #fff;
    border-radius: 50%
}

.cls-btn span:after,.cls-btn span:before {
    content: "";
    position: absolute;
    top: 43%;
    left: 33%;
    width: 2px;
    height: 50%;
    -webkit-transform: rotate(45deg) translate(-50%,-50%);
    -ms-transform: rotate(45deg) translate(-50%,-50%);
    -moz-transform: rotate(45deg) translate(-50%,-50%);
    -o-transform: rotate(45deg) translate(-50%,-50%);
    transform: rotate(45deg) translate(-50%,-50%);
    background-color: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.cls-btn span:after {
    -webkit-transform: rotate(-45deg) translate(-50%,-50%);
    -ms-transform: rotate(-45deg) translate(-50%,-50%);
    -moz-transform: rotate(-45deg) translate(-50%,-50%);
    -o-transform: rotate(-45deg) translate(-50%,-50%);
    transform: rotate(-45deg) translate(-50%,-50%);
    top: 40%;
    left: 68%
}

.cls-btn span:hover:after,.cls-btn span:hover:before {
    background-color: #EB2248
}

.glitch {
    text-shadow: 0.05em 0 0 rgba(255,0,0,0.75),-0.025em -0.05em 0 rgba(0,255,0,0.75),0.025em 0.05em 0 rgba(0,0,255,0.75);
    animation: glitch 500ms infinite
}

@keyframes glitch {
    0% {
        text-shadow: 0.05em 0 0 rgba(255,0,0,0.75),-0.05em -0.025em 0 rgba(0,255,0,0.75),-0.025em 0.05em 0 rgba(0,0,255,0.75)
    }

    14% {
        text-shadow: 0.05em 0 0 rgba(255,0,0,0.75),-0.05em -0.025em 0 rgba(0,255,0,0.75),-0.025em 0.05em 0 rgba(0,0,255,0.75)
    }

    15% {
        text-shadow: -0.05em -0.025em 0 rgba(255,0,0,0.75),0.025em 0.025em 0 rgba(0,255,0,0.75),-0.05em -0.05em 0 rgba(0,0,255,0.75)
    }

    49% {
        text-shadow: -0.05em -0.025em 0 rgba(255,0,0,0.75),0.025em 0.025em 0 rgba(0,255,0,0.75),-0.05em -0.05em 0 rgba(0,0,255,0.75)
    }

    50% {
        text-shadow: 0.025em 0.05em 0 rgba(255,0,0,0.75),0.05em 0 0 rgba(0,255,0,0.75),0 -0.05em 0 rgba(0,0,255,0.75)
    }

    99% {
        text-shadow: 0.025em 0.05em 0 rgba(255,0,0,0.75),0.05em 0 0 rgba(0,255,0,0.75),0 -0.05em 0 rgba(0,0,255,0.75)
    }

    to {
        text-shadow: -0.025em 0 0 rgba(255,0,0,0.75),-0.025em -0.025em 0 rgba(0,255,0,0.75),-0.025em -0.05em 0 rgba(0,0,255,0.75)
    }
}

.typing {
    overflow: hidden
}

.typing span.typed_text {
    color: #fff
}

.typing span.cursor_text {
    display: inline-block;
    background-color: #EB2248;
    margin-left: 0.1rem;
    width: 3px;
    animation: blink 1s infinite
}

.typing span.cursor_text.typing {
    animation: none
}

@keyframes blink {
    0% {
        background-color: #EB2248
    }

    49% {
        background-color: #EB2248
    }

    50% {
        background-color: transparent
    }

    99% {
        background-color: transparent
    }

    to {
        background-color: #EB2248
    }
}

.typed:after {
    content: "";
    display: inline-block;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    height: 5rem;
    width: 3px;
    background-color: #EB2248;
    position: relative;
    left: 1.25rem
}

@media (max-width: 1439.98px) {
    .typed:after {
        height:4.0625rem
    }
}

@media (max-width: 640px) {
    .typed:after {
        height:3.125rem
    }
}

@media (max-width: 480px) {
    .typed:after {
        height:2rem;
        width: 0.09375rem
    }
}

.typed-cursor {
    opacity: 0;
    display: none
}

@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.owl-carousel,.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    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 {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -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
}

.no-js .owl-carousel,.owl-carousel.owl-loaded {
    display: block
}

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

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

    to {
        opacity: 0
    }
}

.owl-height {
    transition: height 0.5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.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 0.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 0.4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots,.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom:1}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-animated-out {
    z-index: 1
}

.owl-animated-in {
    z-index: 0
}

@keyframes fadeIn {
    0% {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeIn2 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn2 {
    animation-name: fadeIn2
}

@keyframes fadeOut2 {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut2 {
    animation-name: fadeOut2
}

@keyframes slideOutUp {
    0% {
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0,-100%,0)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        transform: translate3d(0,0,0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

.intl-tel-input {
    position: relative;
    display: inline-block
}

.intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.intl-tel-input .hide {
    display: none
}

.intl-tel-input .v-hide {
    visibility: hidden
}

.intl-tel-input input,.intl-tel-input input[type=tel],.intl-tel-input input[type=text] {
    position: relative;
    z-index: 0;
    margin-top: 0!important;
    margin-bottom: 0!important;
    padding-right: 36px;
    margin-right: 0
}

.intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px
}

.intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px
}

.intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.intl-tel-input .selected-flag .iti-arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.intl-tel-input .selected-flag .iti-arrow.up {
    border-top: none;
    border-bottom: 4px solid #555
}

.intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll
}

.intl-tel-input .country-list.dropup {
    bottom: 100%;
    margin-bottom: -1px
}

.intl-tel-input .country-list .flag-box {
    display: inline-block;
    width: 20px
}

@media (max-width: 500px) {
    .intl-tel-input .country-list {
        white-space:normal
    }
}

.intl-tel-input .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC
}

.intl-tel-input .country-list .country {
    padding: 5px 10px
}

.intl-tel-input .country-list .country .dial-code {
    color: #999
}

.intl-tel-input .country-list .country.highlight {
    background-color: rgba(0,0,0,0.05)
}

.intl-tel-input .country-list .country-name,.intl-tel-input .country-list .dial-code,.intl-tel-input .country-list .flag-box {
    vertical-align: middle
}

.intl-tel-input .country-list .country-name,.intl-tel-input .country-list .flag-box {
    margin-right: 6px
}

.intl-tel-input.allow-dropdown input,.intl-tel-input.allow-dropdown input[type=tel],.intl-tel-input.allow-dropdown input[type=text],.intl-tel-input.separate-dial-code input,.intl-tel-input.separate-dial-code input[type=tel],.intl-tel-input.separate-dial-code input[type=text] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0
}

.intl-tel-input.allow-dropdown .flag-container,.intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0
}

.intl-tel-input.allow-dropdown .selected-flag,.intl-tel-input.separate-dial-code .selected-flag {
    width: 46px
}

.intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: rgba(0,0,0,0.05)
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover,.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover {
    cursor: default
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover .selected-flag,.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover .selected-flag {
    background-color: transparent
}

.intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0,0,0,0.05);
    display: table
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px
}

.intl-tel-input.separate-dial-code.iti-sdc-2 input,.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel],.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text] {
    padding-left: 66px
}

.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 60px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel],.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text] {
    padding-left: 76px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 70px
}

.intl-tel-input.separate-dial-code.iti-sdc-3 input,.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel],.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text] {
    padding-left: 74px
}

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel],.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text] {
    padding-left: 84px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px
}

.intl-tel-input.separate-dial-code.iti-sdc-4 input,.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel],.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text] {
    padding-left: 82px
}

.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 76px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel],.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text] {
    padding-left: 92px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px
}

.intl-tel-input.separate-dial-code.iti-sdc-5 input,.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel],.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text] {
    padding-left: 90px
}

.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 84px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel],.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text] {
    padding-left: 100px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 94px
}

.intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px
}

.intl-tel-input.iti-container:hover {
    cursor: pointer
}

.iti-mobile .intl-tel-input.iti-container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed
}

.iti-mobile .intl-tel-input .country-list {
    max-height: 100%;
    width: 100%
}

.iti-mobile .intl-tel-input .country-list .country {
    padding: 10px 10px;
    line-height: 1.5em
}

.iti-flag {
    width: 20px
}

.iti-flag.be {
    width: 18px
}

.iti-flag.ch {
    width: 15px
}

.iti-flag.mc {
    width: 19px
}

.iti-flag.ne {
    width: 18px
}

.iti-flag.np {
    width: 13px
}

.iti-flag.va {
    width: 15px
}

@media only screen and (-o-min-device-pixel-ratio: 2/1),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi) {
    .iti-flag {
        background-size:5630px 15px
    }
}

.iti-flag.ac {
    height: 10px;
    background-position: 0px 0px
}

.iti-flag.ad {
    height: 14px;
    background-position: -22px 0px
}

.iti-flag.ae {
    height: 10px;
    background-position: -44px 0px
}

.iti-flag.af {
    height: 14px;
    background-position: -66px 0px
}

.iti-flag.ag {
    height: 14px;
    background-position: -88px 0px
}

.iti-flag.ai {
    height: 10px;
    background-position: -110px 0px
}

.iti-flag.al {
    height: 15px;
    background-position: -132px 0px
}

.iti-flag.am {
    height: 10px;
    background-position: -154px 0px
}

.iti-flag.ao {
    height: 14px;
    background-position: -176px 0px
}

.iti-flag.aq {
    height: 14px;
    background-position: -198px 0px
}

.iti-flag.ar {
    height: 13px;
    background-position: -220px 0px
}

.iti-flag.as {
    height: 10px;
    background-position: -242px 0px
}

.iti-flag.at {
    height: 14px;
    background-position: -264px 0px
}

.iti-flag.au {
    height: 10px;
    background-position: -286px 0px
}

.iti-flag.aw {
    height: 14px;
    background-position: -308px 0px
}

.iti-flag.ax {
    height: 13px;
    background-position: -330px 0px
}

.iti-flag.az {
    height: 10px;
    background-position: -352px 0px
}

.iti-flag.ba {
    height: 10px;
    background-position: -374px 0px
}

.iti-flag.bb {
    height: 14px;
    background-position: -396px 0px
}

.iti-flag.bd {
    height: 12px;
    background-position: -418px 0px
}

.iti-flag.be {
    height: 15px;
    background-position: -440px 0px
}

.iti-flag.bf {
    height: 14px;
    background-position: -460px 0px
}

.iti-flag.bg {
    height: 12px;
    background-position: -482px 0px
}

.iti-flag.bh {
    height: 12px;
    background-position: -504px 0px
}

.iti-flag.bi {
    height: 12px;
    background-position: -526px 0px
}

.iti-flag.bj {
    height: 14px;
    background-position: -548px 0px
}

.iti-flag.bl {
    height: 14px;
    background-position: -570px 0px
}

.iti-flag.bm {
    height: 10px;
    background-position: -592px 0px
}

.iti-flag.bn {
    height: 10px;
    background-position: -614px 0px
}

.iti-flag.bo {
    height: 14px;
    background-position: -636px 0px
}

.iti-flag.bq {
    height: 14px;
    background-position: -658px 0px
}

.iti-flag.br {
    height: 14px;
    background-position: -680px 0px
}

.iti-flag.bs {
    height: 10px;
    background-position: -702px 0px
}

.iti-flag.bt {
    height: 14px;
    background-position: -724px 0px
}

.iti-flag.bv {
    height: 15px;
    background-position: -746px 0px
}

.iti-flag.bw {
    height: 14px;
    background-position: -768px 0px
}

.iti-flag.by {
    height: 10px;
    background-position: -790px 0px
}

.iti-flag.bz {
    height: 14px;
    background-position: -812px 0px
}

.iti-flag.ca {
    height: 10px;
    background-position: -834px 0px
}

.iti-flag.cc {
    height: 10px;
    background-position: -856px 0px
}

.iti-flag.cd {
    height: 15px;
    background-position: -878px 0px
}

.iti-flag.cf {
    height: 14px;
    background-position: -900px 0px
}

.iti-flag.cg {
    height: 14px;
    background-position: -922px 0px
}

.iti-flag.ch {
    height: 15px;
    background-position: -944px 0px
}

.iti-flag.ci {
    height: 14px;
    background-position: -961px 0px
}

.iti-flag.ck {
    height: 10px;
    background-position: -983px 0px
}

.iti-flag.cl {
    height: 14px;
    background-position: -1005px 0px
}

.iti-flag.cm {
    height: 14px;
    background-position: -1027px 0px
}

.iti-flag.cn {
    height: 14px;
    background-position: -1049px 0px
}

.iti-flag.co {
    height: 14px;
    background-position: -1071px 0px
}

.iti-flag.cp {
    height: 14px;
    background-position: -1093px 0px
}

.iti-flag.cr {
    height: 12px;
    background-position: -1115px 0px
}

.iti-flag.cu {
    height: 10px;
    background-position: -1137px 0px
}

.iti-flag.cv {
    height: 12px;
    background-position: -1159px 0px
}

.iti-flag.cw {
    height: 14px;
    background-position: -1181px 0px
}

.iti-flag.cx {
    height: 10px;
    background-position: -1203px 0px
}

.iti-flag.cy {
    height: 13px;
    background-position: -1225px 0px
}

.iti-flag.cz {
    height: 14px;
    background-position: -1247px 0px
}

.iti-flag.de {
    height: 12px;
    background-position: -1269px 0px
}

.iti-flag.dg {
    height: 10px;
    background-position: -1291px 0px
}

.iti-flag.dj {
    height: 14px;
    background-position: -1313px 0px
}

.iti-flag.dk {
    height: 15px;
    background-position: -1335px 0px
}

.iti-flag.dm {
    height: 10px;
    background-position: -1357px 0px
}

.iti-flag.do {
    height: 13px;
    background-position: -1379px 0px
}

.iti-flag.dz {
    height: 14px;
    background-position: -1401px 0px
}

.iti-flag.ea {
    height: 14px;
    background-position: -1423px 0px
}

.iti-flag.ec {
    height: 14px;
    background-position: -1445px 0px
}

.iti-flag.ee {
    height: 13px;
    background-position: -1467px 0px
}

.iti-flag.eg {
    height: 14px;
    background-position: -1489px 0px
}

.iti-flag.eh {
    height: 10px;
    background-position: -1511px 0px
}

.iti-flag.er {
    height: 10px;
    background-position: -1533px 0px
}

.iti-flag.es {
    height: 14px;
    background-position: -1555px 0px
}

.iti-flag.et {
    height: 10px;
    background-position: -1577px 0px
}

.iti-flag.eu {
    height: 14px;
    background-position: -1599px 0px
}

.iti-flag.fi {
    height: 12px;
    background-position: -1621px 0px
}

.iti-flag.fj {
    height: 10px;
    background-position: -1643px 0px
}

.iti-flag.fk {
    height: 10px;
    background-position: -1665px 0px
}

.iti-flag.fm {
    height: 11px;
    background-position: -1687px 0px
}

.iti-flag.fo {
    height: 15px;
    background-position: -1709px 0px
}

.iti-flag.fr {
    height: 14px;
    background-position: -1731px 0px
}

.iti-flag.ga {
    height: 15px;
    background-position: -1753px 0px
}

.iti-flag.gb {
    height: 10px;
    background-position: -1775px 0px
}

.iti-flag.gd {
    height: 12px;
    background-position: -1797px 0px
}

.iti-flag.ge {
    height: 14px;
    background-position: -1819px 0px
}

.iti-flag.gf {
    height: 14px;
    background-position: -1841px 0px
}

.iti-flag.gg {
    height: 14px;
    background-position: -1863px 0px
}

.iti-flag.gh {
    height: 14px;
    background-position: -1885px 0px
}

.iti-flag.gi {
    height: 10px;
    background-position: -1907px 0px
}

.iti-flag.gl {
    height: 14px;
    background-position: -1929px 0px
}

.iti-flag.gm {
    height: 14px;
    background-position: -1951px 0px
}

.iti-flag.gn {
    height: 14px;
    background-position: -1973px 0px
}

.iti-flag.gp {
    height: 14px;
    background-position: -1995px 0px
}

.iti-flag.gq {
    height: 14px;
    background-position: -2017px 0px
}

.iti-flag.gr {
    height: 14px;
    background-position: -2039px 0px
}

.iti-flag.gs {
    height: 10px;
    background-position: -2061px 0px
}

.iti-flag.gt {
    height: 13px;
    background-position: -2083px 0px
}

.iti-flag.gu {
    height: 11px;
    background-position: -2105px 0px
}

.iti-flag.gw {
    height: 10px;
    background-position: -2127px 0px
}

.iti-flag.gy {
    height: 12px;
    background-position: -2149px 0px
}

.iti-flag.hk {
    height: 14px;
    background-position: -2171px 0px
}

.iti-flag.hm {
    height: 10px;
    background-position: -2193px 0px
}

.iti-flag.hn {
    height: 10px;
    background-position: -2215px 0px
}

.iti-flag.hr {
    height: 10px;
    background-position: -2237px 0px
}

.iti-flag.ht {
    height: 12px;
    background-position: -2259px 0px
}

.iti-flag.hu {
    height: 10px;
    background-position: -2281px 0px
}

.iti-flag.ic {
    height: 14px;
    background-position: -2303px 0px
}

.iti-flag.id {
    height: 14px;
    background-position: -2325px 0px
}

.iti-flag.ie {
    height: 10px;
    background-position: -2347px 0px
}

.iti-flag.il {
    height: 15px;
    background-position: -2369px 0px
}

.iti-flag.im {
    height: 10px;
    background-position: -2391px 0px
}

.iti-flag.in {
    height: 14px;
    background-position: -2413px 0px
}

.iti-flag.io {
    height: 10px;
    background-position: -2435px 0px
}

.iti-flag.iq {
    height: 14px;
    background-position: -2457px 0px
}

.iti-flag.ir {
    height: 12px;
    background-position: -2479px 0px
}

.iti-flag.is {
    height: 15px;
    background-position: -2501px 0px
}

.iti-flag.it {
    height: 14px;
    background-position: -2523px 0px
}

.iti-flag.je {
    height: 12px;
    background-position: -2545px 0px
}

.iti-flag.jm {
    height: 10px;
    background-position: -2567px 0px
}

.iti-flag.jo {
    height: 10px;
    background-position: -2589px 0px
}

.iti-flag.jp {
    height: 14px;
    background-position: -2611px 0px
}

.iti-flag.ke {
    height: 14px;
    background-position: -2633px 0px
}

.iti-flag.kg {
    height: 12px;
    background-position: -2655px 0px
}

.iti-flag.kh {
    height: 13px;
    background-position: -2677px 0px
}

.iti-flag.ki {
    height: 10px;
    background-position: -2699px 0px
}

.iti-flag.km {
    height: 12px;
    background-position: -2721px 0px
}

.iti-flag.kn {
    height: 14px;
    background-position: -2743px 0px
}

.iti-flag.kp {
    height: 10px;
    background-position: -2765px 0px
}

.iti-flag.kr {
    height: 14px;
    background-position: -2787px 0px
}

.iti-flag.kw {
    height: 10px;
    background-position: -2809px 0px
}

.iti-flag.ky {
    height: 10px;
    background-position: -2831px 0px
}

.iti-flag.kz {
    height: 10px;
    background-position: -2853px 0px
}

.iti-flag.la {
    height: 14px;
    background-position: -2875px 0px
}

.iti-flag.lb {
    height: 14px;
    background-position: -2897px 0px
}

.iti-flag.lc {
    height: 10px;
    background-position: -2919px 0px
}

.iti-flag.li {
    height: 12px;
    background-position: -2941px 0px
}

.iti-flag.lk {
    height: 10px;
    background-position: -2963px 0px
}

.iti-flag.lr {
    height: 11px;
    background-position: -2985px 0px
}

.iti-flag.ls {
    height: 14px;
    background-position: -3007px 0px
}

.iti-flag.lt {
    height: 12px;
    background-position: -3029px 0px
}

.iti-flag.lu {
    height: 12px;
    background-position: -3051px 0px
}

.iti-flag.lv {
    height: 10px;
    background-position: -3073px 0px
}

.iti-flag.ly {
    height: 10px;
    background-position: -3095px 0px
}

.iti-flag.ma {
    height: 14px;
    background-position: -3117px 0px
}

.iti-flag.mc {
    height: 15px;
    background-position: -3139px 0px
}

.iti-flag.md {
    height: 10px;
    background-position: -3160px 0px
}

.iti-flag.me {
    height: 10px;
    background-position: -3182px 0px
}

.iti-flag.mf {
    height: 14px;
    background-position: -3204px 0px
}

.iti-flag.mg {
    height: 14px;
    background-position: -3226px 0px
}

.iti-flag.mh {
    height: 11px;
    background-position: -3248px 0px
}

.iti-flag.mk {
    height: 10px;
    background-position: -3270px 0px
}

.iti-flag.ml {
    height: 14px;
    background-position: -3292px 0px
}

.iti-flag.mm {
    height: 14px;
    background-position: -3314px 0px
}

.iti-flag.mn {
    height: 10px;
    background-position: -3336px 0px
}

.iti-flag.mo {
    height: 14px;
    background-position: -3358px 0px
}

.iti-flag.mp {
    height: 10px;
    background-position: -3380px 0px
}

.iti-flag.mq {
    height: 14px;
    background-position: -3402px 0px
}

.iti-flag.mr {
    height: 14px;
    background-position: -3424px 0px
}

.iti-flag.ms {
    height: 10px;
    background-position: -3446px 0px
}

.iti-flag.mt {
    height: 14px;
    background-position: -3468px 0px
}

.iti-flag.mu {
    height: 14px;
    background-position: -3490px 0px
}

.iti-flag.mv {
    height: 14px;
    background-position: -3512px 0px
}

.iti-flag.mw {
    height: 14px;
    background-position: -3534px 0px
}

.iti-flag.mx {
    height: 12px;
    background-position: -3556px 0px
}

.iti-flag.my {
    height: 10px;
    background-position: -3578px 0px
}

.iti-flag.mz {
    height: 14px;
    background-position: -3600px 0px
}

.iti-flag.na {
    height: 14px;
    background-position: -3622px 0px
}

.iti-flag.nc {
    height: 10px;
    background-position: -3644px 0px
}

.iti-flag.ne {
    height: 15px;
    background-position: -3666px 0px
}

.iti-flag.nf {
    height: 10px;
    background-position: -3686px 0px
}

.iti-flag.ng {
    height: 10px;
    background-position: -3708px 0px
}

.iti-flag.ni {
    height: 12px;
    background-position: -3730px 0px
}

.iti-flag.nl {
    height: 14px;
    background-position: -3752px 0px
}

.iti-flag.no {
    height: 15px;
    background-position: -3774px 0px
}

.iti-flag.np {
    height: 15px;
    background-position: -3796px 0px
}

.iti-flag.nr {
    height: 10px;
    background-position: -3811px 0px
}

.iti-flag.nu {
    height: 10px;
    background-position: -3833px 0px
}

.iti-flag.nz {
    height: 10px;
    background-position: -3855px 0px
}

.iti-flag.om {
    height: 10px;
    background-position: -3877px 0px
}

.iti-flag.pa {
    height: 14px;
    background-position: -3899px 0px
}

.iti-flag.pe {
    height: 14px;
    background-position: -3921px 0px
}

.iti-flag.pf {
    height: 14px;
    background-position: -3943px 0px
}

.iti-flag.pg {
    height: 15px;
    background-position: -3965px 0px
}

.iti-flag.ph {
    height: 10px;
    background-position: -3987px 0px
}

.iti-flag.pk {
    height: 14px;
    background-position: -4009px 0px
}

.iti-flag.pl {
    height: 13px;
    background-position: -4031px 0px
}

.iti-flag.pm {
    height: 14px;
    background-position: -4053px 0px
}

.iti-flag.pn {
    height: 10px;
    background-position: -4075px 0px
}

.iti-flag.pr {
    height: 14px;
    background-position: -4097px 0px
}

.iti-flag.ps {
    height: 10px;
    background-position: -4119px 0px
}

.iti-flag.pt {
    height: 14px;
    background-position: -4141px 0px
}

.iti-flag.pw {
    height: 13px;
    background-position: -4163px 0px
}

.iti-flag.py {
    height: 11px;
    background-position: -4185px 0px
}

.iti-flag.qa {
    height: 8px;
    background-position: -4207px 0px
}

.iti-flag.re {
    height: 14px;
    background-position: -4229px 0px
}

.iti-flag.ro {
    height: 14px;
    background-position: -4251px 0px
}

.iti-flag.rs {
    height: 14px;
    background-position: -4273px 0px
}

.iti-flag.ru {
    height: 14px;
    background-position: -4295px 0px
}

.iti-flag.rw {
    height: 14px;
    background-position: -4317px 0px
}

.iti-flag.sa {
    height: 14px;
    background-position: -4339px 0px
}

.iti-flag.sb {
    height: 10px;
    background-position: -4361px 0px
}

.iti-flag.sc {
    height: 10px;
    background-position: -4383px 0px
}

.iti-flag.sd {
    height: 10px;
    background-position: -4405px 0px
}

.iti-flag.se {
    height: 13px;
    background-position: -4427px 0px
}

.iti-flag.sg {
    height: 14px;
    background-position: -4449px 0px
}

.iti-flag.sh {
    height: 10px;
    background-position: -4471px 0px
}

.iti-flag.si {
    height: 10px;
    background-position: -4493px 0px
}

.iti-flag.sj {
    height: 15px;
    background-position: -4515px 0px
}

.iti-flag.sk {
    height: 14px;
    background-position: -4537px 0px
}

.iti-flag.sl {
    height: 14px;
    background-position: -4559px 0px
}

.iti-flag.sm {
    height: 15px;
    background-position: -4581px 0px
}

.iti-flag.sn {
    height: 14px;
    background-position: -4603px 0px
}

.iti-flag.so {
    height: 14px;
    background-position: -4625px 0px
}

.iti-flag.sr {
    height: 14px;
    background-position: -4647px 0px
}

.iti-flag.ss {
    height: 10px;
    background-position: -4669px 0px
}

.iti-flag.st {
    height: 10px;
    background-position: -4691px 0px
}

.iti-flag.sv {
    height: 12px;
    background-position: -4713px 0px
}

.iti-flag.sx {
    height: 14px;
    background-position: -4735px 0px
}

.iti-flag.sy {
    height: 14px;
    background-position: -4757px 0px
}

.iti-flag.sz {
    height: 14px;
    background-position: -4779px 0px
}

.iti-flag.ta {
    height: 10px;
    background-position: -4801px 0px
}

.iti-flag.tc {
    height: 10px;
    background-position: -4823px 0px
}

.iti-flag.td {
    height: 14px;
    background-position: -4845px 0px
}

.iti-flag.tf {
    height: 14px;
    background-position: -4867px 0px
}

.iti-flag.tg {
    height: 13px;
    background-position: -4889px 0px
}

.iti-flag.th {
    height: 14px;
    background-position: -4911px 0px
}

.iti-flag.tj {
    height: 10px;
    background-position: -4933px 0px
}

.iti-flag.tk {
    height: 10px;
    background-position: -4955px 0px
}

.iti-flag.tl {
    height: 10px;
    background-position: -4977px 0px
}

.iti-flag.tm {
    height: 14px;
    background-position: -4999px 0px
}

.iti-flag.tn {
    height: 14px;
    background-position: -5021px 0px
}

.iti-flag.to {
    height: 10px;
    background-position: -5043px 0px
}

.iti-flag.tr {
    height: 14px;
    background-position: -5065px 0px
}

.iti-flag.tt {
    height: 12px;
    background-position: -5087px 0px
}

.iti-flag.tv {
    height: 10px;
    background-position: -5109px 0px
}

.iti-flag.tw {
    height: 14px;
    background-position: -5131px 0px
}

.iti-flag.tz {
    height: 14px;
    background-position: -5153px 0px
}

.iti-flag.ua {
    height: 14px;
    background-position: -5175px 0px
}

.iti-flag.ug {
    height: 14px;
    background-position: -5197px 0px
}

.iti-flag.um {
    height: 11px;
    background-position: -5219px 0px
}

.iti-flag.us {
    height: 11px;
    background-position: -5241px 0px
}

.iti-flag.uy {
    height: 14px;
    background-position: -5263px 0px
}

.iti-flag.uz {
    height: 10px;
    background-position: -5285px 0px
}

.iti-flag.va {
    height: 15px;
    background-position: -5307px 0px
}

.iti-flag.vc {
    height: 14px;
    background-position: -5324px 0px
}

.iti-flag.ve {
    height: 14px;
    background-position: -5346px 0px
}

.iti-flag.vg {
    height: 10px;
    background-position: -5368px 0px
}

.iti-flag.vi {
    height: 14px;
    background-position: -5390px 0px
}

.iti-flag.vn {
    height: 14px;
    background-position: -5412px 0px
}

.iti-flag.vu {
    height: 12px;
    background-position: -5434px 0px
}

.iti-flag.wf {
    height: 14px;
    background-position: -5456px 0px
}

.iti-flag.ws {
    height: 10px;
    background-position: -5478px 0px
}

.iti-flag.xk {
    height: 15px;
    background-position: -5500px 0px
}

.iti-flag.ye {
    height: 14px;
    background-position: -5522px 0px
}

.iti-flag.yt {
    height: 14px;
    background-position: -5544px 0px
}

.iti-flag.za {
    height: 14px;
    background-position: -5566px 0px
}

.iti-flag.zm {
    height: 14px;
    background-position: -5588px 0px
}

.iti-flag.zw {
    height: 10px;
    background-position: -5610px 0px
}

.iti-flag {
    width: 20px;
    height: 15px;
    box-shadow: 0px 0px 1px 0px #888;
    background-image: url("../image/flags.png");
    background-repeat: no-repeat;
    background-color: #DBDBDB;
    background-position: 20px 0
}

@media only screen and (-o-min-device-pixel-ratio: 2/1),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi) {
    .iti-flag {
        background-image:url("../image/flags@2x.png")
    }
}

.iti-flag.np {
    background-color: transparent
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeIn {
    animation-name: fadeIn
}

.fadeOut {
    animation-name: fadeOut
}

.d-flx {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.d-flx.no-wrap {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.flx-both {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.flx-top {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start
}

.flx-bottom {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end
}

.flx-vcenter {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.flx-left {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start
}

.flx-right {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end
}

.flx-hcenter {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

.flx-equal-space {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between
}

.cf {
    zoom:1
}

.cf:after,.cf:before {
    content: "";
    display: block
}

.cf:after {
    clear: both
}

.d-blk {
    display: block
}

.mr-auto {
    margin-right: auto
}

.ml-auto {
    margin-left: auto
}

.h100 {
    height: 100%
}

.w100 {
    width: 100%
}

.tel {
    cursor: default
}

.no-pad {
    padding: 0!important
}

.default {
    padding: 0!important;
    margin: 0!important;
    list-style: none!important
}

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

.default li:after,.default li:before {
    display: none
}

@media (max-width: 1023.98px) {
    header {
        width:100vw;
        position: relative;
        left: 0;
        top: 0
    }
}

header .header_container {
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    width: 8.125rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.875rem;
    border-right: 1px solid #70707020;
    background-color: #03030F;
    z-index: 99
}

@media (max-width: 1800.98px) {
    header .header_container {
        padding:1.25rem;
        width: 6.875rem
    }
}

@media (max-width: 1439.98px) {
    header .header_container {
        width:5rem;
        padding: 0.9375rem
    }
}

@media (max-width: 1023.98px) {
    header .header_container {
        display:none
    }
}

header .header_container .logo {
    width: 4.0625rem
}

@media (max-width: 1800.98px) {
    header .header_container .logo {
        width:2.625rem
    }
}

@media (max-width: 1439.98px) {
    header .header_container .logo {
        width:2.8125rem
    }
}

header .header_container .logo a {
    display: block
}

header .top_header {
    width: 100vw;
    position: fixed;
    right: 0;
    top: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    padding: 2.25rem 4.0625rem;
    padding-left: 12%;
    z-index: 98;
    pointer-events: none
}

@media (max-width: 1439.98px) {
    header .top_header {
        padding:1.5625rem 3.125rem;
        padding-left: 8%
    }
}

@media (max-width: 1199.98px) {
    header .top_header {
        padding-left:11%
    }
}

@media (max-width: 1023.98px) {
    header .top_header {
        padding:1.25rem 1.5625rem;
        border-bottom: 1px solid #70707026;
        position: fixed;
        left: 0;
        right: auto;
        background-color: #03030F
    }
}

@media (max-width: 480px) {
    header .top_header {
        padding:1.125rem 0.9375rem
    }
}

header .top_header .left {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    pointer-events: all
}

@media (max-width: 1023.98px) {
    header .top_header .left {
        display:none
    }
}

header .top_header .left li a {
    font-size: 1rem;
    color: #bdbaba;
    line-height: 1.4;
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0.3125rem
}

@media (max-width: 1439.98px) {
    header .top_header .left li a {
        font-size:0.875rem
    }
}

header .top_header .left li a p {
    position: relative;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

header .top_header .left li a span {
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

header .top_header .left li a:hover {
    color: #EB2248
}

header .top_header .left li a:hover p {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -webkit-transform: translateY(-20px)
}

header .top_header .left li a:hover span {
    opacity: 1;
    visibility: visible;
    top: 50%
}

header .top_header .left li+li {
    margin-left: 2.1875rem
}

@media (max-width: 1439.98px) {
    header .top_header .left li+li {
        margin-left:1.5625rem
    }
}

header .top_header .right {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    pointer-events: all
}

@media (max-width: 1023.98px) {
    header .top_header .right {
        width:100%;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between
    }
}

header .top_header .right .swicher {
    margin-right: 3.75rem
}

@media (max-width: 1439.98px) {
    header .top_header .right .swicher {
        margin-right:2.5rem
    }
}

@media (max-width: 1023.98px) {
    header .top_header .right .swicher {
        margin-right:0
    }
}

header .top_header .right ._btn {
    margin-right: 3.75rem
}

@media (max-width: 1439.98px) {
    header .top_header .right ._btn {
        margin-right:2.5rem
    }
}

@media (max-width: 1023.98px) {
    header .top_header .right ._btn {
        display:none
    }
}

header .top_header .right .logo_for_mob {
    display: none
}

@media (max-width: 1023.98px) {
    header .top_header .right .logo_for_mob {
        display:block;
        width: 9.375rem;
        margin-right: 3.125rem
    }
}

header .top_header .right .menu_click {
    cursor: pointer
}

header .top_header .right .menu_click .icon {
    display: inline-block;
    width: 2.5rem
}

@media (max-width: 1439.98px) {
    header .top_header .right .menu_click .icon {
        width:1.875rem
    }
}

.side_menu {
    position: fixed;
    top: 50%;
    transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    display: none
}

.side_menu ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    height: 50rem;
    max-width: calc(100vh - 150px);
    writing-mode: vertical-lr;
    padding-bottom: 3.125rem
}

@media (max-width: 1920px) {
    .side_menu ul {
        height:43.75rem
    }
}

@media (max-width: 1599.98px) {
    .side_menu ul {
        height:37.5rem
    }
}

@media (max-width: 1439.98px) {
    .side_menu ul {
        height:34.375rem
    }
}

.side_menu ul li a {
    display: block;
    transform: scale(-1);
    line-height: 1;
    font-size: 0.625rem;
    color: #777676;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    font-weight: 400
}

@media (max-width: 1439.98px) {
    .side_menu ul li a {
        font-size:9px
    }
}

.side_menu ul li a.active,.side_menu ul li a:hover {
    color: #EB2248
}

.more_menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999
}

@media (max-width: 640px) {
    .more_menu {
        overflow:hidden;
        overflow-y: auto;
        height: 100vh
    }
}

.more_menu .menu_wrapper {
    position: relative;
    width: 0;
    height: 100vh;
    background-color: #6d0317;
    z-index: 9999;
    transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out
}

@media (max-width: 640px) {
    .more_menu .menu_wrapper {
        display:-ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.more_menu .menu_wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0%;
    background-color: #03030F;
    z-index: -1;
    transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.more_menu .menu_click {
    position: absolute;
    top: 2.25rem;
    right: 4.0625rem;
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

@media (max-width: 1439.98px) {
    .more_menu .menu_click {
        width:1.875rem;
        height: 1.875rem
    }
}

@media (max-width: 640px) {
    .more_menu .menu_click {
        right:1.875rem
    }
}

@media (max-width: 480px) {
    .more_menu .menu_click {
        top:1.25rem;
        right: 1.25rem
    }
}

.more_menu .menu_click i {
    position: absolute;
    top: 0;
    left: 1.1875rem;
    width: 0.1875rem;
    height: 0%;
    background-color: #fff;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out
}

@media (max-width: 1439.98px) {
    .more_menu .menu_click i {
        left:0.875rem
    }
}

.more_menu .menu_click i+i {
    background-color: #EB2248;
    left: auto;
    right: 0;
    top: 1.1875rem;
    width: 0%;
    height: 0.1875rem
}

@media (max-width: 1439.98px) {
    .more_menu .menu_click i+i {
        top:0.875rem
    }
}

.more_menu .for_menu_label {
    position: absolute;
    top: 42%;
    left: 5rem;
    display: inline-block;
    transform: scale(-1) translateY(-50%);
    writing-mode: vertical-lr;
    line-height: 1;
    font-size: 0.625rem;
    color: #EB2248;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    font-weight: 400;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out
}

@media (max-width: 1439.98px) {
    .more_menu .for_menu_label {
        font-size:9px
    }
}

@media (max-width: 1439.98px) {
    .more_menu .for_menu_label {
        left:3.125rem
    }
}

@media (max-width: 1023.98px) {
    .more_menu .for_menu_label {
        top:40%
    }
}

@media (max-width: 640px) {
    .more_menu .for_menu_label {
        position:static;
        transform: none;
        writing-mode: unset;
        font-size: 0.875rem;
        padding-top: 3.125rem;
        padding-left: 15%
    }
}

.more_menu .logo {
    position: absolute;
    top: 1.25rem;
    left: 3.75rem;
    width: 19.375rem;
    max-width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out
}

@media (max-width: 1799.98px) {
    .more_menu .logo {
        width:13.625rem;
        top: 0.0rem
    }
}

@media (max-width: 1439.98px) {
    .more_menu .logo {
        width:12.5rem
    }
}

@media (max-width: 1023.98px) {
    .more_menu .logo {
        display:none
    }
}

.more_menu .social_link {
    position: absolute;
    bottom: 7.5rem;
    right: 5.625rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    z-index: 9
}

@media (max-width: 1799.98px) {
    .more_menu .social_link {
        bottom:6.25rem
    }
}

@media (max-width: 1439.98px) {
    .more_menu .social_link {
        bottom:5rem;
        right: 1.875rem
    }
}

@media (max-width: 640px) {
    .more_menu .social_link {
        -webkit-justify-content:center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        width: 100%;
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        order: 5;
        padding-bottom: 0.625rem
    }
}

.more_menu .social_link li a {
    font-size: 1rem;
    color: #fff;
    display: inline-block
}

@media (max-width: 1799.98px) {
    .more_menu .social_link li a {
        font-size:0.875rem
    }
}

.more_menu .social_link li a:hover {
    color: #EB2248
}

.more_menu .social_link li+li {
    margin-left: 2.5rem
}

@media (max-width: 1799.98px) {
    .more_menu .social_link li+li {
        margin-left:2.1875rem
    }
}

@media (max-width: 1439.98px) {
    .more_menu .social_link li+li {
        margin-left:1.5625rem
    }
}

.more_menu .text {
    position: absolute;
    bottom: 2.25rem;
    right: 5.625rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    z-index: 9
}

@media (max-width: 1439.98px) {
    .more_menu .text {
        right:1.875rem
    }
}

@media (max-width: 640px) {
    .more_menu .text {
        display:block;
        left: 0;
        right: 0;
        text-align: center;
        order: 6;
        bottom: 0;
        position: relative;
        width: 100%;
        padding-bottom: 1.875rem
    }
}

.more_menu .text p {
    font-size: 1rem;
    color: #DDDDDD42
}

@media (max-width: 1799.98px) {
    .more_menu .text p {
        font-size:0.875rem
    }
}

.more_menu .text p a {
    color: #DDDDDD42
}

.more_menu .text p a:hover {
    color: #EB2248
}

.more_menu .text p+p {
    margin-left: 3.75rem
}

@media (max-width: 1799.98px) {
    .more_menu .text p+p {
        margin-left:1.875rem
    }
}

@media (max-width: 640px) {
    .more_menu .text p+p {
        margin:0.375rem 0 0
    }
}

@media (max-width: 480px) {
    .more_menu .text p+p {
        margin-top:0
    }
}

.more_menu .menu_wraper {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding-left: 25%
}

@media (max-width: 1799.98px) {
    .more_menu .menu_wraper {
        padding-left:20%
    }
}

@media (max-width: 640px) {
    .more_menu .menu_wraper {
        height:auto;
        padding-left: 15%
    }
}

.more_menu .menu_wraper .nav_main_menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: relative;
    left: 1.25rem;
    z-index: 2
}

@media (max-width: 640px) {
    .more_menu .menu_wraper .nav_main_menu {
        margin:1.875rem 0
    }
}

.more_menu .menu_wraper .nav_main_menu>li {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    left: 1.25rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out
}

.more_menu .menu_wraper .nav_main_menu>li a {
    color: #fff;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.2;
    display: inline-block
}

@media (max-width: 1799.98px) {
    .more_menu .menu_wraper .nav_main_menu>li a {
        font-size:2.8125rem
    }
}

@media (max-width: 1439.98px) {
    .more_menu .menu_wraper .nav_main_menu>li a {
        font-size:2.375rem
    }
}

@media (max-width: 1199.98px) {
    .more_menu .menu_wraper .nav_main_menu>li a {
        font-size:1.625rem
    }
}

.more_menu .menu_wraper .nav_main_menu>li a span {
    display: block;
    font-size: 1.125rem;
    color: #EB2248;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0
}

@media (max-width: 1799.98px) {
    .more_menu .menu_wraper .nav_main_menu>li a span {
        font-size:0.875rem
    }
}

@media (max-width: 1199.98px) {
    .more_menu .menu_wraper .nav_main_menu>li a span {
        font-size:0.75rem
    }
}

.more_menu .menu_wraper .nav_main_menu>li a.get_in_touch {
    color: #EB2248
}

.more_menu .menu_wraper .nav_main_menu>li a.get_in_touch:hover {
    color: #6d0317
}

.more_menu .menu_wraper .nav_main_menu>li a:hover {
    color: #EB2248;
    letter-spacing: 0.02rem
}

.more_menu .menu_wraper .nav_main_menu>li>ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1.375rem;
    position: relative;
    left: -1.25rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out
}

@media (max-width: 1799.98px) {
    .more_menu .menu_wraper .nav_main_menu>li>ul {
        margin-top:0.9375rem
    }
}

@media (max-width: 640px) {
    .more_menu .menu_wraper .nav_main_menu>li>ul {
        display:none
    }
}

.more_menu .menu_wraper .nav_main_menu>li>ul li {
    margin-left: 3.125rem;
    padding-left: 3.125rem;
    position: relative
}

@media (max-width: 1799.98px) {
    .more_menu .menu_wraper .nav_main_menu>li>ul li {
        padding-left:0.9375rem;
        margin-left: 0.9375rem
    }
}

@media (max-width: 1199.98px) {
    .more_menu .menu_wraper .nav_main_menu>li>ul li {
        padding-left:0.625rem;
        margin-left: 0.625rem
    }
}

.more_menu .menu_wraper .nav_main_menu>li>ul li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background-color: #fff;
    transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -webkit-transform: rotate(25deg)
}

.more_menu .menu_wraper .nav_main_menu>li>ul li a {
    font-size: 1.125rem;
    font-weight: 400
}

@media (max-width: 1799.98px) {
    .more_menu .menu_wraper .nav_main_menu>li>ul li a {
        font-size:0.9375rem
    }
}

@media (max-width: 1199.98px) {
    .more_menu .menu_wraper .nav_main_menu>li>ul li a {
        font-size:0.8125rem
    }
}

.more_menu .menu_wraper .nav_main_menu>li+li {
    margin-top: 2.1875rem
}

@media (max-width: 1799.98px) {
    .more_menu .menu_wraper .nav_main_menu>li+li {
        margin-top:1.875rem
    }
}

@media (max-width: 1439.98px) {
    .more_menu .menu_wraper .nav_main_menu>li+li {
        margin-top:1.25rem
    }
}

.more_menu .menu_wraper .nav_main_menu>li:hover ul {
    left: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

body.open_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

body.open_menu .more_menu {
    background-color: #03030F
}

body.open_menu .more_menu .menu_wrapper {
    width: 100vw
}

body.open_menu .more_menu .menu_wrapper:after {
    width: 100%
}

body.open_menu .more_menu .menu_click {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

body.open_menu .more_menu .menu_click i {
    height: 100%;
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s
}

body.open_menu .more_menu .menu_click i:nth-of-type(2) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    height: 0.1875rem;
    width: 100%
}

body.open_menu .more_menu .for_menu_label {
    left: 3.75rem;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s
}

body.open_menu .more_menu .logo {
    left: 1.875rem;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s
}

body.open_menu .more_menu .social_link {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s
}

body.open_menu .more_menu .text {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s
}

body.open_menu .more_menu .menu_wraper .nav_main_menu {
    left: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s
}

body.open_menu .more_menu .menu_wraper .nav_main_menu>li {
    left: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s
}

body.open_menu .more_menu .menu_wraper .nav_main_menu>li:nth-of-type(2n) {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s
}

body.open_menu .more_menu .menu_wraper .nav_main_menu>li:nth-of-type(3n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s
}

body.open_menu .more_menu .menu_wraper .nav_main_menu>li:nth-of-type(4n) {
    -webkit-transition-delay: 0.85s;
    transition-delay: 0.85s
}

body.open_menu .more_menu .menu_wraper .nav_main_menu>li:nth-of-type(5n) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s
}

body.open_menu .more_menu .menu_wraper .nav_main_menu>li:nth-of-type(6n) {
    -webkit-transition-delay: 0.95s;
    transition-delay: 0.95s
}

footer .mob_footer {
    display: none
}

@media (max-width: 1023.98px) {
    footer .mob_footer {
        display:block;
        padding: 3.125rem 0
    }
}

footer .mob_footer .logo {
    width: 16.25rem;
    margin: 0 auto 3.125rem
}

@media (max-width: 480px) {
    footer .mob_footer .logo {
        width:13.75rem
    }
}

footer .mob_footer .left {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

footer .mob_footer .left li a {
    font-size: 1rem;
    color: #777676;
    line-height: 1.4;
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0.3125rem
}

@media (max-width: 1439.98px) {
    footer .mob_footer .left li a {
        font-size:0.875rem
    }
}

footer .mob_footer .left li a p {
    position: relative;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

footer .mob_footer .left li a span {
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

footer .mob_footer .left li a:hover {
    color: #EB2248
}

footer .mob_footer .left li a:hover p {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -webkit-transform: translateY(-20px)
}

footer .mob_footer .left li a:hover span {
    opacity: 1;
    visibility: visible;
    top: 50%
}

footer .mob_footer .left li+li {
    margin-left: 3.125rem
}

@media (max-width: 1439.98px) {
    footer .mob_footer .left li+li {
        margin-left:2.5rem
    }
}

footer .mob_footer .text {
    text-align: center;
    margin-top: 2.1875rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

@media (max-width: 640px) {
    footer .mob_footer .text {
        display:block
    }
}

footer .mob_footer .text p {
    color: #DDDDDD42;
    font-size: 0.875rem
}

@media (max-width: 480px) {
    footer .mob_footer .text p {
        font-size:0.75rem
    }
}

footer .mob_footer .text p a {
    color: #DDDDDD42
}

footer .mob_footer .text p a:hover {
    color: #EB2248
}

footer .mob_footer .text p+p {
    margin-left: 3.125rem
}

@media (max-width: 640px) {
    footer .mob_footer .text p+p {
        margin:0;
        margin-top: 0.375rem
    }
}

.audento {
    position: fixed;
    bottom: 10%;
    right: 0%;
    transform: translateX(80%);
    z-index: 2;
    pointer-events: none
}

@media (max-width: 640px) {
    .audento {
        transform:translateX(60%)
    }
}

.audento span {
    display: block;
    font-size: 23rem;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px #DDDDDD20;
    text-stroke: 1px #DDDDDD20;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent
}

@media (max-width: 1800.98px) {
    .audento span {
        font-size:18.75rem
    }
}

@media (max-width: 1599.98px) {
    .audento span {
        font-size:13.75rem
    }
}

.velvet {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none
}

@media (max-width: 1023.98px) {
    .velvet {
        z-index:-1
    }
}

.bg_velvet {
    position: fixed;
    top: 0;
    right: 0%;
    width: 60%;
    max-width: 60%;
    padding-bottom: 100vh;
    margin-left: auto;
    z-index: 1;
    background: #8d131c;
    background: -moz-radial-gradient(circle,#8d131c -70%,#03030f 60%);
    background: -webkit-radial-gradient(circle,#8d131c -70%,#03030f 60%);
    background: radial-gradient(circle,#8d131c -70%,#03030f 60%);
    opacity: 0.5
}

@media (max-width: 640px) {
    .bg_velvet {
        width:100%;
        max-width: 100%;
        padding-bottom: calc((640 / 640) * 100%)
    }
}

.line {
    height: 0%;
    width: 0.125rem;
    position: fixed;
    left: 8.125rem;
    top: 0;
    display: inline-block;
    background-color: #EB2248;
    z-index: 99
}

@media (max-width: 1800.98px) {
    .line {
        left:6.875rem
    }
}

@media (max-width: 1439.98px) {
    .line {
        left:4.9375rem
    }
}

.scroll_button {
    position: fixed;
    left: 82vw;
    z-index: 99;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out
}

@media (max-width: 1599.98px) {
    .scroll_button {
        left:80vw
    }
}

@media (max-width: 1359.98px) {
    .scroll_button {
        left:85vw;
        margin-top: 5.625rem
    }
}

@media (max-width: 1023.98px) {
    .scroll_button {
        left:auto;
        right: 3.125rem;
        width: 2.375rem;
        bottom: 3.125rem
    }
}

@media (max-width: 640px) {
    .scroll_button {
        right:2.1875rem;
        bottom: 1.875rem
    }
}

.scroll_button a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.scroll_button span {
    width: 7.1875rem;
    height: 7.1875rem;
    border-radius: 50%;
    display: inline-block;
    background-color: #EB2248;
    color: #fff;
    text-align: center;
    font-size: 1.25rem;
    line-height: 7.1875rem;
    pointer-events: none
}

@media (max-width: 1599.98px) {
    .scroll_button span {
        width:6.25rem;
        height: 6.25rem;
        line-height: 6.25rem
    }
}

@media (max-width: 1359.98px) {
    .scroll_button span {
        width:5rem;
        height: 5rem;
        line-height: 5rem;
        font-size: 0.875rem
    }
}

@media (max-width: 1023.98px) {
    .scroll_button span {
        width:100%;
        height: 4.0625rem;
        background-color: transparent;
        line-height: 1;
        order: 2;
        border-left: 1px solid #EB2248;
        border-radius: 0;
        position: relative;
        top: -0.625rem;
        left: 1.0625rem
    }

    .scroll_button span:before {
        display: none
    }

    .scroll_button span:after {
        content: "";
        position: absolute;
        top: 0;
        left: -0.8125rem;
        width: 1.5rem;
        height: 1.5rem;
        border-radius: 50%;
        border: 1px solid #EB2248;
        opacity: 1;
        animation: scrollBall 2s ease-in-out infinite
    }
}

.scroll_button p {
    font-size: 0.75rem;
    color: #fff;
    letter-spacing: 0.2rem;
    margin-left: 1.5625rem;
    pointer-events: none
}

@media (max-width: 1359.98px) {
    .scroll_button p {
        margin-left:0.625rem;
        letter-spacing: 0.1rem
    }
}

@media (max-width: 1023.98px) {
    .scroll_button p {
        order:1;
        line-height: 2.25rem;
        color: #EB2248;
        display: inline-block;
        transform: translateY(-50%);
        writing-mode: vertical-lr;
        width: 100%;
        margin: 0
    }
}

.scroll_button.hide {
    opacity: 0;
    pointer-events: none;
    visibility: hidden
}

@media (max-width: 1023.98px) {
    .scroll_button.hide {
        bottom:1.875rem
    }
}

@-moz-keyframes scrollBall {
    40%,60% {
        transform: translateY(32px)
    }
}

@-webkit-keyframes scrollBall {
    40%,60% {
        transform: translateY(32px)
    }
}

@-o-keyframes scrollBall {
    40%,60% {
        transform: translateY(32px)
    }
}

@keyframes scrollBall {
    40%,60% {
        transform: translateY(32px)
    }
}

@media (max-width: 767.98px) {
    #awwwards {
        display:none!important
    }
}

.gallery {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.home_sec {
    width: calc(100vw - (22vw + 350px))
}

@media (max-width: 1359.98px) {
    .home_sec {
        width:auto
    }
}

@media (max-width: 1023.98px) {
    .home_sec {
        height:80vh;
        width: auto;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center
    }
}

@media (max-width: 991.98px) {
    .home_sec {
        width:100%;
        height: auto;
        padding: 3.75rem 0;
        display: block
    }
}

@media (max-width: 640px) {
    .home_sec {
        margin-bottom:5rem
    }
}

@media (max-width: 480px) {
    .home_sec {
        margin-bottom:1.25rem
    }
}

@media (max-width: 1023.98px) {
    .home_sec .home_div {
        margin-top:20%
    }
}

@media (max-width: 991.98px) {
    .home_sec .home_div {
        margin:12.5rem 0 6.25rem
    }
}

@media (max-width: 640px) {
    .home_sec .home_div {
        margin:7.5rem 0 2.5rem
    }
}

.home_sec .home_div h1 {
    font-size: 6.25rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    width: 60.625rem;
    max-width: 100%;
    padding-bottom: 11.25rem;
    white-space: normal;
    position: relative;
    left: 1.5625rem;
    min-height: 26.25rem;
    text-transform: uppercase
}

.home_sec .home_div h1 span {
    display: block
}

@media (max-width: 1800.98px) {
    .home_sec .home_div h1 {
        left:0;
        font-size: 5.9375rem;
        width: 56.25rem;
        padding-bottom: 7.5rem
    }
}

@media (max-width: 1439.98px) {
    .home_sec .home_div h1 {
        font-size:5.625rem;
        padding-bottom: 5rem;
        min-height: 18.75rem
    }
}

@media (max-width: 1359.98px) {
    .home_sec .home_div h1 {
        font-size:5.3125rem;
        padding-bottom: 3.125rem;
        width: 43.75rem
    }
}

@media (max-width: 991.98px) {
    .home_sec .home_div h1 {
        font-size:5rem;
        width: 37.5rem
    }
}

@media (max-width: 640px) {
    .home_sec .home_div h1 {
        font-size:3.75rem;
        min-height: 11.25rem;
        width: 100%;
        padding-bottom: 0.9375rem
    }
}

@media (max-width: 480px) {
    .home_sec .home_div h1 {
        font-size:2.5rem
    }
}

.home_sec .home_div ul.inner_page_link {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

@media (max-width: 640px) {
    .home_sec .home_div ul.inner_page_link {
        display:none
    }
}

.home_sec .home_div ul.inner_page_link li {
    padding-right: 2.8125rem;
    margin-right: 2.8125rem;
    position: relative
}

@media (max-width: 1800.98px) {
    .home_sec .home_div ul.inner_page_link li {
        padding-right:2.5rem;
        margin-right: 2.5rem
    }
}

@media (max-width: 1439.98px) {
    .home_sec .home_div ul.inner_page_link li {
        padding-right:1.875rem;
        margin-right: 1.875rem
    }
}

@media (max-width: 640px) {
    .home_sec .home_div ul.inner_page_link li {
        padding-right:0;
        margin-right: 0;
        margin-bottom: 1.875rem
    }
}

.home_sec .home_div ul.inner_page_link li:after {
    content: "";
    position: absolute;
    right: -0.15625rem;
    height: 0.3125rem;
    width: 0.3125rem;
    border-radius: 50%;
    background-color: #EB2248;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

@media (max-width: 640px) {
    .home_sec .home_div ul.inner_page_link li:after {
        display:none
    }
}

.home_sec .home_div ul.inner_page_link li a {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2
}

@media (max-width: 1439.98px) {
    .home_sec .home_div ul.inner_page_link li a {
        font-size:1.25rem
    }
}

@media (max-width: 640px) {
    .home_sec .home_div ul.inner_page_link li a {
        font-size:1.75rem;
        font-weight: 700;
        display: block
    }
}

.home_sec .home_div ul.inner_page_link li a:hover {
    color: #EB2248
}

.home_sec .home_div ul.inner_page_link li:last-child {
    padding-right: 0;
    margin-right: 0
}

.home_sec .home_div ul.inner_page_link li:last-child:after {
    display: none
}

.what_wedo_sec {
    padding-left: 15vw
}

.what_wedo_sec .content_div {
    width: 40.625rem;
    max-width: 100%;
    position: relative
}

@media (max-width: 1800.98px) {
    .what_wedo_sec .content_div {
        width:37.5rem
    }
}

.what_wedo_sec .content_div .sec_head {
    padding-bottom: 2.5rem
}

@media (max-width: 1800.98px) {
    .what_wedo_sec .content_div .sec_head {
        padding-bottom:1.875rem
    }
}

@media (max-width: 1439.98px) {
    .what_wedo_sec .content_div .sec_head {
        padding-bottom:1.25rem
    }
}

@media (max-width: 1359.98px) {
    .what_wedo_sec .content_div .sec_head {
        padding-bottom:0.9375rem
    }
}

.what_wedo_sec .content_div p {
    font-size: 1rem;
    color: #DDDDDD;
    line-height: 2
}

.what_wedo_sec .content_div p+p {
    margin-top: 0.9375rem
}

@media (max-width: 1359.98px) {
    .what_wedo_sec .content_div p+p {
        margin-top:0.625rem
    }
}

.what_wedo_sec .content_div .bttn {
    margin-top: 3.75rem
}

@media (max-width: 1800.98px) {
    .what_wedo_sec .content_div .bttn {
        margin-top:3.125rem
    }
}

@media (max-width: 1359.98px) {
    .what_wedo_sec .content_div .bttn {
        margin-top:2.1875rem
    }
}

@media (max-width: 640px) {
    .what_wedo_sec .content_div .bttn {
        text-align:left
    }
}

.service_sec {
    padding-right: 5vw;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

@media (max-width: 1023.98px) {
    .service_sec {
        display:block;
        padding-bottom: 1.875rem!important
    }
}

.service_sec .is_mobile_image {
    display: none
}

@media (max-width: 1023.98px) {
    .service_sec .is_mobile_image {
        display:block
    }
}

@media (max-width: 640px) {
    .service_sec .is_mobile_image {
        margin:0 -15px
    }
}

.service_sec .is_mobile_image .section_img {
    width: 100%;
    padding-bottom: calc((360 / 1024) * 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 3.125rem
}

@media (max-width: 640px) {
    .service_sec .is_mobile_image .section_img {
        padding-bottom:calc((400 / 640) * 100%)
    }
}

.service_sec .img_wraper {
    width: 37.5rem;
    height: 100vh;
    margin: 0 6.875rem;
    position: relative;
    z-index: -1;
    overflow: hidden
}

@media (max-width: 1920.98px) {
    .service_sec .img_wraper {
        width:25rem
    }
}

@media (max-width: 1599.98px) {
    .service_sec .img_wraper {
        width:18.75rem;
        margin: 0 6.25rem
    }
}

@media (max-width: 1439.98px) {
    .service_sec .img_wraper {
        width:17.5rem;
        margin: 0 4.6875rem
    }
}

@media (max-width: 1359.98px) {
    .service_sec .img_wraper {
        width:13.75rem
    }
}

@media (max-width: 1023.98px) {
    .service_sec .img_wraper {
        display:none
    }
}

.service_sec .img_wraper span {
    display: block;
    width: 200%;
    height: 100%;
    position: relative;
    left: -40%
}

.service_sec .img_wraper span .section_img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.service_sec .img_wraper span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #03030F;
    opacity: 0;
    transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out
}

.service_sec .img_wraper.is-inview span:after {
    opacity: 0.78
}

.service_sec .content_div {
    width: 28.75rem;
    padding: 0 15px;
    position: relative;
    margin-right: 6.25rem;
    top: -3.125rem
}

@media (max-width: 1800.98px) {
    .service_sec .content_div {
        width:32%
    }
}

@media (max-width: 1359.98px) {
    .service_sec .content_div {
        margin-right:2.5rem;
        top: 0
    }
}

@media (max-width: 1023.98px) {
    .service_sec .content_div {
        width:100%;
        display: block;
        margin: 0;
        left: 0;
        padding: 0
    }
}

.service_sec .content_div .sec_head {
    margin-bottom: 1.875rem
}

@media (max-width: 1359.98px) {
    .service_sec .content_div .sec_head {
        margin-bottom:0.9375rem
    }
}

.service_sec .content_div p {
    font-size: 1rem;
    color: #DDDDDD;
    padding-bottom: 1.875rem;
    line-height: 2;
    width: 26.25rem;
    max-width: 100%
}

@media (max-width: 1359.98px) {
    .service_sec .content_div p {
        padding-bottom:1.25rem;
        font-size: 0.875rem
    }
}

@media (max-width: 1023.98px) {
    .service_sec .content_div p {
        width:37.5rem;
        margin-bottom: 0rem
    }
}

.service_sec .row {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (max-width: 1023.98px) {
    .service_sec .row {
        -webkit-flex-wrap:wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width: 1023.98px) {
    .service_sec .row {
        margin:0
    }
}

@media (max-width: 640px) {
    .service_sec .for_mob_scrll {
        width:100%;
        overflow: hidden;
        overflow-x: auto
    }
}

.service_sec .col_item {
    min-width: auto;
    margin: 0 -15px;
    height: 34.375rem;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2,minmax(0,1fr))
}

@media (max-width: 1800.98px) {
    .service_sec .col_item {
        height:31.25rem
    }
}

@media (max-width: 1439.98px) {
    .service_sec .col_item {
        height:28.125rem
    }
}

@media (max-width: 1359.98px) {
    .service_sec .col_item {
        height:23.75rem
    }
}

@media (max-width: 1023.98px) {
    .service_sec .col_item {
        display:-ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-flow: unset;
        height: auto;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -0.9375rem;
        padding-top: 2.1875rem
    }
}

@media (max-width: 640px) {
    .service_sec .col_item {
        display:block;
        will-change: transform;
        transform: translateZ(0px);
        padding-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        scroll-behavior: smooth;
        margin: 0
    }
}

.service_sec .col_item .item_div {
    width: 24.75rem;
    padding: 0 15px;
    margin-bottom: 0.625rem;
    margin-right: 6.25rem
}

@media (max-width: 1359.98px) {
    .service_sec .col_item .item_div {
        margin-right:1.875rem
    }
}

@media (max-width: 1023.98px) {
    .service_sec .col_item .item_div {
        width:50%;
        margin: 0 0 1.875rem;
        padding: 0 0.9375rem
    }
}

@media (max-width: 640px) {
    .service_sec .col_item .item_div {
        vertical-align:top;
        display: inline-block;
        width: 20rem;
        margin-bottom: 1.25rem;
        margin-right: 0.9375rem;
        padding: 0
    }
}

@media (max-width: 480px) {
    .service_sec .col_item .item_div {
        width:15rem
    }
}

.service_sec .col_item .item_div label {
    font-size: 1rem;
    color: #ad1a26;
    line-height: 1;
    margin-bottom: 0.625rem;
    font-weight: 400
}

@media (max-width: 1359.98px) {
    .service_sec .col_item .item_div label {
        font-size:0.875rem;
        margin-bottom: 0
    }
}

.service_sec .col_item .item_div h3,.service_sec .col_item .item_div h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 1.875rem;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out
}

@media (max-width: 1439.98px) {
    .service_sec .col_item .item_div h3,.service_sec .col_item .item_div h4 {
        margin-bottom:1.25rem
    }
}

@media (max-width: 1359.98px) {
    .service_sec .col_item .item_div h3,.service_sec .col_item .item_div h4 {
        margin-bottom:0.5rem;
        font-size: 1.25rem;
        line-height: 1.6
    }
}

.service_sec .col_item .item_div .img_content {
    width: 24.75rem;
    max-width: 100%;
    position: relative
}

.service_sec .col_item .item_div .img_content p {
    font-size: 1rem;
    color: #DDDDDD;
    line-height: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

@media (max-width: 1359.98px) {
    .service_sec .col_item .item_div .img_content p {
        font-size:0.875rem
    }
}

@media (max-width: 640px) {
    .service_sec .col_item .item_div .img_content p {
        line-height:1.8
    }
}

.service_sec .col_item .item_div .img_content figure {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    padding-bottom: calc((170 / 400) * 100%);
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 10%;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

@media (max-width: 1439.98px) {
    .service_sec .col_item .item_div .img_content figure {
        padding-bottom:calc((125 / 350) * 100%)
    }
}

@media (max-width: 1359.98px) {
    .service_sec .col_item .item_div .img_content figure {
        padding-bottom:calc((120 / 360) * 100%)
    }
}

@media (max-width: 640px) {
    .service_sec .col_item .item_div .img_content figure {
        position:relative;
        opacity: 1;
        top: 0;
        left: 0;
        visibility: visible;
        transform: none;
        padding-bottom: calc((160 / 320) * 100%);
        margin-bottom: 1.25rem
    }
}

.service_sec .col_item .item_div .img_content figure a {
    width: 3.75rem;
    height: 3.75rem;
    line-height: 3.75rem;
    border-radius: 50%;
    background-color: #EB2248;
    color: #fff;
    text-align: center;
    font-size: 0.9375rem;
    position: absolute;
    bottom: 10%;
    right: 0%;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out
}

@media (max-width: 1439.98px) {
    .service_sec .col_item .item_div .img_content figure a {
        width:2.5rem;
        height: 2.5rem;
        line-height: 2.625rem;
        font-size: 0.625rem
    }
}

@media (max-width: 640px) {
    .service_sec .col_item .item_div .img_content figure a {
        opacity:1;
        visibility: visible;
        right: 1rem!important;
        bottom: 1rem!important
    }
}

.service_sec .col_item .item_div:hover h3,.service_sec .col_item .item_div:hover h4 {
    color: #EB2248
}

.service_sec .col_item .item_div:hover .img_content figure {
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.service_sec .col_item .item_div:hover .img_content figure a {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.2s;
    right: 6%
}

.service_sec.web {
    margin-right: 0;
    padding-right: 40vw
}

.protfolio_sec {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding-right: 10vw
}

@media (max-width: 1023.98px) {
    .protfolio_sec {
        display:block;
        padding: 3.75rem 10%
    }
}

.protfolio_sec .img_wraper {
    width: 37.5rem;
    height: 100vh;
    margin: 0 6.875rem;
    position: relative;
    z-index: -1;
    overflow: hidden
}

@media (max-width: 1920.98px) {
    .protfolio_sec .img_wraper {
        width:25rem
    }
}

@media (max-width: 1800.98px) {
    .protfolio_sec .img_wraper {
        left:-1.875rem
    }
}

@media (max-width: 1599.98px) {
    .protfolio_sec .img_wraper {
        width:18.75rem;
        margin: 0 6.25rem
    }
}

@media (max-width: 1439.98px) {
    .protfolio_sec .img_wraper {
        width:17.5rem;
        margin: 0 4.6875rem
    }
}

@media (max-width: 1359.98px) {
    .protfolio_sec .img_wraper {
        width:13.75rem
    }
}

@media (max-width: 1023.98px) {
    .protfolio_sec .img_wraper {
        display:none
    }
}

.protfolio_sec .img_wraper span {
    display: block;
    width: 200%;
    height: 100%;
    position: relative;
    left: -40%
}

.protfolio_sec .img_wraper span .section_img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.protfolio_sec .img_wraper span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(100% + 2px);
    background-color: #03030F;
    opacity: 0;
    transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    z-index: 6
}

.protfolio_sec .img_wraper.is-inview span:after {
    opacity: 0.78
}

.protfolio_sec .row {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (max-width: 1023.98px) {
    .protfolio_sec .row {
        display:block;
        margin: 0
    }
}

.protfolio_sec .content_div {
    width: 26.25rem;
    max-width: 100%;
    padding: 0 15px;
    margin-right: 8.4375rem;
    position: relative;
    left: -3.125rem
}

@media (max-width: 1359.98px) {
    .protfolio_sec .content_div {
        margin-right:3.75rem
    }
}

@media (max-width: 1023.98px) {
    .protfolio_sec .content_div {
        left:0;
        width: 100%;
        margin: 0;
        padding: 0 0 3.125rem
    }
}

.protfolio_sec .content_div .sec_head {
    margin-bottom: 1.875rem
}

@media (max-width: 1359.98px) {
    .protfolio_sec .content_div .sec_head {
        margin-bottom:0.9375rem
    }
}

.protfolio_sec .content_div p {
    font-size: 1rem;
    color: #DDDDDD;
    padding-bottom: 1.875rem;
    line-height: 2
}

@media (max-width: 1359.98px) {
    .protfolio_sec .content_div p {
        font-size:0.875rem;
        padding-bottom: 0.625rem
    }
}

@media (max-width: 1023.98px) {
    .protfolio_sec .content_div p {
        width:37.5rem;
        max-width: 100%
    }
}

.protfolio_sec .col_item {
    flex: 1;
    padding: 0 15px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (max-width: 1023.98px) {
    .protfolio_sec .col_item {
        padding:0;
        margin: 0 -0.9375rem;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width: 991.98px) {
    .protfolio_sec .col_item {
        margin:0 -0.375rem
    }
}

.protfolio_sec .col_item .item_div {
    width: 24.6875rem;
    margin-right: 6.25rem
}

@media (max-width: 1439.98px) {
    .protfolio_sec .col_item .item_div {
        width:20rem;
        margin-right: 3.75rem
    }
}

@media (max-width: 1359.98px) {
    .protfolio_sec .col_item .item_div {
        width:18.75rem;
        margin-right: 1.875rem
    }
}

@media (max-width: 1023.98px) {
    .protfolio_sec .col_item .item_div {
        padding:0 0.9375rem;
        max-width: 33.33%;
        margin: 0 0 1.875rem
    }
}

@media (max-width: 991.98px) {
    .protfolio_sec .col_item .item_div {
        padding:0 0.375rem
    }
}

@media (max-width: 640px) {
    .protfolio_sec .col_item .item_div {
        width:50%;
        max-width: 50%;
        margin: 0 auto 1.625rem
    }
}

.protfolio_sec .col_item .item_div .port_head {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 2rem
}

@media (max-width: 1439.98px) {
    .protfolio_sec .col_item .item_div .port_head {
        margin-bottom:1.25rem
    }
}

@media (max-width: 1359.98px) {
    .protfolio_sec .col_item .item_div .port_head {
        margin-bottom:0.9375rem
    }
}

@media (max-width: 640px) {
    .protfolio_sec .col_item .item_div .port_head {
        margin-bottom:0.9375rem
    }
}

.protfolio_sec .col_item .item_div .port_head h2 {
    font-size: 2rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.1;
    flex: 1
}

@media (max-width: 1439.98px) {
    .protfolio_sec .col_item .item_div .port_head h2 {
        font-size:1.5rem
    }
}

@media (max-width: 1359.98px) {
    .protfolio_sec .col_item .item_div .port_head h2 {
        font-size:1.25rem
    }
}

@media (max-width: 1023.98px) {
    .protfolio_sec .col_item .item_div .port_head h2 {
        font-size:1.125rem
    }
}

@media (max-width: 640px) {
    .protfolio_sec .col_item .item_div .port_head h2 {
        font-size:1.125rem
    }
}

.protfolio_sec .col_item .item_div .port_head .category {
    display: block;
    text-align: center;
    min-width: 7.1875rem;
    padding: 0.375rem 1.5625rem;
    background-color: #D12B3833;
    border-radius: 1.25rem;
    color: #DDDDDD;
    font-size: 1rem;
    font-weight: 500
}

@media (max-width: 1359.98px) {
    .protfolio_sec .col_item .item_div .port_head .category {
        width:auto;
        padding: 0.3125rem 1.25rem;
        font-size: 0.875rem
    }
}

@media (max-width: 1023.98px) {
    .protfolio_sec .col_item .item_div .port_head .category {
        padding:0 0.9375rem;
        line-height: 1.875rem;
        min-width: auto
    }
}

.protfolio_sec .col_item .item_div figure {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: calc((390 / 390) * 100%);
    display: block;
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden
}

@media (max-width: 1359.98px) {
    .protfolio_sec .col_item .item_div figure {
        padding-bottom:calc((200 / 260) * 100%);
        margin-bottom: 0.625rem
    }
}

@media (max-width: 1023.98px) {
    .protfolio_sec .col_item .item_div figure {
        padding-bottom:calc((300 / 300) * 100%)
    }
}

@media (max-width: 640px) {
    .protfolio_sec .col_item .item_div figure {
        margin-bottom:1.5rem
    }
}

.protfolio_sec .col_item .item_div figure .go_to_website {
    width: 3.75rem;
    height: 3.75rem;
    line-height: 3.75rem;
    border-radius: 50%;
    background-color: #EB2248;
    color: #fff;
    text-align: center;
    font-size: 0.9375rem;
    position: absolute;
    bottom: 6%;
    right: 0%;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out
}

@media (max-width: 1439.98px) {
    .protfolio_sec .col_item .item_div figure .go_to_website {
        width:2.5rem;
        height: 2.5rem;
        line-height: 2.625rem;
        font-size: 0.625rem
    }
}

@media (max-width: 640px) {
    .protfolio_sec .col_item .item_div figure .go_to_website {
        opacity:1;
        visibility: visible;
        right: 1rem!important;
        bottom: 1rem!important
    }
}

.protfolio_sec .col_item .item_div figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out
}

@media (max-width: 1359.98px) {
    .protfolio_sec .col_item .item_div figure img {
        object-fit:cover
    }
}

.protfolio_sec .col_item .item_div figure img.image_01 {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.protfolio_sec .col_item .item_div figure img.image_02 {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.protfolio_sec .col_item .item_div figure a {
    width: 3.75rem;
    height: 3.75rem;
    line-height: 3.75rem;
    border-radius: 50%;
    background-color: #EB2248;
    color: #fff;
    text-align: center;
    font-size: 0.9375rem;
    position: absolute;
    bottom: 1.375rem;
    right: 0%;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out
}

@media (max-width: 1023.98px) {
    .protfolio_sec .col_item .item_div figure a {
        opacity:1;
        visibility: visible;
        transition-delay: 0.2s;
        right: 6%;
        width: 2.5rem;
        height: 2.5rem;
        line-height: 2.5rem;
        font-size: 0.75rem
    }
}

.protfolio_sec .col_item .item_div:hover figure img.image_01 {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.protfolio_sec .col_item .item_div:hover figure img.image_02 {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.protfolio_sec .col_item .item_div:hover figure a {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.2s;
    right: 6%
}

.protfolio_sec .col_item .item_div .port_content h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 1.125rem
}

@media (max-width: 1439.98px) {
    .protfolio_sec .col_item .item_div .port_content h4 {
        font-size:1.25rem
    }
}

@media (max-width: 1359.98px) {
    .protfolio_sec .col_item .item_div .port_content h4 {
        font-size:1.125rem;
        margin-bottom: 0.625rem
    }
}

.protfolio_sec .col_item .item_div .port_content p {
    font-size: 1rem;
    line-height: 1.8;
    color: #DDDDDD;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width: 1359.98px) {
    .protfolio_sec .col_item .item_div .port_content p {
        font-size:0.875rem
    }
}

@media (max-width: 640px) {
    .protfolio_sec .col_item .item_div .port_content p {
        font-size:0.875rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        line-height: 1.4
    }
}

.blog_sec {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding-right: 20vw
}

@media (max-width: 1800.98px) {
    .blog_sec {
        padding-right:25vw
    }
}

@media (max-width: 1023.98px) {
    .blog_sec {
        display:block
    }
}

.blog_sec .img_wraper {
    width: 37.5rem;
    height: 100vh;
    margin: 0 6.875rem;
    position: relative;
    z-index: -1;
    overflow: hidden
}

@media (max-width: 1920.98px) {
    .blog_sec .img_wraper {
        width:25rem
    }
}

@media (max-width: 1800.98px) {
    .blog_sec .img_wraper {
        left:-1.875rem
    }
}

@media (max-width: 1599.98px) {
    .blog_sec .img_wraper {
        width:18.75rem;
        margin: 0 6.25rem
    }
}

@media (max-width: 1439.98px) {
    .blog_sec .img_wraper {
        width:17.5rem;
        margin: 0 4.6875rem
    }
}

@media (max-width: 1359.98px) {
    .blog_sec .img_wraper {
        width:13.75rem
    }
}

@media (max-width: 1023.98px) {
    .blog_sec .img_wraper {
        display:none
    }
}

.blog_sec .img_wraper span {
    display: block;
    width: 200%;
    height: 100%;
    position: relative;
    left: -40%
}

.blog_sec .img_wraper span .section_img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.blog_sec .img_wraper span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(100% + 2px);
    background-color: #03030F;
    opacity: 0;
    transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out
}

.blog_sec .img_wraper.is-inview span:after {
    opacity: 0.78
}

.blog_sec .row {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (max-width: 1023.98px) {
    .blog_sec .row {
        display:block;
        margin: 0
    }
}

.blog_sec .content_div {
    width: 26.25rem;
    max-width: 100%;
    padding: 0 15px;
    margin-right: 8.4375rem;
    position: relative;
    left: -1.25rem
}

@media (max-width: 1359.98px) {
    .blog_sec .content_div {
        margin-right:1.25rem;
        left: -2.5rem
    }
}

@media (max-width: 1023.98px) {
    .blog_sec .content_div {
        left:0;
        padding: 0 0 2.1875rem;
        margin: 0;
        width: 100%
    }
}

@media (max-width: 640px) {
    .blog_sec .content_div {
        padding-bottom:2.8125rem
    }
}

.blog_sec .content_div .sec_head {
    margin-bottom: 1.875rem
}

@media (max-width: 1359.98px) {
    .blog_sec .content_div .sec_head {
        margin-bottom:0.9375rem
    }
}

.blog_sec .content_div p {
    font-size: 1rem;
    color: #DDDDDD;
    padding-bottom: 1.875rem;
    line-height: 2
}

@media (max-width: 1359.98px) {
    .blog_sec .content_div p {
        font-size:0.875rem;
        padding-bottom: 0.9375rem
    }
}

@media (max-width: 1023.98px) {
    .blog_sec .content_div p {
        width:43.75rem;
        max-width: 100%
    }
}

@media (max-width: 640px) {
    .blog_sec .content_div ._link {
        display:none
    }
}

.blog_sec .col_item {
    flex: 1;
    padding: 0 15px
}

@media (max-width: 1023.98px) {
    .blog_sec .col_item {
        padding:0;
        flex: unset;
        width: 100%
    }
}

.blog_sec .col_item .item_div {
    width: 35.9375rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #DDDDDD24;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out
}

@media (max-width: 1359.98px) {
    .blog_sec .col_item .item_div {
        width:31.25rem;
        margin-bottom: 1rem;
        padding-bottom: 1rem
    }
}

@media (max-width: 991.98px) {
    .blog_sec .col_item .item_div {
        max-width:100%
    }
}

@media (max-width: 767.98px) {
    .blog_sec .col_item .item_div {
        width:100%
    }
}

@media (max-width: 640px) {
    .blog_sec .col_item .item_div {
        padding-bottom:0;
        border-bottom: none;
        margin-bottom: 4.375rem
    }
}

.blog_sec .col_item .item_div .blog_content {
    position: relative;
    padding-right: 5rem
}

@media (max-width: 1359.98px) {
    .blog_sec .col_item .item_div .blog_content {
        padding-right:2.5rem
    }
}

@media (max-width: 640px) {
    .blog_sec .col_item .item_div .blog_content {
        padding:0
    }
}

.blog_sec .col_item .item_div .blog_content .update {
    padding: 0 1.25rem;
    background-color: #D12B3833;
    border-radius: 1.25rem;
    color: #DDDDDD;
    line-height: 1.4375rem;
    font-size: 0.75rem;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 0.8125rem;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

@media (max-width: 1359.98px) {
    .blog_sec .col_item .item_div .blog_content .update {
        padding:0 0.9375rem
    }
}

@media (max-width: 640px) {
    .blog_sec .col_item .item_div .blog_content .update {
        position:absolute;
        top: 0.9375rem;
        left: 0.9375rem;
        background-color: #EB2248;
        line-height: 1.9375rem;
        z-index: 2
    }
}

.blog_sec .col_item .item_div .blog_content h3,.blog_sec .col_item .item_div .blog_content h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.4
}

@media (max-width: 1359.98px) {
    .blog_sec .col_item .item_div .blog_content h3,.blog_sec .col_item .item_div .blog_content h4 {
        font-size:1.125rem
    }
}

@media (max-width: 640px) {
    .blog_sec .col_item .item_div .blog_content h3,.blog_sec .col_item .item_div .blog_content h4 {
        margin-top:1.25rem
    }
}

.blog_sec .col_item .item_div .blog_content span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 3.125rem;
    text-align: center;
    display: inline-block;
    line-height: 3.125rem;
    background-color: #EB2248;
    color: #fff;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

@media (max-width: 1359.98px) {
    .blog_sec .col_item .item_div .blog_content span {
        width:1.875rem;
        line-height: 1.875rem;
        font-size: 0.625rem
    }
}

@media (max-width: 640px) {
    .blog_sec .col_item .item_div .blog_content span {
        display:none
    }
}

.blog_sec .col_item .item_div .blog_content .figure {
    position: absolute;
    top: 0;
    left: 95%;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

@media (max-width: 767.98px) {
    .blog_sec .col_item .item_div .blog_content .figure {
        display:none
    }
}

@media (max-width: 640px) {
    .blog_sec .col_item .item_div .blog_content .figure {
        display:block;
        position: static!important;
        top: 0!important;
        left: 0!important;
        right: 0!important;
        pointer-events: all!important;
        visibility: visible;
        opacity: 1;
        transform: none!important
    }
}

.blog_sec .col_item .item_div .blog_content .figure figure {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: calc((380 / 380) * 100%);
    width: 21vw
}

@media (max-width: 1359.98px) {
    .blog_sec .col_item .item_div .blog_content .figure figure {
        width:20vw
    }
}

@media (max-width: 640px) {
    .blog_sec .col_item .item_div .blog_content .figure figure {
        width:100%;
        transform: none!important;
        position: static!important
    }
}

.blog_sec .col_item .item_div .blog_content .date_rtime {
    display: none
}

@media (max-width: 640px) {
    .blog_sec .col_item .item_div .blog_content .date_rtime {
        display:-ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        margin-top: 1.25rem;
        display: none
    }
}

.blog_sec .col_item .item_div .blog_content .date_rtime p {
    width: 100%;
    flex: 1;
    font-size: 0.875rem;
    color: #939393
}

.blog_sec .col_item .item_div .blog_content .date_rtime p.latest {
    color: #EB2248
}

.blog_sec .col_item .item_div:hover {
    border-bottom-color: #DDDDDD60
}

.blog_sec .col_item .item_div:hover .blog_content .update {
    background-color: #EB2248
}

.blog_sec .col_item .item_div:hover .blog_content span {
    background-color: #fff;
    color: #EB2248
}

.blog_sec .col_item .item_div:hover .blog_content .figure {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    left: 102%
}

.blog_sec .for_mob {
    display: none
}

@media (max-width: 640px) {
    .blog_sec .for_mob {
        display:inline-block
    }
}

.contact_sec {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding-right: 10vw
}

@media (max-width: 1800.98px) {
    .contact_sec {
        position:relative;
        left: 0rem
    }
}

@media (max-width: 1023.98px) {
    .contact_sec {
        display:block;
        margin: 0;
        left: 0;
        padding: 3.75rem 10%
    }
}

.contact_sec .img_wraper {
    width: 37.5rem;
    height: 100vh;
    margin: 0 6.875rem;
    position: relative;
    z-index: -1;
    overflow: hidden
}

@media (max-width: 1920.98px) {
    .contact_sec .img_wraper {
        width:25rem
    }
}

@media (max-width: 1800.98px) {
    .contact_sec .img_wraper {
        left:-1.875rem
    }
}

@media (max-width: 1599.98px) {
    .contact_sec .img_wraper {
        width:18.75rem;
        margin: 0 6.25rem
    }
}

@media (max-width: 1439.98px) {
    .contact_sec .img_wraper {
        width:17.5rem;
        margin: 0 4.6875rem
    }
}

@media (max-width: 1359.98px) {
    .contact_sec .img_wraper {
        width:13.75rem
    }
}

@media (max-width: 1023.98px) {
    .contact_sec .img_wraper {
        display:none
    }
}

.contact_sec .img_wraper span {
    display: block;
    width: 200%;
    height: 100%;
    position: relative;
    left: -40%
}

.contact_sec .img_wraper span .section_img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.contact_sec .img_wraper span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(100% + 2px);
    background-color: #03030F;
    opacity: 0;
    transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out
}

.contact_sec .img_wraper.is-inview span:after {
    opacity: 0.78
}

.contact_sec .row {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (max-width: 1023.98px) {
    .contact_sec .row {
        display:block;
        margin: 0
    }
}

.contact_sec .content_div {
    width: 32.5rem;
    max-width: 100%;
    padding: 0 15px;
    margin-right: 8.4375rem
}

@media (max-width: 1359.98px) {
    .contact_sec .content_div {
        position:relative;
        left: -3.75rem;
        margin-right: 1.25rem
    }
}

@media (max-width: 1023.98px) {
    .contact_sec .content_div {
        width:100%;
        margin: 0;
        padding: 0 0 3.125rem;
        left: 0
    }
}

.contact_sec .content_div .sec_head {
    margin-bottom: 1.875rem
}

@media (max-width: 1359.98px) {
    .contact_sec .content_div .sec_head {
        margin-bottom:0.9375rem
    }
}

@media (max-width: 1023.98px) {
    .contact_sec .content_div .sec_head h2 br,.contact_sec .content_div .sec_head h2 br {
        display:none
    }
}

.contact_sec .content_div p {
    font-size: 1rem;
    color: #DDDDDD;
    padding-bottom: 1.875rem;
    line-height: 2
}

@media (max-width: 1359.98px) {
    .contact_sec .content_div p {
        font-size:0.875rem;
        padding-bottom: 0.9375rem
    }
}

@media (max-width: 1023.98px) {
    .contact_sec .content_div p {
        width:37.5rem;
        max-width: 100%
    }
}

.contact_sec .content_div p a {
    color: #EB2248
}

.contact_sec .content_div p a:hover {
    color: #fff
}

@media (max-width: 1800.98px) {
    .contact_sec .col_form {
        min-width:72.5rem
    }
}

@media (max-width: 1023.98px) {
    .contact_sec .col_form {
        min-width:auto;
        width: 100%
    }
}

@media (max-width: 991.98px) {
    .contact_sec .col_form .form-wrapper #say_hi .form {
        width:100%
    }
}

@media (max-width: 991.98px) and (max-width:991.98px) {
    .contact_sec .col_form .form-wrapper #say_hi .form .form_outer {
        width:100%
    }
}

.contact_sec .col_form .form-wrapper .form {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (max-width: 767.98px) {
    .contact_sec .col_form .form-wrapper .form {
        -webkit-flex-wrap:wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.contact_sec .col_form .form-wrapper .form .form_outer {
    width: 30.625rem;
    max-width: 100%
}

@media (max-width: 767.98px) {
    .contact_sec .col_form .form-wrapper .form .form_outer {
        width:100%
    }
}

.contact_sec .col_form .form-wrapper .form .form_need_btns {
    width: 37.9375rem;
    max-width: 100%;
    margin-left: 8.75rem
}

@media (max-width: 1800.98px) {
    .contact_sec .col_form .form-wrapper .form .form_need_btns {
        margin-left:6.25rem
    }
}

@media (max-width: 1023.98px) {
    .contact_sec .col_form .form-wrapper .form .form_need_btns {
        margin-left:3.75rem
    }
}

@media (max-width: 767.98px) {
    .contact_sec .col_form .form-wrapper .form .form_need_btns {
        margin:2.1875rem 0 0
    }
}

.contact_sec .col_form .form-wrapper .form .form_need_btns h3,.contact_sec .col_form .form-wrapper .form .form_need_btns h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #EB2248;
    line-height: 1.2;
    margin-bottom: 3.4375rem;
    text-align: left
}

@media (max-width: 1359.98px) {
    .contact_sec .col_form .form-wrapper .form .form_need_btns h3,.contact_sec .col_form .form-wrapper .form .form_need_btns h4 {
        margin-bottom:1.25rem;
        font-size: 1.125rem
    }
}

@media (max-width: 1023.98px) {
    .contact_sec .col_form .form-wrapper .form .form_need_btns .form-group {
        margin-top:0
    }
}

.contact_sec .col_form .form-wrapper .form.say-hi-load,.contact_sec .col_form .form-wrapper .form.work-with-us-load {
    position: relative
}

.contact_sec .col_form .form-wrapper .form.say-hi-load>div,.contact_sec .col_form .form-wrapper .form.work-with-us-load>div {
    opacity: 0.2
}

.contact_sec .col_form .form-wrapper .form.say-hi-load:after,.contact_sec .col_form .form-wrapper .form.work-with-us-load:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    border-radius: 50%;
    opacity: 0.4;
    background: #EB2248;
    animation: loaderAnim 0.7s linear infinite alternate forwards;
    z-index: 2
}

.contact_sec .col_form .form-wrapper .form .success_form {
    position: absolute;
    bottom: -10px;
    font-size: 14px;
    color: green
}

.contact_sec .col_form .form-wrapper .nav-tabs {
    border: none;
    margin-bottom: 3.125rem
}

@media (max-width: 1359.98px) {
    .contact_sec .col_form .form-wrapper .nav-tabs {
        margin-bottom:1.25rem
    }
}

.contact_sec .col_form .form-wrapper .nav-tabs li {
    margin: 0
}

.contact_sec .col_form .form-wrapper .nav-tabs li a {
    padding: 0;
    border: none;
    background-color: transparent;
    color: #FFFFFF78;
    font-size: 1.5rem;
    line-height: 1;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out
}

@media (max-width: 1359.98px) {
    .contact_sec .col_form .form-wrapper .nav-tabs li a {
        font-size:1.125rem
    }
}

.contact_sec .col_form .form-wrapper .nav-tabs li a:hover {
    color: #fff
}

.contact_sec .col_form .form-wrapper .nav-tabs li a.active {
    color: #EB2248;
    font-weight: 700
}

.contact_sec .col_form .form-wrapper .nav-tabs li+li {
    margin-left: 1.5625rem;
    padding-left: 1.5625rem;
    border-left: 1px solid #DDDDDD45
}

@media (max-width: 1359.98px) {
    .contact_sec .col_form .form-wrapper .nav-tabs li+li {
        margin-left:0.625rem;
        padding-left: 0.625rem
    }
}

.contact_sec .col_form .form-wrapper .form-group {
    position: relative;
    text-align: right
}

@media (max-width: 767.98px) {
    .contact_sec .col_form .form-wrapper .form-group {
        text-align:left
    }
}

.contact_sec .col_form .form-wrapper .form-group+.form-group {
    margin-top: 1.875rem
}

@media (max-width: 1359.98px) {
    .contact_sec .col_form .form-wrapper .form-group+.form-group {
        margin-top:1.25rem
    }
}

.contact_sec .col_form .form-wrapper .form-group div.error {
    display: block;
    text-align: left;
    margin-top: 0.375rem;
    color: #EB2248;
    font-size: 0.75rem
}

.contact_sec .col_form .form-wrapper .form-label {
    text-align: left;
    position: absolute;
    left: 0;
    top: 0.9375rem;
    color: #DDDDDD;
    font-size: 0.875rem;
    font-weight: 400;
    z-index: 10;
    transition: transform 150ms ease-out,font-size 150ms ease-out;
    pointer-events: none
}

.contact_sec .col_form .form-wrapper .focused .form-label {
    transform: translateY(-200%);
    font-size: 0.75rem
}

.contact_sec .col_form .form-wrapper .form-input {
    position: relative;
    margin-top: 0.9375rem;
    padding: 0.625rem 0;
    width: 100%;
    text-align: left;
    color: #DDDDDD;
    outline: 0;
    border: 0;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #70707040;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    background-color: transparent
}

@media (max-width: 1359.98px) {
    .contact_sec .col_form .form-wrapper .form-input {
        margin-top:0.9375rem;
        padding: 0.5rem 0
    }
}

.contact_sec .col_form .form-wrapper .form-input:focus {
    border-bottom-color: #6d0317
}

.contact_sec .col_form .form-wrapper .form-input .form-input.filled {
    border-bottom-color: #EB2248
}

.contact_sec .col_form .form-wrapper ._link {
    border: none;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    cursor: pointer
}

@media (max-width: 640px) {
    .contact_sec .col_form .form-wrapper ._link {
        margin-top:1.875rem
    }
}

@media (max-width: 640px) {
    .contact_sec .col_form .form-wrapper .buttons_outer {
        overflow:hidden;
        overflow-x: auto
    }
}

.contact_sec .col_form .form-wrapper .radio_btns {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.75rem
}

@media (max-width: 640px) {
    .contact_sec .col_form .form-wrapper .radio_btns {
        display:block;
        will-change: transform;
        transform: translateZ(0px);
        padding-bottom: 5px;
        overflow-x: scroll;
        overflow-y: hidden;
        scroll-behavior: smooth;
        width: 40.3125rem;
        margin: 0
    }
}

.contact_sec .col_form .form-wrapper .radio_btns li {
    padding: 0 0.75rem;
    margin-bottom: 1.6875rem
}

@media (max-width: 1359.98px) {
    .contact_sec .col_form .form-wrapper .radio_btns li {
        padding:0 0.375rem;
        margin-bottom: 0.75rem
    }
}

@media (max-width: 640px) {
    .contact_sec .col_form .form-wrapper .radio_btns li {
        display:inline-block;
        padding: 0;
        padding-right: 0.375rem
    }
}

.contact_sec .col_form .form-wrapper .radio_btns li .checkbox {
    position: absolute;
    opacity: 0
}

.contact_sec .col_form .form-wrapper .radio_btns li .checkbox+label {
    border-radius: 1.25rem;
    position: relative;
    cursor: pointer;
    padding: 0 1.5rem;
    font-size: 1rem;
    color: #DDDDDD;
    line-height: 2.5rem;
    background-color: #292028;
    text-align: center
}

@media (max-width: 1359.98px) {
    .contact_sec .col_form .form-wrapper .radio_btns li .checkbox+label {
        font-size:0.875rem;
        line-height: 2.25rem
    }
}

@media (max-width: 640px) {
    .contact_sec .col_form .form-wrapper .radio_btns li .checkbox+label {
        padding:0 1.125rem;
        font-weight: 500
    }
}

.contact_sec .col_form .form-wrapper .radio_btns li .checkbox:hover+label {
    background-color: #6d0317
}

.contact_sec .col_form .form-wrapper .radio_btns li .checkbox:focus+label {
    box-shadow: 0 0 0 3px rgba(0,0,0,0.12)
}

.contact_sec .col_form .form-wrapper .radio_btns li .checkbox:checked+label {
    background-color: #6d0317
}

.contact_sec .col_form .form-wrapper .radio_btns li .checkbox:disabled+label {
    background-color: #b8b8b860;
    color: #b8b8b8;
    cursor: auto
}

.contact_sec .contact_address {
    width: 40rem;
    margin-left: 12.5rem;
    padding-left: 8.75rem;
    border-left: 1px solid #70707040;
    position: relative;
    height: 100vh;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

@media (max-width: 1439.98px) {
    .contact_sec .contact_address {
        margin-left:9.375rem;
        padding-left: 6.25rem
    }
}

@media (max-width: 1359.98px) {
    .contact_sec .contact_address {
        margin-left:7.5rem;
        padding-left: 5rem
    }
}

@media (max-width: 1199.98px) {
    .contact_sec .contact_address {
        margin-left:6.25rem;
        padding-left: 3.75rem
    }
}

@media (max-width: 1023.98px) {
    .contact_sec .contact_address {
        padding:2.1875rem 0 0;
        margin: 2.1875rem 0 0;
        border: none;
        border-top: 1px solid #70707040;
        width: 100%;
        height: auto
    }
}

@media (max-width: 640px) {
    .contact_sec .contact_address {
        padding-top:4.0625rem
    }
}

@media (max-width: 1023.98px) {
    .contact_sec .contact_address .outer_div_sddrs {
        display:-ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -0.625rem
    }
}

@media (max-width: 640px) {
    .contact_sec .contact_address .outer_div_sddrs {
        margin:0
    }
}

.contact_sec .contact_address .div_item_sdress {
    width: 100%;
    margin-bottom: 60px
}

@media (max-width: 1439.98px) {
    .contact_sec .contact_address .div_item_sdress {
        margin-bottom:2.8125rem
    }
}

@media (max-width: 1399.98px) {
    .contact_sec .contact_address .div_item_sdress {
        margin-bottom:2.5rem
    }
}

@media (max-width: 1359.98px) {
    .contact_sec .contact_address .div_item_sdress {
        margin-bottom:2rem
    }
}

@media (max-width: 1199.98px) {
    .contact_sec .contact_address .div_item_sdress {
        margin-bottom:1.5625rem
    }
}

@media (max-width: 1023.98px) {
    .contact_sec .contact_address .div_item_sdress {
        width:33.33%;
        padding: 0 0.625rem;
        margin-bottom: 0
    }
}

@media (max-width: 767.98px) {
    .contact_sec .contact_address .div_item_sdress {
        width:36%
    }

    .contact_sec .contact_address .div_item_sdress:first-child {
        width: 28%
    }
}

@media (max-width: 640px) {
    .contact_sec .contact_address .div_item_sdress {
        width:100%!important;
        padding: 0 0 2.1875rem
    }
}

.contact_sec .contact_address .div_item_sdress h4 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #fff
}

@media (max-width: 1359.98px) {
    .contact_sec .contact_address .div_item_sdress h4 {
        margin-bottom:1.25rem
    }
}

@media (max-width: 1199.98px) {
    .contact_sec .contact_address .div_item_sdress h4 {
        margin-bottom:0.625rem
    }
}

@media (max-width: 1023.98px) {
    .contact_sec .contact_address .div_item_sdress h4 {
        font-size:1.125rem
    }
}

.contact_sec .contact_address .div_item_sdress a,.contact_sec .contact_address .div_item_sdress p {
    color: #808080;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 0.9375rem;
    display: block;
    width: 20rem;
    max-width: 100%
}

@media (max-width: 1023.98px) {
    .contact_sec .contact_address .div_item_sdress a,.contact_sec .contact_address .div_item_sdress p {
        line-height:1.6;
        font-size: 0.875rem
    }
}

@media (max-width: 767.98px) {
    .contact_sec .contact_address .div_item_sdress a,.contact_sec .contact_address .div_item_sdress p {
        margin-bottom:0.625rem
    }
}

@media (max-width: 640px) {
    .contact_sec .contact_address .div_item_sdress a,.contact_sec .contact_address .div_item_sdress p {
        max-width:100%;
        width: 100%
    }
}

.contact_sec .contact_address .div_item_sdress a.write_ceo,.contact_sec .contact_address .div_item_sdress p.write_ceo {
    color: #EB2248
}

.contact_sec .contact_address .div_item_sdress a.write_ceo:hover,.contact_sec .contact_address .div_item_sdress p.write_ceo:hover {
    color: #fff
}

.contact_sec .contact_address .div_item_sdress a.whatsapp:hover,.contact_sec .contact_address .div_item_sdress p.whatsapp:hover {
    color: #25D366
}

.contact_sec .contact_address .div_item_sdress a:hover {
    color: #EB2248
}

.contact_sec .contact_address .scroll_back {
    position: absolute;
    right: -45%;
    bottom: 10%
}

@media (max-width: 1439.98px) {
    .contact_sec .contact_address .scroll_back {
        display:none
    }
}

.contact_sec .contact_address .scroll_back p {
    display: none
}

.contact_sec .contact_address .scroll_back span {
    pointer-events: none;
    display: block;
    width: 7.1875rem;
    height: 7.1875rem;
    border-radius: 50%;
    line-height: 7.1875rem;
    text-align: center;
    color: #fff;
    background-color: #EB2248
}

.contact_sec .contact_address .scroll_back span:before {
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
    display: block
}

.about_sec {
    padding-right: 16vw;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

@media (max-width: 1599.98px) {
    .about_sec {
        padding-right:10vw
    }
}

@media (max-width: 1023.98px) {
    .about_sec {
        margin-top:4.375rem
    }
}

@media (max-width: 767.98px) {
    .about_sec {
        display:block;
        width: 100%;
        margin-top: 6.25rem
    }
}

.about_sec .abt_div {
    width: 40.625rem;
    max-width: 100%
}

@media (max-width: 767.98px) {
    .about_sec .abt_div {
        width:100%;
        padding: 0 0 3.4375rem
    }
}

.about_sec .abt_div .for_mob {
    display: none
}

@media (max-width: 1023.98px) {
    .about_sec .abt_div .for_mob {
        display:block;
        font-size: 0.875rem;
        text-transform: uppercase;
        color: #ffffff40;
        line-height: 1;
        margin-bottom: 1.25rem;
        letter-spacing: 0.2rem
    }
}

@media (max-width: 480px) {
    .about_sec .abt_div .for_mob {
        margin-bottom:0.75rem
    }
}

.about_sec .abt_div h1 {
    font-size: 4.5rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 3.125rem;
    position: relative;
    left: 2.5rem
}

@media (max-width: 1599.98px) {
    .about_sec .abt_div h1 {
        font-size:3.125rem;
        margin-bottom: 1.875rem;
        left: 1.25rem
    }
}

@media (max-width: 1439.98px) {
    .about_sec .abt_div h1 {
        font-size:2.625rem;
        margin-bottom: 1.25rem
    }
}

@media (max-width: 1199.98px) {
    .about_sec .abt_div h1 {
        left:0
    }
}

@media (max-width: 991.98px) {
    .about_sec .abt_div h1 {
        font-size:2.25rem
    }
}

@media (max-width: 640px) {
    .about_sec .abt_div h1 {
        font-size:1.875rem
    }
}

.about_sec .abt_div p {
    font-size: 1rem;
    color: #fff;
    line-height: 2
}

@media (max-width: 1359.98px) {
    .about_sec .abt_div p {
        font-size:0.875rem
    }
}

.about_sec .abt_div p+p {
    margin-top: 1.25rem
}

@media (max-width: 1599.98px) {
    .about_sec .abt_div p+p {
        margin-top:0.9375rem
    }
}

@media (max-width: 1439.98px) {
    .about_sec .abt_div p+p {
        margin-top:0.625rem
    }
}

.about_sec .abt_image {
    margin-left: 12.5rem;
    width: 33.75rem;
    height: 40.625rem;
    overflow: hidden;
    border-radius: 0.625rem
}

@media (max-width: 1599.98px) {
    .about_sec .abt_image {
        margin-left:8.75rem;
        width: 25rem;
        height: 37.5rem
    }
}

@media (max-width: 1439.98px) {
    .about_sec .abt_image {
        margin-left:6.25rem;
        width: 21.875rem;
        height: 65vh
    }
}

@media (max-width: 1359.98px) {
    .about_sec .abt_image {
        width:22vw
    }
}

@media (max-width: 1023.98px) {
    .about_sec .abt_image {
        border-radius:0;
        margin-left: 2.1875rem;
        height: 100%
    }
}

@media (max-width: 767.98px) {
    .about_sec .abt_image {
        margin:0 -15px;
        width: auto
    }
}

.about_sec .abt_image figure {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    padding-bottom: calc((650 / 547) * 100%);
    border-radius: 0.625rem
}

@media (max-width: 1023.98px) {
    .about_sec .abt_image figure {
        border-radius:0;
        padding-bottom: calc((800 / 450) * 100%)
    }
}

@media (max-width: 767.98px) {
    .about_sec .abt_image figure {
        padding-bottom:calc((400 / 767) * 100%)
    }
}

.client_testimonial_sec h2 {
    font-size: 3rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 3.75rem
}

@media (max-width: 1599.98px) {
    .client_testimonial_sec h2 {
        font-size:2.625rem;
        margin-bottom: 2.5rem
    }
}

@media (max-width: 1439.98px) {
    .client_testimonial_sec h2 {
        font-size:2.25rem;
        margin-bottom: 1.25rem
    }
}

@media (max-width: 1359.98px) {
    .client_testimonial_sec h2 {
        font-size:2rem
    }
}

@media (max-width: 1199.98px) {
    .client_testimonial_sec h2 {
        position:relative;
        top: 3.125rem;
        font-size: 1.875rem
    }
}

@media (max-width: 1023.98px) {
    .client_testimonial_sec h2 {
        font-size:1.625rem;
        top: 0
    }
}

@media (max-width: 640px) {
    .client_testimonial_sec h2 {
        font-size:1.875rem;
        margin-top: 1.5625rem
    }
}

.client_testimonial_sec .section_row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (max-width: 1023.98px) {
    .client_testimonial_sec .section_row {
        -webkit-flex-wrap:wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width: 1023.98px) {
    .client_testimonial_sec .clients {
        width:50%
    }
}

@media (max-width: 767.98px) {
    .client_testimonial_sec .clients {
        width:100%;
        margin-bottom: 3.125rem;
        overflow: hidden;
        overflow-x: auto
    }
}

.client_testimonial_sec .clients .clients_div {
    width: 42.1875rem;
    padding-right: 1.375rem;
    height: 30rem;
    overflow: hidden;
    overflow-y: auto
}

.client_testimonial_sec .clients .clients_div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 9px rgba(255,255,255,0.59);
    background-color: #6d0317
}

.client_testimonial_sec .clients .clients_div::-webkit-scrollbar {
    width: 5px;
    background-color: #6d0317
}

.client_testimonial_sec .clients .clients_div::-webkit-scrollbar-thumb {
    background-color: #EB2248
}

.client_testimonial_sec .clients .clients_div::-ms-scrollbar-track {
    -webkit-box-shadow: inset 0 0 9px rgba(255,255,255,0.59);
    background-color: #6d0317
}

.client_testimonial_sec .clients .clients_div::-ms-scrollbar {
    width: 5px;
    background-color: #6d0317
}

.client_testimonial_sec .clients .clients_div::-ms-scrollbar-thumb {
    background-color: #EB2248
}

.client_testimonial_sec .clients .clients_div::-moz-scrollbar-track {
    -webkit-box-shadow: inset 0 0 12px rgba(255,255,255,0.59);
    background-color: #6d0317
}

.client_testimonial_sec .clients .clients_div::-moz-scrollbar {
    width: 5px;
    background-color: #6d0317
}

.client_testimonial_sec .clients .clients_div::-moz-scrollbar-thumb {
    background-color: #EB2248
}

.client_testimonial_sec .clients .clients_div::-o-scrollbar-track {
    -webkit-box-shadow: inset 0 0 12px rgba(255,255,255,0.59);
    background-color: #6d0317
}

.client_testimonial_sec .clients .clients_div::-o-scrollbar {
    width: 5px;
    background-color: #6d0317
}

.client_testimonial_sec .clients .clients_div::-o-scrollbar-thumb {
    background-color: #EB2248
}

@media (max-width: 1599.98px) {
    .client_testimonial_sec .clients .clients_div {
        width:37.5rem;
        padding-right: 0.625rem;
        height: 22.5rem
    }
}

@media (max-width: 1439.98px) {
    .client_testimonial_sec .clients .clients_div {
        width:31.25rem;
        height: 21.875rem
    }
}

@media (max-width: 1359.98px) {
    .client_testimonial_sec .clients .clients_div {
        height:18.75rem
    }
}

@media (max-width: 1199.98px) {
    .client_testimonial_sec .clients .clients_div {
        position:relative;
        top: 3.125rem
    }
}

@media (max-width: 1023.98px) {
    .client_testimonial_sec .clients .clients_div {
        top:0;
        width: 100%;
        height: auto;
        max-height: 22.5rem
    }
}

@media (max-width: 767.98px) {
    .client_testimonial_sec .clients .clients_div {
        width:53.125rem;
        padding-bottom: 1.25rem
    }
}

@media (min-width: 767.98px) {
    .client_testimonial_sec .clients .clients_div::-webkit-scrollbar {
        width:8px;
        background-color: #0F0F16;
        border-radius: 5px
    }

    .client_testimonial_sec .clients .clients_div::-webkit-scrollbar-thumb {
        background-color: #5F5C60;
        border-radius: 5px
    }

    .client_testimonial_sec .clients .clients_div::-webkit-scrollbar-track {
        -webkit-box-shadow: none;
        background-color: transparent
    }
}

.client_testimonial_sec .clients .clients_div .nav {
    margin: 0 -0.625rem
}

@media (max-width: 1439.98px) {
    .client_testimonial_sec .clients .clients_div .nav {
        margin:0 -0.4375rem
    }
}

@media (max-width: 1439.98px) {
    .client_testimonial_sec .clients .clients_div .nav li {
        width:25%
    }
}

@media (max-width: 1023.98px) {
    .client_testimonial_sec .clients .clients_div .nav li {
        width:33.33%
    }
}

@media (max-width: 767.98px) {
    .client_testimonial_sec .clients .clients_div .nav li {
        width:7.5rem
    }
}

.client_testimonial_sec .clients .clients_div .nav li a {
    background-color: transparent;
    padding: 0 0.625rem
}

@media (max-width: 1439.98px) {
    .client_testimonial_sec .clients .clients_div .nav li a {
        padding:0 0.4375rem
    }
}

.client_testimonial_sec .clients .clients_div .nav li a.active {
    background-color: transparent
}

.client_testimonial_sec .clients .clients_div .nav li a.active .client {
    background-color: #3D3B42
}

.client_testimonial_sec .clients .clients_div .nav li a.active .client img {
    filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    -webkit-filter: grayscale(0)
}

.client_testimonial_sec .clients .clients_div .client {
    width: 8.625rem;
    height: 6.4375rem;
    padding: 1.25rem;
    border-radius: 1.25rem;
    margin-bottom: 1.5rem;
    background-color: #0F0F16;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

@media (max-width: 1599.98px) {
    .client_testimonial_sec .clients .clients_div .client {
        width:8.125rem;
        height: 6.25rem;
        border-radius: 0.9375rem
    }
}

@media (max-width: 1439.98px) {
    .client_testimonial_sec .clients .clients_div .client {
        width:100%;
        height: 5rem;
        border-radius: 0.625rem;
        padding: 0.625rem;
        margin-bottom: 0.9375rem
    }
}

.client_testimonial_sec .clients .clients_div .client img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

@media (max-width: 1023.98px) {
    .client_testimonial_sec .tab-content {
        width:50%
    }
}

@media (max-width: 767.98px) {
    .client_testimonial_sec .tab-content {
        width:100%
    }
}

.col_testimonial {
    margin-left: 9.0625rem
}

@media (max-width: 1599.98px) {
    .col_testimonial {
        margin-left:7.5rem
    }
}

@media (max-width: 1439.98px) {
    .col_testimonial {
        margin-left:6.25rem
    }
}

@media (max-width: 1023.98px) {
    .col_testimonial {
        margin-left:2.1875rem
    }
}

@media (max-width: 767.98px) {
    .col_testimonial {
        margin:0
    }
}

.col_testimonial .testimonial_outer {
    background-color: #0F0F16;
    border-radius: 1.25rem;
    padding: 1.5625rem 1.875rem 2.5rem
}

@media (max-width: 1599.98px) {
    .col_testimonial .testimonial_outer {
        border-radius:0.9375rem
    }
}

@media (max-width: 1439.98px) {
    .col_testimonial .testimonial_outer {
        border-radius:0.625rem
    }
}

@media (max-width: 1359.98px) {
    .col_testimonial .testimonial_outer {
        padding:0.75rem
    }
}

@media (max-width: 767.98px) {
    .col_testimonial .testimonial_outer {
        padding:1.25rem
    }
}

@media (max-width: 640px) {
    .col_testimonial .testimonial_outer {
        padding:0.9375rem
    }
}

@media (max-width: 480px) {
    .col_testimonial .testimonial_outer {
        padding:0.625rem
    }
}

.col_testimonial .testimonial_outer .video_thump {
    width: 39.375rem;
    border-radius: 1.25rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: calc((233 / 630) * 100%);
    position: relative
}

@media (max-width: 1599.98px) {
    .col_testimonial .testimonial_outer .video_thump {
        border-radius:0.9375rem;
        width: 34.375rem
    }
}

@media (max-width: 1439.98px) {
    .col_testimonial .testimonial_outer .video_thump {
        border-radius:0.625rem;
        width: 30rem
    }
}

@media (max-width: 1359.98px) {
    .col_testimonial .testimonial_outer .video_thump {
        width:22.5rem;
        padding-bottom: calc((143 / 360) * 100%)
    }
}

@media (max-width: 1023.98px) {
    .col_testimonial .testimonial_outer .video_thump {
        width:100%
    }
}

.col_testimonial .testimonial_outer .video_thump span {
    font-size: 3.375rem;
    color: #EB2248;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%)
}

@media (max-width: 1599.98px) {
    .col_testimonial .testimonial_outer .video_thump span {
        font-size:2.8125rem
    }
}

@media (max-width: 1439.98px) {
    .col_testimonial .testimonial_outer .video_thump span {
        font-size:2.25rem
    }
}

.col_testimonial .testimonial_outer .user_div {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1.5rem
}

@media (max-width: 1599.98px) {
    .col_testimonial .testimonial_outer .user_div {
        margin-top:1.25rem
    }
}

.col_testimonial .testimonial_outer .user_div .user_img {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1.375rem
}

@media (max-width: 1599.98px) {
    .col_testimonial .testimonial_outer .user_div .user_img {
        width:2.5rem;
        height: 2.5rem;
        margin-right: 0.9375rem
    }
}

@media (max-width: 1439.98px) {
    .col_testimonial .testimonial_outer .user_div .user_img {
        width:2.25rem;
        height: 2.25rem;
        margin-right: 0.625rem
    }
}

.col_testimonial .testimonial_outer .user_div .user_img .img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%
}

.col_testimonial .testimonial_outer .user_div .user_name {
    flex: 1
}

.col_testimonial .testimonial_outer .user_div .user_name h4 {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.2
}

@media (max-width: 1599.98px) {
    .col_testimonial .testimonial_outer .user_div .user_name h4 {
        font-size:1.25rem
    }
}

@media (max-width: 1439.98px) {
    .col_testimonial .testimonial_outer .user_div .user_name h4 {
        font-size:1.125rem
    }
}

.col_testimonial .testimonial_outer .user_div .user_name h4 span {
    font-size: 1rem;
    font-weight: 400;
    margin-left: 1rem
}

@media (max-width: 1599.98px) {
    .col_testimonial .testimonial_outer .user_div .user_name h4 span {
        font-size:0.875rem;
        margin-left: 0.625rem
    }
}

.col_testimonial .testimonial_outer .user_div .user_name label {
    font-size: 0.875rem;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2;
    display: block;
    margin-top: 0.3125rem
}

@media (max-width: 1199.98px) {
    .col_testimonial .testimonial_outer .user_div .user_name label {
        font-size:0.75rem
    }
}

.col_testimonial .testimonial_outer .user_div .user_name p {
    font-size: 1rem;
    color: #fff;
    margin-top: 1.25rem
}

@media (max-width: 1439.98px) {
    .col_testimonial .testimonial_outer .user_div .user_name p {
        margin-top:0.9375rem
    }
}

@media (max-width: 1199.98px) {
    .col_testimonial .testimonial_outer .user_div .user_name p {
        font-size:0.875rem
    }
}

.col_testimonial .works_do {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-top: 1.25rem
}

@media (max-width: 1599.98px) {
    .col_testimonial .works_do {
        margin-top:0.625rem
    }
}

@media (max-width: 1359.98px) {
    .col_testimonial .works_do {
        display:block
    }
}

@media (max-width: 767.98px) {
    .col_testimonial .works_do {
        margin-top:1.25rem
    }
}

.col_testimonial .works_do div {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex: 1
}

@media (max-width: 1359.98px) {
    .col_testimonial .works_do div {
        width:100%;
        padding-bottom: 0.9375rem
    }
}

@media (max-width: 767.98px) {
    .col_testimonial .works_do div {
        padding-bottom:2.1875rem
    }
}

.col_testimonial .works_do div .service {
    background-color: #26262E;
    padding: 0 1.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    border-radius: 1.5625rem;
    margin-right: 0.625rem;
    margin-bottom: 0.375rem
}

@media (max-width: 1599.98px) {
    .col_testimonial .works_do div .service {
        font-size:0.875rem;
        line-height: 2rem;
        padding: 0 0.9375rem
    }
}

.our_team {
    padding-top: 50px;
    padding-left: 15vw
}

@media (max-width: 1599.98px) {
    .our_team {
        padding-top:1.875rem;
        padding-left: 10vw
    }
}

@media (max-width: 1439.98px) {
    .our_team {
        padding-left:7vw
    }
}

.our_team h2 {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 2.5rem
}

@media (max-width: 1599.98px) {
    .our_team h2 {
        font-size:2.5rem;
        margin-bottom: 1.875rem
    }
}

@media (max-width: 1439.98px) {
    .our_team h2 {
        font-size:2rem;
        margin-bottom: 1.25rem
    }
}

@media (max-width: 1023.98px) {
    .our_team h2 {
        font-size:1.75rem
    }
}

@media (max-width: 640px) {
    .our_team h2 {
        font-size:1.875rem
    }
}

.our_team .teams {
    width: 75rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin: 0 -1rem
}

@media (max-width: 1599.98px) {
    .our_team .teams {
        width:62.5rem;
        margin: 0 -0.75rem
    }
}

@media (max-width: 1439.98px) {
    .our_team .teams {
        width:56.25rem
    }
}

@media (max-width: 1359.98px) {
    .our_team .teams {
        width:50rem
    }
}

@media (max-width: 1023.98px) {
    .our_team .teams {
        width:auto;
        margin: 0 -0.625rem;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: flex-start
    }
}

.our_team .teams .team_member {
    padding: 0 1rem;
    margin-bottom: 2.8125rem;
    width: 20%
}

@media (max-width: 1599.98px) {
    .our_team .teams .team_member {
        margin-bottom:1.875rem;
        padding: 0 0.75rem
    }
}

@media (max-width: 1023.98px) {
    .our_team .teams .team_member {
        padding:0 0.625rem;
        margin-bottom: 2.1875rem
    }
}

@media (max-width: 767.98px) {
    .our_team .teams .team_member {
        width:25%
    }
}

@media (max-width: 640px) {
    .our_team .teams .team_member {
        width:33.33%
    }
}

@media (max-width: 480px) {
    .our_team .teams .team_member {
        width:50%
    }
}

.our_team .teams .team_member .img {
    width: 100%;
    border-radius: 0.625rem;
    overflow: hidden;
    position: relative
}

@media (max-width: 1599.98px) {
    .our_team .teams .team_member .img {
        border-radius:0.375rem
    }
}

@media (max-width: 767.98px) {
    .our_team .teams .team_member .img {
        border-radius:0.1875rem
    }
}

.our_team .teams .team_member .img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(110,51,51,0.4)
}

.our_team .teams .team_member .name {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin: 0.625rem 0
}

@media (max-width: 1599.98px) {
    .our_team .teams .team_member .name {
        font-size:1.125rem;
        margin: 0.625rem 0 0.3125rem
    }
}

@media (max-width: 1439.98px) {
    .our_team .teams .team_member .name {
        font-size:1rem
    }
}

.our_team .teams .team_member label {
    font-size: 1rem;
    color: #fff;
    font-weight: 400;
    display: block
}

@media (max-width: 1599.98px) {
    .our_team .teams .team_member label {
        font-size:0.875rem
    }
}

@media (max-width: 1439.98px) {
    .our_team .teams .team_member label {
        font-size:0.75rem
    }
}

.join_us {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: max-content
}

@media (max-width: 640px) {
    .join_us {
        width:100%
    }
}

.join_us .img_wraper {
    width: 37.5rem;
    height: 100vh;
    margin: 0 6.875rem;
    position: relative;
    z-index: -1;
    overflow: hidden
}

@media (max-width: 1920.98px) {
    .join_us .img_wraper {
        width:25rem
    }
}

@media (max-width: 1800.98px) {
    .join_us .img_wraper {
        left:-1.875rem
    }
}

@media (max-width: 1599.98px) {
    .join_us .img_wraper {
        width:18.75rem;
        margin: 0 6.25rem
    }
}

@media (max-width: 1439.98px) {
    .join_us .img_wraper {
        width:17.5rem;
        margin: 0 4.6875rem
    }
}

@media (max-width: 1359.98px) {
    .join_us .img_wraper {
        width:13.75rem
    }
}

@media (max-width: 1023.98px) {
    .join_us .img_wraper {
        display:none
    }
}

.join_us .img_wraper span {
    display: block;
    width: 200%;
    height: 100%;
    position: relative;
    left: -40%
}

.join_us .img_wraper span .section_img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.join_us .img_wraper span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(100% + 2px);
    background-color: #03030F;
    opacity: 0;
    transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    z-index: 6
}

.join_us .img_wraper.is-inview span:after {
    opacity: 0.78
}

.join_us .join_us_div {
    width: 33.125rem
}

@media (max-width: 1439.98px) {
    .join_us .join_us_div {
        width:28.125rem
    }
}

@media (max-width: 640px) {
    .join_us .join_us_div {
        width:100%;
        max-width: 100%
    }
}

.join_us .join_us_div h2 {
    font-size: 3rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5625rem
}

@media (max-width: 1599.98px) {
    .join_us .join_us_div h2 {
        font-size:2.5rem;
        margin-bottom: 1.125rem
    }
}

@media (max-width: 1439.98px) {
    .join_us .join_us_div h2 {
        font-size:2rem;
        margin-bottom: 0.9375rem
    }
}

@media (max-width: 640px) {
    .join_us .join_us_div h2 {
        font-size:1.875rem
    }
}

.join_us .join_us_div p {
    font-size: 1rem;
    color: #fff;
    line-height: 1.8
}

@media (max-width: 1439.98px) {
    .join_us .join_us_div p {
        font-size:0.875rem
    }
}

.join_us .join_us_div p a {
    color: #EB2248;
    margin-left: 0.3125rem
}

.join_us .join_us_div p a:hover {
    color: #fff
}

.media_page .blog_sec {
    padding-right: 0
}

@media (max-width: 1023.98px) {
    .media_page .blog_sec {
        margin-top:4.375rem
    }
}

@media (max-width: 1800.98px) {
    .media_page .blog_sec .img_wraper {
        margin-right:5rem
    }
}

@media (max-width: 1439.98px) {
    .media_page .blog_sec .img_wraper {
        margin-right:3.75rem
    }
}

.media_page .blog_sec .rows {
    position: relative;
    z-index: 2
}

.media_page .blog_sec .sec_head {
    width: auto;
    display: inline-block
}

.media_page .blog_sec .sec_head h1 {
    margin-bottom: 2.5rem
}

@media (max-width: 1800.98px) {
    .media_page .blog_sec .sec_head h1 {
        font-size:3.25rem;
        margin-bottom: 1.875rem
    }
}

@media (max-width: 1439.98px) {
    .media_page .blog_sec .sec_head h1 {
        font-size:2.875rem;
        margin-bottom: 1.25rem
    }
}

@media (max-width: 1023.98px) {
    .media_page .blog_sec .sec_head h1 {
        font-size:1.875rem
    }
}

.media_page .blog_sec .sec_head .nav-pills {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 4.6875rem
}

@media (max-width: 1800.98px) {
    .media_page .blog_sec .sec_head .nav-pills {
        margin-bottom:3.125rem
    }
}

@media (max-width: 1439.98px) {
    .media_page .blog_sec .sec_head .nav-pills {
        margin-bottom:2.5rem
    }
}

@media (max-width: 1023.98px) {
    .media_page .blog_sec .sec_head .nav-pills {
        margin-bottom:1.25rem
    }
}

@media (max-width: 640px) {
    .media_page .blog_sec .sec_head .nav-pills {
        margin-bottom:0rem
    }
}

.media_page .blog_sec .sec_head .nav-pills li {
    margin-right: 1.5625rem
}

@media (max-width: 1800.98px) {
    .media_page .blog_sec .sec_head .nav-pills li {
        margin-right:1.25rem
    }
}

@media (max-width: 1439.98px) {
    .media_page .blog_sec .sec_head .nav-pills li {
        margin-right:0.9375rem
    }
}

@media (max-width: 1023.98px) {
    .media_page .blog_sec .sec_head .nav-pills li {
        margin-right:0.625rem
    }
}

.media_page .blog_sec .sec_head .nav-pills li a {
    font-size: 1rem;
    color: #fff;
    font-weight: 500;
    line-height: 2.625rem;
    padding: 0 1.5625rem;
    display: inline-block;
    background-color: #70707032;
    border-radius: 1.875rem
}

@media (max-width: 1800.98px) {
    .media_page .blog_sec .sec_head .nav-pills li a {
        font-size:0.875rem
    }
}

@media (max-width: 1439.98px) {
    .media_page .blog_sec .sec_head .nav-pills li a {
        line-height:2.25rem;
        padding: 0 1.25rem
    }
}

@media (max-width: 1023.98px) {
    .media_page .blog_sec .sec_head .nav-pills li a {
        padding:0 0.9375rem
    }
}

.media_page .blog_sec .sec_head .nav-pills li a.active {
    background-color: #EB2248
}

.media_page .blog_sec .sec_head .nav-pills li:last-child {
    margin-right: 0
}

.media_page .blog_sec .tab-content {
    position: relative;
    left: -9.375rem;
    padding-left: 9.375rem
}

@media (max-width: 1439.98px) {
    .media_page .blog_sec .tab-content {
        left:-6.875rem;
        padding-left: 6.875rem
    }
}

@media (max-width: 1023.98px) {
    .media_page .blog_sec .tab-content {
        padding-left:0;
        left: 0
    }
}

.media_page .blog_sec .col_item {
    min-width: 66vw;
    margin: 0 -15px;
    height: 30rem;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(3,minmax(0,1fr))
}

@media (max-width: 1439.98px) {
    .media_page .blog_sec .col_item {
        height:25rem
    }
}

@media (max-width: 1359.98px) {
    .media_page .blog_sec .col_item {
        grid-template-rows:repeat(2,minmax(0,1fr));
        height: 16.25rem
    }
}

@media (max-width: 1023.98px) {
    .media_page .blog_sec .col_item {
        display:block;
        height: auto;
        margin: 1.875rem 0 0
    }
}

.media_page .blog_sec .col_item .item_div {
    margin-right: 15.625rem
}

@media (max-width: 1439.98px) {
    .media_page .blog_sec .col_item .item_div {
        margin-bottom:1.25rem;
        padding-bottom: 1.25rem;
        margin-right: 12.5rem;
        width: 31.875rem
    }
}

@media (max-width: 767.98px) {
    .media_page .blog_sec .col_item .item_div {
        padding:0;
        margin: 0 0 3.75rem;
        width: 100%
    }
}

.media_page .blog_sec .col_item .item_div .figure {
    z-index: 2
}

@media (max-width: 1439.98px) {
    .media_page .blog_sec .col_item .item_div .blog_content h4 {
        font-size:1.25rem
    }
}

.blog_inner_sec {
    padding-right: 0
}

.media_inner_page {
    width: max-content
}

@media (max-width: 1023.98px) {
    .media_inner_page {
        width:auto
    }
}

.media_inner_page .gallery {
    position: relative;
    left: 10px
}

@media (max-width: 1023.98px) {
    .media_inner_page .gallery {
        left:0
    }
}

@media (max-width: 1023.98px) {
    .media_inner_page .blog_inner_sec {
        margin-top:4.375rem;
        display: block
    }
}

@media (max-width: 640px) {
    .media_inner_page .blog_inner_sec {
        padding-top:0!important
    }
}

.media_inner_page .blog_inner_sec .img_wraper {
    margin-right: 6.875rem;
    width: 34.375rem
}

@media (max-width: 1920px) {
    .media_inner_page .blog_inner_sec .img_wraper {
        margin-right:6.25rem;
        width: 28.125rem
    }
}

@media (max-width: 1599.98px) {
    .media_inner_page .blog_inner_sec .img_wraper {
        width:21.875rem;
        margin-right: 5rem
    }
}

.media_inner_page .blog_inner_sec .media_inr_content {
    position: relative;
    z-index: 2
}

@media (max-width: 1599.98px) {
    .media_inner_page .blog_inner_sec .media_inr_content {
        top:3.125rem
    }
}

@media (max-width: 1023.98px) {
    .media_inner_page .blog_inner_sec .media_inr_content {
        top:0
    }
}

.media_inner_page .blog_inner_sec .media_inr_content .inr_heding_div .mob_back {
    position: absolute;
    top: 1.25rem
}

.media_inner_page .blog_inner_sec .media_inr_content .inr_heding_div .blg_img_formob {
    display: none
}

@media (max-width: 1023.98px) {
    .media_inner_page .blog_inner_sec .media_inr_content .inr_heding_div .blg_img_formob {
        display:block
    }
}

.media_inner_page .blog_inner_sec .media_inr_content .inr_heding_div .blg_img_formob .section_img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: calc((320 / 1023) * 100%);
    width: 100%;
    margin-bottom: 3.125rem
}

@media (max-width: 640px) {
    .media_inner_page .blog_inner_sec .media_inr_content .inr_heding_div .blg_img_formob .section_img {
        padding-bottom:calc((320 / 640) * 100%);
        margin: 0 -15px 2.1875rem;
        width: auto
    }
}

.media_inner_page .blog_inner_sec .media_inr_content .inr_heding_div .top {
    margin-bottom: 1.1875rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.media_inner_page .blog_inner_sec .media_inr_content .inr_heding_div .top .lable {
    padding: 0 1.25rem;
    background-color: #D12B3833;
    border-radius: 1.25rem;
    color: #DDDDDD;
    line-height: 1.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

@media (max-width: 1359.98px) {
    .media_inner_page .blog_inner_sec .media_inr_content .inr_heding_div .top .lable {
        padding:0 0.9375rem
    }
}

.media_inner_page .blog_inner_sec .media_inr_content .inr_heding_div .top .read_time {
    font-size: 1rem;
    line-height: 1;
    color: #808080;
    margin-left: 1.875rem;
    display: none
}

@media (max-width: 1599.98px) {
    .media_inner_page .blog_inner_sec .media_inr_content .inr_heding_div .top .read_time {
        font-size:0.875rem;
        margin-left: 1.25rem
    }
}

.media_inner_page .blog_inner_sec .media_inr_content .inr_heding_div h1,.media_inner_page .blog_inner_sec .media_inr_content .inr_heding_div h2 {
    font-size: 1.5rem;
    width: 35.9375rem;
    max-width: 100%;
    margin-bottom: 1.75rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.4
}

@media (max-width: 1599.98px) {
    .media_inner_page .blog_inner_sec .media_inr_content .inr_heding_div h1,.media_inner_page .blog_inner_sec .media_inr_content .inr_heding_div h2 {
        font-size:1.25rem
    }
}

.media_inner_page .blog_inner_sec .media_inr_content .inr_heding_div .dte_share_auther {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 35.9375rem;
    max-width: 100%;
    padding-bottom: 1rem;
    border-bottom: 1px solid #DDDDDD24
}

.media_inner_page .blog_inner_sec .media_inr_content .inr_heding_div .dte_share_auther p {
    font-size: 0.75rem;
    color: #808080;
    line-height: 1.4
}

.media_inner_page .blog_inner_sec .media_inr_content .inr_heding_div .dte_share_auther p a {
    color: #808080
}

.media_inner_page .blog_inner_sec .media_inr_content .inr_heding_div .dte_share_auther p a:hover {
    color: #EB2248;
    font-weight: 600
}

.media_inner_page .blog_inner_sec .media_inr_content .inr_heding_div .dte_share_auther p+p {
    margin-left: 2.8125rem
}

@media (max-width: 640px) {
    .media_inner_page .blog_inner_sec .media_inr_content .inr_heding_div .dte_share_auther p+p {
        margin-left:1.25rem
    }
}

.media_inner_page .blog_inner_sec .media_inr_content .content_area {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 -1.25rem;
    margin-top: 3.4375rem
}

@media (max-width: 1439.98px) {
    .media_inner_page .blog_inner_sec .media_inr_content .content_area {
        margin-top:1.875rem
    }
}

@media (max-width: 1023.98px) {
    .media_inner_page .blog_inner_sec .media_inr_content .content_area {
        display:block;
        margin-top: 1.25rem
    }
}

.media_inner_page .blog_inner_sec .media_inr_content .content_area .col_content {
    width: 56.25rem;
    padding: 0 1.25rem
}

@media (max-width: 1439.98px) {
    .media_inner_page .blog_inner_sec .media_inr_content .content_area .col_content {
        width:68.75rem
    }
}

@media (max-width: 1359.98px) {
    .media_inner_page .blog_inner_sec .media_inr_content .content_area .col_content {
        width:75rem
    }
}

@media (max-width: 1023.98px) {
    .media_inner_page .blog_inner_sec .media_inr_content .content_area .col_content {
        width:100%
    }
}

.media_inner_page .blog_inner_sec .media_inr_content .content_area .col_content h5 {
    font-size: 1.25rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0.75rem
}

.media_inner_page .blog_inner_sec .media_inr_content .content_area p {
    font-size: 1rem;
    line-height: 1.8;
    color: #fff;
    margin-right: 6.25rem;
    padding-bottom: 1.625rem
}

@media (max-width: 1439.98px) {
    .media_inner_page .blog_inner_sec .media_inr_content .content_area p {
        padding-bottom:1.25rem;
        margin-right: 5rem
    }
}

@media (max-width: 1199.98px) {
    .media_inner_page .blog_inner_sec .media_inr_content .content_area p {
        font-size:0.875rem
    }
}

@media (max-width: 1023.98px) {
    .media_inner_page .blog_inner_sec .media_inr_content .content_area p {
        width:100%;
        margin: 0 0 1.25rem;
        padding: 0
    }
}

@media (max-width: 640px) {
    .media_inner_page .blog_inner_sec .media_inr_content .content_area p {
        margin-bottom:0.625rem
    }
}

.media_inner_page .blog_inner_sec .media_inr_content .content_area p a {
    color: #EB2248
}

.media_inner_page .blog_inner_sec .media_inr_content .content_area p a:hover {
    color: #fff
}

.related_media {
    display: block;
    position: relative;
    z-index: 2
}

@media (max-width: 1023.98px) {
    .related_media {
        padding-top:0!important
    }
}

.related_media aside {
    padding-left: 5vw;
    border-left: 1px solid #777676
}

@media (max-width: 1023.98px) {
    .related_media aside {
        padding:3.125rem 0 0;
        border: none;
        border-top: 1px solid #777676
    }
}

.related_media aside h2 {
    font-size: 26px;
    color: #fff;
    padding: 0 0.9375rem;
    margin-bottom: 2.1875rem;
    font-weight: 700
}

@media (max-width: 1439.98px) {
    .related_media aside h2 {
        font-size:1.25rem;
        margin-bottom: 1.25rem
    }
}

@media (max-width: 1023.98px) {
    .related_media aside h2 {
        padding:0;
        margin-bottom: 2.1875rem;
        font-size: 1.875rem
    }
}

@media (max-width: 1439.98px) {
    .related_media aside .col_item .item_div {
        margin-bottom:1.25rem;
        padding-bottom: 1.25rem;
        margin-right: 12.5rem;
        width: 31.875rem
    }
}

@media (max-width: 1023.98px) {
    .related_media aside .col_item .item_div {
        margin:0 0 1.25rem;
        width: 100%
    }
}

@media (max-width: 640px) {
    .related_media aside .col_item .item_div {
        padding-bottom:0;
        margin-bottom: 3.75rem
    }
}

@media (max-width: 1439.98px) {
    .related_media aside .col_item .item_div .blog_content h4 {
        font-size:1.25rem
    }
}

@media (max-width: 640px) {
    .related_media aside .col_item .item_div .blog_content h4 {
        font-size:1.125rem
    }
}

.inner_page .contact_sec {
    padding-right: 0
}

@media (max-width: 1023.98px) {
    .inner_page .contact_sec {
        margin-top:5rem
    }
}

.inner_page .contact_sec .content_div .img_mob_only {
    display: none
}

@media (max-width: 1023.98px) {
    .inner_page .contact_sec .content_div .img_mob_only {
        display:block
    }
}

.inner_page .contact_sec .content_div .img_mob_only .section_img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: calc((320 / 1024) * 100%);
    width: 100%;
    margin-bottom: 1.875rem
}

@media (max-width: 640px) {
    .inner_page .contact_sec .content_div .img_mob_only .section_img {
        padding-bottom:calc((320 / 640) * 100%);
        width: auto;
        margin: 0 -15px 1.875rem
    }
}

.inner_page .img_wraper {
    width: 28.125rem;
    left: 0
}

@media (max-width: 1920.98px) {
    .inner_page .img_wraper {
        width:17.5rem
    }
}

@media (max-width: 1599.98px) {
    .inner_page .img_wraper {
        width:15.625rem
    }
}

.inner_page .row {
    position: relative;
    z-index: 2;
    top: 3.125rem
}

@media (max-width: 1023.98px) {
    .inner_page .row {
        top:0
    }
}

.inner_page .contact_address {
    position: relative;
    z-index: 2
}

.portfolio_page {
    width: max-content
}

@media (max-width: 1023.98px) {
    .portfolio_page {
        width:auto
    }
}

.portfolio_page .protfolio_sec {
    padding-right: 0
}

@media (max-width: 1023.98px) {
    .portfolio_page .protfolio_sec {
        margin-top:4.375rem
    }
}

.portfolio_page .img_wraper {
    margin-right: 0;
    left: 0
}

.portfolio_page #portfolio_outer {
    position: relative;
    left: -8.125rem;
    padding-left: 8.125rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

@media (max-width: 1800.98px) {
    .portfolio_page #portfolio_outer {
        padding-left:6.875rem;
        left: -6.875rem
    }
}

@media (max-width: 1439.98px) {
    .portfolio_page #portfolio_outer {
        padding-left:4.8125rem;
        left: -4.8125rem
    }
}

@media (max-width: 1023.98px) {
    .portfolio_page #portfolio_outer {
        padding-left:0;
        left: 0;
        display: block
    }
}

.portfolio_page .portfolio_head_div {
    height: 100vh;
    width: 26.5625rem;
    margin-right: 9.375rem;
    background-color: rgba(3,3,15,0.9);
    padding: 9.375rem 3.125rem;
    padding-right: 1.875rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 8px 32px 0 #03030F37;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    position: relative;
    z-index: 99
}

@media (max-width: 1599.98px) {
    .portfolio_page .portfolio_head_div {
        width:23.125rem;
        padding: 7.5rem 2.5rem;
        margin-right: 6.25rem
    }
}

@media (max-width: 1359.98px) {
    .portfolio_page .portfolio_head_div {
        padding:6.25rem 1.875rem 5rem;
        margin-right: 3.75rem
    }
}

@media (max-width: 1023.98px) {
    .portfolio_page .portfolio_head_div {
        width:100%;
        height: auto;
        padding: 0 0 1.25rem;
        backdrop-filter: blur(0);
        -webkit-backdrop-filter: blur(0);
        box-shadow: none;
        background-color: transparent
    }
}

.portfolio_page .portfolio_head_div .heading {
    width: 100%
}

.portfolio_page .portfolio_head_div .heading .for_mob {
    display: none
}

@media (max-width: 1023.98px) {
    .portfolio_page .portfolio_head_div .heading .for_mob {
        display:block;
        font-size: 0.875rem;
        text-transform: uppercase;
        color: #ffffff40;
        line-height: 1;
        margin-bottom: 1.25rem;
        letter-spacing: 0.2rem
    }
}

@media (max-width: 480px) {
    .portfolio_page .portfolio_head_div .heading .for_mob {
        margin-bottom:0.75rem
    }
}

.portfolio_page .portfolio_head_div .heading h1 {
    font-size: 3.4375rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2.8125rem
}

@media (max-width: 1599.98px) {
    .portfolio_page .portfolio_head_div .heading h1 {
        font-size:3rem;
        margin-bottom: 2.25rem
    }
}

@media (max-width: 1359.98px) {
    .portfolio_page .portfolio_head_div .heading h1 {
        font-size:2.375rem;
        margin-bottom: 1.25rem
    }
}

@media (max-width: 640px) {
    .portfolio_page .portfolio_head_div .heading h1 {
        font-size:1.875rem
    }
}

.portfolio_page .portfolio_head_div .heading .for_mobile_only {
    display: none
}

@media (max-width: 1023.98px) {
    .portfolio_page .portfolio_head_div .heading .for_mobile_only {
        display:block
    }
}

.portfolio_page .portfolio_head_div .heading .for_mobile_only p {
    display: block;
    font-size: 1rem;
    color: #fff;
    line-height: 1.8;
    margin-bottom: 1.875rem
}

@media (max-width: 640px) {
    .portfolio_page .portfolio_head_div .heading .for_mobile_only p {
        font-size:0.875rem
    }
}

.portfolio_page .portfolio_head_div .heading .for_mobile_only .section_img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: calc((320 / 1024) * 100%);
    width: 100%;
    margin-bottom: 1.875rem
}

@media (max-width: 640px) {
    .portfolio_page .portfolio_head_div .heading .for_mobile_only .section_img {
        padding-bottom:calc((320 / 640) * 100%);
        width: auto;
        margin: 0 -15px 1.875rem
    }
}

@media (max-width: 1023.98px) {
    .portfolio_page .portfolio_head_div .heading .nav_outer {
        width:100%;
        overflow: hidden;
        overflow-x: auto
    }
}

@media (max-width: 1023.98px) {
    .portfolio_page .portfolio_head_div .heading .nav-pills {
        width:59.375rem;
        padding-bottom: 0.625rem
    }
}

@media (max-width: 767.98px) {
    .portfolio_page .portfolio_head_div .heading .nav-pills {
        width:42.5rem
    }
}

@media (max-width: 640px) {
    .portfolio_page .portfolio_head_div .heading .nav-pills {
        width:31.25rem
    }
}

.portfolio_page .portfolio_head_div .heading .nav-pills li {
    margin-right: 1.25rem;
    margin-bottom: 0.9375rem
}

@media (max-width: 1599.98px) {
    .portfolio_page .portfolio_head_div .heading .nav-pills li {
        margin-right:0.75rem;
        margin-bottom: 0.75rem
    }
}

@media (max-width: 640px) {
    .portfolio_page .portfolio_head_div .heading .nav-pills li {
        margin-bottom:0.375rem;
        margin-right: 0.375rem
    }
}

.portfolio_page .portfolio_head_div .heading .nav-pills li a {
    font-size: 1rem;
    color: #fff;
    font-weight: 500;
    line-height: 2.625rem;
    padding: 0 1.4375rem;
    display: inline-block;
    background-color: #70707032;
    border-radius: 1.875rem
}

@media (max-width: 1599.98px) {
    .portfolio_page .portfolio_head_div .heading .nav-pills li a {
        font-size:0.875rem;
        line-height: 2.5rem;
        padding: 0 1.25rem
    }
}

.portfolio_page .portfolio_head_div .heading .nav-pills li a.active {
    background-color: #EB2248
}

.portfolio_page .portfolio_head_div .heading .nav-pills li:last-child {
    margin-right: 0
}

.portfolio_page .portfolio_head_div p {
    font-size: 1.25rem;
    color: #fff;
    line-height: 1.8
}

.portfolio_page .portfolio_head_div p span {
    color: #EB2248
}

@media (max-width: 1599.98px) {
    .portfolio_page .portfolio_head_div p {
        font-size:1rem
    }
}

@media (max-width: 1359.98px) {
    .portfolio_page .portfolio_head_div p {
        font-size:0.875rem
    }
}

@media (max-width: 1023.98px) {
    .portfolio_page .portfolio_head_div p {
        display:none
    }
}

.portfolio_inner_page .gallery {
    position: relative;
    left: 10px
}

@media (max-width: 1023.98px) {
    .portfolio_inner_page .gallery {
        left:0
    }
}

@media (max-width: 1699.98px) {
    .portfolio_inner_page .protfolio_sec .img_wraper {
        margin-left:6.25rem
    }
}

@media (max-width: 1439.98px) {
    .portfolio_inner_page .protfolio_sec .img_wraper {
        margin-left:3.75rem
    }
}

.portfolio_inner_page .portfolio_content {
    padding-left: 6.25rem;
    position: relative;
    top: 3.75rem;
    z-index: 1
}

@media (max-width: 1439.98px) {
    .portfolio_inner_page .portfolio_content {
        padding-left:4.375rem
    }
}

@media (max-width: 1024.98px) {
    .portfolio_inner_page .portfolio_content {
        padding-left:0;
        top: 0;
        padding-top: 6.25rem
    }
}

@media (max-width: 480px) {
    .portfolio_inner_page .portfolio_content {
        padding-top:3.75rem
    }
}

.portfolio_inner_page .portfolio_content h1 {
    font-size: 3.75rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 3.75rem;
    width: 100%
}

@media (max-width: 1599.98px) {
    .portfolio_inner_page .portfolio_content h1 {
        font-size:3.125rem;
        margin-bottom: 2.5rem
    }
}

@media (max-width: 1359.98px) {
    .portfolio_inner_page .portfolio_content h1 {
        font-size:2.8125rem;
        margin-bottom: 1.875rem
    }
}

@media (max-width: 1023.98px) {
    .portfolio_inner_page .portfolio_content h1 {
        font-size:2.5rem
    }
}

@media (max-width: 991.98px) {
    .portfolio_inner_page .portfolio_content h1 {
        font-size:1.875rem
    }
}

@media (max-width: 480px) {
    .portfolio_inner_page .portfolio_content h1 {
        font-size:1.625rem
    }
}

.portfolio_inner_page .portfolio_content .for_mob_only {
    display: none
}

@media (max-width: 1023.98px) {
    .portfolio_inner_page .portfolio_content .for_mob_only {
        display:block
    }
}

.portfolio_inner_page .portfolio_content .for_mob_only .section_img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: calc((300 / 992) * 100%);
    margin: 2.1875rem 0;
    width: 100%
}

@media (max-width: 480px) {
    .portfolio_inner_page .portfolio_content .for_mob_only .section_img {
        padding-bottom:calc((300 / 480) * 100%);
        margin: 1.875rem -15px 0;
        width: auto
    }
}

.portfolio_inner_page .portfolio_content .content_div {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: auto;
    max-width: 100%;
    left: 0;
    margin-right: 0;
    padding: 0
}

@media (max-width: 1024.98px) {
    .portfolio_inner_page .portfolio_content .content_div {
        -webkit-flex-wrap:wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: block
    }
}

@media (max-width: 480px) {
    .portfolio_inner_page .portfolio_content .content_div {
        padding-top:1.875rem
    }
}

.portfolio_inner_page .portfolio_content .content_div .left,.portfolio_inner_page .portfolio_content .content_div .right {
    width: 26.25rem
}

@media (max-width: 1439.98px) {
    .portfolio_inner_page .portfolio_content .content_div .left,.portfolio_inner_page .portfolio_content .content_div .right {
        width:31.25rem
    }
}

@media (max-width: 1359.98px) {
    .portfolio_inner_page .portfolio_content .content_div .left,.portfolio_inner_page .portfolio_content .content_div .right {
        width:37.5rem
    }
}

@media (max-width: 1024.98px) {
    .portfolio_inner_page .portfolio_content .content_div .left,.portfolio_inner_page .portfolio_content .content_div .right {
        width:100%
    }
}

.portfolio_inner_page .portfolio_content .content_div .left p,.portfolio_inner_page .portfolio_content .content_div .right p {
    font-size: 1rem;
    line-height: 1.8;
    color: #fff;
    padding-bottom: 0;
    width: 100%
}

@media (max-width: 480px) {
    .portfolio_inner_page .portfolio_content .content_div .left p,.portfolio_inner_page .portfolio_content .content_div .right p {
        font-size:0.875rem
    }
}

.portfolio_inner_page .portfolio_content .content_div .left p+p,.portfolio_inner_page .portfolio_content .content_div .right p+p {
    margin-top: 0.9375rem
}

@media (max-width: 480px) {
    .portfolio_inner_page .portfolio_content .content_div .left p+p,.portfolio_inner_page .portfolio_content .content_div .right p+p {
        margin-top:0.625rem
    }
}

.portfolio_inner_page .portfolio_content .content_div .left ._link,.portfolio_inner_page .portfolio_content .content_div .right ._link {
    margin-top: 3.125rem
}

@media (max-width: 1439.98px) {
    .portfolio_inner_page .portfolio_content .content_div .left ._link,.portfolio_inner_page .portfolio_content .content_div .right ._link {
        margin-top:1.875rem
    }
}

.portfolio_inner_page .portfolio_content .content_div .right {
    margin-left: 6rem
}

@media (max-width: 1439.98px) {
    .portfolio_inner_page .portfolio_content .content_div .right {
        margin-left:5rem
    }
}

@media (max-width: 1024.98px) {
    .portfolio_inner_page .portfolio_content .content_div .right {
        margin:2.1875rem 0 0
    }
}

.portfolio_inner_page .portfolio_content .portfolio_image {
    width: 34.375rem;
    padding-left: 8.4375rem;
    position: relative;
    top: -7.5rem
}

@media (max-width: 1439.98px) {
    .portfolio_inner_page .portfolio_content .portfolio_image {
        top:-5rem
    }
}

@media (max-width: 1024.98px) {
    .portfolio_inner_page .portfolio_content .portfolio_image {
        top:0;
        width: 100%;
        margin-top: 2.1875rem;
        padding-left: 0
    }
}

.portfolio_inner_page .portfolio_content .portfolio_image .port_img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 60vh
}

@media (max-width: 1024.98px) {
    .portfolio_inner_page .portfolio_content .portfolio_image .port_img {
        padding-bottom:calc((320 / 900) * 100%)
    }
}

.service_page {
    width: max-content
}

@media (max-width: 1023.98px) {
    .service_page {
        width:100%;
        margin-top: 4.375rem
    }
}

.service_page .service_sec {
    padding-right: 0
}

.service_page .img_wraper {
    margin-right: 0
}

.service_page #service_sec_outer {
    position: relative;
    left: -8.125rem;
    padding-left: 8.125rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

@media (max-width: 1800.98px) {
    .service_page #service_sec_outer {
        padding-left:6.875rem;
        left: -6.875rem
    }
}

@media (max-width: 1439.98px) {
    .service_page #service_sec_outer {
        padding-left:4.8125rem;
        left: -4.8125rem
    }
}

@media (max-width: 1023.98px) {
    .service_page #service_sec_outer {
        display:block;
        padding-left: 0;
        left: 0
    }
}

.service_page .service_head_div {
    height: 100vh;
    width: 26.5625rem;
    margin-right: 9.375rem;
    background-color: rgba(3,3,15,0.9);
    padding: 9.375rem 3.125rem;
    padding-right: 1.875rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 8px 32px 0 #03030F37;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    position: relative;
    z-index: 99
}

@media (max-width: 1599.98px) {
    .service_page .service_head_div {
        width:22.5rem;
        margin-right: 6.25rem;
        padding: 6.25rem 2.5rem
    }
}

@media (max-width: 1439.98px) {
    .service_page .service_head_div {
        width:20rem
    }
}

@media (max-width: 1359.98px) {
    .service_page .service_head_div {
        padding:5rem 1.875rem
    }
}

@media (max-width: 1023.98px) {
    .service_page .service_head_div {
        height:auto;
        padding: 1.25rem;
        width: 100%;
        padding: 1.25rem 0;
        backdrop-filter: blur(0);
        -webkit-backdrop-filter: blur(0);
        box-shadow: none;
        background-color: transparent
    }
}

.service_page .service_head_div .heading {
    width: 100%
}

.service_page .service_head_div .heading .for_mob {
    display: none
}

@media (max-width: 1023.98px) {
    .service_page .service_head_div .heading .for_mob {
        display:block;
        font-size: 0.875rem;
        text-transform: uppercase;
        color: #ffffff40;
        line-height: 1;
        margin-bottom: 1.25rem;
        letter-spacing: 0.2rem
    }
}

@media (max-width: 480px) {
    .service_page .service_head_div .heading .for_mob {
        margin-bottom:0.75rem
    }
}

.service_page .service_head_div .heading h1 {
    font-size: 3.4375rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2.8125rem
}

@media (max-width: 1599.98px) {
    .service_page .service_head_div .heading h1 {
        font-size:3rem;
        margin-bottom: 2rem
    }
}

@media (max-width: 1439.98px) {
    .service_page .service_head_div .heading h1 {
        font-size:2.5rem;
        margin-bottom: 1.375rem
    }
}

@media (max-width: 1359.98px) {
    .service_page .service_head_div .heading h1 {
        font-size:2.125rem
    }
}

@media (max-width: 1023.98px) {
    .service_page .service_head_div .heading h1 {
        font-size:2rem;
        margin-bottom: 0.625rem
    }
}

.service_page .service_head_div .heading .nav-pills {
    display: block
}

@media (max-width: 1023.98px) {
    .service_page .service_head_div .heading .nav-pills {
        display:none
    }
}

.service_page .service_head_div .heading .nav-pills li {
    display: block;
    margin-bottom: 0.9375rem
}

@media (max-width: 1439.98px) {
    .service_page .service_head_div .heading .nav-pills li {
        margin-bottom:0.625rem
    }
}

.service_page .service_head_div .heading .nav-pills li a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 0
}

.service_page .service_head_div .heading .nav-pills li a span {
    font-size: 1rem;
    color: #EB2248;
    line-height: 1.2;
    margin-right: 1.5625rem;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

@media (max-width: 1599.98px) {
    .service_page .service_head_div .heading .nav-pills li a span {
        margin-right:0.9375rem
    }
}

.service_page .service_head_div .heading .nav-pills li a label {
    flex: 1;
    padding: 0 1.125rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff70;
    line-height: 3.125rem;
    background-color: transparent;
    border-radius: 0.3125rem;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

@media (max-width: 1599.98px) {
    .service_page .service_head_div .heading .nav-pills li a label {
        font-size:1.25rem;
        font-weight: 500;
        padding: 0 0.875rem;
        line-height: 2.5rem
    }
}

.service_page .service_head_div .heading .nav-pills li a:hover label {
    color: #fff
}

.service_page .service_head_div .heading .nav-pills li a.active {
    background-color: transparent
}

.service_page .service_head_div .heading .nav-pills li a.active span {
    color: #fff
}

.service_page .service_head_div .heading .nav-pills li a.active label {
    background-color: #EB2248;
    color: #fff
}

.service_page .service_head_div .heading .nav-pills li:last-child {
    margin-right: 0
}

.service_page .service_head_div p {
    font-size: 1.25rem;
    color: #fff;
    line-height: 1.8
}

@media (max-width: 1599.98px) {
    .service_page .service_head_div p {
        font-size:1rem
    }
}

@media (max-width: 1439.98px) {
    .service_page .service_head_div p {
        line-height:1.6;
        font-size: 0.875rem
    }
}

.service_page .for_mob_only {
    display: none
}

@media (max-width: 1023.98px) {
    .service_page .for_mob_only {
        display:block
    }
}

.service_page .for_mob_only .section_img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: calc((300 / 992) * 100%);
    margin-bottom: 2.1875rem;
    width: 100%
}

@media (max-width: 480px) {
    .service_page .for_mob_only .section_img {
        padding-bottom:calc((300 / 480) * 100%);
        margin: 0 -15px 1.875rem;
        width: auto
    }
}

.service_page .for_mob_only .nav {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    min-height: 3.125rem
}

.service_page .for_mob_only .nav li {
    display: inline-block;
    vertical-align: middle
}

.service_page .for_mob_only .nav li a {
    background-color: #ffffff70;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    padding: 0 1rem;
    line-height: 2.375rem
}

.service_page .for_mob_only .nav li a.active {
    background-color: #EB2248
}

.service_page .sec_head h1,.service_page .sec_head h2 {
    font-size: 3.125rem
}

@media (max-width: 1439.98px) {
    .service_page .sec_head h1,.service_page .sec_head h2 {
        font-size:2.625rem
    }
}

@media (max-width: 1359.98px) {
    .service_page .sec_head h1,.service_page .sec_head h2 {
        font-size:2.125rem
    }
}

@media (max-width: 1023.98px) {
    .inner_content .service_sec {
        margin-top:4.375rem
    }
}

.inner_content .img_wraper {
    margin-right: 0
}

.inner_content .service_content {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    left: -8.125rem;
    padding-left: 8.125rem
}

@media (max-width: 1800.98px) {
    .inner_content .service_content {
        padding-left:6.875rem;
        left: -6.875rem
    }
}

@media (max-width: 1439.98px) {
    .inner_content .service_content {
        padding-left:4.8125rem;
        left: -4.8125rem
    }
}

@media (max-width: 1023.98px) {
    .inner_content .service_content {
        padding-left:0;
        left: 0;
        display: block
    }
}

.inner_content .service_content .heading {
    height: 100vh;
    width: 31.25rem;
    margin-right: 6.25rem;
    background-color: rgba(3,3,15,0.9);
    padding: 7.5rem 3.125rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 8px 32px 0 #03030F37;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    position: relative;
    z-index: 99
}

@media (max-width: 1599.98px) {
    .inner_content .service_content .heading {
        width:26.25rem
    }
}

@media (max-width: 1439.98px) {
    .inner_content .service_content .heading {
        margin-right:3.75rem;
        width: 25rem;
        padding: 7.5rem 2.1875rem
    }
}

@media (max-width: 1359.98px) {
    .inner_content .service_content .heading {
        width:22.5rem
    }
}

@media (max-width: 1023.98px) {
    .inner_content .service_content .heading {
        height:auto;
        width: auto;
        margin: 0;
        padding: 1.25rem 0;
        backdrop-filter: blur(0);
        -webkit-backdrop-filter: blur(0);
        box-shadow: none;
        background-color: transparent
    }
}

.inner_content .service_content .heading label {
    font-size: 1.25rem;
    color: #EB2248;
    display: block
}

@media (max-width: 1599.98px) {
    .inner_content .service_content .heading label {
        font-size:1rem
    }
}

.inner_content .service_content .heading h1 {
    font-size: 3.25rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 3.75rem
}

@media (max-width: 1599.98px) {
    .inner_content .service_content .heading h1 {
        font-size:3rem;
        margin-bottom: 2.5rem
    }
}

@media (max-width: 1359.98px) {
    .inner_content .service_content .heading h1 {
        font-size:2.5rem;
        margin-bottom: 1.875rem
    }
}

@media (max-width: 1023.98px) {
    .inner_content .service_content .heading h1 {
        font-size:2rem
    }
}

.inner_content .service_content .heading p {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff
}

@media (max-width: 1599.98px) {
    .inner_content .service_content .heading p {
        font-size:1.25rem
    }
}

@media (max-width: 1359.98px) {
    .inner_content .service_content .heading p {
        font-size:1rem
    }
}

.inner_content .service_content .heading ._link {
    margin-top: 3.125rem
}

@media (max-width: 1359.98px) {
    .inner_content .service_content .heading ._link {
        margin-top:1.875rem
    }
}

.inner_content .service_content .heading .for_mob_only {
    display: none
}

@media (max-width: 1023.98px) {
    .inner_content .service_content .heading .for_mob_only {
        display:block
    }
}

.inner_content .service_content .heading .for_mob_only .section_img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: calc((300 / 992) * 100%);
    margin: 2.1875rem 0;
    width: 100%
}

@media (max-width: 480px) {
    .inner_content .service_content .heading .for_mob_only .section_img {
        padding-bottom:calc((300 / 480) * 100%);
        margin: 1.875rem -15px 0;
        width: auto
    }
}

.inner_content .service_content .contents_div {
    display: block;
    grid-auto-rows: max-content;
    height: auto!important
}

@media (max-width: 1199.98px) {
    .inner_content .service_content .contents_div {
        grid-template-rows:repeat(1,minmax(0,1fr))
    }
}

@media (max-width: 1023.98px) {
    .inner_content .service_content .contents_div {
        display:block;
        height: auto
    }
}

@media (max-width: 767.98px) {
    .inner_content .service_content .contents_div {
        margin-top:1.875rem
    }
}

@media (max-width: 640px) {
    .inner_content .service_content .contents_div {
        margin-top:1.25rem
    }
}

.inner_content .service_content .contents_div p {
    font-size: 1rem;
    line-height: 1.8;
    color: #fff;
    width: 40.625rem;
    padding-bottom: 1.625rem
}

@media (max-width: 1199.98px) {
    .inner_content .service_content .contents_div p {
        width:28.125rem
    }
}

@media (max-width: 1023.98px) {
    .inner_content .service_content .contents_div p {
        width:100%;
        margin: 0;
        padding: 0
    }

    .inner_content .service_content .contents_div p+p {
        margin-top: 0.75rem
    }
}

@media (max-width: 640px) {
    .inner_content .service_content .contents_div p {
        font-size:0.875rem
    }
}

#snowflakeContainer {
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
  }

  .snowflake {
    position: fixed;
    background-color: #C6C6C6;
    user-select: none;
    z-index: 9999;
    pointer-events: none;
    border-radius: 50%;
    width: 10px;
    height: 10px;
  }
/*# sourceMappingURL=main.min.css.map */

/* .mobile-body {
    display: none;
} */
@media screen and (max-width: 767px) {
    .mobile-body {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100%;
        background-color: #000;
        background-image: url('../../assets/image/logo.svg');
        background-size: 250px auto;
        background-position: center;
        background-repeat: no-repeat;
        color: white;
        font-size: 24px;
        justify-content: center;
        align-items: center;
        text-align: center;
        z-index: 9999;
    }
    body {
        overflow: hidden;
      }
    
}