/*
Theme Name: Morning Star
Author: Davison Pro
Author URI: https://davisonpro.dev/
*/

 :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 {
    -webkit-box-sizing: border-box;
    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,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;
    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 {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

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

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

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

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

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

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

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

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: -.25em
}

sup {
    top: -.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]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

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

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

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -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: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

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

button {
    border-radius: 0
}

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

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

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[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] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

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

textarea {
    overflow: auto;
    resize: vertical
}

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

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

progress {
    vertical-align: baseline
}

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

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

[type=search]::-webkit-search-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: .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
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
    display: inline-block
}

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

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

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

a>code {
    color: inherit
}

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

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

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

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

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

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

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

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

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

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

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

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

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

.col-1,.col-auto {
    -webkit-box-flex: 0
}

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

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

.col-2,.col-3 {
    -webkit-box-flex: 0
}

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

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

.col-4,.col-5 {
    -webkit-box-flex: 0
}

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

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

.col-6,.col-7 {
    -webkit-box-flex: 0
}

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

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

.col-8,.col-9 {
    -webkit-box-flex: 0
}

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

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

.col-10,.col-11 {
    -webkit-box-flex: 0
}

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

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

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

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

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

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

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

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

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

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

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

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

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

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

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

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

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

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

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

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

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

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

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

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

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

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

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

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

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

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

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

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

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

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

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table .table {
    background-color: #fff
}

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

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

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

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

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

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

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

.table-hover .table-primary:hover,.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,.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,.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,.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,.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,.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,.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,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

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

.table .thead-dark th {
    color: #fff;
    background-color: #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: hsla(0,0%,100%,.05)
}

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

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -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: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

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

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

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

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

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

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

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

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

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

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

.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm,.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: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .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: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .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: .25rem
}

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

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

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

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

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

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

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

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

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

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40,167,69,.8);
    border-radius: .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;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control-file.is-valid~.valid-feedback,.form-control-file.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-file:valid~.valid-feedback,.was-validated .form-control-file: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 {
    -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25);
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220,53,69,.8);
    border-radius: .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;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control-file.is-invalid~.invalid-feedback,.form-control-file.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-file:invalid~.invalid-feedback,.was-validated .form-control-file: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 {
    -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25);
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

@media (min-width: 576px) {
    .form-inline label {
        -ms-flex-align:center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

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

    .form-inline .form-group {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center
    }

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

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

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

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

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

    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: 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;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

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

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

.btn.focus,.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.btn.disabled,.btn:disabled {
    opacity: .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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

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

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

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

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

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

.btn-secondary.focus,.btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(208,7%,46%,.5);
    box-shadow: 0 0 0 .2rem hsla(208,7%,46%,.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 {
    -webkit-box-shadow: 0 0 0 .2rem hsla(208,7%,46%,.5);
    box-shadow: 0 0 0 .2rem hsla(208,7%,46%,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

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

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.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 {
    -webkit-box-shadow: 0 0 0 .2rem hsla(208,7%,46%,.5);
    box-shadow: 0 0 0 .2rem hsla(208,7%,46%,.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 {
    -webkit-box-shadow: 0 0 0 .2rem hsla(208,7%,46%,.5);
    box-shadow: 0 0 0 .2rem hsla(208,7%,46%,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

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

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

.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

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

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

.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

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

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

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

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

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

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

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

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

.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

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

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

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

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

.btn-link:hover {
    color: #0056b3;
    background-color: transparent
}

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

.btn-link.focus,.btn-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

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

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

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

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

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

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

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

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

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

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

.dropdown-menu.show {
    display: block
}

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

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

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

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

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

.btn-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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    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: .5625rem;
    padding-left: .5625rem
}

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

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

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

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

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

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

.input-group-append,.input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

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

.input-group>.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: -webkit-inline-box;
    display: -ms-inline-flexbox;
    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 {
    -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.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 {
    position: relative;
    margin-bottom: 0
}

.custom-control-label:before {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6
}

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

.custom-control-label:after {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-label:before {
    border-radius: .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,.5)
}

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

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

.custom-radio .custom-control-input:checked~.custom-control-label: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,.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .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 .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

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

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

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

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

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

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

.custom-select-lg,.custom-select-sm {
    padding-top: .375rem;
    padding-bottom: .375rem
}

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

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

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

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

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

.custom-file-input:focus~.custom-file-label:after {
    border-color: #80bdff
}

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

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

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

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0
}

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

.custom-range:focus {
    outline: none
}

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

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-appearance: none;
    appearance: none
}

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

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

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

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-appearance: none;
    appearance: none
}

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

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

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

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    appearance: none
}

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

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

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

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

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

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

.navbar s.nav-link {
    display: block;
    padding: .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 .menu-item {
    margin-bottom: -1px
}

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

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

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

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

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

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

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

.nav-fill .menu-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .menu-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

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

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

.navbar {
    position: relative;
    padding: .5rem 1rem
}

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

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

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

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

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

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

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

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

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

.navbar-toggler: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 50%;
    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 {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm,.navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

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

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

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

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

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

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

@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 {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md,.navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

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

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

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

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

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

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

@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 {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg,.navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

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

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

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

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

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

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

@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 {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl,.navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

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

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

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

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

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

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

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

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

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

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

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

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

.navbar-expand .navbar-collapse {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0,0%,100%,.5)
}

.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0,0%,100%,.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0,0%,100%,.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: hsla(0,0%,100%,.5);
    border-color: hsla(0,0%,100%,.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: hsla(0,0%,100%,.5)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

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

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

    .card-deck,.card-deck .card {
        -webkit-box-direction: normal
    }

    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

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

@media (min-width: 576px) {
    .card-group {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        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: .25rem
    }

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

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

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child),.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: .75rem
}

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

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

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

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

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

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

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

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

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

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

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

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

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

.badge:empty {
    display: none
}

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

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

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

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

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

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

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

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    to {
        background-position: 0 0
    }
}

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

    to {
        background-position: 0 0
    }
}

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

.progress,.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.progress-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

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

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

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

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

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

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

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

.list-group-item: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: .5
}

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

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

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

.modal,.modal-open {
    overflow: hidden
}

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

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

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

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%)
}

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

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

.modal-dialog-centered {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content,.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal-content {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

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

.modal-backdrop.fade {
    opacity: 0
}

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

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

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

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

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

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

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

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width:500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .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;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem
}

.popover,.popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bs-popover-auto[x-placement^=left] .arrow:before,.bs-popover-left .arrow:before {
    right: 0;
    border-left-color: rgba(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: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

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

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

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

.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 {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

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

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

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

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

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

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active {
    opacity: 1
}

.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active {
        -webkit-transform:translateZ(0);
        transform: translateZ(0)
    }
}

.carousel-control-next,.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .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: .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 50%;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: hsla(0,0%,100%,.5)
}

.carousel-indicators li:before {
    top: -10px
}

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

.carousel-indicators li:after {
    bottom: -10px
}

.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: .25rem!important
}

.rounded-top {
    border-top-left-radius: .25rem!important
}

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

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

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

.rounded-left {
    border-top-left-radius: .25rem!important
}

.rounded-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: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.d-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}

@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: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        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: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@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: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@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: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@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: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        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.85714286%
}

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

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

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

.flex-row {
    -webkit-box-orient: horizontal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
}

.flex-column,.flex-row {
    -webkit-box-direction: normal!important
}

.flex-column {
    -webkit-box-orient: vertical!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}

.flex-column-reverse,.flex-row-reverse {
    -webkit-box-direction: reverse!important
}

.flex-column-reverse {
    -webkit-box-orient: vertical!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
}

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

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

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

.flex-fill {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
}

.flex-grow-0 {
    -webkit-box-flex: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
}

.flex-grow-1 {
    -webkit-box-flex: 1!important;
    -ms-flex-positive: 1!important;
    flex-grow: 1!important
}

.flex-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important
}

.flex-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important
}

.justify-content-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

.align-items-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.align-items-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}

.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}

.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}

.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
}

.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}

.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}

.align-self-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
}

.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}

.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}

.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
}

.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}

.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient:horizontal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-sm-column,.flex-sm-row {
        -webkit-box-direction: normal!important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-sm-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-sm-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-sm-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient:horizontal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-md-column,.flex-md-row {
        -webkit-box-direction: normal!important
    }

    .flex-md-column {
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-md-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .justify-content-md-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-md-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-md-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-md-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-md-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-md-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-md-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-md-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-md-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient:horizontal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-lg-column,.flex-lg-row {
        -webkit-box-direction: normal!important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-lg-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-lg-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-lg-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient:horizontal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-xl-column,.flex-xl-row {
        -webkit-box-direction: normal!important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-xl-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-xl-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-xl-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

.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: -webkit-sticky!important;
    position: sticky!important
}

.fixed-top {
    top: 0
}

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

.fixed-bottom {
    bottom: 0
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

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

.shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important
}

.shadow-none {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

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

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

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

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

.w-auto {
    width: auto!important
}

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

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

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

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

.h-auto {
    height: auto!important
}

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

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

.m-0 {
    margin: 0!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-2,.mx-2 {
    margin-left: .5rem!important
}

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

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

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

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

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

.m-4 {
    margin: 1.5rem!important
}

.mt-4,.my-4 {
    margin-top: 1.5rem!important
}

.mr-4,.mx-4 {
    margin-right: 1.5rem!important
}

.mb-4,.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4,.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.mt-5,.my-5 {
    margin-top: 3rem!important
}

.mr-5,.mx-5 {
    margin-right: 3rem!important
}

.mb-5,.my-5 {
    margin-bottom: 3rem!important
}

.ml-5,.mx-5 {
    margin-left: 3rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0,.py-0 {
    padding-top: 0!important
}

.pr-0,.px-0 {
    padding-right: 0!important
}

.pb-0,.py-0 {
    padding-bottom: 0!important
}

.pl-0,.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

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

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

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

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

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

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

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

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

.pl-2,.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

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

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

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

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

.p-4 {
    padding: 1.5rem!important
}

.pt-4,.py-4 {
    padding-top: 1.5rem!important
}

.pr-4,.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,.py-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5,.py-5 {
    padding-top: 3rem!important
}

.pr-5,.px-5 {
    padding-right: 3rem!important
}

.pb-5,.py-5 {
    padding-bottom: 3rem!important
}

.pl-5,.px-5 {
    padding-left: 3rem!important
}

.m-auto {
    margin: auto!important
}

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

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

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

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

@media (min-width: 576px) {
    .m-sm-0 {
        margin:0!important
    }

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

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

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

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

    .m-sm-1 {
        margin: .25rem!important
    }

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

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

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

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

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

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

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

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

    .ml-sm-2,.mx-sm-2 {
        margin-left: .5rem!important
    }

    .m-sm-3 {
        margin: 1rem!important
    }

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

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

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

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

    .m-sm-4 {
        margin: 1.5rem!important
    }

    .mt-sm-4,.my-sm-4 {
        margin-top: 1.5rem!important
    }

    .mr-sm-4,.mx-sm-4 {
        margin-right: 1.5rem!important
    }

    .mb-sm-4,.my-sm-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-sm-4,.mx-sm-4 {
        margin-left: 1.5rem!important
    }

    .m-sm-5 {
        margin: 3rem!important
    }

    .mt-sm-5,.my-sm-5 {
        margin-top: 3rem!important
    }

    .mr-sm-5,.mx-sm-5 {
        margin-right: 3rem!important
    }

    .mb-sm-5,.my-sm-5 {
        margin-bottom: 3rem!important
    }

    .ml-sm-5,.mx-sm-5 {
        margin-left: 3rem!important
    }

    .p-sm-0 {
        padding: 0!important
    }

    .pt-sm-0,.py-sm-0 {
        padding-top: 0!important
    }

    .pr-sm-0,.px-sm-0 {
        padding-right: 0!important
    }

    .pb-sm-0,.py-sm-0 {
        padding-bottom: 0!important
    }

    .pl-sm-0,.px-sm-0 {
        padding-left: 0!important
    }

    .p-sm-1 {
        padding: .25rem!important
    }

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

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

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

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

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

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

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

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

    .pl-sm-2,.px-sm-2 {
        padding-left: .5rem!important
    }

    .p-sm-3 {
        padding: 1rem!important
    }

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

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

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

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

    .p-sm-4 {
        padding: 1.5rem!important
    }

    .pt-sm-4,.py-sm-4 {
        padding-top: 1.5rem!important
    }

    .pr-sm-4,.px-sm-4 {
        padding-right: 1.5rem!important
    }

    .pb-sm-4,.py-sm-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-sm-4,.px-sm-4 {
        padding-left: 1.5rem!important
    }

    .p-sm-5 {
        padding: 3rem!important
    }

    .pt-sm-5,.py-sm-5 {
        padding-top: 3rem!important
    }

    .pr-sm-5,.px-sm-5 {
        padding-right: 3rem!important
    }

    .pb-sm-5,.py-sm-5 {
        padding-bottom: 3rem!important
    }

    .pl-sm-5,.px-sm-5 {
        padding-left: 3rem!important
    }

    .m-sm-auto {
        margin: auto!important
    }

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

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

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

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

@media (min-width: 768px) {
    .m-md-0 {
        margin:0!important
    }

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

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

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

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

    .m-md-1 {
        margin: .25rem!important
    }

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

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

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

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

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

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

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

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

    .ml-md-2,.mx-md-2 {
        margin-left: .5rem!important
    }

    .m-md-3 {
        margin: 1rem!important
    }

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

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

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

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

    .m-md-4 {
        margin: 1.5rem!important
    }

    .mt-md-4,.my-md-4 {
        margin-top: 1.5rem!important
    }

    .mr-md-4,.mx-md-4 {
        margin-right: 1.5rem!important
    }

    .mb-md-4,.my-md-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-md-4,.mx-md-4 {
        margin-left: 1.5rem!important
    }

    .m-md-5 {
        margin: 3rem!important
    }

    .mt-md-5,.my-md-5 {
        margin-top: 3rem!important
    }

    .mr-md-5,.mx-md-5 {
        margin-right: 3rem!important
    }

    .mb-md-5,.my-md-5 {
        margin-bottom: 3rem!important
    }

    .ml-md-5,.mx-md-5 {
        margin-left: 3rem!important
    }

    .p-md-0 {
        padding: 0!important
    }

    .pt-md-0,.py-md-0 {
        padding-top: 0!important
    }

    .pr-md-0,.px-md-0 {
        padding-right: 0!important
    }

    .pb-md-0,.py-md-0 {
        padding-bottom: 0!important
    }

    .pl-md-0,.px-md-0 {
        padding-left: 0!important
    }

    .p-md-1 {
        padding: .25rem!important
    }

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

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

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

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

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

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

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

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

    .pl-md-2,.px-md-2 {
        padding-left: .5rem!important
    }

    .p-md-3 {
        padding: 1rem!important
    }

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

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

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

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

    .p-md-4 {
        padding: 1.5rem!important
    }

    .pt-md-4,.py-md-4 {
        padding-top: 1.5rem!important
    }

    .pr-md-4,.px-md-4 {
        padding-right: 1.5rem!important
    }

    .pb-md-4,.py-md-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-md-4,.px-md-4 {
        padding-left: 1.5rem!important
    }

    .p-md-5 {
        padding: 3rem!important
    }

    .pt-md-5,.py-md-5 {
        padding-top: 3rem!important
    }

    .pr-md-5,.px-md-5 {
        padding-right: 3rem!important
    }

    .pb-md-5,.py-md-5 {
        padding-bottom: 3rem!important
    }

    .pl-md-5,.px-md-5 {
        padding-left: 3rem!important
    }

    .m-md-auto {
        margin: auto!important
    }

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

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

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

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

@media (min-width: 992px) {
    .m-lg-0 {
        margin:0!important
    }

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

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

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

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

    .m-lg-1 {
        margin: .25rem!important
    }

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

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

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

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

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

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

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

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

    .ml-lg-2,.mx-lg-2 {
        margin-left: .5rem!important
    }

    .m-lg-3 {
        margin: 1rem!important
    }

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

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

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

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

    .m-lg-4 {
        margin: 1.5rem!important
    }

    .mt-lg-4,.my-lg-4 {
        margin-top: 1.5rem!important
    }

    .mr-lg-4,.mx-lg-4 {
        margin-right: 1.5rem!important
    }

    .mb-lg-4,.my-lg-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-lg-4,.mx-lg-4 {
        margin-left: 1.5rem!important
    }

    .m-lg-5 {
        margin: 3rem!important
    }

    .mt-lg-5,.my-lg-5 {
        margin-top: 3rem!important
    }

    .mr-lg-5,.mx-lg-5 {
        margin-right: 3rem!important
    }

    .mb-lg-5,.my-lg-5 {
        margin-bottom: 3rem!important
    }

    .ml-lg-5,.mx-lg-5 {
        margin-left: 3rem!important
    }

    .p-lg-0 {
        padding: 0!important
    }

    .pt-lg-0,.py-lg-0 {
        padding-top: 0!important
    }

    .pr-lg-0,.px-lg-0 {
        padding-right: 0!important
    }

    .pb-lg-0,.py-lg-0 {
        padding-bottom: 0!important
    }

    .pl-lg-0,.px-lg-0 {
        padding-left: 0!important
    }

    .p-lg-1 {
        padding: .25rem!important
    }

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

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

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

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

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

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

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

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

    .pl-lg-2,.px-lg-2 {
        padding-left: .5rem!important
    }

    .p-lg-3 {
        padding: 1rem!important
    }

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

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

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

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

    .p-lg-4 {
        padding: 1.5rem!important
    }

    .pt-lg-4,.py-lg-4 {
        padding-top: 1.5rem!important
    }

    .pr-lg-4,.px-lg-4 {
        padding-right: 1.5rem!important
    }

    .pb-lg-4,.py-lg-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-lg-4,.px-lg-4 {
        padding-left: 1.5rem!important
    }

    .p-lg-5 {
        padding: 3rem!important
    }

    .pt-lg-5,.py-lg-5 {
        padding-top: 3rem!important
    }

    .pr-lg-5,.px-lg-5 {
        padding-right: 3rem!important
    }

    .pb-lg-5,.py-lg-5 {
        padding-bottom: 3rem!important
    }

    .pl-lg-5,.px-lg-5 {
        padding-left: 3rem!important
    }

    .m-lg-auto {
        margin: auto!important
    }

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

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

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

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

@media (min-width: 1200px) {
    .m-xl-0 {
        margin:0!important
    }

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

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

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

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

    .m-xl-1 {
        margin: .25rem!important
    }

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

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

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

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

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

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

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

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

    .ml-xl-2,.mx-xl-2 {
        margin-left: .5rem!important
    }

    .m-xl-3 {
        margin: 1rem!important
    }

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

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

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

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

    .m-xl-4 {
        margin: 1.5rem!important
    }

    .mt-xl-4,.my-xl-4 {
        margin-top: 1.5rem!important
    }

    .mr-xl-4,.mx-xl-4 {
        margin-right: 1.5rem!important
    }

    .mb-xl-4,.my-xl-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-xl-4,.mx-xl-4 {
        margin-left: 1.5rem!important
    }

    .m-xl-5 {
        margin: 3rem!important
    }

    .mt-xl-5,.my-xl-5 {
        margin-top: 3rem!important
    }

    .mr-xl-5,.mx-xl-5 {
        margin-right: 3rem!important
    }

    .mb-xl-5,.my-xl-5 {
        margin-bottom: 3rem!important
    }

    .ml-xl-5,.mx-xl-5 {
        margin-left: 3rem!important
    }

    .p-xl-0 {
        padding: 0!important
    }

    .pt-xl-0,.py-xl-0 {
        padding-top: 0!important
    }

    .pr-xl-0,.px-xl-0 {
        padding-right: 0!important
    }

    .pb-xl-0,.py-xl-0 {
        padding-bottom: 0!important
    }

    .pl-xl-0,.px-xl-0 {
        padding-left: 0!important
    }

    .p-xl-1 {
        padding: .25rem!important
    }

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

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

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

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

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

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

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

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

    .pl-xl-2,.px-xl-2 {
        padding-left: .5rem!important
    }

    .p-xl-3 {
        padding: 1rem!important
    }

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

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

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

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

    .p-xl-4 {
        padding: 1.5rem!important
    }

    .pt-xl-4,.py-xl-4 {
        padding-top: 1.5rem!important
    }

    .pr-xl-4,.px-xl-4 {
        padding-right: 1.5rem!important
    }

    .pb-xl-4,.py-xl-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-xl-4,.px-xl-4 {
        padding-left: 1.5rem!important
    }

    .p-xl-5 {
        padding: 3rem!important
    }

    .pt-xl-5,.py-xl-5 {
        padding-top: 3rem!important
    }

    .pr-xl-5,.px-xl-5 {
        padding-right: 3rem!important
    }

    .pb-xl-5,.py-xl-5 {
        padding-bottom: 3rem!important
    }

    .pl-xl-5,.px-xl-5 {
        padding-left: 3rem!important
    }

    .m-xl-auto {
        margin: auto!important
    }

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

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

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

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

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace
}

.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-body {
    color: #212529!important
}

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

.text-black-50 {
    color: rgba(0,0,0,.5)!important
}

.text-white-50 {
    color: hsla(0,0%,100%,.5)!important
}

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

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

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

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

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

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

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

    thead {
        display: table-header-group
    }

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

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

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

    @page {
        size: a3
    }

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

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse!important
    }

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

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

    .table-dark {
        color: inherit
    }

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

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

.wysiwyg {
    text-align: left;
    text-decoration: none;
    position: relative;
    text-transform: none;
    font-family: GothamPro,Arial,Helvetica,sans-serif;
    font-size: 16px!important;
    font-weight: 400;
    font-style: normal;
    line-height: 24px;
    margin: 0 0 1.5em
}

.wysiwyg ol li,.wysiwyg p,.wysiwyg ul li {
    font-size: 18px!important
}

.wysiwyg a {
    text-decoration: underline;
    color: #43f
}

.wysiwyg a:visited {
    text-decoration: inherit;
    color: #609
}

.wysiwyg a:hover {
    text-decoration: underline;
    color: red
}

.wysiwyg a:active {
    text-decoration: underline;
    color: #000
}

.wysiwyg a[href^="www."],.wysiwyg a[href^=http] {
    cursor: pointer;
    cursor: alias
}

.wysiwyg img {
    max-height: 350px!important;
    height: auto!important;
    width: 100%!important
}

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

.wysiwyg h1,.wysiwyg h2,.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6 {
    line-height: 1.2em;
    margin: 1em 0 .7em
}

.wysiwyg h1 a,.wysiwyg h2 a,.wysiwyg h3 a,.wysiwyg h4 a,.wysiwyg h5 a,.wysiwyg h6 a {
    text-decoration: none
}

.wysiwyg h1:before,.wysiwyg h2:before,.wysiwyg h3:before,.wysiwyg h4:before,.wysiwyg h5:before,.wysiwyg h6:before {
    content: "";
    display: block;
    clear: both;
    height: 0
}

.wysiwyg h1:first-child,.wysiwyg h2:first-child,.wysiwyg h3:first-child,.wysiwyg h4:first-child,.wysiwyg h5:first-child,.wysiwyg h6:first-child {
    margin-top: 0
}

.wysiwyg h1 {
    font-size: 30px!important
}

.wysiwyg h2,.wysiwyg h3,.wysiwyg h4 {
    font-size: 28px!important
}

.wysiwyg h5 {
    font-size: 24px!important
}

.wysiwyg h6 {
    font-size: 20px!important
}

.wysiwyg .iframeHolder,.wysiwyg address,.wysiwyg blockquote,.wysiwyg dl,.wysiwyg ol,.wysiwyg p,.wysiwyg pre,.wysiwyg table,.wysiwyg ul {
    margin: 1.5em 0
}

.wysiwyg .iframeHolder:first-child,.wysiwyg address:first-child,.wysiwyg blockquote:first-child,.wysiwyg dl:first-child,.wysiwyg ol:first-child,.wysiwyg p:first-child,.wysiwyg pre:first-child,.wysiwyg table:first-child,.wysiwyg ul:first-child {
    margin-top: 0
}

.wysiwyg .iframeHolder:last-child,.wysiwyg address:last-child,.wysiwyg blockquote:last-child,.wysiwyg dl:last-child,.wysiwyg ol:last-child,.wysiwyg p:last-child,.wysiwyg pre:last-child,.wysiwyg table:last-child,.wysiwyg ul:last-child {
    margin-bottom: 0
}

.wysiwyg blockquote {
    padding: 1.5em;
    font-style: italic;
    background-color: #f6f6f6;
    border-left: 3px solid #d8d8d8
}

.wysiwyg dd,.wysiwyg dl,.wysiwyg ol,.wysiwyg ul {
    margin-left: 1.5em
}

.wysiwyg ol ol,.wysiwyg ol ul,.wysiwyg ul ol,.wysiwyg ul ul {
    margin-top: 0
}

.wysiwyg li {
    list-style-position: inside;
    margin: .2em 0
}

.wysiwyg ol li,.wysiwyg ul li {
    list-style-type: inherit
}

.wysiwyg ul {
    list-style-type: disc
}

.wysiwyg ul ul {
    list-style-type: circle
}

.wysiwyg ul ul ul {
    list-style-type: square
}

.wysiwyg ol {
    list-style-type: decimal;
    padding-left: 10px!important
}

.wysiwyg dl dt {
    font-style: italic
}

.wysiwyg table {
    width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #666
}

.wysiwyg table caption {
    margin-bottom: .5em;
    caption-side: top
}

.wysiwyg table tbody,.wysiwyg table td,.wysiwyg table tfoot,.wysiwyg table th,.wysiwyg table thead,.wysiwyg table tr {
    border: inherit
}

.wysiwyg table td,.wysiwyg table th {
    padding: 10px;
    line-height: 1em;
    text-align: left;
    vertical-align: top
}

.wysiwyg table th {
    text-align: center;
    font-weight: 700;
    background-color: #2f2f2f;
    color: #fff
}

.wysiwyg table.table-null,.wysiwyg table.table-null td,.wysiwyg table.table-null th,.wysiwyg table.table-zebra,.wysiwyg table.table-zebra td,.wysiwyg table.table-zebra th {
    border-color: transparent
}

.wysiwyg table.table-zebra tr:nth-child(odd) {
    background-color: #939a93;
    color: #fff
}

.wysiwyg code,.wysiwyg kbd,.wysiwyg pre,.wysiwyg samp {
    font-style: normal;
    border-radius: .25em;
    border: 1px solid #777;
    background-color: #eee
}

.wysiwyg pre {
    line-height: 1.5em;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    padding: 1em
}

.wysiwyg code,.wysiwyg kbd,.wysiwyg samp {
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 0 0 2px rgba(0,0,0,.5);
    line-height: 1.2em;
    font-weight: 700;
    display: inline-block;
    vertical-align: inherit;
    padding: 0 .375em
}

.wysiwyg code {
    background-color: #0283bc
}

.wysiwyg kbd {
    background-color: #6baa2b
}

.wysiwyg samp {
    background-color: #41a2ff
}

.wysiwyg audio {
    display: block;
    width: 100%
}

.iframeHolder {
    width: 100%;
    position: relative;
    padding-top: 56.25%
}

.iframeHolder>iframe,.iframeHolder>video {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media only screen and (max-width: 740px) {
    .wysiwyg h1 {
        font-size:30px
    }

    .wysiwyg h2 {
        font-size: 27px
    }

    .wysiwyg h3 {
        font-size: 24px
    }

    .wysiwyg h4 {
        font-size: 21px
    }

    .wysiwyg h5 {
        font-size: 18px
    }

    .wysiwyg h6 {
        font-size: 15px
    }
}

@media only screen and (max-width: 600px) {
    .wysiwyg {
        line-height:1.3em;
        font-size: 13px
    }

    .wysiwyg h1 {
        font-size: 26px
    }

    .wysiwyg h2 {
        font-size: 23.92px
    }

    .wysiwyg h3 {
        font-size: 21.84px
    }

    .wysiwyg h4 {
        font-size: 19.76px
    }

    .wysiwyg h5 {
        font-size: 17.68px
    }

    .wysiwyg h6 {
        font-size: 15.6px
    }

    .wysiwyg dl,.wysiwyg ol,.wysiwyg ul {
        margin-left: 1em
    }

    .wysiwyg .iframeHolder,.wysiwyg address,.wysiwyg blockquote,.wysiwyg dl,.wysiwyg ol,.wysiwyg ol ol:last-child,.wysiwyg ol ul:last-child,.wysiwyg p,.wysiwyg pre,.wysiwyg table,.wysiwyg ul,.wysiwyg ul ol:last-child,.wysiwyg ul ul:last-child {
        margin-top: 1.3em;
        margin-bottom: 1.3em
    }
}

.ed_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ed_flex_vert {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.ed_flex_item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.ed_flex_center {
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center
}

.wlo_hidden,.wlo_proto {
    display: none!important
}

.wlo_hidden_visibility {
    visibility: hidden
}

.wlo_proportions_holder {
    padding-bottom: 50%;
    position: relative;
    width: 100%;
    height: 1px;
    background: transparent
}

.wlo_gpuac {
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-transform: translateZ(0);
    -moz-backface-visibility: hidden;
    -o-transform: translateZ(0);
    -o-backface-visibility: hidden;
    -ms-transform: translateZ(0);
    -ms-backface-visibility: hidden;
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: none;
    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    -o-transform-style: flat;
    -ms-transform-style: flat;
    will-change: opacity
}

.wlo_invert_colors {
    -ms-filter: invert(100%);
    -webkit-filter: invert(100%);
    filter: invert(100%)
}

.wlo_btn {
    background-color: #111;
    color: inherit;
    padding: 8px 20px;
    line-height: 1.5em;
    max-width: inherit;
    font-size: 16px!important;
    margin-top: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 3px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer
}

.wlo_btn:hover {
    background-color: #333
}

@-webkit-keyframes wlo_checkbox_check {
    0% {
        height: 0;
        width: 0
    }

    25% {
        height: 0;
        width: 0
    }

    50% {
        height: 0;
        width: 5px
    }

    to {
        height: 10px;
        width: 5px
    }
}

@keyframes wlo_checkbox_check {
    0% {
        height: 0;
        width: 0
    }

    25% {
        height: 0;
        width: 0
    }

    50% {
        height: 0;
        width: 5px
    }

    to {
        height: 10px;
        width: 5px
    }
}

html.wheelio_testing {
    background-color: #fff;
    font-family: Roboto,sans-serif;
    height: 100%
}

html.wheelio_testing body {
    margin: 0;
    position: relative
}

html.wheelio_testing .wlo_debug_dash {
    padding: 20px
}

html.wheelio_testing .wlo_debug_dash .wlo_btn {
    background-color: #111;
    color: #fff;
    padding: 8px 20px;
    line-height: 1.5em;
    max-width: 250px;
    font-size: 16px!important;
    margin-top: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 3px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer
}

html.wheelio_testing .wlo_debug_dash .wlo_btn:hover {
    background-color: #333
}

html.wheelio_testing .shop {
    width: 95%
}

html.wheelio_testing .shop .shop_grid {
    width: 90%;
    margin-left: 5%;
    height: 2000px;
    border-right: 1px solid rgba(0,0,0,.11);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

html.wheelio_testing .shop .footer,html.wheelio_testing .shop .header {
    background-color: #1582cb;
    color: #fff;
    width: 100%;
    padding: 30px
}

html.wheelio_testing .shop .footer {
    background-color: #aaa
}

.wheelio_holder {
    z-index: 2000;
    position: fixed;
    width: 100%;
    height: 100%;
    width: 100vw;
    height: 100vh;
    font-family: Roboto,sans-serif;
    line-height: 1em;
    text-align: left;
    top: 0;
    left: 0;
    direction: ltr!important;
    overflow-y: auto
}

.wheelio_holder.prepared {
    display: block!important;
    pointer-events: none;
    filter: alpha(opactiy=0.1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=.1)";
    -moz-opacity: .001;
    -khtml-opacity: .001;
    opacity: .001;
    z-index: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh)
}

.wheelio_holder .wheel_holder {
    position: absolute;
    z-index: 1;
    width: 70%;
    top: 50%;
    -webkit-transform: translate(-46%,-50%);
    transform: translate(-46%,-50%);
    -webkit-tap-highlight-color: transparent
}

.wheelio_holder .wlo_shadow {
    position: absolute;
    z-index: 2;
    top: 6%;
    left: 6%;
    width: 100%;
    height: 92.5%;
    background-image: url(https://wheelio-a62f3.firebaseapp.com/res/shadow.png);
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none
}

.wheelio_holder .wheel_mask {
    position: absolute;
    z-index: 1;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    overflow: hidden;
    border-radius: 50%
}

.wheelio_holder .wheel_rotor {
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
    border-radius: 40%
}

.wheelio_holder .wheel_rotor .wheel_bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url(https://wheelio-a62f3.firebaseapp.com/res/wheel_small.png);
    background-size: contain;
    background-repeat: no-repeat
}

.wheelio_holder .wheel_rotor.wlo_colorized .wheel_bg {
    background-image: url(https://wheelio-a62f3.firebaseapp.com/res/wheel_colorized_small.png)
}

@media only screen and (min-device-height: 1000px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-height:1000px) and (orientation:portrait) and (min-resolution:144dpi),only screen and (min-device-width:1000px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-width:1000px) and (orientation:landscape) and (min-resolution:144dpi) {
    .wheelio_holder .wheel_rotor .wheel_bg {
        background-image:url(https://wheelio-a62f3.firebaseapp.com/res/wheel3.png)
    }

    .wheelio_holder .wheel_rotor.wlo_colorized .wheel_bg {
        background-image: url(https://wheelio-a62f3.firebaseapp.com/res/wheel_colorized.png)
    }
}

.wheelio_holder .wheel_rotor .wlo_label {
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    line-height: 1.2em;
    max-height: 2.4em;
    text-align: right;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 40%;
    padding-left: 15%;
    font-weight: 700;
    font-size: inherit;
    cursor: default;
    color: rgba(0,0,0,.8)
}

.wheelio_holder .wheel_rotor .wlo_label.selected {
    color: #fff
}

.wheelio_holder .wheel_rotor.wlo_colorized .wlo_label:nth-child(4n),.wheelio_holder .wheel_rotor.wlo_colorized .wlo_label:nth-child(4n-3),.wheelio_holder .wheel_rotor .wlo_label:nth-child(4n-3) {
    color: #efefef
}

.wheelio_holder .wlo_small_logo {
    width: 16%;
    height: 16%;
    top: 42%;
    left: 42%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    filter: alpha(opactiy=90);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    -moz-opacity: .9;
    -khtml-opacity: .9;
    opacity: .9;
    -webkit-transform: rotate(-39deg);
    transform: rotate(-39deg)
}

.wheelio_holder .wlo_pointer,.wheelio_holder .wlo_pointer_shadow {
    position: absolute;
    z-index: 3;
    width: 18%;
    -webkit-transform-origin: 75% 47.5%;
    transform-origin: 75% 47.5%;
    background-size: contain;
    background-repeat: no-repeat
}

.wheelio_holder .wlo_pointer {
    top: 45.5%;
    left: 91%;
    background-image: url(https://wheelio-a62f3.firebaseapp.com/res/pointer2.png)
}

.wheelio_holder .wlo_pointer_shadow {
    top: 47%;
    left: 92%;
    background-image: url(https://wheelio-a62f3.firebaseapp.com/res/pointer2_shadow.png);
    filter: alpha(opactiy=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -moz-opacity: .3;
    -khtml-opacity: .3;
    opacity: .3
}

.wheelio_holder .wlo_dimmer {
    background-color: rgba(0,0,0,.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.wheelio_holder .wlo_panel {
    position: absolute;
    overflow: hidden;
    z-index: 10;
    left: 0;
    width: 90%;
    max-width: 790px;
    background-color: #49a3af;
    -webkit-box-shadow: 5px 2px 60px 0 #000;
    box-shadow: 5px 2px 60px 0 #000
}

.wheelio_holder .wlo_content,.wheelio_holder .wlo_panel {
    top: 0;
    min-height: 100vh;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.wheelio_holder .wlo_content {
    position: relative;
    z-index: 2;
    padding-top: 10%;
    padding-bottom: 10%;
    margin: initial;
    width: 40%;
    left: 50%;
    bottom: 0;
    color: #fff
}

.wheelio_holder .wlo_content .wlo_logo {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 0;
    position: relative;
    left: 0;
    width: 100%;
    height: 50px
}

.wheelio_holder .wlo_content .wlo_form {
    width: 100%;
    padding: 20px 0
}

.wheelio_holder .wlo_content .wlo_thank_you {
    z-index: 1;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    position: relative;
    background-color: inherit
}

.wheelio_holder .wlo_content .wlo_thank_you .wlo_copy_code {
    z-index: 1
}

.wheelio_holder .wlo_content .wlo_thank_you .wlo_close_thank_you {
    position: absolute;
    z-index: 2
}

.wheelio_holder .wlo_content .wlo_thank_you .wlo_close_thank_you:hover {
    background-color: #56413b
}

.wheelio_holder .wlo_content .free_prod_img {
    width: 100%;
    height: 150px;
    background: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.wheelio_holder .wlo_content .wlo_title {
    font-size: 25px;
    line-height: 1.3em;
    font-weight: 700;
    color: inherit;
    margin-bottom: 20px
}

.wheelio_holder .wlo_content .wlo_title b {
    color: #000
}

.wheelio_holder .wlo_content .wlo_close,.wheelio_holder .wlo_content .wlo_small_text,.wheelio_holder .wlo_content .wlo_subtext,.wheelio_holder .wlo_content .wlo_text {
    font-size: 14px;
    color: inherit;
    text-shadow: none
}

.wheelio_holder .wlo_content .wlo_small_text {
    filter: alpha(opactiy=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6
}

.wheelio_holder .wlo_content input.wlo_input {
    font-style: normal!important;
    font-family: Roboto,sans-serif;
    border-radius: 3px!important;
    height: 40px!important;
    line-height: 40px!important;
    padding: 0!important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    max-width: 400px;
    font-size: 16px;
    text-indent: 10px;
    margin-top: 20px;
    color: #333;
    border: none;
    background-color: #fff
}

.wheelio_holder .wlo_content input.wlo_input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset!important
}

.wheelio_holder .wlo_content textarea.wlo_textarea {
    font-style: normal!important;
    font-family: Roboto,sans-serif;
    border-radius: 3px!important;
    line-height: 1.2em!important;
    height: 5em!important;
    padding: 10px!important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    max-width: 400px;
    font-size: 16px;
    text-indent: 0;
    margin-top: 20px;
    color: #333;
    border: none;
    background-color: #fff
}

.wheelio_holder .wlo_content textarea.wlo_textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset!important
}

.wheelio_holder .wlo_content input[type=checkbox] {
    height: 0;
    -webkit-transform: translate(-10000px);
    transform: translate(-10000px)
}

.wheelio_holder .wlo_content input[type=checkbox]+label {
    display: block;
    position: relative;
    text-align: left;
    padding-left: 30px
}

.wheelio_holder .wlo_content input[type=checkbox]+label:before {
    display: block;
    left: 0;
    top: -2px;
    background-color: #fff;
    border-radius: 2px;
    border: 2px solid #fff;
    width: 16px;
    height: 16px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.wheelio_holder .wlo_content input[type=checkbox]+label:after,.wheelio_holder .wlo_content input[type=checkbox]+label:before {
    content: "";
    position: absolute;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.wheelio_holder .wlo_content input[type=checkbox]+label:after {
    width: 5px;
    height: 10px;
    left: 3px;
    top: 8px;
    border: none;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    filter: alpha(opactiy=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -moz-opacity: .3;
    -khtml-opacity: .3;
    opacity: .3
}

.wheelio_holder .wlo_content input[type=checkbox]:not(:checked)+label:before {
    border: 2px solid #fff;
    background-color: transparent;
    border-radius: 2px
}

.wheelio_holder .wlo_content input[type=checkbox]:checked+label:after {
    filter: alpha(opactiy=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    border-top: 3px solid #3c3c3c;
    border-right: 3px solid #3c3c3c
}

.wheelio_holder .wlo_content input[type=checkbox]:checked:focus+label:after {
    -webkit-animation: wlo_checkbox_check .5s;
    animation: wlo_checkbox_check .5s
}

.wheelio_holder .wlo_content input[type=checkbox].hidden+label:after,.wheelio_holder .wlo_content input[type=checkbox].hidden+label:before {
    display: none!important
}

.wheelio_holder .wlo_content .wlo_field_label {
    padding-left: 10px;
    margin-top: 10px;
    font-size: 14px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    display: block
}

.wheelio_holder .wlo_content input.invalid,.wheelio_holder .wlo_content label.invalid,.wheelio_holder .wlo_content textarea.invalid {
    -webkit-animation: wlo_shake .6s linear;
    animation: wlo_shake .6s linear;
    border: 1px solid #f53a4c
}

.wheelio_holder .wlo_content .wlo_input_code {
    color: #000;
    background-color: hsla(0,0%,100%,.6);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px
}

.wheelio_holder .wlo_content :focus {
    outline: none!important
}

.wheelio_holder .wlo_content .wlo_close {
    position: relative;
    width: 100%;
    text-align: right;
    filter: alpha(opactiy=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6
}

.wheelio_holder .wlo_content .wlo_close:after,.wheelio_holder .wlo_content .wlo_close:before {
    content: "";
    clear: both
}

.wheelio_holder .wlo_content .wlo_close span {
    display: inline-block;
    line-height: 35px;
    cursor: pointer;
    filter: alpha(opactiy=90);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    -moz-opacity: .9;
    -khtml-opacity: .9;
    opacity: .9;
    padding-right: 16px
}

.wheelio_holder .wlo_content .wlo_close .wlo_icon {
    width: 35px;
    height: 35px;
    background-image: url(https://wheelio-a62f3.firebaseapp.com/res/close.png);
    background-size: 38%;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.wheelio_holder .wlo_content .wlo_close_icon2 {
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
    border: 0 solid #000;
    float: right;
    cursor: pointer
}

.wheelio_holder .wlo_content .wlo_close_icon2:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 28%
}

.wheelio_holder .wlo_content .wlo_close_icon2:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 20%
}

.wheelio_holder .wlo_content .wlo_close_icon2:after,.wheelio_holder .wlo_content .wlo_close_icon2:before {
    content: "";
    position: absolute;
    left: 25%;
    width: 70%;
    border-top-style: solid;
    border-color: inherit;
    border-width: inherit;
    border-width: 1px;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.wlo_loader_holder {
    opacity: 0;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.wlo_loader_holder .wlo_loader_dimmer {
    background-color: #49a3af;
    opacity: .7;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.wlo_loader_holder .preloader-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -48px;
    filter: alpha(opactiy=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    z-index: 1000;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.wlo_loader_holder .preloader-wrapper .circle {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-color: #ddd;
    border-width: 2px
}

.wheelio_holder .wlo_thm_bg {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    filter: alpha(opactiy=5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
    -moz-opacity: .05;
    -khtml-opacity: .05;
    opacity: .05
}

.wheelio_holder .wlo_valentines_hearts {
    position: absolute;
    pointer-events: none;
    filter: alpha(opactiy=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -moz-opacity: .3;
    -khtml-opacity: .3;
    opacity: .3;
    top: 0;
    left: 27%;
    width: 24%
}

.wheelio_holder .wlo_valentines_text_bottom,.wheelio_holder .wlo_valentines_text_top {
    position: relative;
    left: 0;
    right: 0;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 0;
    filter: alpha(opactiy=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5
}

.wheelio_holder .wlo_valentines_text_top {
    top: 0;
    margin-bottom: 10px
}

.wheelio_holder .wlo_valentines_text_bottom {
    margin-top: 20px
}

.wheelio_holder .wlo_patrics1_bg {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    filter: alpha(opactiy=20);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    -moz-opacity: .2;
    -khtml-opacity: .2;
    opacity: .2;
    background-size: 70%
}

.wheelio_holder .wlo_thm_sprite {
    position: absolute
}

.wheelio_holder .wlo_patrics1_hat {
    position: absolute;
    right: 0;
    top: 25%;
    height: 90px
}

.wheelio_holder .wlo_patric1_pipe {
    position: absolute;
    right: 0;
    bottom: 10%;
    height: 100px
}

.wheelio_holder .wlo_patric1_horseshoe {
    position: absolute;
    left: 0;
    bottom: 5%;
    height: 110px
}

.wheelio_holder .wlo_vpatric1_top_line {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 0;
    filter: alpha(opactiy=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
    margin-bottom: 10px
}

.wheelio_holder .wlo_patric1_flags {
    position: absolute;
    top: 0;
    width: 375px;
    left: 0
}

.wheelio_holder .flags2 {
    left: 380px
}

@media screen and (max-height: 700px),screen and (max-width:470px) {
    .wheelio_holder .wlo_patrics1_hat {
        top:5%;
        height: 70px
    }
}

.wheelio_holder .wlo_easter_bottom {
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 320px;
    background-size: cover
}

.wheelio_holder .wlo_easter_wheel {
    pointer-events: none;
    position: absolute;
    height: 106%;
    width: auto;
    left: 45%;
    top: -3%
}

.wheelio_holder .wlo_easter_bunny {
    pointer-events: none;
    position: absolute;
    height: 110px;
    width: auto;
    top: 25%;
    right: 0
}

.wheelio_holder .wlo_easter_bottom_holder {
    display: none
}

@media screen and (max-height: 700px),screen and (max-width:470px) {
    .wheelio_holder .wlo_easter_bunny {
        display:none
    }

    .wheelio_holder .wlo_easter_bottom_holder {
        display: block;
        pointer-events: none;
        height: 100px;
        width: 100%;
        position: relative
    }
}

.wheelio_holder .wlo_halloween_dark_bg {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    filter: alpha(opactiy=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8;
    background-size: 70%
}

.wheelio_holder .wlo_halloween_dark_house {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 370px
}

.wheelio_holder .wlo_halloween_dark_pumpkin {
    position: absolute;
    left: 13%;
    top: -60px
}

.wheelio_holder .wlo_halloween_dark_spider {
    position: absolute;
    left: 27%;
    top: 59%
}

@media screen and (max-height: 700px),screen and (max-width:470px) {
    .wheelio_holder .wlo_halloween_dark_pumpkin {
        display:none
    }
}

.wheelio_holder .wlo_black_friday_bg {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    filter: alpha(opactiy=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.wheelio_holder .wlo_black_friday_sign {
    position: absolute;
    left: 3%;
    top: 3%;
    max-width: 200px
}

.wheelio_holder .wlo_black_friday_gifts {
    position: absolute;
    left: 20px;
    bottom: 0;
    max-width: 355px
}

@media screen and (max-height: 700px),screen and (max-width:470px) {
    .wheelio_holder .wlo_black_friday_gifts {
        max-width:100%;
        left: 0;
        right: 0;
        text-align: center;
        width: 90%;
        margin: 0 auto
    }

    .wheelio_holder .wlo_black_friday_sign {
        max-width: 110px;
        width: 110px;
        margin-left: 12px
    }
}

.wheelio_holder .wlo_4th_july {
    background-image: radial-gradient(circle at center left,#2989d8,#1e5799)
}

.wheelio_holder .wlo_4th_bg {
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute
}

.wheelio_holder .wlo_4th_flag {
    display: block;
    position: absolute;
    top: 18%;
    left: 20%;
    height: 200px;
    width: 200px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.wheelio_holder .wlo_4th_topleft,.wheelio_holder .wlo_4th_topright {
    position: absolute;
    top: 0;
    max-height: 140px
}

.wheelio_holder .wlo_4th_topleft {
    left: 0
}

.wheelio_holder .wlo_4th_topright {
    right: 0;
    max-height: 110px
}

@media screen and (max-width: 768px) {
    .wheelio_holder .wlo_4th_bg {
        background-position:bottom left -115px;
        background-size: initial
    }

    .wheelio_holder .wlo_4th_flag {
        top: 30px;
        left: 0;
        height: 100px;
        width: 100px
    }

    .wheelio_holder .wlo_4th_topleft,.wheelio_holder .wlo_4th_topright {
        max-height: 100px
    }
}

@keyframes snow {
    0% {
        background-position: 0 0,0 0,0 0
    }

    to {
        background-position: 500px 1000px,400px 400px,300px 300px
    }
}

@-webkit-keyframes snow {
    0% {
        background-position: 0 0,0 0,0 0
    }

    50% {
        background-color: #b4cfe0
    }

    to {
        background-position: 500px 1000px,400px 400px,300px 300px
    }
}

.wheelio_holder .wlo_christmas_snow {
    background-image: url("https://wheelio-a62f3.firebaseapp.com/img/themes/christmas_snow.png"),url("https://wheelio-a62f3.firebaseapp.com/img/themes/christmas_snow3.png"),url("https://wheelio-a62f3.firebaseapp.com/img/themes/christmas_snow2.png");
    -webkit-animation: snow 20s linear infinite;
    animation: snow 20s linear infinite
}

.wheelio_holder .wlo_christmas_bg {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    filter: alpha(opactiy=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain
}

.wlo_christmas_sledge {
    position: absolute;
    left: 12%;
    top: 5%;
    max-width: 300px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
}

.wlo_christmas_santa {
    position: absolute;
    left: -65px;
    top: 8%;
    max-width: 200px;
    z-index: 9999
}

.wlo_christmas_santa_mobile {
    visibility: hidden;
    display: none
}

@media screen and (max-height: 700px),screen and (max-width:470px) {
    .wlo_christmas_santa,.wlo_christmas_sledge {
        display:none!important;
        visibility: hidden!important
    }

    .wlo_christmas_santa_mobile {
        visibility: visible;
        display: block;
        position: absolute;
        left: 43px;
        top: -61px;
        max-width: 95px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@-webkit-keyframes wlo_shake {
    8%,41% {
        -webkit-transform: translateX(-9px);
        transform: translateX(-9px)
    }

    25%,58% {
        -webkit-transform: translateX(9px);
        transform: translateX(9px)
    }

    75% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px)
    }

    92% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px)
    }

    0%,to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes wlo_shake {
    8%,41% {
        -webkit-transform: translateX(-9px);
        transform: translateX(-9px)
    }

    25%,58% {
        -webkit-transform: translateX(9px);
        transform: translateX(9px)
    }

    75% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px)
    }

    92% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px)
    }

    0%,to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.wlo_pulltab_holder {
    height: 100%;
    height: 100vh;
    width: 1px;
    position: fixed;
    top: 0;
    z-index: 2000000000;
    z-index: 2147483647;
    padding: 10px 10px 10px 0;
    direction: ltr!important
}

.wlo_pulltab {
    position: relative;
    cursor: pointer;
    left: 0;
    top: 50%;
    top: calc(50% - 40px);
    width: 60px;
    height: 100px
}

.wlo_pulltab,.wlo_pulltab .pull_bg {
    overflow: hidden;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%
}

.wlo_pulltab .pull_bg {
    position: absolute;
    left: -70%;
    right: 10px;
    top: 10px;
    bottom: 10px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.3)
}

.wlo_pulltab .pull_bg.animated {
    -webkit-animation: out_in 5s ease-in-out infinite;
    animation: out_in 5s ease-in-out infinite
}

.wlo_pulltab .wlo_pull_tab_content {
    text-align: center;
    position: absolute;
    left: 50%;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.wlo_pulltab .wlo_pull_image {
    position: relative;
    width: 30px;
    height: 30px;
    background-image: none;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0
}

.wlo_pulltab .wlo_pull_image.dimmed {
    filter: alpha(opactiy=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6
}

.wlo_pulltab .wlo_pull_image.animated {
    -webkit-animation: wiggle 5s ease-in-out infinite;
    animation: wiggle 5s ease-in-out infinite
}

.wlo_pulltab:hover .wlo_pull_image.animated {
    -webkit-animation: fast_wiggle .3s ease-in-out infinite;
    animation: fast_wiggle .3s ease-in-out infinite
}

.wlo_pulltab .wlo_title {
    font-size: 13px;
    height: 1.2em;
    width: 90%;
    margin: 3px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

@-webkit-keyframes out_in {
    82% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    90% {
        -webkit-transform: translate(10px);
        transform: translate(10px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes out_in {
    82% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    90% {
        -webkit-transform: translate(10px);
        transform: translate(10px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes wiggle {
    82% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    90% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    93% {
        -webkit-transform: rotate(-9deg);
        transform: rotate(-9deg)
    }

    96% {
        -webkit-transform: rotate(9deg);
        transform: rotate(9deg)
    }

    99% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes wiggle {
    82% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    90% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    93% {
        -webkit-transform: rotate(-9deg);
        transform: rotate(-9deg)
    }

    96% {
        -webkit-transform: rotate(9deg);
        transform: rotate(9deg)
    }

    99% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-webkit-keyframes fast_wiggle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    75% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes fast_wiggle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    75% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-webkit-keyframes pull_out {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    to {
        -webkit-transform: translate(20px);
        transform: translate(20px)
    }
}

@keyframes pull_out {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    to {
        -webkit-transform: translate(20px);
        transform: translate(20px)
    }
}

.wheelio_holder .wlo_content input[type=checkbox]#wcf_gdpr+label {
    font-size: 13px;
    color: inherit;
    text-transform: none!important
}

.wlo_form .recart-messenger-widget {
    position: relative;
    overflow: visible;
    color: #fff;
    text-decoration: none;
    padding: 5px;
    background: #fff;
    margin-top: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 3px solid #fff;
    z-index: 2
}

.wlo_form .recart-messenger-widget:after,.wlo_form .recart-messenger-widget:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 4;
    left: 50%;
    bottom: 100%;
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

.wlo_form .recart-messenger-widget .fb-messenger-checkbox {
    max-width: auto;
    width: 100%;
    overflow: hidden
}

.wlo_form .recart-messenger-widget p {
    color: #000;
    font-size: 12px;
    line-height: 14px
}

.wlo_form .recart-messenger-widget._rmp-template--basic {
    overflow: visible
}

@-webkit-keyframes swingmessenger {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swingmessenger {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swingmessenger {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform-origin: middle center;
    transform-origin: middle center;
    -webkit-animation-name: swingmessenger;
    animation-name: swingmessenger
}

.wheelio_holder .wlo_content .wlo_text.wlo_progressbar_text {
    font-size: 11px;
    text-align: left;
    line-height: 1.5em
}

.wlo_progressholder {
    background: rgba(0,0,0,.25);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.25),0 1px hsla(0,0%,100%,.08);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.25),0 1px hsla(0,0%,100%,.08);
    margin: 0
}

.wlo_progressbar {
    position: relative;
    height: 10px;
    width: 0;
    margin: 0;
    -webkit-transition: 2s ease;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    -webkit-transition-property: width;
    transition-property: width;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,.25),inset 0 1px hsla(0,0%,100%,.1);
    box-shadow: 0 0 1px 1px rgba(0,0,0,.25),inset 0 1px hsla(0,0%,100%,.1)
}

.wlo_progressbar:after,.wlo_progressbar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0
}

.wlo_progressbar:before {
    bottom: 0;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAJ0lEQVR42mXMsQkAAAzDMH+S/69M6VAoeAgGDQFIW/4QQARbwaF+B3+SPGAo8blgAAAAAElFTkSuQmCC") 0 0 repeat
}

.wlo_progressbar:after {
    z-index: 2;
    bottom: 45%;
    background-image: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.3)),to(hsla(0,0%,100%,.05)));
    background-image: linear-gradient(180deg,hsla(0,0%,100%,.3),hsla(0,0%,100%,.05))
}

#try_luck_btn+.wlo_progressholder {
    margin-top: 10px
}

.wlo_main_title+.wlo_progressbartext {
    margin-bottom: 5px
}

.wlo_small_text.wlo_disclaimer_text+.wlo_progressholder {
    margin-top: 15px
}

.wlo_codebar {
    position: relative;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 8px 12px 12px 10%;
    font-size: 14px!important;
    font-family: Roboto,sans-serif!important;
    background-color: #49a3af;
    color: #fff;
    cursor: default
}

.wlo_codebar.bottom_floating,.wlo_codebar.top_floating {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 2000000000;
    z-index: 2147483647
}

.wlo_codebar.top_floating {
    top: 0
}

.wlo_codebar.bottom_floating {
    bottom: 0
}

.wlo_codebar .wcb_div,.wlo_codebar div {
    display: inline-block;
    margin: 0;
    margin-left: 5px;
    cursor: default!important;
    line-height: 22px!important
}

.wlo_codebar .wlo_bar_text {
    filter: alpha(opactiy=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8;
    color: inherit
}

.wlo_codebar .wlo_counter {
    background-color: hsla(0,0%,100%,.2);
    padding: 4px 8px;
    border-radius: 4px;
    letter-spacing: 1px;
    color: inherit
}

.wlo_codebar .wlo_code_cupon {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 3px 30px 3px 20px;
    width: auto;
    font-family: Roboto,sans-serif;
    background-color: transparent;
    border-radius: 2px;
    font-size: 14px;
    letter-spacing: 1px;
    margin-left: 12px;
    border: 1px dashed hsla(0,0%,100%,.3);
    color: inherit;
    cursor: text!important
}

.wlo_codebar .wlo_close_btn {
    background-color: rgba(0,0,0,.3);
    border-radius: 30px;
    float: right;
    padding: 4px 16px;
    cursor: pointer!important
}

.wlo_codebar .wlo_close_btn.wlo_mobile_only,.wlo_codebar .wlo_mobile_br {
    display: none
}

.wheelio_holder .wlo_toast {
    position: absolute;
    padding: 0 50px;
    background-color: #ffa3bf;
    z-index: 1000;
    color: #111;
    font-size: 15px;
    line-height: 38px;
    border-radius: 3px;
    -webkit-box-shadow: 3px 5px 15px 0 rgba(0,0,0,.3);
    box-shadow: 3px 5px 15px 0 rgba(0,0,0,.3)
}

.wheelio_holder .wlo_toast:after {
    content: "";
    position: absolute;
    border-style: solid;
    display: block;
    width: 0;
    right: calc(50% - 7px);
    bottom: -15px;
    border-width: 15px 15px 0;
    border-color: #ffa3bf transparent
}

.wheelio_toast {
    white-space: nowrap;
    background-color: #000;
    color: #fff;
    padding: 0 60px;
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    top: calc(50% - 25px);
    position: fixed;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 2000000100;
    z-index: 2147483647;
    border-radius: 5px;
    -webkit-box-shadow: 2px 5px 15px 0 rgba(0,0,0,.6);
    box-shadow: 2px 5px 15px 0 rgba(0,0,0,.6)
}

@media screen and (max-height: 700px) {
    .wheelio_holder .wlo_content {
        width:45%
    }

    .wheelio_holder .wlo_content .wlo_logo {
        height: 40px;
        margin-bottom: 20px;
        margin-top: 20px
    }

    .wheelio_holder .wlo_content .wlo_close .wlo_icon {
        float: none
    }
}

@media screen and (max-height: 500px) {
    .wheelio_holder .wlo_content {
        min-height:0;
        padding-top: 20px;
        padding-bottom: 20px
    }

    .wheelio_holder .wlo_content .wlo_form {
        padding-top: 0
    }

    .wheelio_holder .wlo_content .wlo_thank_you {
        -webkit-transform: none;
        transform: none
    }

    .wheelio_holder .wlo_content .wlo_title {
        font-size: 20px!important;
        margin-bottom: 15px
    }

    .wheelio_holder .wlo_content .wlo_title br {
        display: none
    }

    .wheelio_holder .wlo_content input[type=email],.wheelio_holder .wlo_content input[type=password],.wheelio_holder .wlo_content input[type=text] {
        height: 35px!important;
        line-height: 35px!important;
        font-size: 16px!important;
        margin-top: 15px!important
    }

    .wheelio_holder .wlo_content .wlo_btn {
        font-size: 16px!important;
        margin-top: 15px!important
    }

    .wheelio_holder .wlo_content .wlo_close {
        padding-bottom: 0
    }

    .wheelio_holder .wlo_valentines_hearts {
        width: 20%
    }

    .wheelio_holder .wlo_valentines_text_bottom,.wheelio_holder .wlo_valentines_text_top {
        height: 20px
    }
}

@media screen and (max-height: 380px) {
    .wheelio_holder .wlo_content .wlo_logo {
        height:35px
    }

    .wheelio_holder .wlo_content .wlo_close {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 750px) {
    .wheelio_holder .wlo_panel {
        width:100%
    }

    .wlo_pulltab_holder.panel_opened {
        display: none!important
    }

    .wheelio_holder .wlo_content input[type=checkbox]#wcf_gdpr+label {
        font-size: 12px
    }

    .wheelio_holder .wlo_content .wlo_title {
        font-size: 26px
    }

    .wheelio_holder .wlo_content .wlo_close,.wheelio_holder .wlo_content .wlo_small_text,.wheelio_holder .wlo_content .wlo_text {
        font-size: 14px
    }

    .wheelio_holder .wlo_content input.wlo_input {
        line-height: 35px!important;
        height: 35px!important;
        font-size: 14px
    }

    .wheelio_holder .wlo_content input[type=checkbox]+label,.wheelio_holder .wlo_content textarea.wlo_textarea {
        font-size: 14px
    }

    .wheelio_holder .wlo_content .wlo_copy_code {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 13px!important
    }

    .wlo_codebar {
        padding: 12px
    }

    .wlo_codebar .wlo_mobile_br {
        display: block
    }
}

@media screen and (max-width: 750px) and (max-height:400px) {
    .wlo_close span {
        display:none
    }
}

@media screen and (max-width: 470px) {
    .wheelio_holder .wlo_content .wlo_thank_you {
        -webkit-transform:none;
        transform: none
    }

    .wlo_codebar {
        padding: 12px
    }

    .wlo_codebar .wlo_code_cupon {
        padding: 5px
    }

    .wlo_codebar .wlo_close_btn:not(.wlo_mobile_only) {
        display: none
    }

    .wlo_codebar .wlo_close_btn.wlo_mobile_only {
        display: block;
        position: absolute;
        right: 12px;
        bottom: 10px;
        width: 30px;
        height: 30px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border: 0 solid #fff;
        margin-left: 16px;
        cursor: pointer
    }

    .wlo_codebar .wlo_close_btn.wlo_mobile_only:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .wlo_codebar .wlo_close_btn.wlo_mobile_only:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 7px!important
    }

    .wlo_codebar .wlo_close_btn.wlo_mobile_only:after,.wlo_codebar .wlo_close_btn.wlo_mobile_only:before {
        content: "";
        position: absolute;
        left: 9px;
        width: 60%;
        border-top-style: solid;
        border-color: inherit;
        border-width: inherit;
        border-width: 1px;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        bottom: 20px
    }

    .wheelio_holder .wlo_panel {
        width: 100%
    }

    .wheelio_holder .wlo_valentines_hearts {
        display: none
    }

    .wheelio_holder .wlo_content {
        min-height: 0;
        left: 6%;
        right: 6%;
        width: 87%
    }

    .wheelio_holder .wlo_content .wlo_title br {
        display: none
    }

    .wheelio_holder .wlo_content .wlo_logo {
        height: 40px;
        width: 80%;
        left: 20%
    }

    .wheelio_holder .wlo_content .wlo_btn,.wheelio_holder .wlo_content .wlo_email_input {
        max-width: 360px!important
    }

    .wheelio_holder .wlo_content .wlo_close {
        padding-bottom: 0
    }

    .wheelio_holder .wheel_holder {
        position: relative;
        width: 116%;
        left: -52%;
        top: -50px;
        -webkit-transform: none;
        transform: none
    }

    .wheelio_toast {
        padding: 0 30px;
        font-size: 16px;
        line-height: 40px;
        height: 40px
    }
}

@media screen and (max-width: 400px) {
    .wheelio_holder .wlo_content {
        padding-top:20px
    }

    .wheelio_holder .wlo_content .wlo_form {
        padding-top: 5px
    }

    .wheelio_holder .wlo_content .wlo_title {
        font-size: 21px
    }
}

.preloader-wrapper {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px
}

.preloader-wrapper.extreme {
    width: 96px;
    height: 96px
}

.preloader-wrapper.active {
    -webkit-animation: container-rotate 1568ms linear infinite;
    animation: container-rotate 1568ms linear infinite
}

.preloader-wrapper:not(.active) {
    display: none!important
}

@-webkit-keyframes container-rotate {
    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes container-rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.spinner-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0
}

.active .spinner-layer {
    opacity: 1;
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both
}

@-webkit-keyframes fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg)
    }

    25% {
        -webkit-transform: rotate(270deg)
    }

    37.5% {
        -webkit-transform: rotate(405deg)
    }

    50% {
        -webkit-transform: rotate(540deg)
    }

    62.5% {
        -webkit-transform: rotate(675deg)
    }

    75% {
        -webkit-transform: rotate(810deg)
    }

    87.5% {
        -webkit-transform: rotate(945deg)
    }

    to {
        -webkit-transform: rotate(3turn)
    }
}

@keyframes fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    25% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg)
    }

    50% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg)
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        transform: rotate(675deg)
    }

    75% {
        -webkit-transform: rotate(810deg);
        transform: rotate(810deg)
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg)
    }

    to {
        -webkit-transform: rotate(3turn);
        transform: rotate(3turn)
    }
}

.gap-patch {
    position: absolute;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit
}

.gap-patch .circle {
    width: 1000%;
    left: -450%
}

.circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit
}

.circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent!important;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0
}

.circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent!important;
    -webkit-transform: rotate(129deg);
    transform: rotate(129deg)
}

.circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent!important;
    -webkit-transform: rotate(-129deg);
    transform: rotate(-129deg)
}

.active .circle-clipper.left .circle {
    -webkit-animation: left-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;
    animation: left-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both
}

.active .circle-clipper.right .circle {
    -webkit-animation: right-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;
    animation: right-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both
}

@-webkit-keyframes left-spin {
    0% {
        -webkit-transform: rotate(130deg)
    }

    50% {
        -webkit-transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(130deg)
    }
}

@keyframes left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg)
    }

    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg)
    }
}

@-webkit-keyframes right-spin {
    0% {
        -webkit-transform: rotate(-130deg)
    }

    50% {
        -webkit-transform: rotate(5deg)
    }

    to {
        -webkit-transform: rotate(-130deg)
    }
}

@keyframes right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg)
    }

    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    to {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg)
    }
}

#spinnerContainer.cooldown {
    -webkit-animation: container-rotate 1568ms linear infinite,fade-out .4s cubic-bezier(.4,0,.2,1);
    animation: container-rotate 1568ms linear infinite,fade-out .4s cubic-bezier(.4,0,.2,1)
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.toast-title {
    font-weight: 700
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.toast-message a,.toast-message label {
    color: #fff
}

.toast-message a:hover {
    color: #ccc;
    text-decoration: none
}

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80)
}

.toast-close-button:focus,.toast-close-button:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

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

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999
}

#toast-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#toast-container>div {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80)
}

#toast-container>div:hover {
    -webkit-box-shadow: 0 0 12px #000;
    box-shadow: 0 0 12px #000;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer
}

#toast-container>.toast-info {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=")!important
}

#toast-container>.toast-error {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=")!important
}

#toast-container>.toast-success {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==")!important
}

#toast-container>.toast-warning {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=")!important
}

#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div {
    width: 300px;
    margin-left: auto;
    margin-right: auto
}

#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div {
    width: 96%;
    margin-left: auto;
    margin-right: auto
}

.toast {
    background-color: #030303
}

.toast-success {
    background-color: #51a351
}

.toast-error {
    background-color: #bd362f
}

.toast-info {
    background-color: #2f96b4
}

.toast-warning {
    background-color: #f89406
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

@media (max-width: 240px) {
    #toast-container>div {
        padding:8px 8px 8px 50px;
        width: 11em
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
}

@media (min-width: 241px) and (max-width:480px) {
    #toast-container>div {
        padding:8px 8px 8px 50px;
        width: 18em
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
}

@media (min-width: 481px) and (max-width:768px) {
    #toast-container>div {
        padding:15px 15px 15px 50px;
        width: 25em
    }
}

@font-face {
    font-family: Lato;
    src: url("./fonts/Lato-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: Poppins;
    src: url("./fonts/Poppins-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: Poppins Light;
    src: url("./fonts/Poppins-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: Poppins SemiBold;
    src: url("./fonts/Poppins-SemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: FredokaOne-Regular;
    src: url("./fonts/FredokaOne-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400
}

* {
    font-family: Lato,Open Sans,Helvetica,Verdana
}

body {
    overflow-x: hidden
}

.h3,h3 {
    font-size: 24px;
    color: #1d1d5c;
    margin-bottom: .5rem
}

.h2,h2 {
    font-size: 26px;
    color: #1d1d5c
}

.h1,h1 {
    font-family: Poppins;
    color: #1d1d5c
}

p {
    font-size: 16px
}

p strong {
    color: #1d1d5c
}

.display-none {
    display: none
}

.display-block {
    display: block
}

.table td,.table th {
    padding: .4rem
}

#navbar .navbar-brand span {
    font-family: FredokaOne-Regular;
    padding-left: 5px
}

#navbar .navbar-brand img.mob-none {
    height: 55px
}

iframe {
    max-width: 100%!important
}

.post h1 {
    font-size: 30px!important
}

.post h2 {
    font-size: 28px!important
}

.post h3 {
    font-size: 26px!important
}

.post h4 {
    font-size: 24px!important
}

.post h5 {
    font-size: 22px!important
}

.post h6 {
    font-size: 20px!important
}

.local-text iframe {
    width: 100%!important;
    margin-top: 10px
}

.modal-close-button {
    position: absolute;
    right: -25px;
    font-size: 40px;
    font-weight: 400;
    top: -35px
}

.modal-close-button,.modal-close-button:active,.modal-close-button:focus,.modal-close-button:hover {
    color: #fff;
    opacity: 1;
    outline: none;
    border: none
}

.modal-close-button:hover span,.modal-close-button span:hover {
    color: #fff
}

.modal-dialog.modal-dialog-1 {
    max-width: 350px
}

.modal-dialog.modal-dialog-1 .modal-content {
    padding: 20px 15px 15px
}

.modal-dialog.modal-dialog-1 .modal-header {
    border-bottom: none
}

.modal-dialog.modal-dialog-1 .modal-footer {
    border: none
}

.modal-footer .btn.btn-default.btn-transparent {
    color: #1d1d5c;
    font-size: 16px;
    text-decoration: underline;
    text-transform: none
}

.modal-dialog.modal-dialog-1 .grey-input-wrapper {
    margin-bottom: 0
}

.modal-footer .btn.btn-default.btn-transparent:before {
    display: none
}

.modal-dialog-1 .modal-title {
    color: #1d1d5c;
    font-size: 28px
}

nav.navbar {
    z-index: 2
}

.navbar-expand-lg .navbar-collapse {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.navbar-expand-lg .navbar-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-dark .navbar-nav .nav-link {
    font-size: 16px;
    color: #fff;
    padding-top: 5px
}

.navbar-dark .navbar-nav a.btn,.navbar-dark .navbar-nav button.btn {
    border: 1px solid #fff;
    margin-top: 4px;
    width: auto;
    padding-left: 18px;
    padding-right: 18px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.navbar-dark .navbar-nav a.btn:first-child,.navbar-dark .navbar-nav button.btn:first-child {
    background-color: #fe7088;
    border: 1px solid #fe7088;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.navbar-dark .navbar-nav a.btn-top-green.btn:first-child,.navbar-dark .navbar-nav button.btn-top-green.btn:first-child {
    background-color: #22de9e;
    border: 1px solid #22de9e
}

.navbar-dark .navbar-nav a.btn:active,.navbar-dark .navbar-nav button.btn:active {
    background-color: #fe8499;
    border-color: #fe8499;
    color: #fff
}

.navbar-dark .navbar-nav a.btn-top-green.btn:active,.navbar-dark .navbar-nav button.btn-top-green.btn:active {
    background-color: #22de9e;
    border-color: #22de9e
}

.navbar-dark .navbar-nav a.btn.login-button:active,.navbar-dark .navbar-nav button.btn.login-button:active {
    color: #22de9e;
    background-color: #fff
}

#navbar>.container {
    position: relative
}

.container a.btn.btn-primary.mob-top-order {
    background-color: #fe7088;
    border: none;
    font-size: 14px;
    max-width: 100%;
    width: 150px;
    text-transform: none;
    position: absolute;
    height: 37px;
    padding: 9px 20px 0;
    top: 0;
    right: 15%;
    border-radius: 10px;
    font-family: Poppins
}

.container a.btn.btn-primary.mob-top-order:before {
    display: none
}

@media only screen and (min-width: 386px) {
    .container a.btn.btn-primary.mob-top-order {
        font-size:15px;
        width: 100px;
        height: 39px;
        padding-top: 8px;
        top: 7px;
        right: 70px;
        border-radius: 5px
    }
}

.navbar .menu-item {
    margin-right: 5px;
    margin-left: 5px
}

a.btn,button.btn {
    font-size: 19px;
    text-transform: uppercase;
    border-radius: 3px;
    text-align: center;
    padding: 15px 0;
    width: 215px;
    position: relative
}

a.btn:active,a.btn:focus,a.btn:hover,button.btn:active,button.btn:focus,button.btn:hover {
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

button.btn.btn-success {
    background-color: #22de9e;
    border: none;
    outline: none;
    margin-bottom: 5px
}

button.btn.btn-success:active {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

a.btn.btn-success {
    background-color: #22de9e;
    -webkit-box-shadow: 0 4px 15px rgba(0,0,0,.05);
    box-shadow: 0 4px 15px rgba(0,0,0,.05);
    border: none;
    outline: none;
    margin-bottom: 5px
}

a.btn.btn-success:active {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.index-top-block button.btn.btn-success,.index-top-block button.btn.btn-success:hover {
    -webkit-box-shadow: 0 5px 28px rgba(0,0,0,.1);
    box-shadow: 0 5px 28px rgba(0,0,0,.1)
}

.index-top-block button.btn.btn-success:active {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

a.btn.btn-default,button.btn.btn-default {
    background-color: transparent;
    border: 2px solid #fff;
    padding: 13px 0;
    color: #fff;
    margin-bottom: 5px;
    outline: none;
    -webkit-box-shadow: 0 4px 15px rgba(0,0,0,.05);
    box-shadow: 0 4px 15px rgba(0,0,0,.05)
}

a.btn.btn-default:active,button.btn.btn-default:active {
    background-color: #fff;
    color: #22de9e;
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.btn-default:active:before,button.btn.btn-default:active:before {
    border-color: #22de9e
}

a.btn.btn-success:active,a.btn.btn-success:focus,a.btn.btn-success:hover,button.btn.btn-success:active,button.btn.btn-success:focus,button.btn.btn-success:hover {
    background-color: #22de9e!important
}

a.navbar-toggler,button.navbar-toggler {
    border: none;
    outline: none;
    width: 40px;
    padding: 0;
    position: relative;
    height: 30px;
    margin-top: -3px
}

.navbar-dark .navbar-toggler-span {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    -webkit-transition: .25s;
    transition: .25s
}

.navbar-dark .navbar-toggler-span:first-child {
    top: 3px;
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg)
}

.navbar-dark .navbar-toggler-span:last-child {
    bottom: 3px;
    top: auto;
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg)
}

button.navbar-toggler[aria-expanded=true] {
    width: 30px;
    height: 22px;
    margin-right: 5px;
    margin-left: 5px
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-span:first-child {
    top: 9px;
    -webkit-transition: .25s;
    transition: .25s;
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg)
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-span:last-child {
    bottom: 9px;
    -webkit-transition: .25s;
    transition: .25s;
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg)
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-span:nth-of-type(2) {
    background-color: transparent
}

.navbar-brand img.mob-yes {
    width: 161px
}

.top-block {
    padding: 150px 0 100px;
    margin-bottom: 100px;
    margin-top: -100px;
    background: #19d6e1;
    background: -webkit-gradient(linear,left top,right top,from(#6c00c8),to(#19d6e1));
    background: linear-gradient(90deg,#6c00c8 0,#19d6e1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6c00c8",endColorstr="#19d6e1",GradientType=1);
    z-index: -2;
    overflow-x: hidden
}

.top-block h1 {
    color: #fff;
    font-size: 47px;
    margin-bottom: 25px
}

.top-block p {
    color: #fff;
    margin-bottom: 60px;
    padding-right: 30px
}

.top-block.main-top-block h1 {
    margin-top: 40px
}

.top-block-right {
    margin-top: -110px
}

.top-block-right img {
    max-width: 800px;
    width: 125%;
    height: auto;
    margin: auto;
    margin-left: -50px;
    margin-top: -50px
}

.top-left-block {
    z-index: 1
}

.navbar .menu-item.nav-right-buttons {
    margin-left: 20px
}

.nav-right-buttons a.btn,.nav-right-buttons button.btn {
    width: 150px;
    font-size: 14px;
    margin-left: 15px
}

#navbarNavDropdown {
    z-index: 1
}

.why-us {
    margin-bottom: 35px
}

.why-us .h3 {
    color: #1d1d5c;
    margin-bottom: 20px;
    font-size: 22px
}

.why-us p {
    color: #5e6d89
}

.why-us-block {
    padding-left: 65px;
    position: relative;
    margin-bottom: 65px
}

.why-us-block img {
    position: absolute;
    top: 0;
    left: 15px;
    width: 30px
}

.calculator-block {
    background-image: url("./images/fon-calculator.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 100px;
    margin-bottom: 30px;
    padding-top: 30px
}

.calculator-block .h2 {
    color: #1d1d5c;
    margin-bottom: 18px;
    padding-top: 20px;
    font-size: 2rem
}

.calculator-block .h3 {
    color: #1d1d5c;
    font-size: 24px
}

.calc-top-p {
    color: #363468;
    margin-bottom: 30px
}

.calculator-wrapper {
    max-width: 350px;
    margin: auto;
    text-align: center;
    background-image: url("./images/iphoneX.png");
    background-repeat: no-repeat;
    background-size: 100%
}

.calculator-wrapper img {
    width: 100%;
    height: auto
}

.calculator-wrapper .top-calc {
    padding: 75px 40px
}

.calculator-wrapper .top-calc .h4 {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 0;
    color: #1d1d5c;
    font-size: 22px
}

.calculator-wrapper .top-calc .h4.mob-calc-header {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center
}

.calculator-wrapper .top-calc .h5 {
    font-size: 19px;
    text-align: left;
    color: #1d1d5c;
    margin-top: 20px
}

.calculator-wrapper .top-calc a.order-calc-button,.calculator-wrapper .top-calc button.order-calc-button {
    margin-top: 15px;
    width: 100%
}

.calculator-right-block {
    padding: 22px 30px 22px 95px;
    position: relative;
    background-color: #fff;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 4px 15px rgba(0,0,0,.05);
    box-shadow: 0 4px 15px rgba(0,0,0,.05);
    border-radius: 7px
}

.calculator-right-block img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 34px;
    width: 32px
}

.calculator-right-block p {
    margin-bottom: 0;
    color: #5e6d89
}

.calculator-right-block .h3 {
    color: #1d1d5c;
    margin-bottom: .5rem
}

.mob-calc-header {
    display: none
}

.result {
    position: relative;
    max-width: 100%;
    border-radius: 4px;
    background-color: #f7f7f7;
    text-align: left;
    font-size: 25px;
    line-height: 0;
    font-weight: 500;
    color: #1d1d5c;
    padding: 32px 10px
}

.the-resuls {
    position: absolute;
    right: 10px
}

.number-pages {
    min-height: 40px
}

.number-pages .number_pages {
    width: 150px;
    float: right;
    background: #f7f7f7;
    color: #5e6d89;
    font-size: 17px;
    padding-top: 12px;
    height: 50px
}

.number-pages {
    margin-bottom: 5px
}

.number-pages.words {
    margin-top: 12px
}

.number-pages input,.number-pages label {
    font-weight: 300;
    height: 40px;
    float: left;
    border-radius: 3px;
    margin-left: 3px
}

.number-pages label {
    margin: 0;
    width: 70%;
    float: left;
    font-size: 13px;
    padding: 10px 0;
    background-color: #f7f7f7;
    color: #5e6d89;
    border: none;
    margin-left: 20px;
    margin-right: 20px
}

.number-pages input {
    width: 64px;
    background-color: #f7f7f7;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 11px 0;
    text-align: center;
    color: #27282c;
    font-size: 18px;
    margin-left: 5px
}

.words {
    position: relative
}

.words label {
    width: 52px;
    border-radius: 3px;
    margin: 0
}

.number-pages button {
    width: 52px;
    border-radius: 3px;
    margin: 0;
    margin-left: 0;
    float: right;
    background-color: #22de9e;
    border-color: #22de9e;
    -webkit-box-shadow: 0 4px 15px rgba(0,0,0,.05);
    box-shadow: 0 4px 15px rgba(0,0,0,.05);
    height: 40px;
    width: 40px;
    color: #fff;
    border-radius: 40px;
    font-size: 24px;
    padding-top: 1px;
    margin-top: 5px;
    outline: none
}

.number-pages button:active {
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-box-shadow: none;
    box-shadow: none
}

.words label {
    width: 60px;
    margin-left: 0;
    left: 0;
    padding-top: 15px;
    font-size: 17px;
    line-height: 17px;
    height: 50px;
    width: 100%;
    color: #5e6d89
}

.minus {
    left: 60px;
    padding-top: 0!important
}

.minus,.plus {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.plus {
    left: 118px
}

.box-info {
    float: left
}

.our-services {
    position: relative;
    margin-bottom: 70px
}

.services-left {
    position: absolute;
    top: 50%;
    left: 100px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.services-left .h2 {
    color: #1d1d5c;
    margin-bottom: 30px;
    font-size: 2rem
}

.services-left p {
    color: #363468;
    margin-bottom: 30px
}

.services-right-block {
    position: relative;
    padding-left: 150px;
    padding-top: 30px;
    padding-bottom: 30px
}

.services-right-block p {
    color: #5e6d89
}

.services-right-block .h3 {
    color: #1d1d5c;
    font-size: 24px;
    margin-bottom: .5rem
}

.services-right-block img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
    width: 103px
}

.services-right-type {
    font-size: 13px;
    color: #5e6d89;
    font-weight: 700;
    text-transform: uppercase
}

.testimonials {
    position: relative;
    margin-bottom: 200px
}

.testimonials-right-block {
    position: absolute;
    right: -8%
}

.testimonials .h2 {
    color: #1d1d5c;
    margin-top: 10px;
    font-size: 2rem;
    margin-bottom: 10px
}

.testimonials-link-text {
    font-size: 18px
}

.testimonial-block {
    padding: 27px;
    -webkit-box-shadow: 0 5px 28px rgba(0,0,0,.1);
    box-shadow: 0 5px 28px rgba(0,0,0,.1)
}

.testimonial-block p {
    color: #5e6d89;
    font-style: italic
}

.testimonial-who {
    margin-top: 30px;
    margin-bottom: 50px
}

.testimonial-who p {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 15px;
    vertical-align: middle;
    color: #5e6d89
}

.testimonial-who p strong {
    color: #1d1d5c
}

footer:not(.mini-auth-page__footer) {
    background-color: #002034;
    padding-top: 50px;
    padding-bottom: 20px
}

.top-footer {
    padding-bottom: 60px;
    border-bottom: 1px solid #dae1e7
}

.top-footer-left {
    margin-bottom: 30px
}

.p-big-text {
    font-family: Poppins Light;
    font-size: 33px;
    color: #1d1d5c
}

a.btn-default.btn.btn-transparent,button.btn-default.btn.btn-transparent {
    color: #3381f0;
    border: none
}

a.btn-default.btn.btn-transparent:hover,button.btn-default.btn.btn-transparent:hover {
    text-decoration: underline
}

a.btn.btn-transparent:before,button.btn.btn-transparent:before {
    content: "";
    height: 10px;
    width: 10px;
    margin-right: 10px;
    margin-top: -5px;
    display: inline-block;
    vertical-align: middle;
    border-right: 1.8px solid #3381f0;
    border-top: 1.8px solid #3381f0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.top-footer a.btn-default.btn.btn-transparent:active,.top-footer button.btn-default.btn.btn-transparent:active {
    background-color: transparent
}

.top-footer a.btn-default.btn.btn-transparent:active:before,.top-footer button.btn-default.btn.btn-transparent:active:before {
    background-image: url("./images/button-arrow-blue.png");
    height: 18px;
    background-size: auto;
    margin-top: 0
}

.footer-big-link {
    color: #3381f0;
    font-size: 26px;
    font-family: Poppins Light
}

.footer-big-link:hover {
    text-decoration: none
}

.bottom-footer,footer {
    position: relative
}

footer .bottom-footer p.bottom-footer-headers {
    font-size: 15px;
    font-family: Poppins SemiBold;
    color: #ffffff;
    text-transform: uppercase
}

footer .bottom-footer ul {
    padding: 0;
    list-style-type: none;
}

footer .container {
    position: relative
}

.to-top-button {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #8cebcd url("./images/button-arrow-up.png") no-repeat 15px 19px;
    position: absolute;
    bottom: 100px;
    right: -80px;
    cursor: pointer
}

.to-top-button,.to-top-button:hover {
    -webkit-transition: .25s;
    transition: .25s
}

.to-top-button:hover {
    background-color: #22de9e
}

.bottom-footer .col-lg-2 a {
    display: block;
    color: #c3c3c3;
    font-size: 15px;
    margin-bottom: 10px
}

.bottom-footer .col-lg-2 a:hover {
    text-decoration: none
}

.bottom-footer .col-lg-3 {
    position: relative
}

.footer-copyright {
    font-size: 16px;
    color: #5e6d89;
    position: absolute;
    bottom: 65px;
    left: 0;
    margin-bottom: 10px
}

.footer-tel {
    font-size: 25px;
    margin-bottom: 5px
}

.footer-email,.footer-tel {
    display: block;
    color: #8898aa
}

.footer-email {
    font-size: 16px;
    margin-bottom: 15px
}

.bottom-footer .col-lg-2 a:hover,.footer-email:hover,.footer-tel:hover {
    text-decoration: none;
    color: #3381f0
}

.footer-follow-block {
    margin-bottom: 40px
}

.footer-follow-block a {
    margin-right: 20px
}

.navbar-expand-lg .navbar-nav .dropdown-menu.desktop-dropdown-menu {
    left: -332px;
    top: 40px;
    padding: 0;
    border-radius: 7px;
    -webkit-box-shadow: 5px 5px 28px rgba(0,0,0,.2);
    box-shadow: 5px 5px 28px rgba(0,0,0,.2);
    border: none
}

.navbar-expand-lg .navbar-nav .dropdown-menu.desktop-dropdown-menu:before {
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
    display: block;
    content: "";
    position: absolute;
    right: 21px;
    top: -19px
}

.desktop-dropdown-menu .menu-item-dd a.nav-link-dd {
    color: #5e6d89;
    display: block;
    margin-bottom: 7px
}

.desktop-dropdown-menu .menu-item-dd a.nav-link-dd:hover {
    color: #3381f0;
    text-decoration: none
}

.desktop-dropdown-menu .menu-item-dd a.nav-link-dd img {
    width: 25px;
    margin-right: 8px
}

.desktop-dropdown-menu .menu-item-dd a.nav-link-dd.strong-mobile-link {
    color: #5a2dcd;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px
}

.desktop-dropdown-menu .menu-item-dd a.nav-link-dd.regular-mobile-link {
    padding-left: 36px
}

.desktop-dropdown-menu .navbar-nav-dd {
    list-style: none;
    padding: 40px 0 10px;
    width: 450px
}

.desktop-dropdown-menu .navbar-nav-dd .menu-item-dd {
    float: left;
    width: 50%;
    padding-bottom: 18px
}

.menu-item-dd-wrapper {
    padding-left: 30px;
    padding-right: 30px
}

.desktop-dropdown-menu .navbar-nav-dd .menu-item-dd.full-width-nav-item {
    width: 100%;
    margin-bottom: 0;
    margin-top: 20px
}

.desktop-dropdown-menu .navbar-nav-dd .menu-item-dd.dark-mobile-li {
    width: 100%;
    background-color: #e2ebf9;
    padding: 20px 30px 5px;
    margin-bottom: 5px
}

@media only screen and (max-width: 1400px) {
    .top-block.main-top-block,.top-block.prices-top-block,.top-block.testimonials-top-block {
        background-size:125% 100%
    }
}

@media only screen and (max-width: 1199px) {
    .top-block.main-top-block {
        padding-bottom:50px
    }
}

@media only screen and (max-width: 1111px) {
    .top-block.main-top-block {
        background-size:145% 100%
    }
}

@media only screen and (max-width: 1330px) {
    .to-top-button {
        right:0
    }

    .chat-button {
        right: -4px
    }
}

@media only screen and (min-width: 992px) {
    .not-mob-mb-5 {
        margin-bottom:3rem!important
    }

    .mobile-nav#navbarNavDropdown {
        display: none!important
    }

    .collapse-sm {
        height: auto!important;
        visibility: visible
    }

    .collapse-sm,body div.container .collapse-sm,body div.links-list.collapse-sm {
        display: block
    }

    .mob-yes {
        display: none!important
    }

    .subject-left-side {
        padding-right: 70px
    }
}

@media only screen and (max-width: 1280px) {
    .testimonials-right-block {
        position:static;
        right: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .testimonial-who {
        margin-top: 15px;
        margin-bottom: 30px
    }

    .testimonials {
        margin-bottom: 65px
    }
}

@media only screen and (max-width: 1200px) {
    .navbar-dark .navbar-nav button.btn {
        padding-left:18px;
        padding-right: 18px;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar .menu-item {
        margin-right: 0;
        margin-left: 0
    }

    .navbar .menu-item.nav-right-buttons {
        margin-left: 10px
    }
}

@media only screen and (max-width: 992px) {
    .mob-text-center {
        text-align:center
    }

    .chat-button,.not-main-footer .chat-button {
        right: 15px;
        top: auto;
        bottom: 180px
    }

    .top-left-block {
        margin-top: 50px
    }

    .top-block-right {
        text-align: right
    }

    .top-block-right img {
        width: 670px;
        margin: -160px -270px -80px -50px
    }

    .top-block.main-top-block {
        background-size: 290% 80%;
        background-position: 30% 0;
        margin-bottom: 0;
        padding-bottom: 90px
    }

    .testimonials-right-block {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .services-left {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: none;
        transform: none;
        text-align: center;
        margin: auto;
        margin-bottom: 40px;
        padding-top: 40px
    }

    .testimonials-right-block {
        position: static;
        right: 0
    }

    .testimonials-header img {
        position: absolute;
        z-index: -1
    }

    .testimonials-header .h2 {
        text-align: center;
        margin-bottom: 30px
    }

    .top-footer * {
        text-align: center
    }

    .services-right-block {
        padding-left: 55px
    }

    .services-right-block img {
        top: 35px;
        -webkit-transform: none;
        transform: none;
        width: 35px
    }

    .navbar {
        padding: 15px;
        z-index: 2;
        top: 0
    }

    #navbarNavDropdown,.navbar {
        position: absolute;
        width: 100%
    }

    #navbarNavDropdown {
        left: 0;
        top: 83px;
        background-color: #fff;
        -webkit-box-shadow: 0 5px 28px rgba(0,0,0,.1);
        box-shadow: 0 5px 28px rgba(0,0,0,.1)
    }

    .navbar-expand-lg ul.navbar-nav {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        padding: 25px 0 15px
    }

    .navbar-expand-lg ul.navbar-nav li {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%
    }

    .navbar-expand-lg ul.navbar-nav li.dark-mobile-li {
        background-color: #e2ebf9;
        padding-top: 8px;
        padding-bottom: 8px;
        margin-top: 15px;
        margin-bottom: 27px
    }

    #navbarNavDropdown a {
        color: #5e6d89;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .mobile-nav .menu-item {
        margin-bottom: 15px
    }

    #navbarNavDropdown a:hover {
        color: #498bf1
    }

    #navbarNavDropdown a.strong-mobile-link {
        color: #5a2dcd;
        font-weight: 700;
        text-transform: uppercase
    }

    .strong-mobile-link img {
        margin-right: 15px;
        width: 20px;
        height: auto
    }

    #navbarNavDropdown a.regular-mobile-link {
        padding: 3px 0;
        margin-left: 35px
    }

    .menu-item.nav-right-buttons {
        text-align: center
    }

    .mob-none {
        display: none!important
    }

    .desktop-nav {
        display: none
    }

    .why-us-block-wrapper {
        border-top: 1px solid #ebebeb
    }

    .why-us-block-wrapper:last-child {
        border-bottom: 1px solid #ebebeb
    }

    .why-us-block img {
        top: 50%;
        width: 26px;
        left: 3px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .prices-why-us .why-us-block .h3:after {
        display: none
    }

    .why-us-block {
        padding-top: 20px;
        padding-left: 45px;
        cursor: pointer
    }

    .why-us-block,.why-us-block .collapse-sm,.why-us-block .collapsing {
        margin-bottom: 0
    }

    .why-us-block .collapse-sm span[data-toggle=collapse],.why-us-block .collapsing span[data-toggle=collapse] {
        display: block;
        height: 50px;
        background: url("./images/arrow-up-green.png") no-repeat 100%
    }

    .why-us-block .h3 {
        font-size: 18px;
        padding-right: 30px
    }

    .why-us-block .h3:after {
        content: "";
        background: url("./images/arrow-down-green.png") no-repeat 100%;
        width: 27px;
        height: 20px;
        position: absolute;
        right: 0;
        top: 23px
    }

    .why-us-block .h3[aria-expanded=true]:after {
        display: none
    }

    .why-img-wrapper {
        position: absolute;
        left: 0;
        top: 0;
        height: 63px;
        width: 40px
    }

    .index-top-block.top-left-block {
        margin-left: -15px;
        margin-right: -15px
    }

    .index-top-block.top-left-block h1 {
        font-size: 38px;
        text-align: left;
        margin-top: -20px;
        padding-bottom: 0
    }

    .index-top-block.top-left-block p {
        color: #fff;
        margin-bottom: 60px;
        margin-top: 0;
        text-align: left
    }

    .service-main .index-top-block.top-left-block p {
        text-shadow: 1px 1px 5px #6720bb;
        padding-bottom: 140px
    }
}

@media only screen and (max-width: 576px) {
    .index-top-block.top-left-block {
        margin-left:0;
        margin-right: 0
    }
}

.top-block.services-top-block {
    background-image: url("./images/fon-purple.png");
    background-size: 110% 100%;
    margin-bottom: 15px
}

.top-block.services-top-block .top-block-right img {
    width: 110%
}

.breadcrumb {
    background-color: #fff
}

.breadcrumb-item+.breadcrumb-item:before {
    content: "\203A";
    color: #1d1d5c
}

.breadcrumb-item.active {
    color: #1d1d5c
}

.breadcrumb-item a {
    color: #8790a0
}

.grey-text {
    color: #5e6d89
}

.deepblue-color {
    color: #1d1d5c
}

.services-block-1 {
    margin-bottom: 100px;
    margin-top: -16px
}

.services-block-1 .deepblue-color {
    font-size: 17px;
    margin-top: 12px;
    margin-bottom: 15px
}

.services-block-1-left {
    width: 100%
}

.deepblue-list li {
    list-style: none;
    margin-bottom: 15px;
    position: relative
}

.deepblue-list li:before {
    content: "\2022";
    color: #22de9e;
    position: absolute
}

.deepblue-list li a {
    color: #1d1d5c;
    padding-left: 20px;
    display: inline-block
}

.deepblue-list ul {
    padding-left: 0
}

.services-block-2-wrapper {
    margin-bottom: 100px
}

.services-block-1-right,.services-block-2-wrapper,.services-block-3-wrapper {
    padding-left: 60px
}

.services-block-1-right>img,.services-block-2-wrapper>img {
    position: absolute;
    top: -5px;
    left: 0
}

.services-block-3-wrapper {
    margin-bottom: 100px
}

.services-block-3-wrapper>img {
    position: absolute;
    top: -5px;
    left: 0
}

a.btn.blue-border-btn,button.btn.blue-border-btn {
    border: 2px solid #1d1d5c;
    color: #1d1d5c
}

a.btn.blue-border-btn:active,button.btn.blue-border-btn:active {
    background-color: #1d1d5c;
    color: #fff
}

a.btn.blue-border-btn:active:before,button.btn.blue-border-btn:active:before {
    border-color: #fff;
    -webkit-transition: .25s;
    transition: .25s
}

a.btn.blue-border-btn:before,button.btn.blue-border-btn:before {
    content: "";
    height: 10px;
    width: 10px;
    margin-right: 10px;
    margin-top: -5px;
    display: inline-block;
    vertical-align: middle;
    border-right: 1.8px solid #1d1d5c;
    border-top: 1.8px solid #1d1d5c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .25s;
    transition: .25s
}

footer.not-main-footer {
    padding-top: 0
}

.breadcrumbs .breadcrumb .breadcrumb-item {
    padding-left: 0;
    padding-bottom: 5px;
    padding-right: 8px
}

@media only screen and (max-width: 1200px) {
    .top-block.services-top-block {
        background-size:135% 100%
    }
}

@media only screen and (min-width: 992px) {
    .services-block-3-right-wrapper {
        padding-left:70px
    }
}

@media only screen and (max-width: 992px) {
    .top-block.services-top-block {
        background-size: 170% 60%;
        background-position: 40% 0;
        margin-bottom: 0
    }

    .top-left-block img.mob-yes {
        margin-right: auto;
        margin-left: auto;
        display: block;
        margin-top: -30px;
        width: 320px
    }

    .top-left-block p {
        color: #363468;
        margin-top: 15px;
        margin-bottom: 20px;
        text-align: center
    }

    .top-left-block h1 {
        text-align: center;
        font-size: 38px;
        margin-top: -35px;
        padding-bottom: 45px
    }

    img.services-block-1-left {
        max-width: 500px;
        margin: auto;
        display: block;
        margin-bottom: 30px
    }

    .local-samples-page .breadcrumbs .breadcrumb {
        margin-bottom: 25px;
        margin-top: 60px
    }

    .services-block-1-right>img,.services-block-2-wrapper>img,.services-block-3-wrapper>img {
        top: 3px;
        left: 15px;
        width: 30px
    }

    .deepblue-list {
        margin-left: -60px;
        margin-right: -15px;
        overflow-x: hidden
    }

    .deepblue-list li {
        margin-bottom: 0
    }

    .deepblue-list li:before {
        display: none
    }

    .deepblue-list ul {
        margin-bottom: 0
    }

    .deepblue-list li a {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 40px;
        border-bottom: 1px solid #ebebeb;
        display: block;
        position: relative
    }

    .deepblue-list li:after {
        position: absolute;
        right: 30px;
        top: 20px;
        display: block;
        width: 15px;
        height: 16px;
        background: url("./images/arrow-right-green.png") no-repeat;
        content: "";
        background-size: auto 100%
    }

    .deepblue-list .row div:first-child li:first-child a {
        border-top: 1px solid #ebebeb
    }

    .services-block-1,.services-block-2-wrapper {
        margin-bottom: 70px
    }

    .services-block-3-wrapper {
        margin-bottom: 50px
    }

    .services-block-2-wrapper button.btn {
        width: 100%;
        margin-left: -19px;
        margin-bottom: 20px
    }

    button.btn.btn-success.button-white-green {
        background-color: #fff;
        border: 2px solid #22de9e;
        color: #22de9e;
        border-radius: 5px;
        margin-bottom: 80px;
        margin-top: -10px
    }

    button.btn.btn-success.button-white-green:hover {
        background-color: #fff;
        border: 2px solid #22de9e;
        color: #22de9e
    }

    button.btn.btn-success.button-white-green:before {
        display: none
    }

    .top-footer.mob-yes {
        padding-top: 50px
    }
}

.top-block.prices-top-block {
    background-image: url("./images/fon-green.png");
    background-size: 110% 100%;
    margin-bottom: 34px;
    padding-bottom: 20px
}

.prices-top-block .top-block-right img {
    margin-left: 0;
    width: 100%
}

.prices-table-left-block {
    padding-right: 120px
}

.prices-table-type {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 26px rgba(0,0,0,.1);
    box-shadow: 0 4px 26px rgba(0,0,0,.1);
    margin-bottom: 15px;
    padding: 13px 40px 15px 20px;
    color: #1d1d5c;
    font-size: 18px;
    cursor: pointer;
    position: relative
}

.prices-table-type.table-type-active {
    background-color: #ecf2f6;
    -webkit-box-shadow: none;
    box-shadow: none
}

.prices-table-type.table-type-active:after {
    content: "";
    background: url("./images/done-icon.png") no-repeat 100%;
    width: 20px;
    background-size: 100%;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 20px
}

.prices-table-tab {
    border: none;
    margin-top: 15px
}

.prices-table-tab thead {
    background-color: #22de9e;
    border: none;
    color: #fff;
    text-align: center
}

.prices-table-tab thead th {
    border: none;
    font-weight: 400;
    font-size: 18px;
    padding-right: 2px;
    padding-left: 2px
}

.prices-table-tab tbody td {
    text-align: center;
    width: 25%;
    padding-top: 10px;
    padding-bottom: 10px
}

table.table.table-bordered.table-striped.prices-table-tab tbody td[colspan="4"] {
    border-right: none;
    border-left: none;
    background-color: #fff;
    font-size: 20px;
    color: #1d1d5c;
    padding-top: 35px;
    padding-bottom: 20px
}

.prices-table {
    margin-bottom: 70px
}

.prices-table-tab.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff
}

.prices-table-tab.table-striped tbody tr:nth-of-type(2n) {
    background-color: #f6f9fc
}

.prices-table-tab.table-striped tbody tr:nth-of-type(odd) td:first-child {
    background-color: #ecf2f6
}

.prices-type-note {
    margin-top: 50px;
    font-size: 15px;
    margin-right: -50px
}

.prices-left-heading {
    margin-bottom: 30px;
    font-size: 30px;
    color: #1d1d5c
}

.big-size-p {
    color: #1d1d5c;
    font-size: 28px;
    font-family: Poppins
}

.center-img {
    display: block;
    margin: auto
}

.prices-graph-img {
    width: 56%
}

.discounts-text {
    width: 54%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    color: #1d1d5c;
    margin-top: 15px;
    margin-bottom: 20px
}

.prices-discounts-button-wrapper {
    margin-bottom: 70px
}

.text-scroll-block .text-scroll {
    max-height: 385px;
    overflow-y: scroll;
    color: #5e6d89
}

.text-scroll-block-left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.extras-block,.text-scroll-block {
    margin-bottom: 70px
}

.extras-block .services-right-block {
    padding-left: 130px;
    margin-right: 40px
}

.extras-block .services-right-block img {
    position: absolute;
    top: 15px;
    width: 120px;
    -webkit-transform: none;
    transform: none;
    left: -23px
}

.discounts-block {
    background-image: url(./images/prices-bg-right.png),url(./images/prices-bg-left.png);
    background-repeat: no-repeat;
    background-position: right bottom 0,left top 0;
    background-size: auto 700px,auto 550px;
    padding-bottom: 120px;
    padding-top: 180px;
    margin-bottom: -120px;
    margin-top: -180px
}

@media only screen and (max-width: 1400px) {
    .top-block.prices-top-block {
        background-size:140% 100%;
        padding-bottom: 30px
    }
}

@media only screen and (max-width: 992px) {
    .discounts-block {
        background-image:none
    }

    .prices-table-left-block {
        padding-right: 15px
    }

    .prices-type-note {
        margin-right: 0
    }

    .top-block.prices-top-block {
        background-size: 240% 60%;
        background-position: 25% -60px;
        margin-bottom: 0
    }

    .prices-top-block .top-left-block h1 {
        padding-bottom: 0
    }

    .prices-top-block .top-left-block img.mob-yes {
        margin-bottom: -100px
    }

    .prices-top-block .top-left-block p {
        margin-top: 120px
    }

    .why-us-block-wrapper.prices-why-us {
        border-top: none;
        margin-bottom: 15px
    }

    .why-us-block-wrapper.prices-why-us:last-child {
        border-bottom: none
    }

    .why-us-block-wrapper.prices-why-us h3:after {
        display: none
    }

    .prices-left-heading {
        text-align: center
    }

    .prices-discounts-mob {
        background-image: -webkit-gradient(linear,left top,left bottom,from(#78f0cc),to(#13c7cc));
        background-image: linear-gradient(#78f0cc,#13c7cc);
        padding: 20px 30px;
        padding-top: 7px;
        border-radius: 5px;
        margin-bottom: 20px;
        position: relative
    }

    .prices-discounts-mob:last-child {
        margin-bottom: 40px
    }

    .prices-discounts-mob p:first-child {
        color: #fff;
        font-size: 60px;
        margin-bottom: -10px;
        font-family: Poppins
    }

    .prices-discounts-mob p:first-child span {
        font-size: 35px
    }

    .prices-discounts-mob p:last-child {
        color: #fff;
        font-size: 25px;
        margin-bottom: 0
    }

    .prices-discounts-mob:after {
        content: "";
        width: 60px;
        height: 8px;
        position: absolute;
        top: 29px;
        right: 29px;
        background: url("./images/ellipse2.png") no-repeat 100%;
        background-size: auto 100%
    }

    .prices-discounts-mob:first-child:after {
        background-image: url("./images/ellipse1.png")
    }

    .prices-discounts-mob:last-child:after {
        background-image: url("./images/ellipse3.png")
    }

    .prices-extras-block.extras-block .services-right-block {
        padding-left: 0;
        margin-right: 0;
        padding-bottom: 15px;
        padding-top: 0;
        text-align: center;
        border-bottom: none
    }

    .prices-extras-block.extras-block .services-right-block img {
        position: static;
        left: auto;
        top: 0;
        width: 100px
    }

    .text-scroll-block-left .big-size-p {
        text-align: center
    }

    .text-scroll-block-left>div {
        display: block;
        width: 100%
    }

    .extras-block.prices-extras-block {
        margin-bottom: 30px
    }

    .text-scroll-block .text-scroll {
        margin-bottom: 30px;
        overflow: hidden;
        max-height: 100%
    }
}

@media only screen and (max-width: 470px) {
    .mob-position-1 table.prices-table-tab th:nth-of-type(3),.mob-position-1 table.prices-table-tab th:nth-of-type(4),.mob-position-1 table.prices-table-tab tr td:nth-of-type(3),.mob-position-1 table.prices-table-tab tr td:nth-of-type(4),.mob-position-2 table.prices-table-tab th:nth-of-type(2),.mob-position-2 table.prices-table-tab th:nth-of-type(4),.mob-position-2 table.prices-table-tab tr td:nth-of-type(2),.mob-position-2 table.prices-table-tab tr td:nth-of-type(4),.mob-position-3 table.prices-table-tab th:nth-of-type(2),.mob-position-3 table.prices-table-tab th:nth-of-type(3),.mob-position-3 table.prices-table-tab tr td:nth-of-type(2),.mob-position-3 table.prices-table-tab tr td:nth-of-type(3) {
        display:none
    }

    .table-mob-button {
        position: absolute;
        top: 274px;
        right: 7px;
        background-color: #b5e6d5;
        opacity: .65;
        z-index: 2;
        border-radius: 50px;
        padding: 14px 19px 14px 22px
    }

    .table-mob-button img {
        width: 15px
    }

    .prices-discounts-button-wrapper .btn.btn-default.blue-border-btn {
        width: 100%;
        max-width: 320px
    }
}

.top-block.testimonials-top-block {
    background-image: url("./images/fon-orange.png");
    background-size: 113% 100%;
    margin-bottom: 40px;
    padding-bottom: 20px;
    overflow: hidden
}

.testimonials-top-block .top-block-right img {
    margin-bottom: -50px;
    width: 110%;
    margin-left: -35px
}

.testimonials-stars-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 55px
}

.testimonials-stars-block .h3 {
    margin-right: 50px;
    font-size: 29px;
    margin-bottom: 0
}

.testimonials-stars-block .testimonials-img-2 {
    height: 45px;
    width: auto;
    margin-right: 50px;
    margin-top: 15px
}

.testimonials-stars-block .testimonials-img-3 {
    height: 45px;
    margin-top: 11px
}

.trustpilot p {
    color: #1d1d5c;
    padding-left: 5px
}

.trustpilot p span {
    text-transform: uppercase
}

.testimonials-all-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px
}

.testimonial-all-message .bold-deepblue {
    font-weight: 700;
    color: #1d1d5c
}

.normal-blue {
    color: #5e6d89
}

.testimonial-all-message {
    margin-bottom: 70px
}

.testimonial-all-message .normal-blue {
    color: #5e6d89
}

.container .breadcrumb {
    padding-left: 0;
    margin-bottom: 40px
}

.testimonial-all-message .normal-blue.font-italic {
    margin-bottom: 20px
}

.testimonials-all-block {
    background-image: url("./images/user.png");
    background-repeat: no-repeat;
    background-position: 21px 32px;
    border: 1px solid #ebebeb;
    padding: 25px;
    padding-left: 70px;
    margin-bottom: 30px
}

.testimonials-all-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.testimonials-all-top div p {
    margin-bottom: 0
}

@media only screen and (max-width: 440px) {
    .testimonials-stars-block .testimonials-img-2 {
        display:block;
        margin: auto
    }
}

@media only screen and (max-width: 1400px) {
    .top-block.testimonials-top-block {
        background-size:140% 100%;
        padding-bottom: 40px
    }
}

@media only screen and (max-width: 992px) {
    .top-block.testimonials-top-block {
        background-size:300% 63%;
        background-position: 32% 0;
        margin-bottom: 0
    }

    .testimonials-stars-block {
        display: block;
        text-align: center;
        margin-bottom: 50px
    }

    .testimonials-stars-block>img {
        display: inline-block;
        margin-right: 10px;
        height: 50px;
        vertical-align: top
    }

    .testimonials-stars-block .trustpilot {
        width: 142px;
        vertical-align: top;
        margin-top: 6px
    }

    .testimonials-stars-block .trustpilot p {
        font-size: 12px
    }

    .testimonials-stars-block .h3 {
        text-align: center;
        margin-right: 0;
        margin-bottom: 25px
    }

    .testimonials-all-block {
        padding: 25px 20px 30px;
        background-position: 20px 30px
    }

    .testimonials-all-top {
        padding-left: 40px
    }

    .testimonials-all-date p,.testimonials-all-left p {
        font-size: 14px
    }

    .testimonial-all-message button.btn.btn-success.button-white-green {
        margin-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.logo-blue {
    width: 164px
}

nav.navbar.navbar-expand-lg.navbar-white {
    -webkit-box-shadow: 0 4px 26px rgba(0,0,0,.1);
    box-shadow: 0 4px 26px rgba(0,0,0,.1);
    margin-bottom: 30px
}

nav.navbar.navbar-expand-lg.navbar-white .nav-link {
    color: #1d1d5c
}

.navbar-nav button.btn.btn-default.white-blue-border-button {
    color: #1d1d5c;
    border: 1px solid #1d1d5c;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent
}

.navbar-nav button.btn.btn-default.white-blue-border-button:hover {
    background-color: #1d1d5c;
    color: #fff
}

#navbarNavDropdown .btn.mob-menu-button {
    margin: 20px auto -14px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    width: 150px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #5a2dcd;
    text-align: center;
    display: block;
    color: #5a2dcd
}

#navbarNavDropdown .btn.mob-menu-button:before {
    display: none
}

.order-form h1 {
    text-align: center;
    font-family: Poppins;
    color: #1d1d5c;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 30px
}

.order-form.container .breadcrumb {
    margin-bottom: 20px
}

.order-form-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 25px
}

.order-form-top div {
    width: 220px;
    background-color: #f6f9fc;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    margin-right: 3px;
    margin-left: 3px;
    color: #1d1d5c;
    font-size: 17px;
    border-radius: 3px
}

.order-form-top div.active-form-cell {
    background-color: #22de9e;
    color: #fff;
    font-weight: 400
}

.order-form-inputs {
    max-width: 800px;
    margin: auto;
    margin-bottom: 100px
}

.order-form-submit-wrapper {
    margin-top: 30px
}

.grey-input-wrapper {
    margin-bottom: 20px
}

.grey-input-wrapper input {
    border: none;
    outline: none;
    background-color: #f7f7f7;
    height: 50px
}

.grey-input-wrapper label {
    color: #5e6d89;
    margin-bottom: 5px
}

.navbar-dark.navbar-white .navbar-toggler-span {
    background-color: #1d1d5c
}

@media only screen and (max-width: 992px) {
    .container.order-form {
        padding-top:120px
    }
}

@media only screen and (max-width: 550px) {
    .order-form-top div {
        display:none
    }

    .order-form-top div.active-form-cell {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

.top-block.samples-top-block {
    background-image: url(./images/fon-blue.png);
    background-size: 110% 100%;
    margin-bottom: 20px;
    padding-bottom: 40px;
    overflow: initial
}

.samples-left-header {
    margin-bottom: 30px
}

.samples-top-block .top-block-right img {
    margin-bottom: -50px;
    width: 106%;
    margin-left: -15px
}

.samples-left-block .samples-left-link-group p {
    margin-bottom: 0
}

.samples-left-block .samples-left-link-group a {
    display: block;
    padding: 11px 20px 13px;
    color: #5e6d89
}

.samples-left-link-group p:first-child {
    margin-top: 13px
}

.samples-left-link-group p:last-child {
    margin-bottom: 13px
}

.samples-left-block .samples-left-link-group a:hover {
    text-decoration: none;
    color: #3381f0;
    background-color: #f8fafc
}

.samples-right-block-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0
}

.samples-right-block-bottom p.label-grey {
    font-size: 14px!important
}

.label-grey {
    background-color: #e4fbf3;
    color: #5e6d89;
    padding: 2px 17px 4px;
    display: inline-block;
    border-radius: 3px;
    max-width: 50%
}

.samples-right-block {
    border: 1px solid #ebebeb;
    padding: 17px 17px 20px;
    margin-bottom: 30px
}

.samples-right-block-bottom .label-grey {
    margin-right: auto
}

.samples-right-block-bottom>p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0
}

.stars-votes {
    margin-right: 13px
}

.stars-votes,.views-amount {
    color: #5e6d89
}

.stars-votes img {
    margin-right: 5px
}

.views-amount img {
    margin-top: 2px;
    margin-right: 5px
}

.samples-right-block-header {
    margin-bottom: 15px
}

.samples-right-block-header a {
    color: #1d1d5c;
    font-size: 20px
}

.samples-right-block-header img {
    margin-right: 12px
}

.samples-right-block .normal-blue {
    margin-bottom: 30px
}

.samples-left-block {
    padding-right: 70px
}

.samples-left-block .samples-left-group-header {
    background-color: #ecf2f6;
    padding: 13px 40px 15px 20px;
    color: #1d1d5c;
    font-size: 20px;
    cursor: pointer;
    position: relative
}

.samples-left-block .samples-left-group-header:after {
    content: "";
    background: url("./images/button-arrow-deepblue-down.png") no-repeat 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px
}

.samples-left-block .samples-left-group-header[aria-expanded=false] {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 26px rgba(0,0,0,.1);
    box-shadow: 0 4px 26px rgba(0,0,0,.1);
    margin-bottom: 15px
}

.samples-left-block .samples-left-group-header[aria-expanded=false]:after {
    background-image: url("./images/button-arrow-deepblue.png");
    top: 19px
}

.samples-left-main-header {
    display: block;
    margin-bottom: 25px;
    margin-top: -15px;
    font-size: 24px;
    color: #1d1d5c;
    cursor: auto!important
}

.samples-left-main-header:hover {
    text-decoration: none;
    color: #1d1d5c
}

@media only screen and (max-width: 992px) {
    .top-block.samples-top-block {
        background-size:260% 60%;
        background-position: 32% 0;
        margin-bottom: 0
    }

    .samples-left-block {
        padding-right: 0
    }

    .samples-left-main-header {
        margin-top: 0;
        margin-bottom: 15px;
        background-color: #22de9e;
        -webkit-box-shadow: 0 4px 26px rgba(0,0,0,.1);
        box-shadow: 0 4px 26px rgba(0,0,0,.1);
        color: #fff;
        padding-left: 65px;
        padding-top: 16px;
        padding-bottom: 19px;
        position: relative;
        border-radius: 3px
    }

    .samples-left-main-header[aria-expanded=true] {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .samples-left-main-header:before {
        content: "";
        width: 32px;
        height: 20px;
        background-size: auto 100%;
        display: block;
        position: absolute;
        top: 22px;
        left: 20px;
        background: url("./images/samples-icon-1.png") no-repeat
    }

    .samples-left-main-header:after {
        width: 15px;
        height: 15px;
        background-size: auto 100%;
        display: block;
        position: absolute;
        top: 25px;
        right: 18px;
        content: "";
        background: url("./images/button-arrow.png") no-repeat
    }

    .samples-left-main-header[aria-expanded=true]:after {
        background-image: url("./images/button-arrow-down.png");
        background-size: 100% auto;
        top: 29px;
        right: 22px
    }

    .samples-right-block {
        padding: 15px 15px 18px
    }

    .samples-right-block-header {
        padding-left: 35px;
        position: relative
    }

    .samples-right-block-header>img {
        position: absolute;
        left: 0;
        top: 5px
    }

    .samples-page-right-wrapper {
        padding-top: 25px
    }

    .samples-right-block-bottom .label-grey {
        padding-right: 7px;
        padding-left: 7px;
        max-width: 115px
    }

    .samples-page-right-wrapper .order-essay-wrapper {
        padding-right: 0;
        margin-top: 0;
        margin-bottom: 35px
    }

    .samples-page-right-wrapper .order-essay-wrapper .order-essay {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0 20px 17px
    }
}

.navbar.bg-dark-nav {
    background-image: -webkit-gradient(linear,left top,right top,from(#5833ce),to(#15dfe2));
    background-image: linear-gradient(90deg,#5833ce,#15dfe2);
    margin-bottom: 25px
}

.samples-right-block-bottom.local-samples-right-top {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 25px;
    margin-bottom: 30px
}

.samples-right-block-bottom.local-samples-right-top p {
    margin-right: 20px;
    margin-bottom: 0;
    max-width: 100%
}

.local-text {
    line-height: 28px
}

.local-text p {
    color: #5e6d89;
    margin-top: 0;
    margin-bottom: 15px;
    overflow-x: hidden
}

.local-text p strong {
    display: block;
    font-weight: 700;
    font-size: 18px
}

.local-text li,.local-text p,.local-text span:not(.material-icons) {
    color: #5e6d89;
    font-family: Lato
}

.local-samples-page ol.breadcrumb {
    margin-bottom: 20px
}

.local-text hr {
    margin-top: 30px;
    margin-bottom: 30px
}

.local-text h2,.local-text h3,.local-text h4 {
    margin-bottom: 15px;
    margin-top: 30px;
    color: #1d1d5c
}

.local-text h2 span {
    margin-bottom: 15px;
    margin-top: 30px;
    color: #1d1d5c!important;
    font-size: 28px!important
}

.local-text h3,.local-text h3 span,.local-text h4,.local-text h4 span {
    color: #1d1d5c!important;
    font-size: 24px!important
}

.local-text h2 {
    font-size: 26px
}

blockquote {
    padding: 20px 20px 5px;
    font-style: italic;
    background-color: #f6f6f6;
    border-left: 3px solid #d8d8d8
}

blockquote a {
    text-decoration: underline
}

.local-samples-h1 {
    font-size: 30px;
    font-family: Poppins;
    color: #1d1d5c
}

.p-heading {
    font-size: 20px;
    color: #1d1d5c
}

.bottom-references {
    border: 1px solid #ebebeb;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 50px;
    margin-top: 40px
}

.bottom-references p img {
    margin-right: 15px
}

.bottom-references p.p-heading {
    margin-bottom: 15px
}

.bottom-references li,.bottom-references p,.bottom-references span {
    color: #5e6d89!important;
    font-family: Lato!important;
    line-height: 28px!important;
    font-size: 14px!important;
    margin-bottom: 12px!important
}

.bottom-references p.p-heading {
    font-size: 20px!important;
    margin-bottom: 15px!important
}

button.btn.btn-default.button-lightblue {
    border: 2px solid #3381f0;
    color: #3381f0
}

button.btn.btn-default.button-lightblue:before {
    content: "";
    height: 10px;
    width: 10px;
    margin-right: 10px;
    margin-top: -5px;
    display: inline-block;
    vertical-align: middle;
    border-right: 1.8px solid #3381f0;
    border-top: 1.8px solid #3381f0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.bottom-right-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 80px
}

.bottom-right-buttons button {
    margin-left: 20px
}

h2.text-center {
    color: #1d1d5c;
    margin-bottom: 25px
}

.order-essay-wrapper {
    padding-right: 70px;
    margin-top: 50px
}

.order-essay {
    -webkit-box-shadow: 0 4px 26px rgba(0,0,0,.1);
    box-shadow: 0 4px 26px rgba(0,0,0,.1);
    padding: 45px 20px 50px
}

.order-essay .p-big-text {
    font-size: 28px
}

.order-essay .p-heading {
    font-size: 18px;
    margin-bottom: 30px
}

.order-essay-button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px
}

.samples-left-main-header.local-samples-left-main-header {
    margin-top: 0
}

@media only screen and (max-width: 1222px) {
    .top-block.samples-top-block {
        background-size:135% 100%
    }
}

@media only screen and (max-width: 992px) {
    .top-block.samples-top-block {
        background-size:260% 60%;
        background-position: 32% 0;
        margin-bottom: 0
    }

    .container.local-samples-page {
        padding-top: 50px
    }

    .samples-wrapper .bottom-right-buttons {
        display: block
    }

    .local-samples-h1 {
        text-align: center;
        padding-top: 25px;
        padding-bottom: 10px
    }

    .local-text .order-essay-wrapper {
        padding-right: 0;
        margin-top: 0;
        margin-bottom: 35px
    }

    .local-text .order-essay-wrapper .order-essay {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0 20px 17px
    }

    .local-text h3 {
        text-align: center
    }

    .samples-right-block-bottom.local-samples-right-top>p {
        display: inline-block
    }
}

.top-block.blog-top-block {
    background-image: url("./images/fon-purple-2.png");
    background-size: 110% 100%;
    margin-bottom: 50px;
    padding-bottom: 60px;
    overflow: initial
}

.top-block.contributing-top-block {
    background-image: url("./images/fon-contriibuting-1.png");
    background-size: 110% 100%;
    margin-bottom: 40px;
    padding-bottom: 10px;
    overflow: initial
}

.contributing-top-block .top-block-right img {
    width: 110%;
    margin-left: -15px
}

.blog-top-block .top-block-right img {
    margin-bottom: -50px;
    width: 103%;
    margin-left: 0
}

button.btn.btn-success.search-button {
    height: 50px;
    padding: 0;
    width: 120px;
    z-index: 0;
    margin-bottom: 0;
    font-size: 16px;
    -webkit-box-shadow: 0 4px 26px rgba(0,0,0,.1);
    box-shadow: 0 4px 26px rgba(0,0,0,.1)
}

button.btn.btn-success.search-button:active,button.btn.btn-success.search-button:focus,button.btn.btn-success.search-button:hover {
    -webkit-box-shadow: 0 4px 26px rgba(0,0,0,.1)!important;
    box-shadow: 0 4px 26px rgba(0,0,0,.1)!important
}

button.btn.btn-success.search-button:before {
    display: none
}

.form-control.search-input {
    height: 50px;
    background-color: #f7f7f7;
    border: none;
    outline: none;
    padding-left: 20px
}

.search-block {
    margin-bottom: 50px
}

.local-samples-page .search-block {
    margin-bottom: 30px
}

.a-heading {
    font-size: 22px
}

.a-heading,.a-heading:hover {
    color: #1d1d5c
}

.blog-block-bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blog-block-bottom,.blog-block-bottom .views-amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0
}

.blog-block-bottom .views-amount {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-bottom-date {
    margin-bottom: 0;
    font-size: 16px;
    color: #1d1d5c
}

.blog-block a>img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 200px
}

.blog-block-under-img {
    padding: 30px 15px
}

.blog-block p {
    font-size: 14px
}

.blog-block {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    margin-bottom: 40px;
    overflow: hidden
}

.blog-block .label-label {
    margin-right: 5px;
    padding: 3px 10px;
    margin-bottom: 6px
}

.top-block.blog-top-block h1 {
    font-size: 46px
}

.blog-block-under-img h3 {
    margin-top: 5px
}

.blog-grey-block {
    background-color: #f6f9fc;
    margin-bottom: 50px;
    padding-top: 60px;
    padding-bottom: 50px
}

.services-right-block.blog-services-block {
    padding-left: 120px
}

.services-right-block.blog-services-block img {
    width: 100px;
    -webkit-transform: none;
    transform: none;
    top: 33px
}

.blog-pagination-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0
}

.blog-pagination-block a,.blog-pagination-block p {
    margin-bottom: 0;
    color: #1d1d5c;
    margin-right: 5px;
    margin-left: 5px
}

.blog-pagination-block a.pagination-active {
    width: 64px;
    padding: 10px 0;
    border-radius: 3px;
    background-color: #f6f9fc;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center
}

button.btn.btn-success.button-prev {
    height: 45px;
    margin-bottom: 0;
    width: 150px;
    padding: 0;
    text-transform: none;
    margin-right: 15px;
    font-size: 16px
}

button.btn.btn-success .disabled {
    cursor: not-allowed;
    pointer-events: all
}

button.btn.btn-success.button-next {
    height: 45px;
    margin-bottom: 0;
    width: 150px;
    padding: 0;
    text-transform: none;
    margin-left: 15px;
    font-size: 16px
}

button.btn.btn-success.button-prev:before {
    margin-top: -3px;
    height: 8px;
    width: 8px;
    border: none;
    margin-right: 7px;
    border-left: 1.8px solid #fff;
    border-bottom: 1.8px solid #fff
}

button.btn.btn-success.button-next:before {
    display: none
}

button.btn.btn-success.button-next:after {
    content: "";
    margin-top: -3px;
    height: 17px;
    width: 17px;
    background: url("./images/button-arrow-right.png") no-repeat 100%;
    display: inline-block;
    vertical-align: middle
}

a.btn.btn-success.button-prev {
    height: 45px;
    margin-bottom: 0;
    width: 150px;
    padding: 0;
    text-transform: none;
    margin-right: 15px;
    font-size: 16px;
    color: #fff;
    padding-top: 9px
}

a.btn.btn-success.button-prev.disabled {
    cursor: not-allowed;
    pointer-events: all
}

a.btn.btn-success.button-next {
    height: 45px;
    margin-bottom: 0;
    width: 150px;
    padding: 0;
    text-transform: none;
    margin-left: 15px;
    font-size: 16px;
    color: #fff;
    padding-top: 9px
}

a.btn.btn-success.button-next.disabled {
    cursor: not-allowed;
    pointer-events: all
}

a.btn.btn-success.button-prev:before {
    margin-top: -3px;
    height: 8px;
    width: 8px;
    border: none;
    margin-right: 7px;
    border-left: 1.8px solid #fff;
    border-bottom: 1.8px solid #fff
}

a.btn.btn-success.button-next:before {
    display: none
}

a.btn.btn-success.button-next:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -3px;
    height: 8px;
    width: 8px;
    margin-left: 7px;
    margin-right: 0;
    border-right: 1.8px solid #fff;
    border-top: 1.8px solid #fff
}

.blog-services-heading {
    text-align: center;
    color: #1d1d5c;
    font-size: 33px;
    margin-bottom: 0
}

@media only screen and (max-width: 992px) {
    .top-block.blog-top-block,.top-block.contributing-top-block {
        background-size:260% 60%;
        background-position: 32% 0;
        margin-bottom: 0
    }

    .top-block.blog-top-block h1,.top-block.contributing-top-block h1 {
        font-size: 40px
    }

    .blog-grey-block {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .services-right-block.blog-services-block {
        padding-left: 50px;
        padding-bottom: 0
    }

    .services-right-block.blog-services-block img {
        width: 32px
    }
}

.blog-post-date {
    margin-left: 20px;
    color: #5e6d89
}

.blog-post-date img {
    margin-right: 5px
}

img {
    max-width: 100%
}

.local-text .post-main-img {
    margin-bottom: 30px
}

.local-text img {
    margin: auto;
    display: block;
    margin-bottom: 20px
}

.label-orange {
    background-color: #fbf6e1
}

.label-orange,.label-pink {
    color: #5e6d89;
    padding: 2px 17px 4px;
    display: inline-block;
    border-radius: 3px
}

.label-pink {
    background-color: #ece3f9
}

.post-categories p {
    margin-right: 20px;
    margin-bottom: 20px
}

.post-p-heading {
    font-size: 22px;
    color: #1d1d5c
}

.post-categories {
    margin-top: 40px;
    margin-bottom: 40px
}

.two-inputs-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.input-form input {
    height: 50px
}

.input-form input,.input-form textarea {
    margin-bottom: 25px;
    max-width: 100%
}

.input-form input,.input-form input:active,.input-form input:focus,.input-form textarea,.input-form textarea:active,.input-form textarea:focus {
    background-color: #f7f7f7;
    border: none;
    outline: none
}

.btn.btn-success.button-submit {
    -webkit-box-shadow: 0 5px 28px rgba(0,0,0,.1);
    box-shadow: 0 5px 28px rgba(0,0,0,.1);
    background-color: #22de9e;
    height: 50px;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 17px
}

.btn.btn-success.button-submit:active,.btn.btn-success.button-submit:focus {
    background-color: #22de9e;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.btn.btn-success.button-submit:before {
    display: none
}

.post-leave-reply {
    padding: 25px 25px 20px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    margin-bottom: 80px
}

.p-big-heading {
    font-size: 24px;
    color: #1d1d5c
}

.links-list li li:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.links-list li li:first-child {
    padding-top: 0
}

.links-list {
    padding-right: 30px
}

.links-list ul {
    list-style: none;
    padding-left: 0
}

.links-list li {
    list-style: none;
    padding-left: 0;
    padding: 4px 0;
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
    color: #1d1d5c
}

.links-list li strong {
    font-family: Poppins SemiBold;
    color: #1d1d5c
}

.links-list li a {
    font-size: 16px;
    color: #3381f0
}

.links-list li a:hover {
    text-decoration: underline
}

.links-list.links-list-inner-blog ol {
    padding-left: 0
}

.links-list.links-list-inner-blog li {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.links-list.links-list-inner-blog a {
    display: block;
    padding: 5px 7px;
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
    color: #3381f0;
    text-align: left
}

.links-list.links-list-inner-blog a:hover {
    background-color: #f6f9fc;
    text-decoration: none
}

.links-list.links-list-inner-blog a span {
    color: #3381f0!important;
    font-size: 17px!important;
    font-family: Lato,Open Sans,Helvetica,Verdana!important
}

.local-blog-labels-wrapper p {
    display: inline-block
}

.local-blog-wrapper .samples-left-main-header {
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 30px;
    cursor: auto!important
}

button.btn.btn-default.button-totop {
    border: none;
    outline: none;
    background-color: #ecf2f6;
    width: 50px;
    height: 50px;
    padding-top: 8px;
    -webkit-box-shadow: none;
    box-shadow: none
}

button.btn.btn-default.button-totop:before {
    display: none
}

.links-list .button-totop {
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 15px
}

@media only screen and (max-width: 992px) {
    .samples-right-block-bottom.local-samples-right-top {
        display:block
    }

    .samples-right-block-bottom.local-samples-right-top .label-grey {
        margin-right: 5px
    }

    .samples-left-main-header:hover {
        color: #fff
    }

    .local-blog-labels-wrapper {
        width: 100%;
        text-align: center;
        margin-bottom: 20px
    }

    .local-blog-wrapper .samples-left-main-header {
        color: #fff;
        padding-bottom: 15px;
        padding-top: 13px;
        font-size: 24px
    }

    .links-list>ul.ul-style {
        padding: 0 15px
    }

    div.links-list.links-list-inner-blog a {
        border-bottom: none;
        padding-left: 25px;
        padding-right: 25px
    }

    .search-block {
        margin-bottom: 25px
    }

    .links-list {
        padding-right: 0;
        margin-right: -15px;
        margin-left: -15px
    }

    .links-list a {
        border-bottom: 0;
        padding: 0;
        padding-left: 5px
    }

    .local-blog-wrapper .samples-left-main-header {
        padding-left: 60px
    }

    .local-blog-wrapper .samples-left-main-header:before {
        background-image: url("./images/blog-icon-1.png");
        width: 26px
    }

    .post-categories {
        margin-left: 0;
        margin-right: 0
    }

    .post-categories p {
        display: block;
        width: 100%;
        margin-bottom: 0;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-right: 0
    }

    .post-categories p.label-label {
        display: inline-block;
        width: auto;
        max-width: 100%;
        margin-right: 5px;
        margin-bottom: 5px
    }

    p.post-p-heading {
        margin-bottom: 10px;
        font-size: 30px
    }

    .local-text button.btn.btn-success.button-white-green {
        margin-bottom: 0;
        margin-top: 10px
    }

    .two-inputs-row {
        display: block
    }

    .input-group-append button.btn.btn-success.search-button {
        background-color: #f7f7f7;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #333;
        width: 50px;
        font-size: 0;
        position: relative
    }

    .input-group-append button.btn.btn-success.search-button:active,.input-group-append button.btn.btn-success.search-button:focus,.input-group-append button.btn.btn-success.search-button:hover {
        background-color: #f7f7f7!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }

    .input-group-append button.btn.btn-success.search-button:after {
        content: "";
        width: 24px;
        height: 24px;
        display: block;
        background: url("./images/search-icon-1.png") no-repeat;
        position: absolute;
        top: 13px;
        right: 13px;
        background-size: auto 100%
    }
}

.swal2-container {
    z-index: 10000!important
}

.ladda-spinner div {
    margin-top: -4px
}

.cookies-notification {
    background-color: rgba(4,40,63,.95);
    padding: 20px;
    position: fixed;
    bottom: 20px;
    left: 7%;
    max-width: 400px;
    width: 100%;
    z-index: 9999999999;
    border-radius: 5px
}

.cookies-notification p {
    font-size: 14px;
    color: #fff;
    position: relative;
    margin-bottom: 0;
    text-align: center
}

@media only screen and (max-width: 500px) {
    .cookies-notification {
        left:15px;
        bottom: 15px;
        max-width: 290px;
        padding-left: 0;
        padding-right: 0
    }
}

a.btn.btn-success.cookies-notification-close:before,button.btn.btn-success.cookies-notification-close:before {
    display: none
}

a.btn.btn-success.cookies-notification-close,button.btn.btn-success.cookies-notification-close {
    display: block;
    margin: auto;
    position: static;
    right: auto;
    bottom: auto;
    -webkit-transform: none;
    transform: none;
    min-width: 0;
    width: auto;
    height: auto;
    padding: 7px 30px 6px;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 15px;
    text-decoration: none
}

a.btn.btn-success.cookies-notification-close {
    margin-left: 10px;
    position: relative;
    text-decoration: none;
    top: auto;
    bottom: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
    max-width: 100px;
    margin: auto;
    margin-top: 10px
}

.cookies-notification p a {
    text-decoration: underline;
    color: #22dc9d
}

.cookies-notification-discount {
    background-color: rgba(4,40,63,.95);
    padding-top: 7px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999999999;
    padding: 15px 0 8px
}

.cookies-notification-discount p {
    font-size: 14px;
    text-align: justify;
    color: #fff;
    position: relative;
    margin-bottom: 7px;
    text-align: center
}

.cookies-notification-close,a.btn.cookies-notification-close {
    position: absolute;
    right: 0;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.cookies-notification-discount p a {
    text-decoration: underline;
    color: #fff
}

button.btn.btn-primary.contribute-material-button:before {
    display: none
}

button.btn.btn-primary.contribute-material-button {
    padding: 10px 15px;
    border: none;
    outline: none;
    -webkit-box-shadow: 0 4px 15px rgba(0,0,0,.05);
    box-shadow: 0 4px 15px rgba(0,0,0,.05);
    -webkit-transition: .25s;
    transition: .25s
}

button.btn.btn-primary.contribute-material-button:hover {
    -webkit-transition: .25s;
    transition: .25s
}

button.btn.btn-primary.contribute-material-button:active {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    -webkit-transition: .25s;
    transition: .25s;
    border: none;
    outline: none
}

.contribute-material-button {
    border: 2px solid #3381f0;
    height: 50px;
    padding: 0;
    width: auto!important;
    z-index: 0;
    margin-bottom: 0;
    font-size: 16px
}

.nav-profile-link img {
    width: auto;
    height: 30px
}

.nav-profile-link {
    margin-left: auto;
    margin-right: 30px;
    margin-top: -3px
}

.custom-file.form-group {
    margin-bottom: 25px;
    height: 50px
}

.custom-file.form-group .custom-file-label {
    padding: 12px;
    height: 50px;
    margin-bottom: 0;
    display: block;
    background-color: #f7f7f7;
    border: none;
    color: #868686
}

.custom-file.form-group .custom-file-label:after {
    height: auto;
    padding: 12px 18px;
    border: none;
    background-color: #b0c8d2;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer
}

.type-of-files-label {
    color: #5e6d89;
    margin-bottom: 5px
}

@media only screen and (min-width: 992px) {
    .stop1 {
        position:relative!important
    }

    .sticky1 {
        position: fixed!important
    }
}

@media only screen and (max-width: 992px) {
    #blog-anchors {
        height:auto!important
    }

    #blog-anchors>div {
        width: auto!important
    }
}

.stars-votes-inner {
    margin-right: 10px
}

.stars-votes-inner p {
    display: inline-block
}

.stars-votes-inner img {
    opacity: .32;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    margin-right: 2px;
    margin-top: 5px;
    margin-bottom: 0
}

.stars-votes-inner img.darker-star {
    opacity: 1
}

.text-scroll-block .text-scroll::-webkit-scrollbar {
    width: 15px
}

.text-scroll-block .text-scroll::-webkit-scrollbar-track {
    background: #fff;
    -webkit-box-shadow: inset 5px 0 #fff,inset 10px 0 #ebebeb;
    box-shadow: inset 5px 0 #fff,inset 10px 0 #ebebeb
}

.text-scroll-block .text-scroll::-webkit-scrollbar-thumb {
    background: #22de9e;
    border-radius: 5px;
    width: 15px
}

.text-scroll-block .text-scroll::-webkit-scrollbar-thumb:hover {
    background: #22de9e
}

.prices-text-button-1[aria-expanded=true],.prices-text-button-2[aria-expanded=false] {
    display: none
}

.local-samples-similar .h2 {
    margin-bottom: 20px
}

.main-bottom-text {
    text-align: justify
}

.main-bottom-text #collapse-main-text {
    display: none
}

.main-bottom-text #collapse-main-text.collapsing,.main-bottom-text #collapse-main-text.show {
    display: block;
    margin-top: 0;
    padding-top: 16px
}

#collapse-main-text.collapse-sm.collapse {
    margin-top: 0;
    padding-top: 16px
}

#collapse-main-text.collapse-sm.collapse .umost h2:first-child,#collapse-main-text.collapse-sm.collapse .umost h3:first-child,#collapse-main-text.collapse-sm.collapse .umost h4:first-child,#collapse-main-text.collapse-sm.collapsing .umost h2:first-child,#collapse-main-text.collapse-sm.collapsing .umost h3:first-child,#collapse-main-text.collapse-sm.collapsing .umost h4:first-child {
    margin-top: 25px
}

#collapse-main-text.collapse-sm.collapse .umost:first-child h2,#collapse-main-text.collapse-sm.collapse .umost:first-child h3,#collapse-main-text.collapse-sm.collapse .umost:first-child h4,#collapse-main-text.collapse-sm.collapse h2:first-child,#collapse-main-text.collapse-sm.collapse h3:first-child,#collapse-main-text.collapse-sm.collapse h4:first-child,#collapse-main-text.collapse-sm.collapsing .umost:first-child h2,#collapse-main-text.collapse-sm.collapsing .umost:first-child h3,#collapse-main-text.collapse-sm.collapsing .umost:first-child h4,#collapse-main-text.collapse-sm.collapsing h2:first-child,#collapse-main-text.collapse-sm.collapsing h3:first-child,#collapse-main-text.collapse-sm.collapsing h4:first-child {
    margin-top: 0
}

button.btn.btn-success.button-white-green {
    background-color: #fff;
    border: 2px solid #22de9e;
    color: #22de9e;
    border-radius: 5px;
    margin-bottom: 80px;
    margin-top: -10px
}

button.btn.btn-success.button-white-green:active,button.btn.btn-success.button-white-green:focus,button.btn.btn-success.button-white-green:hover {
    background-color: #fff!important;
    border: 2px solid #22de9e;
    color: #22de9e
}

button.btn.btn-success.button-white-green:before {
    display: none
}

.main-bottom-text,.main-bottom-text li,.main-bottom-text p,.main-bottom-text span {
    color: #5e6d89
}

.main-bottom-text h1,.main-bottom-text h2,.main-bottom-text h3,.main-bottom-text h4,.main-bottom-text h5 {
    margin-top: 25px
}

.main-bottom-text h1:first-letter,.main-bottom-text h2:first-letter,.main-bottom-text h3:first-letter,.main-bottom-text h4:first-letter,.main-bottom-text h5:first-letter {
    text-transform: uppercase
}

.main-bottom-text .first-coll-main-h2 {
    margin-top: 0
}

#collapse-main-text {
    margin-top: 25px
}

.margin-auto {
    margin: auto;
    display: block
}

.text-scroll-block .text-scroll h2,.text-scroll-block .text-scroll h3,.text-scroll-block .text-scroll h4,.text-scroll-block .text-scroll h5 {
    text-transform: lowercase
}

.text-scroll-block .text-scroll h2:first-letter,.text-scroll-block .text-scroll h3:first-letter,.text-scroll-block .text-scroll h4:first-letter,.text-scroll-block .text-scroll h5:first-letter {
    text-transform: uppercase
}

.paypal-footer-icon {
    width: 110px;
    display: block;
    margin-top: 2px
}

.iti-flag {
    background-image: url("./images/flags-profile.png")!important
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .iti-flag {
        background-image:url("./images/flags-profile.png")!important
    }
}

.samples-category-header {
    margin-top: -18px;
    font-size: 24px;
    color: #1d1d5c;
    margin-bottom: 21px
}

@media only screen and (max-width: 992px) {
    .samples-category-header {
        margin-top:0;
        padding-top: 0
    }
}

a.btn.blue-border-btn.prices-blue-border-button,button.btn.blue-border-btn.prices-blue-border-button {
    border: 2px solid #3381f0;
    color: #3381f0;
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.blue-border-btn.prices-blue-border-button:before,button.btn.blue-border-btn.prices-blue-border-button:before {
    border-color: #3381f0
}

a.btn.blue-border-btn.prices-blue-border-button:active,button.btn.blue-border-btn.prices-blue-border-button:active {
    background-color: #3381f0;
    color: #fff
}

a.btn.blue-border-btn.prices-blue-border-button:active:before,button.btn.blue-border-btn.prices-blue-border-button:active:before {
    border-color: #fff
}

.container .select2-container--default .select2-selection--single {
    border-radius: .25rem;
    border: none;
    background-color: #f7f7f7;
    padding: 11px 4px;
    height: auto
}

.container .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 7px
}

.container .intl-tel-input {
    width: 100%
}

.container .intl-tel-input .flag-container {
    padding: 0
}

.container .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    width: 90px
}

.container .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,.container .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel],.container .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text] {
    padding-left: 96px
}

.container .select2-container {
    width: 100%!important
}

.error-text {
    color: #ff002c
}

.form-control.has-error {
    border: 1px solid #ff002c
}

.service-mob-buttons {
    margin-top: -80px;
    margin-bottom: 30px
}

.service-mob-buttons a.btn {
    width: 300px;
    max-width: 85%
}

@media only screen and (max-width: 400px) {
    .modal.show .modal-dialog {
        max-width:279px
    }
}

@media only screen and (max-width: 576px) {
    .mob-min-none {
        display:none
    }

    .samples-wrapper .bottom-right-buttons a.btn-success {
        width: 100%
    }

    .bottom-right-buttons {
        margin-bottom: 30px
    }

    .bottom-right-buttons button.btn {
        margin-left: 0;
        width: 100%;
        margin-bottom: 20px
    }

    .modal.show .modal-dialog {
        margin: 30px auto 25px
    }

    .modal-header .close {
        margin-right: -13px
    }
}

@media only screen and (min-width: 576px) {
    .mob-min-yes {
        display:none
    }
}

.top-footer a.btn-default.btn.btn-transparent:active:before,.top-footer button.btn-default.btn.btn-transparent:active:before {
    background-image: none;
    height: 10px;
    margin-top: -5px;
    border-color: #3381f0
}

.top-footer a.btn-default.btn.btn-transparent,.top-footer button.btn-default.btn.btn-transparent {
    -webkit-box-shadow: none;
    box-shadow: none
}

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

.modal-footer>:not(:first-child) .btn {
    -webkit-box-shadow: none;
    box-shadow: none
}

.modal-footer>:not(:last-child) {
    margin-right: 0
}

@media only screen and (max-width: 992px) {
    .order-form-submit-wrapper .btn {
        float:none!important;
        display: block;
        margin: auto
    }

    .local-blog-wrapper .samples-left-main-header,.samples-left-main-header {
        cursor: pointer!important
    }

    .mt-mob-2 {
        margin-top: .5rem!important
    }
}

.main-bottom-text p,.main-bottom-text span {
    font-family: Lato,Open Sans,Helvetica,Verdana!important;
    font-size: 16px!important;
    color: #5e6d89!important
}

.main-bottom-text p.deepblue-color {
    color: #1d1d5c!important;
    font-size: 18px!important
}

.main-bottom-text span[style="color:black"] {
    font-size: 26px!important;
    font-weight: 400;
    color: #1d1d5c!important
}

.text-scroll-block a.btn.blue-border-btn,.text-scroll-block button.btn.blue-border-btn {
    -webkit-box-shadow: none;
    box-shadow: none
}

.wysiwyg ol li,.wysiwyg p,.wysiwyg ul li {
    font-size: 16px!important
}

.box-shadow-block {
    -webkit-box-shadow: 0 5px 28px rgba(0,0,0,.1);
    box-shadow: 0 5px 28px rgba(0,0,0,.1);
    padding: 25px 25px 25px 75px;
    position: relative;
    min-height: 255px
}

.box-shadow-block img {
    position: absolute;
    top: 33px;
    left: 22px;
    width: 36px
}

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

.img-text-block {
    padding-left: 55px;
    position: relative;
    margin-bottom: 30px
}

.img-text-block img {
    position: absolute;
    top: 0;
    left: 1px;
    width: 32px
}

.verification-top-imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.verification-top-imgs div {
    width: 25%;
    -ms-flex-item-align: baseline;
    align-self: baseline
}

.verification-top-imgs p {
    text-align: center;
    color: #1d1d5c
}

.verification-top-imgs div img {
    margin-bottom: 15px
}

.quote-1 {
    color: #1d1d5c;
    font-style: italic;
    border-left: 2px solid #22de9e;
    padding-left: 10px
}

.verification-text p {
    margin-bottom: 30px
}

.form-style-guides .box-shadow-block {
    min-height: 260px
}

.form-style-guides .box-shadow-block p a {
    color: #1d1d5c
}

.form-style-guides .box-shadow-block p.normal-blue {
    margin-bottom: 0
}

.form-style-guides .box-shadow-block p a:hover {
    text-decoration: none
}

.boxshadow-links a {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 26px rgba(0,0,0,.1);
    box-shadow: 0 4px 26px rgba(0,0,0,.1);
    margin-bottom: 15px;
    padding: 17px;
    display: block;
    color: #1d1d5c;
    position: relative;
    padding-left: 60px
}

.boxshadow-links a:hover {
    text-decoration: none
}

.boxshadow-links a:active {
    background-color: #ecf2f6;
    -webkit-box-shadow: none;
    box-shadow: none
}

.boxshadow-links a img {
    width: 31px;
    position: absolute;
    top: 14px;
    left: 16px
}

.links-list-guide {
    padding-left: 50px;
    padding-top: 60px
}

.links-list-guide .links-list {
    margin-bottom: 60px
}

.links-list-guide .boxshadow-links {
    padding-right: 30px
}

ol.style-guides-example,p.style-guides-example,ul.style-guides-example {
    background-color: #e4fbf3;
    text-align: center;
    padding: 14px 15px 15px;
    word-wrap: break-word
}

.italic {
    font-style: italic
}

.hiw-top .hiw-top-block {
    -webkit-box-shadow: 0 4px 26px rgba(0,0,0,.1);
    box-shadow: 0 4px 26px rgba(0,0,0,.1);
    min-height: 350px;
    padding: 30px 18px
}

.hiw-top-block>img {
    margin: auto;
    display: block;
    width: auto;
    height: 56px;
    margin-bottom: 20px
}

.hiw-top-block .h3 {
    margin-bottom: 20px;
    font-size: 19px
}

.green-point-ul {
    padding-left: 0
}

.green-point-ul li {
    list-style: none;
    padding-left: 20px;
    font-size: 14px;
    margin-bottom: 15px;
    color: #1d1d5c
}

.green-point-ul li:before {
    content: "\2022";
    color: #22de9e;
    margin-left: -20px;
    margin-right: 10px
}

.hiw-top {
    padding-top: 100px;
    padding-bottom: 130px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 70px
}

.hiw-top .col-lg-3:first-child:after,.hiw-top .col-lg-3:nth-of-type(3):after {
    background-image: url(./images/hiw-arrow-1.png);
    background-size: 100%;
    width: 140%;
    height: 76px;
    position: absolute;
    top: -78px;
    display: block;
    content: ""
}

.hiw-top .col-lg-3:nth-of-type(2):after {
    background-image: url(./images/hiw-arrow-2.png);
    background-position: bottom;
    background-size: 100%;
    width: 140%;
    height: 77px;
    position: absolute;
    bottom: -78px;
    display: block;
    content: ""
}

@media only screen and (max-width: 992px) {
    .container .hiw-top .col-lg-3:after {
        display:none
    }

    .hiw-top .hiw-top-block {
        min-height: auto;
        margin-bottom: 30px
    }

    .verification-top-imgs {
        display: block
    }

    .verification-top-imgs div {
        width: 100%
    }

    .verification-top-imgs div img {
        display: block;
        margin-right: auto;
        margin-left: auto
    }

    .verification-top-imgs>img {
        position: absolute;
        top: 150px;
        right: 10px
    }

    .verification-top-imgs>img.verification-mob-left-arrow {
        left: 10px
    }
}

.boxshadow-links.faq-boxshadow-links a {
    display: inline-block;
    margin-right: 15px;
    -webkit-transition: .15s;
    transition: .15s
}

.boxshadow-links.faq-boxshadow-links a.active {
    background-color: #ecf2f6;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .15s;
    transition: .15s
}

.collapsed-topics {
    font-size: 18px;
    color: #1d1d5c;
    cursor: pointer;
    display: block;
    font-family: Poppins
}

.collapsed-topics:hover {
    color: #1d1d5c;
    text-decoration: none
}

.collapsed-topics:after {
    content: "+";
    width: 25px;
    height: 25px;
    color: #1d1d5c;
    border-radius: 20px;
    border: 1px solid #1d1d5c;
    position: absolute;
    right: 24px;
    top: 15px;
    font-size: 26px;
    text-align: center;
    line-height: 24px;
    font-family: serif
}

.collapsed-topics[aria-expanded=true]:after {
    content: "\2014";
    font-size: 13px;
    line-height: 23px
}

.faq-questions .card-header {
    border: none;
    background-color: #f6f9fc;
    padding: 15px 55px 14px 25px
}

.faq-questions .card {
    margin-bottom: 15px;
    border: none
}

.faq-questions .card-body {
    color: #5e6d89;
    background-color: #f6f9fc;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px
}

.strong-poppins-header {
    font-family: Poppins Light;
    font-size: 32px
}

.order-essay-block {
    -webkit-box-shadow: 0 4px 26px rgba(0,0,0,.1);
    box-shadow: 0 4px 26px rgba(0,0,0,.1);
    padding: 50px 15px;
    margin-left: 40px;
    margin-top: 96px
}

.order-essay-block p {
    color: #1d1d5c;
    margin-bottom: 27px
}

.order-essay-block img {
    margin-bottom: 5px
}

.faq-questions {
    margin-bottom: 100px
}

@media only screen and (max-width: 992px) {
    .boxshadow-links.faq-boxshadow-links a {
        display:block;
        margin-right: 0
    }

    #accordion h2 {
        text-align: center;
        margin-top: 33px
    }

    .order-essay-block {
        margin-left: 0;
        margin-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-top: 20px;
        padding-right: 0;
        padding-left: 0
    }
}

.subjects-page-block {
    border: 1px solid #f3f3f3;
    margin-bottom: 30px;
    position: relative;
    border-radius: 5px
}

.subjects-page-block a,.subjects-page-block span {
    display: block;
    padding: 12px 22px;
    color: #5e6d89
}

.subjects-page-block a:hover,.subjects-page-block span:hover {
    color: #3381f0;
    background-color: #f8fafc;
    text-decoration: none
}

.subjects-page-block a:last-child,.subjects-page-block span:last-child {
    margin-bottom: 20px
}

.subjects-page-block img {
    position: absolute;
    top: 27px;
    left: 20px;
    width: 26px;
    z-index: 9
}

.subjects-page-block .subject-page-topic {
    color: #1d1d5c;
    font-size: 25px;
    cursor: auto;
    padding-left: 60px;
    padding-top: 18px;
    padding-right: 30px;
    position: relative
}

.subjects-page-block .subject-page-topic:hover {
    color: #1d1d5c;
    background-color: #fff
}

@media only screen and (max-width: 992px) {
    .subjects-page-block {
        margin-bottom:20px
    }

    .subjects-page-block .subject-page-topic {
        cursor: pointer;
        padding-top: 10px
    }

    .subjects-page-block img {
        top: 17px
    }

    .subjects-page-block .subject-page-topic:after {
        content: "";
        background-image: url(./images/button-arrow-deepblue.png);
        width: 20px;
        height: 20px;
        position: absolute;
        right: 20px;
        top: 20px;
        background-repeat: no-repeat;
        background-position: 100%
    }

    .subjects-page-block .subject-page-topic[aria-expanded=true]:after {
        background-image: url(./images/button-arrow-deepblue-down.png)
    }
}

.border-none {
    border: none!important
}

.hiw-top.border-none {
    margin-bottom: 0
}

.hiw-top.border-none .hiw-top-block {
    padding: 35px 32px 15px;
    min-height: 280px
}

.hiw-top.border-none .hiw-top-block img {
    height: 49px
}

.hiw-top.border-none .hiw-top-block p {
    color: #1d1d5c
}

.samples-left-main-header.green-mob-list:hover {
    text-decoration: none;
    color: #1d1d5c;
    cursor: auto
}

@media only screen and (max-width: 992px) {
    .hiw-top {
        padding-top:0;
        padding-bottom: 0;
        margin-bottom: 15px
    }

    .hiw-top.border-none .hiw-top-block {
        min-height: auto
    }

    .hiw-top.border-none .hiw-top-block p {
        margin-top: 0!important
    }

    .box-shadow-block {
        margin-bottom: 30px;
        min-height: auto
    }

    .why-us-block.terms-topics {
        padding-top: 15px
    }

    .why-us-block.terms-topics h3 {
        font-size: 22px;
        color: #3381f0;
        margin-bottom: 15px
    }

    .mob-text-center {
        display: block;
        text-align: center
    }

    .form-style-guides .box-shadow-block {
        min-height: auto
    }

    .mob-reverse-row {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .links-list-guide {
        padding-left: 15px;
        padding-top: 0
    }

    .links-list-guide .links-list {
        margin-bottom: 0
    }

    .samples-left-main-header.green-mob-list {
        display: block;
        text-decoration: none;
        color: #fff;
        cursor: pointer
    }

    .samples-left-main-header.green-mob-list:hover {
        cursor: pointer;
        color: #fff
    }

    .links-list-guide .boxshadow-links {
        padding-right: 0
    }

    .style-guide-header {
        text-align: center;
        margin-top: 25px;
        font-size: 28px
    }

    a.h3.display-block.green-mob-list:hover {
        color: #fff
    }
}

.box-shadow-block {
    margin-bottom: 30px
}

a.h3.display-block:hover {
    text-decoration: none;
    color: #1d1d5c
}

.why-us-block.terms-topics {
    padding-left: 0;
    margin-bottom: inherit
}

.why-us-block.terms-topics h3:after {
    top: 20px
}

div .p-text {
    padding-left: 20px;
    position: relative;
    color: #1d1d5c;
    font-weight: 400
}

div .p-text span {
    position: absolute;
    top: 0;
    left: 0;
    color: #fd3262;
    font-size: 50px;
    line-height: 48px
}

.samples-left-main-header.with-window-icon:before {
    background-image: url(./images/blog-icon-1.png);
    width: 26px
}

.exclamation {
    position: absolute;
    width: 10px;
    height: 46px;
    background: url("/images/exclamation.png") no-repeat;
    top: 2px;
    left: 0
}

.instruction-text p {
    position: relative;
    text-align: justify;
    font-size: 16px
}

.instruction-text ol,.instruction-text ul {
    font-size: 16px
}

.instruction-text ol {
    padding-left: 15px;
    text-align: justify
}

.instruction-text ol ul li {
    margin-bottom: 0
}

.instruction-text ol li {
    margin-bottom: 20px
}

.p-text {
    padding-left: 20px;
    font-weight: 700
}

.p-title {
    font-weight: 700;
    font-style: italic
}

.instruction-text strong {
    font-size: 20px
}

.instruction-text strong,.instruction-text strong i {
    font-weight: 400;
    color: #1d1d5c
}

.guides-table td {
    padding: 10px
}

.style-guides-example caption {
    caption-side: top;
    color: #1d1d5c;
    background-color: #e4fbf3
}

.style-guides-example table {
    padding-top: 12px;
    padding-bottom: 2px;
    margin-bottom: 18px;
    background-color: #e4fbf3
}

.style-guides-example table tr th {
    font-weight: 400;
    color: #1d1d5c
}

div.title-box.black-title.other-titles {
    margin-top: 25px
}

.style-guides-example-2 {
    background-color: #e4fbf3;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 10px;
    word-wrap: break-word
}

.container .centered {
    text-align: center
}

.guides-block.style-guides-example {
    background-color: #e4fbf3;
    max-width: 400px;
    padding: 10px;
    border: 1px solid #999;
    margin: 0 auto 20px;
    word-wrap: break-word
}

.contact-us-form {
    padding: 30px 30px 24px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 26px rgba(0,0,0,.1);
    box-shadow: 0 4px 26px rgba(0,0,0,.1)
}

.grey-input-wrapper textarea {
    border: none;
    outline: none;
    background-color: #f7f7f7
}

.contact-us-tel,.contact-us-tel:hover {
    text-decoration: none;
    font-size: 19px;
    font-weight: 700;
    color: #5e6d89
}

.callback-link {
    color: #22de9e;
    text-decoration: underline;
    font-size: 22px
}

.callback-link:hover {
    color: #3381f0
}

.cont-mail-link {
    font-size: 20px
}

.cont-mail-link,.cont-mail-link:hover {
    color: #5e6d89;
    text-decoration: none
}

.contact-us-right-block {
    padding-top: 50px;
    padding-left: 100px
}

.contact-us-form .h1,.contact-us-right-block .h1 {
    font-size: 28px
}

.contact-us-follow img {
    width: 40px;
    margin-right: 10px
}

.contact-us-wrapper {
    background-image: url("./images/fon-contacts.png");
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 50%;
    padding-bottom: 50px
}

.contact-us-wrapper .breadcrumb {
    background-color: transparent;
    margin-top: -30px;
    padding-top: 30px
}

@media only screen and (max-width: 992px) {
    .pr-mob-0 {
        padding-right:0!important
    }

    .top-block p {
        padding-right: 0
    }

    .testimonials-link-text {
        margin-bottom: 20px;
        display: block;
        text-align: center
    }

    .contact-us-right-block {
        padding: 0
    }

    .contact-us-form {
        margin-bottom: 65px;
        padding-right: 15px;
        padding-left: 15px
    }

    .contact-us-wrapper {
        background-position: 100% 100%;
        background-size: 130% 50%;
        margin-bottom: 40px
    }

    div.text-scroll-block.plagiarism-text-scroll {
        margin-top: 50px
    }

    div .displ-block-mob {
        display: block
    }
}

@media only screen and (max-width: 500px) {
    .contact-us-form .button-submit {
        display:block;
        width: 100%
    }
}

.fs-15 {
    font-size: 15px
}

.bold {
    font-weight: 700
}

.plagiarism-why img {
    max-height: 300px;
    margin-bottom: 25px
}

.hr-line {
    margin-bottom: 60px;
    margin-top: 60px;
    border-top: 1px solid #ebebeb
}

.display-inblock {
    display: inline-block
}

#style-guide-contents.links-list a {
    display: block;
    padding: 12px;
    border-bottom: 1px solid #ebebeb;
    font-size: 17px;
    color: #3381f0
}

#style-guide-contents.links-list a:hover {
    text-decoration: none;
    background-color: #f6f9fc
}

@media only screen and (max-width: 992px) {
    #style-guide-contents.links-list a {
        border-bottom:0;
        padding: 12px 30px
    }

    .prices-table-tab thead th {
        padding-right: 1px;
        padding-left: 0
    }

    .subject-left-side .subject-left-header {
        padding: 17px 30px 18px 57px;
        margin-bottom: 30px
    }
}

.img-responsive img {
    max-width: 100%;
    margin: 50px auto;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0
}

ul.style-guides-example {
    text-align: left;
    padding-left: 40px;
    word-wrap: break-word
}

div.style-guides-example {
    background-color: #e4fbf3;
    padding: 15px 0 1px;
    word-wrap: break-word
}

.style-guides-recurs-indent {
    text-indent: -40px;
    padding-left: 43px
}

.text-scroll-block.plagiarism-text-scroll {
    margin-top: 100px
}

.plagiarism-table.prices-table-tab thead th {
    padding-right: 1px;
    padding-left: 1px
}

.btn.btn-success.button-submit.float-right {
    width: auto;
    min-width: 215px
}

.boxshadow {
    -webkit-box-shadow: 0 5px 28px rgba(0,0,0,.1);
    box-shadow: 0 5px 28px rgba(0,0,0,.1)
}

.poppins {
    font-family: Poppins
}

div .fs-30 {
    font-size: 30px
}

.right-email-block {
    padding: 35px 15px 45px;
    color: #1d1d5c;
    margin-top: 45px
}

.right-email-block a.btn {
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto
}

.right-email-block p.deepblue-color {
    margin-bottom: 30px
}

.plagiarism-buttons a:before,.plagiarism-buttons button:before {
    display: none
}

.plagiarism-buttons a,.plagiarism-buttons button {
    width: auto;
    color: #fff;
    padding: 10px 15px;
    margin-right: 10px;
    font-size: 16px;
    outline: none;
    border: none;
    margin-bottom: 7px
}

.plagiarism-buttons .btn-info {
    background-color: #62b4fb
}

.plagiarism-buttons .btn-primary {
    background-color: #0047b4
}

.plagiarism-buttons .btn-warning {
    background-color: #ff9a00
}

.plagiarism-buttons a:active,.plagiarism-buttons a:hover,.plagiarism-buttons button:active,.plagiarism-buttons button:hover {
    color: #fff!important
}

.plag-table-head {
    font-size: 20px
}

.plag-table-color,.plag-table-color a {
    color: #363468
}

.plag-check-showall a.btn.blue-border-btn.btn-default {
    margin-left: 50px;
    border: 1px solid #3381f0;
    padding: 10px 15px;
    width: auto;
    font-size: 18px;
    margin-top: 20px
}

#plag-table-container tbody tr:nth-of-type(odd) td:first-child {
    background-color: #fff
}

#plag-table-container tbody tr td {
    border: none
}

#plag-table-container td a {
    word-break: break-all
}

.loader,.loader:after,.loader:before {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out
}

.loader {
    color: #62b4fb;
    font-size: 10px;
    margin: auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

.loader:after,.loader:before {
    content: "";
    position: absolute;
    top: 0
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.loader:after {
    left: 3.5em
}

@-webkit-keyframes load7 {
    0%,80%,to {
        -webkit-box-shadow: 0 2.5em 0 -1.3em;
        box-shadow: 0 2.5em 0 -1.3em
    }

    40% {
        -webkit-box-shadow: 0 2.5em 0 0;
        box-shadow: 0 2.5em 0 0
    }
}

@keyframes load7 {
    0%,80%,to {
        -webkit-box-shadow: 0 2.5em 0 -1.3em;
        box-shadow: 0 2.5em 0 -1.3em
    }

    40% {
        -webkit-box-shadow: 0 2.5em 0 0;
        box-shadow: 0 2.5em 0 0
    }
}

.plag-table #check-result-table-body tr td:first-child {
    width: 50%
}

.plagiarism-buttons {
    margin-top: 30px;
    margin-bottom: 20px
}

.list-indent {
    text-indent: -25px;
    padding-left: 25px;
    margin-bottom: 0
}

.list-indent-2 {
    text-indent: -35px;
    padding-left: 35px;
    margin-bottom: 0
}

.subject-left-ul {
    list-style: none;
    padding: 0
}

.subject-left-ul li a {
    display: block;
    padding: 12px;
    border-top: 1px solid #ebebeb;
    color: #3381f0
}

.subject-left-ul li a:hover {
    text-decoration: none;
    background-color: #f6f9fc
}

.subject-left-ul li:last-child {
    border-bottom: 1px solid #ebebeb
}

.subject-left-ul li a span i {
    font-style: normal
}

.connect-number-block p:first-child {
    font-family: Poppins Light;
    font-size: 28px;
    margin-bottom: 10px
}

.connect-number-block img {
    width: 30px;
    margin-right: 5px
}

.bold-number {
    font-size: 28px;
    font-weight: 700
}

@media only screen and (min-width: 992px) {
    .use-link.new-navigation-article {
        margin-bottom:60px
    }

    .subject-left-side .subject-left-header {
        padding-top: 8px;
        margin-bottom: 20px
    }
}

.error-message {
    color: #ff002c
}

.img-responsive .subject-main-img {
    max-height: 370px;
    width: auto;
    margin: auto;
    display: block;
    margin-bottom: 30px
}

.samples-right-block-bottom.local-samples-right-top.subjects-rating {
    margin-top: 20px;
    margin-bottom: 18px
}

.subject-text .instruction-text ul {
    padding-left: 18px
}

.bottom-references.grey-text .p-heading {
    text-align: center
}

.use-link.old-pages ul {
    padding-left: 0;
    list-style: none
}

.use-link.old-pages ul a i {
    font-style: normal
}

.use-link.old-pages ul a i:after {
    content: "."
}

.use-link.old-pages ul li:first-child a {
    border-top: 1px solid #ebebeb
}

.use-link.old-pages ul a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ebebeb;
    color: #3381f0
}

.use-link.old-pages ul a:hover {
    background-color: #f6f9fc;
    text-decoration: none
}

.boxshadow-links.type-of-paper-links a {
    padding-left: 25px;
    font-size: 20px;
    padding-top: 13px;
    padding-bottom: 13px
}

.h1-neg-margin {
    margin-top: -10px
}

@media only screen and (max-width: 992px) {
    .h1-neg-margin {
        margin-top:0
    }

    .subject-left-side .subject-left-header.subject-left-header-2 {
        margin-bottom: 15px
    }
}

.local-samples-page .col-lg-8.normal-blue .img-responsive img {
    margin-bottom: 15px
}

.price-sm-text {
    font-size: 15px
}

.price-th-first {
    position: relative;
    background-image: linear-gradient(to bottom left,transparent calc(50% - 1px),#fff,transparent calc(50% + 1px));
    min-width: 140px
}

.price-th-1 {
    position: absolute;
    bottom: 7px;
    left: 10px
}

.price-th-2 {
    position: absolute;
    top: 8px;
    right: 18px
}

#sign-up-phone::-webkit-input-placeholder {
    color: #c6c6c6
}

#sign-up-phone::-moz-placeholder {
    color: #c6c6c6
}

#sign-up-phone::-ms-input-placeholder {
    color: #c6c6c6
}

#sign-up-phone::placeholder {
    color: #c6c6c6
}

.bottom-references {
    word-break: break-all
}

#words-count {
    border: 0;
    display: inline-block;
    color: #5e6d89;
    max-width: 49px;
    margin: 0;
    padding: 0;
    height: 34px;
    font-size: 17px;
    margin-right: 1px
}

.words label[for=words-count] {
    display: inline-block;
    width: 50px;
    padding: 0;
    padding-top: 9px;
    height: 30px;
    margin-left: 1px
}

.cals-pages-wrapper {
    position: absolute;
    top: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    display: inline-block
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

#background-wrap {
    display: block;
    width: 65px;
    height: 85px;
    margin-top: -40px;
    margin-left: -10px;
    position: relative
}

@-webkit-keyframes animateBubble {
    0% {
        margin-top: 100px;
        opacity: 0
    }

    20% {
        opacity: 1
    }

    to {
        margin-top: -25%
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 100px;
        opacity: 0
    }

    20% {
        opacity: 1
    }

    to {
        margin-top: -25%
    }
}

@-webkit-keyframes sideWays {
    0% {
        margin-left: 0
    }

    to {
        margin-left: 25px
    }
}

@keyframes sideWays {
    0% {
        margin-left: 0
    }

    to {
        margin-left: 25px
    }
}

.x1 {
    -webkit-animation: animateBubble 10s linear infinite,sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 10s linear infinite,sideWays 2s ease-in-out infinite alternate;
    left: -5%;
    top: 5%;
    -webkit-transform: scale(.6);
    transform: scale(.6)
}

.x2 {
    -webkit-animation: animateBubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 5s linear infinite,sideWays 4s ease-in-out infinite alternate;
    left: 5%;
    top: 80%;
    -webkit-transform: scale(.4);
    transform: scale(.4)
}

.x3 {
    -webkit-animation: animateBubble 13s linear infinite,sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 13s linear infinite,sideWays 2s ease-in-out infinite alternate;
    left: 10%;
    top: 66%;
    -webkit-transform: scale(.7);
    transform: scale(.7)
}

.x4 {
    -webkit-animation: animateBubble 7s linear infinite,sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 7s linear infinite,sideWays 3s ease-in-out infinite alternate;
    left: 20%;
    top: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3)
}

.x5 {
    -webkit-animation: animateBubble 14s linear infinite,sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 14s linear infinite,sideWays 4s ease-in-out infinite alternate;
    left: 30%;
    top: 50%;
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.x6 {
    -webkit-animation: animateBubble 6s linear infinite,sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 6s linear infinite,sideWays 2s ease-in-out infinite alternate;
    left: 43%;
    top: 25px;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.x7 {
    -webkit-animation: animateBubble 5s linear infinite,sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 5s linear infinite,sideWays 2s ease-in-out infinite alternate;
    left: 65%;
    top: 70%;
    -webkit-transform: scale(.4);
    transform: scale(.4)
}

.x8 {
    -webkit-animation: animateBubble 7s linear infinite,sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 7s linear infinite,sideWays 3s ease-in-out infinite alternate;
    left: 80%;
    top: 10%;
    -webkit-transform: scale(.3);
    transform: scale(.3)
}

.x9 {
    -webkit-animation: animateBubble 14s linear infinite,sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 14s linear infinite,sideWays 4s ease-in-out infinite alternate;
    left: 90%;
    top: 50%;
    -webkit-transform: scale(.6);
    transform: scale(.6)
}

.x10 {
    -webkit-animation: animateBubble 11s linear infinite,sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 11s linear infinite,sideWays 2s ease-in-out infinite alternate;
    left: 80%;
    top: 80%;
    -webkit-transform: scale(.3);
    transform: scale(.3)
}

.bubble {
    border-radius: 50%;
    border: 4px solid #bfc8d3;
    height: 22px;
    position: absolute;
    width: 22px
}

@media only screen and (max-width: 992px) {
    #background-wrap {
        display:none
    }
}

.sitemap-first-ul {
    list-style: none;
    font-size: 22px;
    padding-left: 20px
}

.sitemap-first-ul li {
    position: relative
}

.sitemap-first-ul li:before {
    content: "\25A0";
    position: absolute;
    left: -18px;
    top: 3px;
    color: #1d1d5c;
    font-size: 16px
}

.sitemap-second-ul,.sitemap-second-ul ul {
    list-style: none
}

.sitemap-second-ul li:before,.sitemap-second-ul ul li:before {
    content: "\2022";
    font-size: 20px;
    top: 1px
}

.sitemap-list.mb-5 {
    width: 100%
}

.deepblue-big-text {
    color: #1d1d5c;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 30px
}

.deepblue-list.deepblue-list-404 {
    margin-right: 0;
    margin-left: 0
}

.error-404-page {
    padding-top: 25px
}

@media only screen and (max-width: 992px) {
    .error-404-page {
        padding-top:120px
    }
}

h1.fs-45 {
    font-size: 45px
}

.order-essay-block.blog-order-block {
    padding: 20px 15px
}

.order-essay-block.blog-order-block p {
    margin-bottom: 13px
}

.order-essay-block.blog-order-block img {
    width: 32px;
    margin-bottom: 0
}

.order-essay-block.blog-order-block .strong-poppins-header {
    font-size: 27px
}

.order-essay-block.blog-order-block a.btn {
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 10px;
    margin-top: 10px;
    max-width: 100%
}

.our-button-spinner {
    display: none
}

.active-loader .our-button-spinner {
    display: block;
    position: fixed;
    background-color: hsla(226,8%,67%,.55);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 10
}

#sign-up-submit-button .ladda-progress,#sign-up-submit-button .ladda-spinner {
    display: none
}

.our-button-spinner>div {
    width: 73px;
    height: 80px;
    margin: auto;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: 49.6%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.our-button-spinner .bubble {
    border: 3px solid #17175d
}

.our-button-spinner #background-wrap {
    margin-top: -115px
}

.our-button-spinner .x1 {
    -webkit-animation: animateBubble 8.5s linear infinite,sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 8.5s linear infinite,sideWays 2s ease-in-out infinite alternate;
    top: 5%
}

.our-button-spinner .x2 {
    -webkit-animation: animateBubble 2.5s linear infinite,sideWays 1s ease-in-out infinite alternate;
    animation: animateBubble 2.5s linear infinite,sideWays 1s ease-in-out infinite alternate;
    top: 20%
}

.our-button-spinner .x3 {
    -webkit-animation: animateBubble 6s linear infinite,sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 6s linear infinite,sideWays 2s ease-in-out infinite alternate;
    top: 0
}

.our-button-spinner .x4 {
    -webkit-animation: animateBubble 3.5s linear infinite,sideWays 1s ease-in-out infinite alternate;
    animation: animateBubble 3.5s linear infinite,sideWays 1s ease-in-out infinite alternate;
    top: 0
}

.our-button-spinner .x5 {
    -webkit-animation: animateBubble 5s linear infinite,sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 5s linear infinite,sideWays 2s ease-in-out infinite alternate;
    top: 25%
}

.our-button-spinner .x6 {
    -webkit-animation: animateBubble 1.85s linear infinite,sideWays 1s ease-in-out infinite alternate;
    animation: animateBubble 1.85s linear infinite,sideWays 1s ease-in-out infinite alternate;
    top: 15px
}

.our-button-spinner .x7 {
    -webkit-animation: animateBubble 6.2s linear infinite,sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 6.2s linear infinite,sideWays 2s ease-in-out infinite alternate;
    top: 30%
}

.our-button-spinner .x8 {
    -webkit-animation: animateBubble 2.3s linear infinite,sideWays 1s ease-in-out infinite alternate;
    animation: animateBubble 2.3s linear infinite,sideWays 1s ease-in-out infinite alternate;
    top: 10%
}

.our-button-spinner .x9 {
    -webkit-animation: animateBubble 4.7s linear infinite,sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 4.7s linear infinite,sideWays 2s ease-in-out infinite alternate;
    top: 5%
}

.our-button-spinner .x10 {
    -webkit-animation: animateBubble 8s linear infinite,sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 8s linear infinite,sideWays 2s ease-in-out infinite alternate;
    top: 8%
}

#sign-up-submit-button.btn.disabled,#sign-up-submit-button.btn:disabled {
    opacity: 1
}

@media only screen and (max-width: 992px) {
    .our-button-spinner #background-wrap {
        display:block
    }

    .our-button-spinner>div {
        top: 50%
    }
}

#blog-anchors-links>p {
    margin-bottom: 0
}

.row a.btn.facebook-btn-1 {
    background-color: #4267b2;
    text-transform: none;
    width: auto;
    padding: 10px 15px 11px;
    -webkit-box-shadow: 0 5px 28px rgba(0,0,0,.1);
    box-shadow: 0 5px 28px rgba(0,0,0,.1)
}

.row a.btn.facebook-btn-1:active,.row a.btn.facebook-btn-1:focus,.row a.btn.facebook-btn-1:hover,.row a.btn.facebook-btn-2:active,.row a.btn.facebook-btn-2:focus,.row a.btn.facebook-btn-2:hover,body a.btn.facebook-btn-3:active,body a.btn.facebook-btn-3:focus,body a.btn.facebook-btn-3:hover {
    background-color: #4267b2!important
}

.row a.btn.facebook-btn-1:before {
    width: 22px;
    height: 22px;
    vertical-align: middle;
    display: inline-block;
    background-image: url(./images/facebook.svg);
    background-size: 100%;
    content: "";
    -webkit-transform: none;
    transform: none;
    border: none;
    margin: auto 10px 3px auto
}

.row a.btn.facebook-btn-2:before,body a.btn.facebook-btn-3:before {
    display: none
}

.login-or {
    color: #1d1d5c;
    margin-bottom: 13px;
    margin-top: 10px
}

.row a.btn.facebook-btn-2 {
    background-color: #4267b2;
    text-transform: none;
    width: auto;
    padding: 10px 15px 12px;
    margin-right: 8px;
    -webkit-box-shadow: 0 5px 28px rgba(0,0,0,.1);
    box-shadow: 0 5px 28px rgba(0,0,0,.1)
}

.row a.btn.facebook-btn-2 img {
    max-width: 22px;
    vertical-align: middle;
    display: inline-block
}

body a.btn.facebook-btn-3 {
    background-color: #4267b2;
    text-transform: none;
    width: auto;
    padding: 10px 15px 12px;
    margin-bottom: 16px;
    margin-left: 3px;
    -webkit-box-shadow: 0 5px 28px rgba(0,0,0,.1);
    box-shadow: 0 5px 28px rgba(0,0,0,.1)
}

body a.btn.facebook-btn-3 img {
    max-width: 22px;
    vertical-align: middle;
    display: inline-block
}

@media only screen and (max-width: 992px) {
    .order-form-submit-wrapper.login-page-buttons {
        text-align:center
    }

    .order-form-submit-wrapper.login-page-buttons .btn {
        display: inline-block
    }

    .row a.btn.facebook-btn-2 {
        margin-left: 8px;
        margin-right: 0
    }
}

@media only screen and (max-width: 400px) {
    .btn.btn-success.button-submit.login-submit.login-signin {
        max-width:156px
    }
}


.service-top-calculator {
    margin-left: -10px;
    margin-right: -30px;
    margin-top: -7px
}

.samples-top-calculator {
    margin-left: -30px;
    margin-top: -12px
}

.subjects-top-calculator {
    margin-left: -5px;
    margin-right: -30px
}

.guides-top-calculator {
    margin-left: -10px;
    margin-right: -20px;
    margin-top: -55px
}

.bottom-discount {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: rgba(1,37,68,.88);
    width: 100%;
    text-align: center;
    z-index: 9;
    color: #fff;
    padding: 10px 32px;
    font-size: 17px
}

.bottom-discount .btn.btn-default {
    padding: 5px 15px;
    font-size: 18px;
    width: auto;
    border: 2px solid #fff;
    margin-left: 15px;
    margin-top: 5px
}

.bottom-discount .btn.btn-default:active,.bottom-discount .btn.btn-default:focus,.bottom-discount .btn.btn-default:hover {
    color: #fff;
    background-color: transparent
}

.bottom-discount .btn.btn-default:before {
    display: none
}

.close-discount-btn {
    color: #fff;
    font-size: 24px;
    display: inline-block;
    position: absolute;
    margin-top: -5px;
    right: 19%;
    cursor: pointer;
    width: 22px
}

a.btn.blue-border-btn.prices-blue-border-button {
    width: auto;
    padding-right: 10px;
    padding-left: 10px
}

img.main-service-img {
    margin-top: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-bottom: 260px
}

img.main-service-img.coursework-main-img {
    width: 500px;
    top: 45%;
    margin-bottom: 150px;
    margin-left: 0
}

img.main-service-img.term-main-img {
    width: 500px;
    top: 52%;
    margin-bottom: 210px;
    margin-left: 0
}

img.main-service-img.homework-main-img {
    width: 400px;
    margin-bottom: 200px;
    margin-left: 55px
}

img.main-service-img.dissertation-main-img {
    margin-top: 18px;
    width: 125%;
    margin-bottom: 315px;
    margin-left: -35px
}

img.main-service-img.business-main-img {
    width: 500px;
    top: 50%;
    margin-bottom: 175px;
    margin-left: 0
}

.top-block.service-main {
    padding-top: 155px;
    margin-bottom: 40px;
    background-image: url(./images/fon-main-service.png)
}

.main-service-links .boxshadow-links.type-of-paper-links a {
    display: inline-block;
    margin-right: 8px;
    margin-left: 8px
}

.table.files-table {
    table-layout: fixed
}

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

.footer-img-text p {
    color: #5e6d89;
    font-size: 13px;
    margin-bottom: 0
}

.container.testimonials-page.local-samples-page p.h3.mt-5.mb-4.text-center {
    margin-left: auto;
    margin-right: auto
}

@media only screen and (max-width: 1200px) {
    .close-discount-btn {
        right:12%
    }

    .subjects-top-calculator {
        margin-right: -45px
    }

    .service-top-calculator {
        margin-right: -40px
    }

    .inner-contributing-top-calculator {
        margin-left: -10px
    }

    .aside-calculator-block .number-pages button {
        width: 48px!important
    }

    .aside-calculator-block .number-pages .number_pages {
        height: 44px;
        padding-top: 10px
    }

    .links-list.links-list-inner-blog.collapse.collapse-sm.mob-none {
        padding-right: 10px
    }

    .footer-img {
        bottom: 205px
    }
}

@media only screen and (max-width: 992px) {
    .footer-img-text {
        max-width:290px;
        margin: initial;
        text-align: left;
        margin-top: 20px;
        display: none
    }

    a.btn.btn-success.order-mobile-btn-1 {
        margin-bottom: -690px
    }

    a.btn.btn-success.order-mobile-btn {
        margin-bottom: 30px
    }

    .inner-blog-top-calculator {
        margin-top: -40px
    }

    .close-discount-btn {
        right: 0
    }

    .service-main .top-left-block {
        margin-top: 90px
    }

    .top-block.main-top-block.service-main {
        padding-bottom: 0
    }

    .top-block.service-main {
        margin-bottom: 0
    }

    img.main-service-img {
        margin-top: 0;
        top: 40%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-bottom: 80px;
        margin-right: -150px
    }

    img.main-service-img.service-img-new {
        top: 28%;
        margin-bottom: 0;
        margin-right: -100px
    }
}

@media only screen and (max-width: 830px) {
    .bottom-discount .btn.btn-default {
        display:block;
        width: 150px;
        margin: 5px auto 0
    }

    .close-discount-btn {
        top: 0
    }

    .bottom-discount {
        padding-right: 100px;
        padding-left: 100px
    }
}

@media only screen and (max-width: 600px) {
    .bottom-discount {
        padding-right:60px;
        padding-left: 60px
    }
}

.address-image {
    width: 159px;
    height: auto
}


.block {
    padding-top: 120px;
    padding-bottom: 120px;
    border-radius: 0
}

.block.compact {
    padding-top: 60px;
    padding-bottom: 60px
}

.block .subtitle {
    text-align: center;
    margin-bottom: 2rem
}
  
@media (max-width: 991px) {
    .block {
        padding-top:90px;
        padding-bottom: 90px
    }
}
  
@media (max-width: 767px) {
    .block {
        padding-top:60px;
        padding-bottom: 60px
    }
}

.block--grey,.block--light {
    background-color: #f8f7f5
}

.block--dark,.block--reviews {
    background-color: #002034;
    color: #fff
}

.block--dark .block__caption,.block--dark h2,.block--dark h3,.block--reviews .block__caption,.block--reviews h2,.block--reviews h3 {
    color: #fff
}

.block--blue,.block--plagiarism_prices {
    background-color: #1f80e8;
    color: #fff
}

.block--blue .block__caption,.block--blue h2,.block--blue h3,.block--plagiarism_prices .block__caption,.block--plagiarism_prices h2,.block--plagiarism_prices h3 {
    color: #fff
}

.block--purple {
    background-color: #be59be;
    color: #fff
}

.block--purple h2,.block--purple h3 {
    color: #fff
}

.block--orange {
    background-color: #fc5216;
    color: #fff
}

.block--orange .block__caption,.block--orange h2,.block--orange h3 {
    color: #fff
}

.block--aquamarine {
    background-color: #16c6b3;
    color: #fff
}

.block--aquamarine h2,.block--aquamarine h3,.block--aquamarine h4 {
    color: #fff
}

.block--aquamarine a {
    color: #fff;
    text-decoration: underline
}

.block--aquamarine a:hover {
    color: #fc5216
}

.block--purple-dark {
    background-color: #441544;
    color: #e0d3e0
}

.block--purple-dark .block__caption,.block--purple-dark h2 {
    color: #fff
}
  
.Calc {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
    padding: 25px;
    border-radius: 4px;
}

.Calc :focus {
    outline: 0
}

.Calc__header {
    font-size: 24px;
    font-weight: 600;
    color: #32424b;
    margin: 0 0 20px;
    font-family: Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;
    line-height: 1.2
}

.Calc__label,.Calc__row {
    display: inline-block;
    width: 100%
}

.Calc__label_hidden,.Calc__row_hidden {
    display: none
}

.Calc__label {
    padding-top: 10px
}

.Calc__label-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-size: 15px;
    color: #32424b;
    padding-bottom: 5px;
    line-height: 1.5;
    font-weight: 400
}

.Calc__select {
    width: 100%;
    border-radius: 2px;
    height: 40px;
    background-color: #fff;
    position: relative;
    display: inline-block
}

.Calc__select select {
    color: #383838;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    height: 100%;
    padding: 5px 35px 5px 10px;
    border: 1px solid #c5c5c5;
    background: none;
    -webkit-appearance: none;
    overflow: hidden;
    text-overflow: ellipsis
}

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

.Calc__select select:hover {
    border-color: #a1a1a1
}

.Calc__select select:active,.Calc__select select:focus {
    outline: none
}

.Calc__select:before {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #3e454c;
    margin: auto;
    pointer-events: none
}

.Calc .uvocalc--pages__buttons {
    margin-top: 0
}

.Calc__label-item-words {
    font-weight: 400;
    font-size: 14px;
    color: #a5a5a5;
    margin-left: auto
}

.Calc__group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .Calc__group {
        -webkit-flex-wrap:nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.Calc__cell {
    width: 100%
}

.Calc__cell[data-tariff-control] .Calc__label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.Calc__cell[data-tariff-control] .Calc__label-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0
}

.Calc__cell[data-tariff-control] .Calc__label-item-words {
    width: 100%
}

@media (min-width: 768px) {
    .Calc__cell {
        max-width:calc(50% - 7px)
    }

    .Calc__cell[data-tariff-control] .Calc__label {
        display: block
    }

    .Calc__cell[data-tariff-control] .Calc__label-item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 5px
    }

    .Calc__cell[data-tariff-control] .Calc__label-item-words {
        width: auto
    }
}

.Calc__total {
    text-align: center;
    padding: 15px 0;
    font-weight: 400;
    font-size: 15px;
    color: #5a5a5a
}

.Calc__total [data-total-price] {
    font-weight: 700;
    font-size: 18px;
    color: #5a5a5a
}

.Calc__submit {
    text-align: center
}

.Calc__submit input {
    padding: 14px 10px;
    width: auto;
    min-width: 220px;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #e37c76;
    border-radius: 4px;
    cursor: pointer;
    background: #ff827d;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.Calc__submit input:hover {
    background-color: #df6f6b
}

@media (min-width: 1024px) {
    .Calc {
        padding:30px
    }
}

@media (max-width: 479px) {
    .Calc .uvocalc--pages__buttons {
        width:100%
    }

    .Calc .uvocalc--pages__buttons button {
        height: 38px
    }
}

.features-block {
    padding: 43px 0
}

@media screen and (max-width: 1215px) {
    .features-block {
        padding:13px 0
    }
}

@media screen and (max-width: 1000px) {
    .features-block {
        padding:13px 15px
    }
}

@media screen and (max-width: 560px) {
    .features-block {
        margin-left:10px;
        margin-right: 10px
    }
}

.features-block__title {
    color: #00395a;
    font-size: 25px;
    font-weight: 700;
    line-height: 45px;
    margin: 0 0 37px
}

@media screen and (max-width: 1000px) {
    .features-block__title {
        font-size:22px;
        line-height: 30px
    }
}

@media screen and (max-width: 425px) {
    .features-block__title {
        margin:0 0 10px;
        font-size: 18px
    }
}

.features-block__descr {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.features-block__descr li {
    color: #00395a;
    font-size: 15px;
    line-height: 21px;
    padding: 0 0 0 19px;
    margin: 0 0 19px;
    position: relative
}

@media screen and (max-width: 425px) {
    .features-block__descr li {
        margin:0 0 13px
    }

    .features-block__descr li:last-of-type {
        margin: 0
    }
}

.features-block__descr li:before,.features-block__descr.features-block__descr--yellow-check li:before {
    background-image: url(/static/images/sprite.svg);
    background-repeat: no-repeat;
    background-size: 3171px 2023px;
    height: 7px;
    width: 9px
}

.features-block__descr li:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 8px;
    background-position: -80px -63px
}

.features-block__descr.features-block__descr--yellow-check li:before {
    background-position: -89px -70px
}

.features-block--grey {
    background-color: #fafafa;
    border-radius: 25px;
    padding: 30px;
    margin-top: 20px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
}

@media screen and (max-width: 1215px) {
    .features-block--grey {
        padding:15px
    }
}

.features-block--grey li {
    padding: 0 0 0 45px;
    margin: 0 0 27px
}

@media screen and (max-width: 425px) {
    .features-block--grey li {
        padding:0 0 0 25px
    }
}

.features-block--grey li:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto
}

@media screen and (max-width: 425px) {
    .features-block--grey li:before {
        -webkit-transform:scale(.8) translateY(-50%);
        transform: scale(.8) translateY(-50%)
    }
}

.features-block--grey li:nth-of-type(1):before {
    background-image: url(/static/images/paper-format-1.svg);
    width: 22px;
    height: 24px
}

.features-block--grey li:nth-of-type(2):before {
    background-image: url(/static/images/paper-format-2.svg);
    width: 24px;
    height: 23px
}

.features-block--grey li:nth-of-type(3):before {
    background-image: url(/static/images/paper-format-3.svg);
    width: 24px;
    height: 24px
}

.features-block--grey li:nth-of-type(4) {
    margin-bottom: 0
}

.features-block--grey li:nth-of-type(4):before {
    background-image: url(/static/images/paper-format-4.svg);
    width: 23px;
    height: 24px
}

.pagination { margin-bottom: 45px; line-height: 30px; }
.pagination .prev, .pagination .next { padding: 10px 13px; margin: 0 15px; border-radius: 4px; border-right: 1px solid #ddd; color: #51ab6d; }

.pagination__page-numbers { display: inline-block; }
.pagination__page-numbers .current { background: #f8f9fa; color: #51ab6d; }

.page-numbers { font-weight: 600; color: #666660; font-size: 13px; background-color: #fff; border: 1px solid #ddd; padding: 10px 16px; font-family: "Lato", sans-serif; border-right: none; }
.page-numbers:hover { background-color: #f8f9fa; }
.page-numbers:first-child { border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
.page-numbers:last-child { border-right: 1px solid #ddd; border-top-right-radius: 4px; border-bottom-right-radius: 4px; }