/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #71bc42;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #71bc42;
    --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: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
	color: rgb(225,95,65);
   /* color: #007bff;
    text-decoration: none; */
    background-color: transparent
}

    a:hover {
        color: #0056b3;
        text-decoration: underline
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
            color: inherit;
            text-decoration: none
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0
        }

code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: 0.5rem
}

button {
    border-radius: 0
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color
    }

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
        cursor: pointer
    }

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type=checkbox], input[type=radio] {
    -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-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

.h4, h4 {
    font-size: 1.5rem
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

.mark, mark {
    padding: 0.2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

    .list-inline-item:not(:last-child) {
        margin-right: 0.5rem
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

    .blockquote-footer:before {
        content: "\2014\00A0"
    }

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700
    }

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -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%;
    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 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.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.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@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: 100%
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .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.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .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.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .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.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .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.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@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: 100%
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .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.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .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.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .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.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .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.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@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: 100%
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .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.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .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.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .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.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .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.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@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: 100%
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .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.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .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.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .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.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .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.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

    .table td, .table th {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6
    }

.table-sm td, .table-sm th {
    padding: 0.3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6
    }

    .table-bordered thead td, .table-bordered thead th {
        border-bottom-width: 2px
    }

.table-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, 0.05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075)
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #b8daff
}

    .table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
        border-color: #7abaff
    }

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

    .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
        background-color: #9fcdff
    }

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #d6d8db
}

    .table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
        border-color: #b3b7bb
    }

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

    .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
        background-color: #c8cbcf
    }

.table-success, .table-success > td, .table-success > th {
    background-color: #d7ecca
}

    .table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
        border-color: #b5dc9d
    }

.table-hover .table-success:hover {
    background-color: #c9e5b7
}

    .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
        background-color: #c9e5b7
    }

.table-info, .table-info > td, .table-info > th {
    background-color: #bee5eb
}

    .table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
        border-color: #86cfda
    }

.table-hover .table-info:hover {
    background-color: #abdde5
}

    .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
        background-color: #abdde5
    }

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffeeba
}

    .table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
        border-color: #ffdf7e
    }

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

    .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
        background-color: #ffe8a1
    }

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f5c6cb
}

    .table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
        border-color: #ed969e
    }

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

    .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
        background-color: #f1b0b7
    }

.table-light, .table-light > td, .table-light > th {
    background-color: #fdfdfe
}

    .table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
        border-color: #fbfcfc
    }

.table-hover .table-light:hover {
    background-color: #ececf6
}

    .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
        background-color: #ececf6
    }

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #c6c8ca
}

    .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #95999c
    }

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

    .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
        background-color: #b9bbbe
    }

.table-active, .table-active > td, .table-active > th {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075)
}

    .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
        background-color: rgba(0, 0, 0, 0.075)
    }

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

    .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #454d55
    }

    .table-dark.table-bordered {
        border: 0
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255, 255, 255, 0.05)
    }

    .table-dark.table-hover tbody tr:hover {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.075)
    }

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-sm > .table-bordered {
            border: 0
        }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-md > .table-bordered {
            border: 0
        }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-lg > .table-bordered {
            border: 0
        }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-xl > .table-bordered {
            border: 0
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

    .table-responsive > .table-bordered {
        border: 0
    }

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        -webkit-transition: none;
        -o-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 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem
}

select.form-control[multiple], select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: 0.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: 0.3rem;
    margin-left: -1.25rem
}

    .form-check-input:disabled ~ .form-check-label {
        color: #6c757d
    }

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -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: 0.75rem
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: 0.3125rem;
        margin-left: 0
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #71bc42
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #212529;
    background-color: rgba(113, 188, 66, 0.9);
    border-radius: 0.25rem
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #71bc42;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2371bc42' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

    .form-control.is-valid:focus, .was-validated .form-control:valid:focus {
        border-color: #71bc42;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(113, 188, 66, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(113, 188, 66, 0.25)
    }

    .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
        display: block
    }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.custom-select.is-valid, .was-validated .custom-select:valid {
    border-color: #71bc42;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2371bc42' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

    .custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
        border-color: #71bc42;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(113, 188, 66, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(113, 188, 66, 0.25)
    }

    .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip {
        display: block
    }

.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
    display: block
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #71bc42
}

.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: #71bc42
}

    .custom-control-input.is-valid ~ .custom-control-label:before, .was-validated .custom-control-input:valid ~ .custom-control-label:before {
        border-color: #71bc42
    }

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
    border-color: #8dca67;
    background-color: #8dca67
}

.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 0.2rem rgba(113, 188, 66, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(113, 188, 66, 0.25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #71bc42
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #71bc42
}

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #71bc42;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(113, 188, 66, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(113, 188, 66, 0.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

    .form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
        border-color: #dc3545;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25)
    }

    .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
        display: block
    }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

    .custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
        border-color: #dc3545;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25)
    }

    .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip {
        display: block
    }

.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
    display: block
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545
}

    .custom-control-input.is-invalid ~ .custom-control-label:before, .was-validated .custom-control-input:invalid ~ .custom-control-label:before {
        border-color: #dc3545
    }

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #dc3545
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.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 {
        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;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select, .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -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;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.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;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
}

.btn.disabled, .btn:disabled {
    opacity: 0.65
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc
    }

    .btn-primary.focus, .btn-primary:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5)
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5)
        }

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62
    }

    .btn-secondary.focus, .btn-secondary:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5)
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b
    }

        .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5)
        }

.btn-success {
    color: #212529;
    background-color: #71bc42;
    border-color: #71bc42
}

    .btn-success:hover {
        color: #fff;
        background-color: #60a038;
        border-color: #5a9635
    }

    .btn-success.focus, .btn-success:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(101, 165, 62, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(101, 165, 62, 0.5)
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #212529;
        background-color: #71bc42;
        border-color: #71bc42
    }

    .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #5a9635;
        border-color: #558d31
    }

        .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 0.2rem rgba(101, 165, 62, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(101, 165, 62, 0.5)
        }

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

    .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b
    }

    .btn-info.focus, .btn-info:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5)
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #117a8b;
        border-color: #10707f
    }

        .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5)
        }

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

    .btn-warning:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00
    }

    .btn-warning.focus, .btn-warning:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5)
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
        color: #212529;
        background-color: #d39e00;
        border-color: #c69500
    }

        .btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5)
        }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

    .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130
    }

    .btn-danger.focus, .btn-danger:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5)
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d
    }

        .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5)
        }

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

    .btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5
    }

    .btn-light.focus, .btn-light:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5)
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
        color: #212529;
        background-color: #dae0e5;
        border-color: #d3d9df
    }

        .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5)
        }

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

    .btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124
    }

    .btn-dark.focus, .btn-dark:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5)
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1d2124;
        border-color: #171a1d
    }

        .btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5)
        }

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .btn-outline-primary.focus, .btn-outline-primary:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5)
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #007bff;
        background-color: transparent
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

        .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5)
        }

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-outline-secondary.focus, .btn-outline-secondary:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5)
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent
    }

    .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

        .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5)
        }

.btn-outline-success {
    color: #71bc42;
    border-color: #71bc42
}

    .btn-outline-success:hover {
        color: #212529;
        background-color: #71bc42;
        border-color: #71bc42
    }

    .btn-outline-success.focus, .btn-outline-success:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(113, 188, 66, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(113, 188, 66, 0.5)
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #71bc42;
        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: #212529;
        background-color: #71bc42;
        border-color: #71bc42
    }

        .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 0.2rem rgba(113, 188, 66, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(113, 188, 66, 0.5)
        }

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-outline-info.focus, .btn-outline-info:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5)
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #17a2b8;
        background-color: transparent
    }

    .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

        .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5)
        }

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

    .btn-outline-warning:hover {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-outline-warning.focus, .btn-outline-warning:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5)
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffc107;
        background-color: transparent
    }

    .btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

        .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5)
        }

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-outline-danger.focus, .btn-outline-danger:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5)
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #dc3545;
        background-color: transparent
    }

    .btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

        .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5)
        }

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-outline-light.focus, .btn-outline-light:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f8f9fa;
        background-color: transparent
    }

    .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

        .btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)
        }

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .btn-outline-dark.focus, .btn-outline-dark:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #343a40;
        background-color: transparent
    }

    .btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

        .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)
        }

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

    .btn-link:hover {
        color: #0056b3;
        text-decoration: underline
    }

    .btn-link.focus, .btn-link:focus {
        text-decoration: underline;
        -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: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: 0.5rem
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

    .dropdown-toggle:after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent
    }

    .dropdown-toggle:empty:after {
        margin-left: 0
    }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: ""
}

.dropleft .dropdown-toggle:after {
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-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: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #007bff
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: transparent
    }

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: 0.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: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

        .btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
            z-index: 1
        }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
            z-index: 1
        }

.btn-toolbar {
    display: -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-group:not(:first-child), .btn-group > .btn:not(:first-child) {
    margin-left: -1px
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.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: 0.375rem;
    padding-left: 0.375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem
}

.btn-group-vertical {
    -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-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
            margin-top: -1px
        }

        .btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

    .btn-group-toggle > .btn-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, .input-group > .form-control-plaintext {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0
    }

        .input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
            margin-left: -1px
        }

        .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
            z-index: 3
        }

        .input-group > .custom-file .custom-file-input:focus {
            z-index: 4
        }

        .input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group > .custom-file {
        display: -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:focus, .input-group-prepend .btn:focus {
            z-index: 3
        }

        .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
            margin-left: -1px
        }

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem
}

    .input-group-text input[type=checkbox], .input-group-text input[type=radio] {
        margin-top: 0
    }

.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem
}

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + 0.5rem + 2px)
}

.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
    padding-right: 1.75rem
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -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;
        border-color: #007bff;
        background-color: #007bff
    }

    .custom-control-input:focus ~ .custom-control-label:before {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
        border-color: #80bdff
    }

    .custom-control-input:not(:disabled):active ~ .custom-control-label:before {
        color: #fff;
        background-color: #b3d7ff;
        border-color: #b3d7ff
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d
    }

        .custom-control-input:disabled ~ .custom-control-label:before {
            background-color: #e9ecef
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

    .custom-control-label:before {
        position: absolute;
        top: 0.25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: #adb5bd solid 1px
    }

    .custom-control-label:after {
        position: absolute;
        top: 0.25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background: no-repeat 50% / 50% 50%
    }

.custom-checkbox .custom-control-label:before {
    border-radius: 0.25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, 0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, 0.5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, 0.5)
}

.custom-switch {
    padding-left: 2.25rem
}

    .custom-switch .custom-control-label:before {
        left: -2.25rem;
        width: 1.75rem;
        pointer-events: all;
        border-radius: 0.5rem
    }

    .custom-switch .custom-control-label:after {
        top: calc(0.25rem + 2px);
        left: calc(-2.25rem + 2px);
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        background-color: #adb5bd;
        border-radius: 0.5rem;
        -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        -o-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
    }

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label:after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    -ms-transform: translateX(0.75rem);
    transform: translateX(0.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, 0.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-select:focus {
        border-color: #80bdff;
        outline: 0;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
    }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff
        }

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: 0.75rem;
        background-image: none
    }

    .custom-select:disabled {
        color: #6c757d;
        background-color: #e9ecef
    }

    .custom-select::-ms-expand {
        display: none
    }

.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #80bdff;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
    }

    .custom-file-input:disabled ~ .custom-file-label {
        background-color: #e9ecef
    }

    .custom-file-input:lang(en) ~ .custom-file-label:after {
        content: "Browse"
    }

    .custom-file-input ~ .custom-file-label[data-browse]:after {
        content: attr(data-browse)
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem
}

    .custom-file-label:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(1.5em + 0.75rem);
        padding: 0.375rem 0.75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: inherit;
        border-radius: 0 0.25rem 0.25rem 0
    }

.custom-range {
    width: 100%;
    height: calc(1rem + 0.4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-range:focus {
        outline: none
    }

        .custom-range:focus::-webkit-slider-thumb {
            -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
        }

        .custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
        }

        .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
        }

    .custom-range::-moz-focus-outer {
        border: 0
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -0.25rem;
        background-color: #007bff;
        border: 0;
        border-radius: 1rem;
        -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        -webkit-appearance: none;
        appearance: none
    }

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.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;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label:before, .custom-file-label, .custom-select {
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-control-label:before, .custom-file-label, .custom-select {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.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
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem
}

    .nav-link:focus, .nav-link:hover {
        text-decoration: none
    }

    .nav-link.disabled {
        color: #6c757d;
        pointer-events: none;
        cursor: default
    }

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

    .nav-tabs .nav-item {
        margin-bottom: -1px
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            border-color: #e9ecef #e9ecef #dee2e6
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.nav-pills .nav-link {
    border-radius: 0.25rem
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #007bff
    }

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-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;
    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;
    padding: 0.5rem 1rem
}

    .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: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none
    }

.navbar-nav {
    display: -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: 0.5rem;
    padding-bottom: 0.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: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem
}

    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width:575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -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-sm .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -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: 0.5rem;
                padding-left: 0.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 {
        -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-md .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -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: 0.5rem;
                padding-left: 0.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 {
        -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-lg .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -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: 0.5rem;
                padding-left: 0.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 {
        -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-xl .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -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: 0.5rem;
                padding-left: 0.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: 0.5rem;
            padding-left: 0.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 {
    color: rgba(0, 0, 0, 0.9)
}

    .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
        color: rgba(0, 0, 0, 0.9)
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5)
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0, 0, 0, 0.7)
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0, 0, 0, 0.3)
    }

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: rgba(0, 0, 0, 0.9)
    }

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5)
}

    .navbar-light .navbar-text a {
        color: rgba(0, 0, 0, 0.9)
    }

        .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
            color: rgba(0, 0, 0, 0.9)
        }

.navbar-dark .navbar-brand {
    color: #fff
}

    .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
        color: #fff
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5)
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: rgba(255, 255, 255, 0.75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, 0.25)
    }

    .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
        color: #fff
    }

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5)
}

    .navbar-dark .navbar-text a {
        color: #fff
    }

        .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
            color: #fff
        }

.card {
    position: relative;
    display: -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, 0.125);
    border-radius: 0.25rem
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem
    }

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: 0.75rem
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0
    }

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125)
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px)
    }

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px)
}

.card-deck {
    display: -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;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

        .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;
            -webkit-box-direction: normal;
            -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:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
                    border-top-right-radius: 0
                }

                .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
                    border-top-left-radius: 0
                }

                .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
                    border-bottom-left-radius: 0
                }
}

.card-columns .card {
    margin-bottom: 0.75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

        .card-columns .card {
            display: inline-block;
            width: 100%
        }
}

.accordion > .card {
    overflow: hidden
}

    .accordion > .card:not(:first-of-type) .card-header:first-child {
        border-radius: 0
    }

    .accordion > .card:not(:first-of-type):not(:last-of-type) {
        border-bottom: 0;
        border-radius: 0
    }

    .accordion > .card:first-of-type {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .accordion > .card:last-of-type {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .accordion > .card .card-header {
        margin-bottom: -1px
    }

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    /*background-color: #e9ecef;*/
    border-radius: 0.25rem
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem
}

    .breadcrumb-item + .breadcrumb-item:before {
        display: inline-block;
        padding-right: 0.5rem;
        color: #6c757d;
        content: "/"
    }

    .breadcrumb-item + .breadcrumb-item:hover:before {
        text-decoration: underline
    }

    .breadcrumb-item + .breadcrumb-item:hover:before {
        text-decoration: none
    }

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

    .page-link:hover {
        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 0.2rem rgba(0, 123, 255, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

a.badge:focus, a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus, a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus, a.badge-primary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus, a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus, a.badge-secondary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5)
}

.badge-success {
    color: #212529;
    background-color: #71bc42
}

a.badge-success:focus, a.badge-success:hover {
    color: #212529;
    background-color: #5a9635
}

a.badge-success.focus, a.badge-success:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(113, 188, 66, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(113, 188, 66, 0.5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus, a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus, a.badge-info:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus, a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus, a.badge-warning:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus, a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus, a.badge-danger:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus, a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus, a.badge-light:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus, a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus, a.badge-dark:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0.75rem 1.25rem;
        color: inherit
    }

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

    .alert-primary hr {
        border-top-color: #9fcdff
    }

    .alert-primary .alert-link {
        color: #002752
    }

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

    .alert-secondary hr {
        border-top-color: #c8cbcf
    }

    .alert-secondary .alert-link {
        color: #202326
    }

.alert-success {
    color: #3b6222;
    background-color: #e3f2d9;
    border-color: #d7ecca
}

    .alert-success hr {
        border-top-color: #c9e5b7
    }

    .alert-success .alert-link {
        color: #243c15
    }

.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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: -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 {
        z-index: 1;
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef
    }

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125)
}

    .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: #fff
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

    .list-group-horizontal .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

        .list-group-horizontal .list-group-item:first-child {
            border-top-left-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal .list-group-item:last-child {
            margin-right: 0;
            border-top-right-radius: 0.25rem;
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0
        }

@media (min-width:576px) {
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .list-group-horizontal-sm .list-group-item {
            margin-right: -1px;
            margin-bottom: 0
        }

            .list-group-horizontal-sm .list-group-item:first-child {
                border-top-left-radius: 0.25rem;
                border-bottom-left-radius: 0.25rem;
                border-top-right-radius: 0
            }

            .list-group-horizontal-sm .list-group-item:last-child {
                margin-right: 0;
                border-top-right-radius: 0.25rem;
                border-bottom-right-radius: 0.25rem;
                border-bottom-left-radius: 0
            }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .list-group-horizontal-md .list-group-item {
            margin-right: -1px;
            margin-bottom: 0
        }

            .list-group-horizontal-md .list-group-item:first-child {
                border-top-left-radius: 0.25rem;
                border-bottom-left-radius: 0.25rem;
                border-top-right-radius: 0
            }

            .list-group-horizontal-md .list-group-item:last-child {
                margin-right: 0;
                border-top-right-radius: 0.25rem;
                border-bottom-right-radius: 0.25rem;
                border-bottom-left-radius: 0
            }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .list-group-horizontal-lg .list-group-item {
            margin-right: -1px;
            margin-bottom: 0
        }

            .list-group-horizontal-lg .list-group-item:first-child {
                border-top-left-radius: 0.25rem;
                border-bottom-left-radius: 0.25rem;
                border-top-right-radius: 0
            }

            .list-group-horizontal-lg .list-group-item:last-child {
                margin-right: 0;
                border-top-right-radius: 0.25rem;
                border-bottom-right-radius: 0.25rem;
                border-bottom-left-radius: 0
            }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .list-group-horizontal-xl .list-group-item {
            margin-right: -1px;
            margin-bottom: 0
        }

            .list-group-horizontal-xl .list-group-item:first-child {
                border-top-left-radius: 0.25rem;
                border-bottom-left-radius: 0.25rem;
                border-top-right-radius: 0
            }

            .list-group-horizontal-xl .list-group-item:last-child {
                margin-right: 0;
                border-top-right-radius: 0.25rem;
                border-bottom-right-radius: 0.25rem;
                border-bottom-left-radius: 0
            }
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

    .list-group-flush .list-group-item:last-child {
        margin-bottom: -1px
    }

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

    .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
        color: #004085;
        background-color: #9fcdff
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #004085;
        border-color: #004085
    }

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

    .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
        color: #383d41;
        background-color: #c8cbcf
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #383d41;
        border-color: #383d41
    }

.list-group-item-success {
    color: #3b6222;
    background-color: #d7ecca
}

    .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
        color: #3b6222;
        background-color: #c9e5b7
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #3b6222;
        border-color: #3b6222
    }

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

    .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
        color: #0c5460;
        background-color: #abdde5
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #0c5460;
        border-color: #0c5460
    }

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

    .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
        color: #856404;
        background-color: #ffe8a1
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #856404;
        border-color: #856404
    }

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

    .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
        color: #721c24;
        background-color: #f1b0b7
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #721c24;
        border-color: #721c24
    }

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

    .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
        color: #818182;
        background-color: #ececf6
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #818182;
        border-color: #818182
    }

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

    .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
        color: #1b1e21;
        background-color: #b9bbbe
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #1b1e21;
        border-color: #1b1e21
    }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

    .close:hover {
        color: #000;
        text-decoration: none
    }

    .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
        opacity: .75
    }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 0.25rem
}

    .toast:not(:last-child) {
        margin-bottom: 0.75rem
    }

    .toast.showing {
        opacity: 1
    }

    .toast.show {
        display: block;
        opacity: 1
    }

    .toast.hide {
        display: none
    }

.toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}

.toast-body {
    padding: 0.75rem
}

.modal-open {
    overflow: hidden
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto
    }

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 1rem);
        overflow: hidden
    }

    .modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto
    }

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

    .modal-dialog-centered:before {
        display: block;
        height: calc(100vh - 1rem);
        content: ""
    }

    .modal-dialog-centered.modal-dialog-scrollable {
        -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;
        height: 100%
    }

        .modal-dialog-centered.modal-dialog-scrollable .modal-content {
            max-height: none
        }

        .modal-dialog-centered.modal-dialog-scrollable:before {
            content: none
        }

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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, 0.2);
    border-radius: 0.3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: 0.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 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem
}

    .modal-header .close {
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -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 #dee2e6;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

        .modal-dialog-scrollable .modal-content {
            max-height: calc(100vh - 3.5rem)
        }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

        .modal-dialog-centered:before {
            height: calc(100vh - 3.5rem)
        }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show {
        opacity: 0.9
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: 0.8rem;
        height: 0.4rem
    }

        .tooltip .arrow:before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: 0.4rem 0
}

    .bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
        bottom: 0
    }

        .bs-tooltip-auto[x-placement^=top] .arrow:before, .bs-tooltip-top .arrow:before {
            top: 0;
            border-width: 0.4rem 0.4rem 0;
            border-top-color: #000
        }

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 0.4rem
}

    .bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
        left: 0;
        width: 0.4rem;
        height: 0.8rem
    }

        .bs-tooltip-auto[x-placement^=right] .arrow:before, .bs-tooltip-right .arrow:before {
            right: 0;
            border-width: 0.4rem 0.4rem 0.4rem 0;
            border-right-color: #000
        }

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: 0.4rem 0
}

    .bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
        top: 0
    }

        .bs-tooltip-auto[x-placement^=bottom] .arrow:before, .bs-tooltip-bottom .arrow:before {
            bottom: 0;
            border-width: 0 0.4rem 0.4rem;
            border-bottom-color: #000
        }

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 0.4rem
}

    .bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
        right: 0;
        width: 0.4rem;
        height: 0.8rem
    }

        .bs-tooltip-auto[x-placement^=left] .arrow:before, .bs-tooltip-left .arrow:before {
            left: 0;
            border-width: 0.4rem 0 0.4rem 0.4rem;
            border-left-color: #000
        }

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: 0.5rem;
        margin: 0 0.3rem
    }

        .popover .arrow:after, .popover .arrow:before {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: 0.5rem
}

    .bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
        bottom: calc((0.5rem + 1px) * -1)
    }

        .bs-popover-auto[x-placement^=top] > .arrow:before, .bs-popover-top > .arrow:before {
            bottom: 0;
            border-width: 0.5rem 0.5rem 0;
            border-top-color: rgba(0, 0, 0, 0.25)
        }

        .bs-popover-auto[x-placement^=top] > .arrow:after, .bs-popover-top > .arrow:after {
            bottom: 1px;
            border-width: 0.5rem 0.5rem 0;
            border-top-color: #fff
        }

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: 0.5rem
}

    .bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
        left: calc((0.5rem + 1px) * -1);
        width: 0.5rem;
        height: 1rem;
        margin: 0.3rem 0
    }

        .bs-popover-auto[x-placement^=right] > .arrow:before, .bs-popover-right > .arrow:before {
            left: 0;
            border-width: 0.5rem 0.5rem 0.5rem 0;
            border-right-color: rgba(0, 0, 0, 0.25)
        }

        .bs-popover-auto[x-placement^=right] > .arrow:after, .bs-popover-right > .arrow:after {
            left: 1px;
            border-width: 0.5rem 0.5rem 0.5rem 0;
            border-right-color: #fff
        }

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: 0.5rem
}

    .bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
        top: calc((0.5rem + 1px) * -1)
    }

        .bs-popover-auto[x-placement^=bottom] > .arrow:before, .bs-popover-bottom > .arrow:before {
            top: 0;
            border-width: 0 0.5rem 0.5rem 0.5rem;
            border-bottom-color: rgba(0, 0, 0, 0.25)
        }

        .bs-popover-auto[x-placement^=bottom] > .arrow:after, .bs-popover-bottom > .arrow:after {
            top: 1px;
            border-width: 0 0.5rem 0.5rem 0.5rem;
            border-bottom-color: #fff
        }

    .bs-popover-auto[x-placement^=bottom] .popover-header:before, .bs-popover-bottom .popover-header:before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -0.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7
    }

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: 0.5rem
}

    .bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
        right: calc((0.5rem + 1px) * -1);
        width: 0.5rem;
        height: 1rem;
        margin: 0.3rem 0
    }

        .bs-popover-auto[x-placement^=left] > .arrow:before, .bs-popover-left > .arrow:before {
            right: 0;
            border-width: 0.5rem 0 0.5rem 0.5rem;
            border-left-color: rgba(0, 0, 0, 0.25)
        }

        .bs-popover-auto[x-placement^=left] > .arrow:after, .bs-popover-left > .arrow:after {
            right: 1px;
            border-width: 0.5rem 0 0.5rem 0.5rem;
            border-left-color: #fff
        }

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px)
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529
}

.carousel {
    position: relative
}

    .carousel.pointer-event {
        -ms-touch-action: pan-y;
        touch-action: pan-y
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner:after {
        display: block;
        clear: both;
        content: ""
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

    .active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%)
    }

    .active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

    .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
        z-index: 1;
        opacity: 1
    }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: 0s 0.6s opacity;
    -o-transition: 0s 0.6s opacity;
    transition: 0s 0.6s opacity
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    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: 0.5;
    -webkit-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next, .carousel-control-prev {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -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 {
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        -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: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        -webkit-transition: opacity 0.6s ease;
        -o-transition: opacity 0.6s ease;
        transition: opacity 0.6s ease
    }

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #71bc42 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #5a9635 !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: #71bc42 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: 0.2rem !important
}

.rounded {
    border-radius: 0.25rem !important
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important
}

.rounded-lg {
    border-radius: 0.3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -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.85714%
}

.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;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !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;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !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;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !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;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !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;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !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
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
}

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 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
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: 0.25rem !important
}

.mt-1, .my-1 {
    margin-top: 0.25rem !important
}

.mr-1, .mx-1 {
    margin-right: 0.25rem !important
}

.mb-1, .my-1 {
    margin-bottom: 0.25rem !important
}

.ml-1, .mx-1 {
    margin-left: 0.25rem !important
}

.m-2 {
    margin: 0.5rem !important
}

.mt-2, .my-2 {
    margin-top: 0.5rem !important
}

.mr-2, .mx-2 {
    margin-right: 0.5rem !important
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem !important
}

.ml-2, .mx-2 {
    margin-left: 0.5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: 0.25rem !important
}

.pt-1, .py-1 {
    padding-top: 0.25rem !important
}

.pr-1, .px-1 {
    padding-right: 0.25rem !important
}

.pb-1, .py-1 {
    padding-bottom: 0.25rem !important
}

.pl-1, .px-1 {
    padding-left: 0.25rem !important
}

.p-2 {
    padding: 0.5rem !important
}

.pt-2, .py-2 {
    padding-top: 0.5rem !important
}

.pr-2, .px-2 {
    padding-right: 0.5rem !important
}

.pb-2, .py-2 {
    padding-bottom: 0.5rem !important
}

.pl-2, .px-2 {
    padding-left: 0.5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -0.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -0.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -0.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -0.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -0.25rem !important
}

.m-n2 {
    margin: -0.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -0.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -0.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -0.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -0.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: 0.25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: 0.25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: 0.25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: 0.25rem !important
    }

    .m-sm-2 {
        margin: 0.5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: 0.5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: 0.5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: 0.5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: 0.25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: 0.25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: 0.25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: 0.25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: 0.25rem !important
    }

    .p-sm-2 {
        padding: 0.5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: 0.5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: 0.5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: 0.5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -0.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -0.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -0.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -0.25rem !important
    }

    .m-sm-n2 {
        margin: -0.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -0.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -0.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -0.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: 0.25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: 0.25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: 0.25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: 0.25rem !important
    }

    .m-md-2 {
        margin: 0.5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: 0.5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: 0.5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: 0.5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: 0.25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: 0.25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: 0.25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: 0.25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: 0.25rem !important
    }

    .p-md-2 {
        padding: 0.5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: 0.5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: 0.5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: 0.5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -0.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -0.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -0.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -0.25rem !important
    }

    .m-md-n2 {
        margin: -0.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -0.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -0.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -0.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: 0.25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: 0.25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: 0.25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: 0.25rem !important
    }

    .m-lg-2 {
        margin: 0.5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: 0.5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: 0.5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: 0.5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: 0.25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: 0.25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: 0.25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: 0.25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: 0.25rem !important
    }

    .p-lg-2 {
        padding: 0.5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: 0.5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: 0.5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: 0.5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -0.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -0.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -0.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -0.25rem !important
    }

    .m-lg-n2 {
        margin: -0.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -0.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -0.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -0.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: 0.25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: 0.25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: 0.25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: 0.25rem !important
    }

    .m-xl-2 {
        margin: 0.5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: 0.5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: 0.5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: 0.5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: 0.25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: 0.25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: 0.25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: 0.25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: 0.25rem !important
    }

    .p-xl-2 {
        padding: 0.5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: 0.5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: 0.5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: 0.5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -0.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -0.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -0.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -0.25rem !important
    }

    .m-xl-n2 {
        margin: -0.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -0.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -0.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -0.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #71bc42 !important
}

a.text-success:focus, a.text-success:hover {
    color: #4f832e !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, :after, :before {
        text-shadow: none !important;
        -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
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

        .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
            border-color: #dee2e6
        }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}


*, :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%;
    -webkit-tap-highlight-color: transparent
}


@-webkit-keyframes a {
    0%,50%,to {
        transform: translateY(0)
    }

    65% {
        transform: translateY(-15%)
    }

    80% {
        transform: translateY(30%)
    }
}

@-webkit-keyframes b {
    0%,50%,65%,to {
        transform: translateY(0);
        opacity: 1
    }

    75%,80% {
        transform: translateY(30%);
        opacity: 0
    }
}

@-webkit-keyframes c {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes d {
    0% {
        height: 0;
        width: 0;
        opacity: 1
    }

    20% {
        height: 0;
        width: 8px;
        opacity: 1
    }

    40% {
        height: 17px;
        width: 8px;
        opacity: 1
    }

    to {
        height: 17px;
        width: 8px;
        opacity: 1
    }
}


.round-icon {
    transition-property: color;
    transition-property: background-color;
    transition-duration: .25s;
    transition-timing-function: ease;
    transition-delay: 0s;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: hsla(0,0%,7%,.56);
    background-color: hsla(0,0%,7%,.04)
}

    .round-icon:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        border-radius: 50%
    }

    .round-icon:not(.round-icon-disabled) {
        cursor: pointer
    }

        .round-icon:not(.round-icon-disabled):hover {
            color: hsla(0,0%,7%,.88);
            background-color: hsla(0,0%,7%,.16)
        }

.round-icon-disabled {
    opacity: .4
}

@-webkit-keyframes e {
    0% {
        stroke-dashoffset: -66
    }

    50% {
        stroke-dashoffset: -314
    }

    to {
        stroke-dashoffset: -66
    }
}

@keyframes e {
    0% {
        stroke-dashoffset: -66
    }

    50% {
        stroke-dashoffset: -314
    }

    to {
        stroke-dashoffset: -66
    }
}

@-webkit-keyframes f {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(1turn)
    }

    to {
        transform: rotate(3turn)
    }
}

@keyframes f {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(1turn)
    }

    to {
        transform: rotate(3turn)
    }
}

@-webkit-keyframes g {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@keyframes g {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@-webkit-keyframes h {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

@keyframes h {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

@-webkit-keyframes i {
    0% {
        transform: translateX(100%)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes i {
    0% {
        transform: translateX(100%)
    }

    to {
        transform: translateX(0)
    }
}

@-webkit-keyframes j {
    to {
        transform: translateX(100%)
    }

    0 {
        transform: translateX(0)
    }
}

@keyframes j {
    to {
        transform: translateX(100%)
    }

    0 {
        transform: translateX(0)
    }
}

@-webkit-keyframes k {
    0% {
        opacity: 0
    }

    to {
        opacity: 1%
    }
}

@keyframes k {
    0% {
        opacity: 0
    }

    to {
        opacity: 1%
    }
}

@-webkit-keyframes l {
    0% {
        opacity: 1%
    }

    to {
        opacity: 0
    }
}

@keyframes l {
    0% {
        opacity: 1%
    }

    to {
        opacity: 0
    }
}

.bevel {
    position: relative;
    overflow: hidden
}

@media screen and (max-width:639px) {
    .bevel {
        height: 56px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .bevel {
        height: 70px
    }
}

@media screen and (min-width:960px) {
    .bevel {
        height: 140px
    }
}

.bevel-direction-left .background-bottom-background {
    top: 50%;
    height: 100%;
    background-color: #333
}

@media screen and (max-width:959px) {
    .bevel-direction-left .background-bottom-background {
        transform: skewY(5deg)
    }
}

@media screen and (min-width:960px) {
    .bevel-direction-left .background-bottom-background {
        transform: skewY(3deg)
    }
}

.bevel-direction-right .background-bottom-background {
    top: 50%;
    height: 100%;
    background-color: #333
}

@media screen and (max-width:959px) {
    .bevel-direction-right .background-bottom-background {
        transform: skewY(-5deg)
    }
}

@media screen and (min-width:960px) {
    .bevel-direction-right .background-bottom-background {
        transform: skewY(-3deg)
    }
}

.footer {
    position: relative
}

@media screen and (max-width:959px) {
    .footer {
        margin-top: -40px
    }
}

@media screen and (min-width:960px) {
    .footer {
        margin-top: -60px
    }
}

.footer-link {
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    font-size: 13px;
    line-height: 20px;
    font-family: pragmatica,sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    color: #9fa3ac;
    background-color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .footer-link:hover {
        color: #fff;
        background-color: #111
    }

@media screen and (max-width:959px) {
    .footer-link {
        padding: 12px;
        font-size: 12px;
    }
}

@media screen and (min-width:960px) {
    .footer-link {
        padding: 20px
    }
}

.footer-logo {
    margin-left: 1px
}



.script {
    background-color: #fff
}

@media screen and (max-width:639px) {
    .script {
        padding: 56px 0
    }
}

@media (min-width:640px) and (max-width:959px) {
    .script {
        padding: 64px 0
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .script {
        padding: 64px 0
    }
}

@media screen and (min-width:1360px) {
    .script {
        padding: 72px 0
    }
}

.form {
    position: relative;
    display: flex;
    box-sizing: border-box
}

    .form.align-center .form-description {
        margin-left: auto;
        margin-right: auto
    }

    .form.align-center .form-map + .container-form, .form-fixed-height {
        justify-content: center
    }

.form-fixed-height {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 768px;
    padding: 20px 0
}

    .form-fixed-height .container {
        z-index: 2
    }

.form-center {
    min-height: 100vh;
    padding: 20px 0;
    align-items: center
}

    .form-center.form-title-inside .container-form {
        justify-content: flex-end
    }

    .form-center .form-left-panel {
        width: 100%
    }

@media screen and (max-width:639px) {
    .form-center .form-left-panel {
        margin-bottom: 32px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .form-center .form-left-panel {
        margin-bottom: 36px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .form-center .form-left-panel {
        padding-right: 40px
    }
}

@media screen and (min-width:1360px) {
    .form-center .form-left-panel {
        padding-right: 48px
    }
}

.form-center .form-main {
    position: relative;
    box-shadow: 0 8px 24px 0 rgba(0,0,0,.15)
}

@media screen and (max-width:639px) {
    .form-center .form-main {
        padding: 32px 24px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .form-center .form-main {
        padding: 36px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .form-center .form-main {
        max-width: 392px;
        padding: 36px 24px
    }
}

@media screen and (min-width:1360px) {
    .form-center .form-main {
        max-width: 432px;
        padding: 40px 48px
    }
}

.form-center .form-button {
    display: flex;
    flex-direction: column;
    margin-top: 40px
}

.form-center .form-notification {
    margin-top: 20px
}

.form-center .form-col:first-of-type {
    margin-top: 0
}

.form-center .form-status {
    margin-bottom: 0
}

.form-center .container-form {
    position: relative;
    z-index: 1;
    display: flex
}

@media screen and (max-width:959px) {
    .form-center .container-form {
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
}

.form-center .button-secondary-form {
    width: 100%;
    margin-right: 0
}

.form-bottom {
    min-height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end
}

@media screen and (max-width:639px) {
    .form-bottom {
        padding: 20px 0 48px
    }
}

@media screen and (min-width:640px) {
    .form-bottom {
        padding: 20px 0 64px
    }
}

.form-bottom .form-left-panel {
    padding-bottom: 32px
}

.form-bottom .form-main {
    position: relative;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.15)
}

@media screen and (max-width:959px) {
    .form-bottom .form-main {
        flex-direction: column;
        padding: 32px 24px
    }
}

@media screen and (min-width:640px) {
    .form-bottom .form-main {
        padding: 32px 47px
    }
}

.form-bottom .form-description, .form-bottom .form-title {
    width: 100%
}

.form-bottom .form-button {
    display: flex;
    flex-direction: column
}

@media screen and (max-width:959px) {
    .form-bottom .form-button {
        margin-top: 30px
    }
}

@media screen and (min-width:960px) {
    .form-bottom .form-button {
        margin-left: 49px
    }
}

.form-bottom .form-notification {
    margin-top: 20px
}

.form-bottom .container-form {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column
}

@media screen and (max-width:639px) {
    .form-bottom .container-form {
        padding: 32px 24px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .form-bottom .container-form {
        padding: 36px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .form-bottom .container-form {
        max-width: 680px
    }
}

@media screen and (min-width:1360px) {
    .form-bottom .container-form {
        max-width: 720px
    }
}

.form-bottom .input-wrapper, .form-bottom .textarea-wrapper {
    margin-top: 12px
}

@media screen and (max-width:959px) {
    .form-bottom .button-secondary-form {
        width: 100%;
        margin-right: 0
    }
}

@media screen and (max-width:959px) {
    .form-bottom:not(.form-title-inside) .form-main {
        padding: 32px 20px
    }
}

@media screen and (min-width:640px) {
    .form-bottom:not(.form-title-inside) .form-main {
        padding: 32px 50px
    }
}

.form-bottom:not(.form-title-inside) .form-col {
    margin-top: 0;
    margin-bottom: 32px
}

.form-bottom:not(.form-title-inside) .form-col-submit {
    margin-top: 8px;
    margin-bottom: 0
}

.form-bottom-opacity {
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    min-height: 100vh
}

@media screen and (max-width:639px) {
    .form-bottom-opacity {
        padding: 20px 0 64px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .form-bottom-opacity {
        padding: 20px 0 80px
    }
}

@media screen and (min-width:960px) {
    .form-bottom-opacity {
        padding: 20px 0 97px
    }
}

.form-bottom-opacity.text-white .form-status {
    color: #fff
}

    .form-bottom-opacity.text-white .form-status:after {
        background-color: #fff
    }

.form-bottom-opacity .form-left-panel {
    padding: 0 16px
}

@media screen and (max-width:639px) {
    .form-bottom-opacity .form-left-panel {
        padding-bottom: 48px
    }
}

@media screen and (min-width:640px) {
    .form-bottom-opacity .form-left-panel {
        padding-bottom: 84px
    }
}

.form-bottom-opacity .form-main {
    padding: 0 16px;
    justify-content: space-between
}

@media screen and (min-width:960px) {
    .form-bottom-opacity .form-main {
        display: flex
    }
}

.form-bottom-opacity .form-description, .form-bottom-opacity .form-title {
    width: 100%
}

@media (min-width:960px) and (max-width:1359px) {
    .form-bottom-opacity .form-description {
        max-width: 600px
    }
}

@media screen and (min-width:1360px) {
    .form-bottom-opacity .form-description {
        max-width: 50%
    }
}

@media screen and (max-width:959px) {
    .form-bottom-opacity .form-button {
        margin-top: 32px
    }
}

@media screen and (min-width:960px) {
    .form-bottom-opacity .form-button {
        display: flex;
        flex-direction: column;
        margin-left: 49px
    }
}

.form-bottom-opacity .form-notification {
    margin-top: 20px
}

.form-bottom-opacity .container-form {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column
}

@media screen and (min-width:1360px) {
    .form-bottom-opacity .container-form .form-description {
        box-sizing: content-box
    }
}

.form-bottom-opacity .input-wrapper, .form-bottom-opacity .textarea-wrapper {
    margin-top: 12px
}

@media screen and (max-width:639px) {
    .form-bottom-opacity .button-secondary-form {
        width: 100%;
        margin-right: 0
    }
}

.form-center-wrapper {
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    padding: 20px 0
}

    .form-center-wrapper .form-left-panel {
        padding-bottom: 40px
    }

    .form-center-wrapper .form-main {
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 40px;
        box-shadow: 0 5px 20px 0 rgba(0,0,0,.15)
    }

    .form-center-wrapper .form-description, .form-center-wrapper .form-title {
        width: 100%
    }

    .form-center-wrapper .form-button {
        display: flex
    }

@media screen and (max-width:959px) {
    .form-center-wrapper .form-button {
        flex-direction: column;
        flex-grow: 1;
        margin-top: 40px
    }
}

@media screen and (min-width:960px) {
    .form-center-wrapper .form-button {
        align-items: center;
        margin-top: 32px
    }
}

@media screen and (max-width:959px) {
    .form-center-wrapper .form-notification {
        margin-top: 20px
    }
}

@media screen and (min-width:960px) {
    .form-center-wrapper .form-notification {
        margin-left: 48px
    }
}

@media screen and (max-width:639px) {
    .form-center-wrapper .container-form {
        padding: 32px 24px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .form-center-wrapper .container-form {
        padding: 36px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .form-center-wrapper .container-form {
        max-width: 680px
    }
}

@media screen and (min-width:1360px) {
    .form-center-wrapper .container-form {
        max-width: 720px
    }
}

@media screen and (max-width:959px) {
    .form-center-wrapper .button-secondary {
        width: 100%;
        margin-right: 0
    }
}

@media screen and (max-width:639px) {
    .form-center-wrapper:not(.form-title-inside) .form-main {
        padding: 40px 24px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .form-center-wrapper:not(.form-title-inside) .form-main {
        padding: 40px 28px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .form-center-wrapper:not(.form-title-inside) .form-main {
        padding: 40px 36px
    }
}

.form-center-wrapper:not(.form-title-inside) .form-col {
    margin-top: 0;
    margin-bottom: 32px
}

.form-center-wrapper:not(.form-title-inside) .form-col-submit {
    margin-top: 8px;
    margin-bottom: 0
}

.form-center-opacity {
    flex-direction: column;
    justify-content: center
}

    .form-center-opacity.text-white .form-status {
        color: #fff
    }

        .form-center-opacity.text-white .form-status:after {
            background-color: #fff
        }

    .form-center-opacity .form-left-panel {
        padding: 0 16px
    }

@media screen and (max-width:639px) {
    .form-center-opacity .form-left-panel {
        padding-bottom: 68px
    }
}

@media screen and (min-width:640px) {
    .form-center-opacity .form-left-panel {
        padding-bottom: 76px
    }
}

.form-center-opacity .form-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.form-center-opacity .form-description, .form-center-opacity .form-title {
    width: 100%
}

@media (min-width:960px) and (max-width:1359px) {
    .form-center-opacity .form-description {
        max-width: 600px
    }
}

@media screen and (min-width:1360px) {
    .form-center-opacity .form-description {
        max-width: 50%
    }
}

@media screen and (max-width:639px) {
    .form-center-opacity .form-col:not(.form-col-submit) {
        margin-top: 8px
    }
}

@media screen and (max-width:959px) {
    .form-center-opacity .form-row {
        width: 100%
    }
}

@media screen and (min-width:960px) {
    .form-center-opacity .form-row {
        width: calc(50% - 24px)
    }
}

@media screen and (max-width:959px) {
    .form-center-opacity .form-button {
        margin-top: 40px
    }
}

@media screen and (min-width:960px) {
    .form-center-opacity .form-button {
        display: flex;
        align-items: center;
        margin-top: 32px
    }
}

@media screen and (max-width:959px) {
    .form-center-opacity .form-notification {
        margin-top: 20px
    }
}

@media screen and (min-width:960px) {
    .form-center-opacity .form-notification {
        margin-left: 48px
    }
}

.form-center-opacity .container-form {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column
}

@media screen and (min-width:1360px) {
    .form-center-opacity .container-form .form-description {
        box-sizing: content-box
    }
}

.form-center-opacity .input-wrapper, .form-center-opacity .textarea-wrapper {
    margin-top: 12px
}

@media screen and (max-width:639px) {
    .form-center-opacity .button-secondary-form {
        width: 100%;
        margin-right: 0
    }
}

.form-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.form-left-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    flex-grow: 1
}

@media screen and (max-width:639px) {
    .form-content {
        margin-top: 44px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .form-content {
        margin-top: 28px
    }
}

@media screen and (min-width:960px) {
    .form-content {
        margin-top: 40px
    }
}

.form-status {
    position: relative;
    padding-left: 18px;
    box-sizing: border-box
}

    .form-status:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 3px
    }

.form-status-in-cart {
    width: 100%
}

@media screen and (max-width:639px) {
    .form-status-in-cart {
        margin-top: 24px
    }
}

@media screen and (min-width:640px) {
    .form-status-in-cart {
        padding-left: 28px
    }
}

@media screen and (min-width:640px) {
    .form-status-in-cart:after {
        left: 10px
    }
}

.form-status-error {
    color: #dd5656
}

    .form-status-error:after {
        background-color: #dd5656
    }

.form-status-info {
    color: #74a3c7
}

    .form-status-info:after {
        background-color: #74a3c7
    }

.form-status-success {
    color: #39b54a
}

    .form-status-success:after {
        background-color: #39b54a
    }

@media screen and (max-width:639px) {
    .form-status {
        margin: 12px 0
    }
}

@media (min-width:640px) and (max-width:959px) {
    .form-status {
        margin: 16px 0
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .form-status {
        margin: 16px 0
    }
}

@media screen and (min-width:1360px) {
    .form-status {
        margin: 20px 0
    }
}

.form-main {
    width: 100%;
    box-sizing: border-box
}

    .form-main.text-white .form-status {
        color: #fff
    }

        .form-main.text-white .form-status:after, .form-wrapper {
            background-color: #fff
        }

.form-wrapper {
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.15);
    overflow: hidden
}

@media screen and (max-width:639px) {
    .form-wrapper {
        padding: 40px 24px
    }
}

@media screen and (min-width:640px) {
    .form-wrapper {
        padding: 48px 40px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .form-wrapper {
        padding: 48px 40px
    }
}

@media screen and (min-width:1360px) {
    .form-wrapper {
        padding: 48px
    }
}

.form-agreement {
    width: 100%
}

@media screen and (max-width:639px) {
    .form-agreement {
        margin-top: 20px
    }
}

@media screen and (min-width:640px) {
    .form-agreement {
        margin-top: 24px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .form-agreement {
        margin-top: 24px
    }
}

@media screen and (min-width:1360px) {
    .form-agreement {
        margin-top: 32px
    }
}

@media screen and (max-width:639px) {
    .form-col:not(.form-col-submit) {
        margin-top: 16px
    }
}

@media screen and (min-width:640px) {
    .form-col:not(.form-col-submit) {
        margin-top: 20px
    }
}

.form-col-submit {
    margin-top: 32px
}

.form-col-submit, .form-submit {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left
}

.form-submit {
    width: 100%
}

@media screen and (max-width:959px) {
    .form-submit .button-secondary-form {
        width: 100%;
        margin-right: 0
    }
}

.form-map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.form-map-data {
    width: 100%;
    height: 100%
}

.form .input, .form .textarea {
    max-width: none
}

.gallery-bricks {
    position: relative
}

@media screen and (max-width:639px) {
    .gallery-bricks-wrapper {
        margin: 0 -10px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .gallery-bricks-wrapper {
        margin: 0 -12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .gallery-bricks-wrapper {
        margin: 0 -10px
    }
}

@media screen and (min-width:1360px) {
    .gallery-bricks-wrapper {
        margin: 0 -24px
    }
}

.gallery-bricks-item {
    width: 100%;
    box-sizing: border-box
}

@media screen and (max-width:639px) {
    .gallery-bricks-item {
        padding: 10px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .gallery-bricks-item {
        width: 50%;
        padding: 0 12px 24px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .gallery-bricks-item {
        width: 33.33%;
        padding: 0 20px 40px
    }
}

@media screen and (min-width:1360px) {
    .gallery-bricks-item {
        width: 33.33%;
        padding: 0 24px 48px
    }
}

.gallery-compare {
    position: relative
}

    .gallery-compare.align-center .gallery-compare-mobile-text .gallery-compare-text-title-wrapper .gallery-compare-text-field {
        justify-content: center
    }

.gallery-compare-panel-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%
}

.gallery-compare-panel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

@media screen and (max-width:639px) {
    .gallery-compare-panel {
        margin-left: -16px;
        margin-right: -16px
    }
}

.gallery-compare-right-image-wrapper {
    height: 100%;
    width: 100%
}

.gallery-compare-resize {
    width: 50%;
    overflow: hidden
}

.gallery-compare-left-image-wrapper, .gallery-compare-resize {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

@media screen and (max-width:639px) {
    .gallery-compare-left-image-wrapper {
        width: 100vw
    }
}

@media (min-width:640px) and (max-width:959px) {
    .gallery-compare-left-image-wrapper {
        width: 608px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .gallery-compare-left-image-wrapper {
        width: 824px
    }
}

@media screen and (min-width:1360px) {
    .gallery-compare-left-image-wrapper {
        width: 1104px
    }
}

.gallery-compare-divider {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    transform: translateX(-50%);
    cursor: col-resize
}

@media screen and (max-width:639px) {
    .gallery-compare-divider {
        width: 28px
    }
}

@media screen and (min-width:640px) {
    .gallery-compare-divider {
        width: 48px
    }
}

.gallery-compare-divider-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

@media screen and (max-width:639px) {
    .gallery-compare-divider-circle {
        width: 28px;
        height: 28px
    }
}

@media screen and (min-width:640px) {
    .gallery-compare-divider-circle {
        width: 48px;
        height: 48px
    }
}

@media screen and (max-width:639px) {
    .gallery-compare-divider-arrow-left, .gallery-compare-divider-arrow-right {
        width: 10px
    }
}

.gallery-compare-divider-line {
    display: block;
    height: 100%;
    margin: 0 auto
}

@media screen and (max-width:639px) {
    .gallery-compare-divider-line {
        width: 2px
    }
}

@media screen and (min-width:640px) {
    .gallery-compare-divider-line {
        width: 4px
    }
}

.gallery-compare-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

@media screen and (max-width:639px) {
    .gallery-compare-text {
        display: none
    }
}

.gallery-compare-text-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.56))
}

@media (min-width:640px) and (max-width:959px) {
    .gallery-compare-text-container {
        padding-bottom: 28px
    }
}

@media screen and (min-width:960px) {
    .gallery-compare-text-container {
        padding-bottom: 32px
    }
}

.gallery-compare-text-field {
    width: 50%;
    box-sizing: border-box;
    overflow: hidden
}

.gallery-compare-text-field-left {
    flex-shrink: 0
}

.gallery-compare-text-field-right {
    min-width: 0;
    flex-grow: 1
}

.gallery-compare-text-field-title {
    display: flex;
    align-items: flex-end
}

.gallery-compare-text-description-wrapper, .gallery-compare-text-title-wrapper {
    display: flex
}

@media screen and (max-width:639px) {
    .gallery-compare-text-title {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media screen and (min-width:640px) {
    .gallery-compare-text-title {
        min-width: 248px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .gallery-compare-text-title {
        padding-left: 28px;
        padding-right: 28px
    }
}

@media screen and (min-width:960px) {
    .gallery-compare-text-title {
        padding-left: 32px;
        padding-right: 32px
    }
}

.gallery-compare-text-description {
    font-weight: 300
}

@media screen and (max-width:639px) {
    .gallery-compare-text-description {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media screen and (min-width:640px) {
    .gallery-compare-text-description {
        min-width: 248px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .gallery-compare-text-description {
        padding-left: 28px;
        padding-right: 28px
    }
}

@media screen and (min-width:960px) {
    .gallery-compare-text-description {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media screen and (max-width:639px) {
    .gallery-compare-mobile-text .gallery-compare-text-title {
        width: 100%
    }
}

@media screen and (min-width:640px) {
    .gallery-compare-mobile-text {
        display: none
    }
}

.gallery-single {
    position: relative;
    box-sizing: border-box
}

@media screen and (max-width:639px) {
    .gallery-single {
        padding-top: 275px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .gallery-single {
        padding: 160px 44px 0
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .gallery-single {
        padding: 320px 68px 0
    }
}

@media screen and (min-width:1360px) {
    .gallery-single {
        padding: 380px 132px 0
    }
}

@media screen and (max-width:639px) {
    .gallery-single-without-content {
        min-height: 340px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .gallery-single-without-content {
        min-height: 264px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .gallery-single-without-content {
        min-height: 416px
    }
}

@media screen and (min-width:1360px) {
    .gallery-single-without-content {
        min-height: 484px
    }
}

.gallery-single-wrapper {
    position: relative;
    display: inline-block;
    box-sizing: border-box
}

@media screen and (max-width:639px) {
    .gallery-single-wrapper {
        width: 100%;
        padding: 16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .gallery-single-wrapper {
        width: 100%;
        padding: 36px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .gallery-single-wrapper {
        width: 700px;
        padding: 36px;
        text-align: left
    }
}

@media screen and (min-width:1360px) {
    .gallery-single-wrapper {
        width: 720px;
        padding: 40px;
        text-align: left
    }
}

.gallery-single-content {
    position: relative;
    z-index: 2
}

@media screen and (min-width:960px) {
    .gallery-single-content {
        display: flex
    }
}

@media screen and (min-width:960px) {
    .gallery-single-title {
        min-width: 296px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .gallery-single-title + .gallery-single-text {
        padding-left: 36px
    }
}

@media screen and (min-width:1360px) {
    .gallery-single-title + .gallery-single-text {
        padding-left: 52px
    }
}

@media screen and (min-width:960px) {
    .gallery-single-text {
        min-width: 293px;
        flex-grow: 1;
        margin-top: 0 !important
    }
}

.history {
    position: relative
}

@media screen and (min-width:960px) {
    .history-title-last {
        margin-bottom: 0 !important
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .history-item {
        min-height: 392px;
        padding-left: 432px
    }
}

@media screen and (min-width:960px) {
    .history-item {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center
    }
}

@media screen and (min-width:1360px) {
    .history-item {
        min-height: 432px;
        padding-left: 482px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .history-item-sort {
        padding-left: 0;
        padding-right: 432px
    }

        .history-item-sort .history-image-wrapper {
            right: 0;
            left: auto
        }
}

@media screen and (min-width:960px) {
    .history-item-sort {
        padding-left: 0;
        padding-right: 482px
    }

        .history-item-sort .history-image-wrapper {
            right: 0;
            left: auto
        }
}

@media screen and (min-width:960px) and screen and (max-width:959px) {
    .history-item-sort .history-image-wrapper {
        margin-top: 0 !important
    }
}

.history-item-full {
    padding: 0;
    min-height: 0
}

@media screen and (max-width:959px) {
    .history-text .history-title {
        margin-bottom: 0 !important
    }
}

@media screen and (min-width:960px) {
    .history-image-wrapper {
        margin-top: 0 !important
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .history-image-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 392px
    }
}

@media screen and (min-width:1360px) {
    .history-image-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 432px
    }
}

.history-row {
    position: relative;
    overflow: hidden
}

.history-row-images {
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: 0s
}

.history-row-image-wrapper {
    flex-shrink: 0
}

@media screen and (max-width:639px) {
    .history-row-image-wrapper + .history-row-image-wrapper {
        margin-left: -8px
    }
}

.contacts {
    position: relative
}

@media screen and (min-width:960px) {
    .contacts .contacts-map-wrapper {
        margin-bottom: 0
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .contacts-with-map:not(.contacts-columns) {
        padding-bottom: 0
    }
}

@media screen and (min-width:1360px) {
    .contacts-with-map:not(.contacts-columns) {
        padding-bottom: 0
    }
}

.contacts-columns .contacts-map {
    position: relative;
    z-index: 2;
    height: 0;
    padding-top: 100%;
    box-shadow: 0 8px 38px 0 rgba(0,0,0,.1)
}

.contacts-columns .contacts-map-data {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.contacts:not(.contacts-columns) .contacts-map {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width:639px) {
    .contacts:not(.contacts-columns) .contacts-map {
        height: 185px;
        padding: 0 16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .contacts:not(.contacts-columns) .contacts-map {
        width: 608px;
        height: 275px;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width:960px) {
    .contacts:not(.contacts-columns) .contacts-map {
        height: 350px
    }
}

.contacts:not(.contacts-columns) .contacts-map-only {
    margin-top: 0
}

.contacts:not(.contacts-columns) .contacts-map-data {
    width: 100%;
    height: inherit
}

@media screen and (max-width:959px) {
    .contacts-columns-content {
        order: 2
    }
}

.contacts-link {
    color: inherit;
    text-decoration: none
}

    .contacts-link:hover {
        text-decoration: underline
    }

.contacts-blocks {
    position: relative;
    overflow: hidden
}

@media screen and (max-width:959px) {
    .contacts-blocks-with-description {
        padding-bottom: 0 !important
    }
}

.contacts-blocks-content {
    position: relative;
    z-index: 2
}

.contacts-blocks-column {
    display: flex;
    align-items: center
}

@media screen and (max-width:959px) {
    .contacts-blocks-column {
        position: relative
    }
}

@media screen and (max-width:639px) {
    .contacts-blocks-column + .contacts-blocks-column {
        margin-top: 36px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .contacts-blocks-column + .contacts-blocks-column {
        margin-top: 40px
    }
}

@media screen and (max-width:639px) {
    .contacts-blocks-column-description {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .contacts-blocks-column-description {
        padding-top: 48px;
        padding-bottom: 48px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .contacts-blocks-description {
        padding: 56px
    }
}

@media screen and (min-width:1360px) {
    .contacts-blocks-description {
        padding: 64px 56px
    }
}

.contacts-blocks-description-text {
    position: relative;
    z-index: 3
}

@media screen and (max-width:639px) {
    .contacts-blocks .background-contacts-blocks {
        left: -8px;
        right: -8px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .contacts-blocks .background-contacts-blocks {
        left: -170px;
        right: -170px
    }
}

@media screen and (min-width:960px) {
    .contacts-blocks .background-contacts-blocks {
        left: auto;
        width: 50%
    }
}

.contacts-map-outside {
    position: relative;
    display: flex;
    min-height: 100vh;
    box-sizing: border-box;
    color: #111;
    background-color: #fff
}

@media screen and (max-width:639px) {
    .contacts-map-outside {
        flex-direction: column
    }
}

@media screen and (min-width:640px) {
    .contacts-map-outside {
        padding: 40px 0;
        align-items: center
    }
}

.contacts-map-outside-container {
    position: relative;
    z-index: 2
}

@media screen and (max-width:639px) {
    .contacts-map-outside .contacts-map-outside-container {
        display: flex;
        align-items: center;
        min-height: 50vh
    }
}

.contacts-map-outside-content-wrapper {
    display: inline-block
}

.contacts-map-outside-content {
    background-color: #fff
}

@media screen and (max-width:639px) {
    .contacts-map-outside-content {
        padding: 32px 0
    }
}

@media (min-width:640px) and (max-width:959px) {
    .contacts-map-outside-content {
        padding: 48px 24px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .contacts-map-outside-content {
        padding: 48px 32px
    }
}

@media screen and (min-width:1360px) {
    .contacts-map-outside-content {
        padding: 48px
    }
}

.contacts-map-outside-description {
    color: #999
}

@media screen and (max-width:639px) {
    .contacts-map-outside-map {
        height: 50vh
    }
}

@media screen and (min-width:640px) {
    .contacts-map-outside-map {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

.contacts-map-outside-map-data {
    width: 100%;
    height: 100%
}

.call-to-action {
    position: relative
}

.call-to-action-buttons {
    display: flex
}

@media screen and (max-width:639px) {
    .call-to-action-buttons {
        align-items: center;
        flex-direction: column
    }
}

@media screen and (min-width:640px) {
    .call-to-action-button {
        margin-bottom: 0 !important
    }
}

@media (min-width:640px) and (max-width:959px) {
    .call-to-action-button + .call-to-action-button {
        margin-left: 16px
    }
}

@media screen and (min-width:960px) {
    .call-to-action-button + .call-to-action-button {
        margin-left: 24px
    }
}

.call-to-action.align-center .call-to-action-buttons {
    justify-content: center
}

.cta {
    position: relative
}

@media screen and (min-width:1360px) {
    .cta .cta-timer-container {
        margin-bottom: 0
    }
}

@media screen and (min-width:1360px) {
    .cta-row {
        flex-direction: row-reverse
    }
}

.partners {
    position: relative
}

.partners-list {
    position: relative;
    overflow: hidden
}

@media screen and (min-width:960px) {
    .partners-list {
        justify-content: center
    }
}

.partners-item {
    position: relative;
    border-right: 1px solid transparent;
    flex-shrink: 0;
    text-align: center
}

@media screen and (min-width:960px) {
    .partners-item-column-three:nth-child(3n) {
        border-right: none
    }
}

@media screen and (max-width:959px) {
    .partners-item-column-three:nth-child(2n) {
        border-right: none
    }
}

@media screen and (min-width:960px) {
    .partners-item-column-three:last-child {
        border-right: none
    }
}

@media screen and (min-width:1360px) {
    .partners-item-column-four:nth-child(4n) {
        border-right: none
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .partners-item-column-four:nth-child(3n) {
        border-right: none
    }
}

@media screen and (max-width:959px) {
    .partners-item-column-four:nth-child(2n) {
        border-right: none
    }
}

@media screen and (min-width:960px) {
    .partners-item-column-four:last-child {
        border-right: none
    }
}

.partners-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    margin: 0 auto
}

@media screen and (max-width:639px) {
    .partners-image-wrapper {
        width: 120px
    }
}

@media screen and (min-width:640px) {
    .partners-image-wrapper {
        width: 188px
    }
}

.partners-image {
    max-width: 100%;
    max-height: 100%
}

.partners-horizontal-line {
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-bottom: 1px solid transparent
}


.video {
    position: relative
}

.video-additional-background {
    position: absolute;
    top: 64%;
    left: 0;
    right: 0;
    bottom: 0
}

.video-header {
    width: 100%
}

.video-top .video-header {
    order: 1
}

.video-file-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: 100%
}

.video-file {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

    .video-file .video-image-cover {
        max-width: 100%
    }

.video-file-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background-color: #000;
    overflow: hidden;
    cursor: pointer
}

    .video-file-cover .video-image-cover {
        max-width: 100%;
        min-width: 100%
    }

.video-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-button-play-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: hsla(0,0%,7%,.56)
}

.video-button-play {
    position: relative;
    transform: translateX(4px)
}



.b-title {
    background-color: #fff
}

.b-title-wrapper {
    padding: 20px 32px
}

.b-title-text {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -.3px
}

.opacity {
    width: 100px;
    height: 100px;
    background: #000
}

.services {
    position: relative
}

    .services.align-center .services-button, .services.align-center .services-link {
        align-self: center
    }

.services-item {
    display: flex;
    width: 100%
}

.services-item-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%
}

.services-price {
    position: absolute;
    top: 16px;
    right: -8px;
    padding: 8px 12px
}

.services-price-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    z-index: 2
}

.services-button-wrapper {
    width: 100%;
    align-self: flex-start
}

.services .services-button {
    max-width: 100%
}

@media screen and (max-width:1359px) {
    .services .services-button {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (min-width:1360px) {
    .services .services-button {
        padding-left: 20px;
        padding-right: 20px
    }
}

.services-link {
    max-width: 100%;
    align-self: flex-start
}

.about {
    position: relative
}

    .about.align-center .about-row {
        justify-content: center
    }

.about-text-container {
    flex-shrink: 0
}

@media screen and (min-width:960px) {
    .about-file-container {
        margin-top: 0 !important
    }
}

.about-file-wrapper {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 56.25%
}

.about-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.about-file {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.about-file-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background-color: #000;
    overflow: hidden;
    cursor: pointer
}

.about-image-cover {
    max-width: 100%;
    min-width: 100%
}

.about-button-play-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: hsla(0,0%,7%,.56)
}

.about-button-play {
    position: relative;
    transform: translateX(4px)
}

.about-images {
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    display: flex
}

@media screen and (max-width:639px) {
    .about-images {
        margin-left: -8px;
        margin-right: -8px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .about-images {
        margin-left: -12px;
        margin-right: -12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .about-images {
        margin-left: -10px;
        margin-right: -10px
    }
}

@media screen and (min-width:1360px) {
    .about-images {
        margin-left: -24px;
        margin-right: -24px
    }
}

.about-image-wrapper {
    box-sizing: border-box;
    flex-shrink: 0
}

@media screen and (max-width:639px) {
    .about-image-wrapper {
        width: 64%;
        padding-left: 8px;
        padding-right: 8px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .about-image-wrapper {
        width: 50%;
        padding-left: 12px;
        padding-right: 12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .about-image-wrapper {
        width: 63%;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media screen and (min-width:1360px) {
    .about-image-wrapper {
        width: 50%;
        padding-left: 24px;
        padding-right: 24px
    }
}

.faq, .faq-question {
    position: relative
}

.faq-question-collapse:not(:last-child), .faq-question-horizontal:not(:last-child) {
    border-bottom-width: 2px;
    border-bottom-style: solid
}

.faq-question-collapse:not(.faq-question-collapse-active) .faq-ask {
    margin-bottom: 0
}

.faq-question-collapse:before {
    content: "";
    position: absolute;
    right: 0;
    display: block;
    width: 24px;
    height: 2px;
    box-shadow: inset 0 -2px currentColor
}

@media screen and (max-width:639px) {
    .faq-question-collapse:before {
        top: 13px
    }
}

@media screen and (min-width:640px) {
    .faq-question-collapse:before {
        top: 17px
    }
}

.faq-question-collapse:after {
    content: "";
    position: absolute;
    right: 11px;
    display: block;
    width: 2px;
    height: 24px;
    box-shadow: inset -2px 0 currentColor
}

@media screen and (max-width:639px) {
    .faq-question-collapse:after {
        top: 2px
    }
}

@media screen and (min-width:640px) {
    .faq-question-collapse:after {
        top: 6px
    }
}

.faq-question-collapse-active:after {
    display: none
}

.faq-collapse-btn {
    position: absolute;
    right: 0;
    z-index: 2;
    display: block;
    cursor: pointer;
    width: 24px;
    height: 24px
}

@media screen and (max-width:639px) {
    .faq-collapse-btn {
        top: 2px
    }
}

@media screen and (min-width:640px) {
    .faq-collapse-btn {
        top: 6px
    }
}

.faq-ask {
    transition-property: margin;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    position: relative;
    z-index: 1
}

.faq-ask-collapse {
    cursor: pointer
}

@media screen and (max-width:639px) {
    .faq-ask-collapse {
        padding-right: 35px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .faq-ask-collapse {
        padding-right: 47px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .faq-ask-collapse {
        padding-right: 77px
    }
}

@media screen and (min-width:1360px) {
    .faq-ask-collapse {
        padding-right: 96px
    }
}

.faq-answer {
    transition-property: height;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: 0s
}

.faq-answer-collapse {
    height: 0;
    overflow: hidden
}

@media screen and (max-width:639px) {
    .faq-answer-collapse {
        padding-right: 35px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .faq-answer-collapse {
        padding-right: 47px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .faq-answer-collapse {
        padding-right: 77px
    }
}

@media screen and (min-width:1360px) {
    .faq-answer-collapse {
        padding-right: 96px
    }
}

.faq-answer-collapse-active {
    height: auto
}

.text {
    position: relative
}

@media screen and (max-width:959px) {
    .text:not(.text-column) .text-row + .text-row {
        padding-top: 16px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .text:not(.text-column) .text-row + .text-row {
        padding-top: 20px
    }
}

@media screen and (min-width:1360px) {
    .text:not(.text-column) .text-row + .text-row {
        padding-top: 24px
    }
}

.text-important .text-row {
    position: relative
}

    .text-important .text-row:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 4px;
        background-color: #dd5656
    }

@media screen and (max-width:639px) {
    .text-important .text-row:after {
        left: 8px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .text-important .text-row:after {
        left: -28px
    }
}

@media screen and (min-width:960px) {
    .text-important .text-row:after {
        left: -20px
    }
}

@media screen and (max-width:639px) {
    .text-important .text-title, .text-important .text-wrapper {
        padding-left: 24px
    }
}

.text-column .text-offset-container:only-child .text-row:first-child * {
    margin-top: 0
}

@media screen and (max-width:639px) {
    .text-column .text-title {
        margin-top: 12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .text-column .text-title {
        margin-top: 14px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .text-column .text-title {
        margin-top: 14px
    }
}

@media screen and (min-width:1360px) {
    .text-column .text-title {
        margin-top: 16px
    }
}

@media screen and (max-width:639px) {
    .text-column .text-subtitle {
        margin-top: 16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .text-column .text-subtitle {
        margin-top: 24px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .text-column .text-subtitle {
        margin-top: 28px
    }
}

@media screen and (min-width:1360px) {
    .text-column .text-subtitle {
        margin-top: 28px
    }
}

@media screen and (max-width:639px) {
    .text-column .text-description {
        margin-top: 12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .text-column .text-description {
        margin-top: 16px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .text-column .text-description {
        margin-top: 16px
    }
}

@media screen and (min-width:1360px) {
    .text-column .text-description {
        margin-top: 20px
    }
}

.text-offset .text-container {
    display: flex
}

@media screen and (max-width:1359px) {
    .text-offset .text-container {
        flex-direction: column
    }
}

.text-offset .text-offset {
    flex-shrink: 0
}

@media screen and (min-width:1360px) {
    .text-offset .text-offset {
        margin-right: 48px
    }
}

@media screen and (min-width:1360px) {
    .text-offset .text-offset + .text-offset-container .text-row:first-child * {
        margin-top: 0
    }
}

.text-offset .text-offset-container {
    min-width: 0;
    flex-grow: 1
}

@media screen and (min-width:1360px) {
    .text-offset .text-overtitle {
        width: 144px;
        box-sizing: content-box
    }
}

@media screen and (min-width:640px) {
    .text-main {
        margin-bottom: 0 !important
    }
}

.text-wrapper {
    position: relative
}

@media screen and (max-width:639px) {
    .text-wrapper + .text-wrapper {
        margin-top: 32px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .text-wrapper + .text-wrapper {
        margin-top: 36px
    }
}

.text-subtitle-important {
    font-weight: 800
}

.text-description {
    font-weight: 300
}

.text-description-important {
    font-weight: 500
}

.text-image {
    height: 0;
    padding-bottom: 126%;
    overflow: hidden
}


.main-columns {
    position: relative;
    display: flex;
    min-height: 100vh;
    box-sizing: border-box;
    align-items: center;
    overflow: hidden
}

@media screen and (max-width:959px) {
    .main-columns {
        flex-wrap: wrap;
        align-items: flex-start
    }
}

.main-columns .container {
    padding-top: 20px;
    padding-bottom: 20px
}

.main-columns-left {
    flex-direction: row-reverse
}

@media screen and (max-width:959px) {
    .main-columns-left .main-columns-container {
        padding-top: 0;
        padding-bottom: 0
    }
}

@media screen and (min-width:960px) {
    .main-columns-left .main-columns-social {
        left: 0
    }
}

@media screen and (max-width:639px) {
    .main-columns-left .main-columns-additional {
        display: flex;
        min-height: 356px
    }
}

@media screen and (max-width:959px) {
    .main-columns-left .main-columns-additional {
        position: relative;
        width: 100%
    }
}

@media (min-width:640px) and (max-width:959px) {
    .main-columns-left .main-columns-additional {
        min-height: 460px
    }
}

@media screen and (min-width:960px) {
    .main-columns-left .main-columns-additional {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 50%;
        margin-bottom: 0
    }
}

@media screen and (max-width:639px) {
    .main-columns-left .main-columns-additional-wrapper {
        display: flex;
        align-items: flex-end;
        width: 100%
    }
}

@media screen and (min-width:960px) {
    .main-columns-right:not(.main-columns-with-mask) .main-columns-content-background {
        left: auto
    }
}

@media screen and (max-width:959px) {
    .main-columns-right .main-columns-container {
        padding-top: 0;
        padding-bottom: 0
    }
}

@media screen and (min-width:960px) {
    .main-columns-right .main-columns-container {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media screen and (min-width:960px) {
    .main-columns-right .main-columns-social {
        right: 0
    }
}

@media screen and (max-width:639px) {
    .main-columns-right .main-columns-additional {
        display: flex;
        min-height: 356px
    }
}

@media screen and (max-width:959px) {
    .main-columns-right .main-columns-additional {
        position: relative;
        width: 100%
    }
}

@media (min-width:640px) and (max-width:959px) {
    .main-columns-right .main-columns-additional {
        min-height: 460px
    }
}

@media screen and (min-width:960px) {
    .main-columns-right .main-columns-additional {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 50%
    }
}

@media screen and (max-width:639px) {
    .main-columns-right .main-columns-additional-wrapper {
        display: flex;
        align-items: flex-end;
        width: 100%
    }
}

.main-columns-laptop {
    flex-direction: row-reverse
}

@media screen and (max-width:959px) {
    .main-columns-laptop .main-columns-container {
        padding-bottom: 0
    }
}

@media screen and (max-width:639px) {
    .main-columns-laptop .main-columns-additional {
        max-width: 100%;
        width: 100%;
        padding: 0 20px;
        order: 1
    }
}

@media (min-width:640px) and (max-width:959px) {
    .main-columns-laptop .main-columns-additional {
        max-width: 608px;
        width: 100%;
        order: 1;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .main-columns-laptop .main-columns-additional {
        min-height: 406px
    }
}

@media screen and (min-width:1360px) {
    .main-columns-laptop .main-columns-additional {
        min-height: 554px
    }
}

@media screen and (max-width:639px) {
    .main-columns-laptop .main-columns-additional-wrapper {
        width: 100%
    }
}

@media screen and (min-width:960px) {
    .main-columns-laptop .main-columns-additional-wrapper {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 50%
    }
}

.main-columns-laptop .main-columns-laptop-wrapper {
    z-index: 3
}

@media screen and (max-width:959px) {
    .main-columns-laptop .main-columns-laptop-wrapper {
        position: relative;
        width: 100%
    }
}

@media screen and (min-width:960px) {
    .main-columns-laptop .main-columns-laptop-wrapper {
        position: absolute;
        top: 50%;
        left: 24px;
        transform: translateY(-50%)
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .main-columns-laptop .main-columns-laptop-wrapper {
        width: 648px
    }
}

@media screen and (min-width:1360px) {
    .main-columns-laptop .main-columns-laptop-wrapper {
        width: 884px
    }
}

.main-columns-laptop .main-columns-laptop-wrapper:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    transform: translate(8%,-84%);
    background-image: radial-gradient(ellipse 50% 50%,rgba(0,0,0,.3),transparent)
}

.main-columns-laptop .main-columns-laptop-background {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%
}

.main-columns-laptop .main-columns-laptop-screen-wrapper {
    position: absolute;
    top: 3.5%;
    left: 7.5%;
    z-index: 1;
    width: 85%;
    padding-bottom: 55%
}

.main-columns-laptop .main-columns-laptop-screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    overflow: hidden
}

@media screen and (min-width:960px) {
    .main-columns-laptop-only .main-columns-additional-wrapper {
        right: 50%;
        z-index: 1;
        transform: translateX(50%)
    }
}

@media screen and (min-width:960px) {
    .main-columns-laptop-only .main-columns-laptop-wrapper {
        left: 50%;
        transform: translate(-50%,-50%)
    }
}

.main-columns-laptop-only .main-columns-container {
    display: none
}

.main-columns-with-mask.main-columns-left .main-columns-additional {
    overflow: hidden
}

@media screen and (max-width:639px) {
    .main-columns-with-mask.main-columns-left .main-columns-additional {
        border-radius: 0 0 0 200px
    }
}

@media screen and (min-width:640px) {
    .main-columns-with-mask.main-columns-left .main-columns-additional {
        border-radius: 0 0 0 390px
    }
}

.main-columns-with-mask.main-columns-right .main-columns-additional {
    overflow: hidden
}

@media screen and (max-width:639px) {
    .main-columns-with-mask.main-columns-right .main-columns-additional {
        border-radius: 0 0 200px 0
    }
}

@media screen and (min-width:640px) {
    .main-columns-with-mask.main-columns-right .main-columns-additional {
        border-radius: 0 0 390px 0
    }
}

@media screen and (max-width:639px) {
    .main-columns:not(.main-columns-with-mask):not(.main-columns-laptop) .main-columns-content-background {
        top: 356px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .main-columns:not(.main-columns-with-mask):not(.main-columns-laptop) .main-columns-content-background {
        top: 460px
    }
}

@media screen and (min-width:960px) {
    .main-columns:not(.main-columns-with-mask):not(.main-columns-laptop) .main-columns-content-background {
        width: 50%
    }
}

@media screen and (max-width:959px) {
    .main-columns.block {
        min-height: 0
    }
}

.main-columns.align-center .main-columns-buttons {
    justify-content: center
}

@media (min-width:640px) and (max-width:959px) {
    .main-columns-social {
        right: 0
    }
}

.main-columns-social-container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    padding: 10px
}

@media screen and (max-width:639px) {
    .main-columns-social-container {
        justify-content: center
    }
}

.main-columns-social-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid;
    border-radius: 50%;
    margin: 6px;
    color: inherit
}

@media screen and (max-width:639px) {
    .main-columns-social-item {
        width: 36px;
        height: 36px
    }
}

@media screen and (min-width:640px) {
    .main-columns-social-item {
        width: 40px;
        height: 40px
    }
}

.main-columns-buttons {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px
}

@media screen and (max-width:959px) {
    .main-columns-buttons :last-child {
        margin-bottom: 0
    }
}

.main-columns-button {
    margin-left: 8px;
    margin-right: 8px
}

@media screen and (max-width:639px) {
    .main-columns-button {
        width: 100%
    }
}


.slider-horizontal {
    position: relative;
    overflow: hidden
}

    .slider-horizontal.text-dark .slider-horizontal-arrow-wrapper {
        background-color: hsla(0,0%,7%,.04)
    }

        .slider-horizontal.text-dark .slider-horizontal-arrow-wrapper:hover {
            background-color: hsla(0,0%,7%,.16)
        }

    .slider-horizontal.text-dark .slider-horizontal-arrow-svg {
        opacity: .56
    }

        .slider-horizontal.text-dark .slider-horizontal-arrow-svg:hover {
            opacity: .88
        }

    .slider-horizontal.text-white .slider-horizontal-arrow-wrapper {
        background-color: #fff
    }

        .slider-horizontal.text-white .slider-horizontal-arrow-wrapper:hover {
            background-color: hsla(0,0%,100%,.8)
        }

    .slider-horizontal.text-white .slider-horizontal-arrow-svg {
        opacity: .48
    }

.slider-horizontal-main {
    position: relative
}

.slider-horizontal-list-wrapper {
    margin: 0 -3px
}

@media (min-width:640px) and (max-width:959px) {
    .slider-horizontal-list-wrapper {
        margin: 0 -12px
    }
}

@media screen and (min-width:960px) {
    .slider-horizontal-list-wrapper {
        overflow: hidden
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .slider-horizontal-list-wrapper {
        margin: 0 -20px
    }
}

@media screen and (min-width:1360px) {
    .slider-horizontal-list-wrapper {
        margin: 0 -24px
    }
}

.slider-horizontal-list {
    font-size: 0;
    white-space: nowrap
}

    .slider-horizontal-list.js-list-transition {
        transition-property: transform;
        transition-duration: .3s;
        transition-timing-function: ease;
        transition-delay: 0s
    }

.slider-horizontal-slide {
    position: relative;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    vertical-align: top;
    line-height: 0;
    padding: 0 3px;
    pointer-events: none
}

@media (min-width:640px) and (max-width:959px) {
    .slider-horizontal-slide {
        padding: 0 12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .slider-horizontal-slide {
        padding: 0 20px
    }
}

@media screen and (min-width:1360px) {
    .slider-horizontal-slide {
        padding: 0 24px
    }
}

.slider-horizontal-slide-text-inside:after {
    content: "";
    position: absolute;
    top: 0;
    left: 3px;
    right: 3px;
    z-index: 1;
    height: 100%;
    background-color: rgba(51,51,51,.3)
}

@media (min-width:640px) and (max-width:959px) {
    .slider-horizontal-slide-text-inside:after {
        left: 12px;
        right: 12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .slider-horizontal-slide-text-inside:after {
        left: 20px;
        right: 20px
    }
}

@media screen and (min-width:1360px) {
    .slider-horizontal-slide-text-inside:after {
        left: 24px;
        right: 24px
    }
}

.slider-horizontal-slide-text-inside .slider-horizontal-slide-image {
    transition: opacity .2s
}

.slider-horizontal-slide-text-inside .slider-horizontal-slide-content:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background-image: linear-gradient(180deg,rgba(51,51,51,0),rgba(51,51,51,.5))
}

.slider-horizontal-slide-text-inside .slider-horizontal-slide-text {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    box-sizing: border-box
}

@media screen and (max-width:959px) {
    .slider-horizontal-slide-text-inside .slider-horizontal-slide-text {
        padding: 0 16px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .slider-horizontal-slide-text-inside .slider-horizontal-slide-text {
        padding: 0 20px
    }
}

@media screen and (min-width:1360px) {
    .slider-horizontal-slide-text-inside .slider-horizontal-slide-text {
        padding: 0 24px
    }
}

.slider-horizontal-slide-content {
    position: relative
}

    .slider-horizontal-slide-content a {
        pointer-events: auto
    }

.slider-horizontal-border {
    position: relative;
    border-width: 24px 1px 1px;
    border-style: solid;
    border-color: #f6f7f8;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: 0 12px 16px hsla(0,0%,7%,.08)
}

.slider-horizontal-border-dots {
    position: absolute;
    top: -16px;
    left: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 40px
}

.slider-horizontal-dots-item {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #e7e8ea
}

.slider-horizontal-slide-image-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 47.83%;
    overflow: hidden
}

.slider-horizontal-slide-image {
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: all
}

.slider-horizontal-slide-text {
    white-space: normal;
    pointer-events: all
}

.slider-horizontal-arrow {
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    position: absolute;
    top: 0;
    z-index: 3;
    width: 72px;
    height: 100%;
    padding: 0 20px;
    border: none;
    box-sizing: border-box;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    outline: none;
    background-color: transparent
}

@media screen and (max-width:959px) {
    .slider-horizontal-arrow {
        display: none
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .slider-horizontal-arrow-previous {
        left: -67px
    }

    .slider-horizontal-arrow-next {
        right: -67px
    }

    .slider-horizontal-arrow-static {
        height: 392px
    }
}

@media screen and (min-width:1360px) {
    .slider-horizontal-arrow-previous {
        left: -101px
    }

    .slider-horizontal-arrow-next {
        right: -101px
    }

    .slider-horizontal-arrow-static {
        height: 529px
    }
}

.slider-horizontal-arrow-next, .slider-horizontal-arrow-static.slider-horizontal-arrow-next {
    transform: rotate(180deg)
}

.slider-horizontal-arrow-wrapper {
    transition-property: background-color;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%
}

.slider-horizontal-arrow-svg {
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    color: #111
}

.slider-info-left {
    position: relative;
    overflow: hidden
}

.slider-info-left-wrapper {
    overflow: hidden
}

.slider-info-left-main {
    position: relative
}

.slider-info-left-list-wrapper {
    margin: 0 -3px
}

@media (min-width:640px) and (max-width:959px) {
    .slider-info-left-list-wrapper {
        margin: 0 -12px
    }
}

@media screen and (min-width:960px) {
    .slider-info-left-list-wrapper {
        overflow: hidden
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .slider-info-left-list-wrapper {
        margin: 0 -20px
    }
}

@media screen and (min-width:1360px) {
    .slider-info-left-list-wrapper {
        margin: 0 -24px
    }
}

.slider-info-left-list {
    font-size: 0;
    white-space: nowrap
}

    .slider-info-left-list.js-list-transition {
        transition-property: transform;
        transition-duration: .3s;
        transition-timing-function: ease;
        transition-delay: 0s
    }

.slider-info-left-slide {
    position: relative;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    vertical-align: top;
    line-height: 0;
    padding: 0 3px;
    pointer-events: none
}

@media (min-width:640px) and (max-width:959px) {
    .slider-info-left-slide {
        width: 100%;
        padding: 0 12px
    }
}

@media screen and (min-width:960px) {
    .slider-info-left-slide {
        width: 100%
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .slider-info-left-slide {
        padding: 0 20px
    }
}

@media screen and (min-width:1360px) {
    .slider-info-left-slide {
        padding: 0 24px
    }
}

.slider-info-left-slide-content {
    position: relative
}

@media screen and (min-width:960px) {
    .slider-info-left-slide-content {
        display: flex;
        align-items: flex-start;
        flex-flow: row-reverse
    }
}

.slider-info-left-slide-content a {
    pointer-events: auto
}

.slider-info-left-slide-text-content {
    min-width: 0;
    flex-grow: 1;
    pointer-events: all
}

@media (min-width:960px) and (max-width:1359px) {
    .slider-info-left-slide-text-content {
        margin-right: 40px
    }
}

@media screen and (min-width:1360px) {
    .slider-info-left-slide-text-content {
        margin-right: 47px
    }
}

.slider-info-left-slide-image-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 47.83%;
    overflow: hidden;
    flex-shrink: 0
}

@media screen and (max-width:959px) {
    .slider-info-left-slide-image-wrapper {
        padding-bottom: 100%
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .slider-info-left-slide-image-wrapper {
        width: 391px;
        height: auto
    }
}

@media screen and (min-width:1360px) {
    .slider-info-left-slide-image-wrapper {
        width: 526px;
        height: auto
    }
}

.slider-info-left-slide-image {
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: all
}

@media screen and (min-width:960px) {
    .slider-info-left-slides-count {
        margin-top: 0 !important
    }
}

.slider-info-left-slide-title {
    white-space: normal
}

@media screen and (max-width:959px) {
    .slider-info-left-slide-title {
        margin-top: 8px
    }
}

@media screen and (min-width:960px) {
    .slider-info-left-slide-title {
        margin-top: 36px
    }
}

.slider-info-left-slide-text {
    white-space: normal;
    pointer-events: all;
    opacity: 1
}

.slider-info-left-arrows {
    position: absolute;
    z-index: 3
}

@media screen and (max-width:959px) {
    .slider-info-left-arrows {
        margin-top: 100%;
        left: 0;
        transform: translateY(-75%)
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .slider-info-left-arrows {
        right: 300px;
        bottom: 0
    }
}

@media screen and (min-width:1360px) {
    .slider-info-left-arrows {
        right: 440px;
        bottom: 0
    }
}

.slider-info-left-arrow {
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    position: relative;
    display: block;
    width: 107px;
    height: 40px;
    padding: 12px 16px;
    border: none;
    box-sizing: border-box;
    text-align: left;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    outline: none;
    background-color: #ffec89
}

    .slider-info-left-arrow:hover {
        opacity: 1
    }

        .slider-info-left-arrow:hover svg {
            opacity: .56
        }

.slider-info-left-arrow-next {
    transform: rotate(180deg)
}

.slider-info-left-arrow svg {
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: 0s
}

.slider-info-left-arrow-wrapper {
    transition-property: background-color;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%
}

.slider-info-left-arrow-svg {
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    color: #111
}

.slider-info-left-dots {
    display: none
}

.slider-info-right {
    position: relative;
    overflow: hidden
}

.slider-info-right-wrapper {
    overflow: hidden
}

.slider-info-right-main {
    position: relative
}

.slider-info-right-list-wrapper {
    margin: 0 -3px
}

@media (min-width:640px) and (max-width:959px) {
    .slider-info-right-list-wrapper {
        margin: 0 -12px
    }
}

@media screen and (min-width:960px) {
    .slider-info-right-list-wrapper {
        overflow: hidden
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .slider-info-right-list-wrapper {
        margin: 0 -20px
    }
}

@media screen and (min-width:1360px) {
    .slider-info-right-list-wrapper {
        margin: 0 -24px
    }
}

.slider-info-right-list {
    font-size: 0;
    white-space: nowrap
}

    .slider-info-right-list.js-list-transition {
        transition-property: transform;
        transition-duration: .3s;
        transition-timing-function: ease;
        transition-delay: 0s
    }

.slider-info-right-slide {
    position: relative;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    vertical-align: top;
    line-height: 0;
    padding: 0 3px;
    pointer-events: none
}

@media (min-width:640px) and (max-width:959px) {
    .slider-info-right-slide {
        width: 100%;
        padding: 0 12px
    }
}

@media screen and (min-width:960px) {
    .slider-info-right-slide {
        width: 100%
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .slider-info-right-slide {
        padding: 0 20px
    }
}

@media screen and (min-width:1360px) {
    .slider-info-right-slide {
        padding: 0 24px
    }
}

.slider-info-right-slide-content {
    position: relative
}

@media screen and (min-width:960px) {
    .slider-info-right-slide-content {
        display: flex;
        align-items: flex-start
    }
}

.slider-info-right-slide-content a {
    pointer-events: auto
}

.slider-info-right-slide-image-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 47.83%;
    flex-shrink: 0;
    overflow: hidden
}

@media screen and (max-width:959px) {
    .slider-info-right-slide-image-wrapper {
        padding-bottom: 100%
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .slider-info-right-slide-image-wrapper {
        width: 391px;
        height: auto
    }
}

@media screen and (min-width:1360px) {
    .slider-info-right-slide-image-wrapper {
        width: 526px;
        height: auto
    }
}

.slider-info-right-slide-image {
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: all
}

.slider-info-right-slide-text-content {
    min-width: 0;
    flex-grow: 1;
    pointer-events: all
}

@media (min-width:960px) and (max-width:1359px) {
    .slider-info-right-slide-text-content {
        margin-left: 43px
    }
}

@media screen and (min-width:1360px) {
    .slider-info-right-slide-text-content {
        margin-left: 49px
    }
}

@media screen and (min-width:960px) {
    .slider-info-right-slide-text-content-padding {
        padding-bottom: 80px
    }
}

@media screen and (min-width:960px) {
    .slider-info-right-slides-count {
        margin-top: 0 !important
    }
}

.slider-info-right-slide-title {
    white-space: normal
}

@media screen and (max-width:959px) {
    .slider-info-right-slide-title {
        margin-top: 8px
    }
}

@media screen and (min-width:960px) {
    .slider-info-right-slide-title {
        margin-top: 36px
    }
}

.slider-info-right-slide-text {
    white-space: normal;
    pointer-events: all;
    opacity: 1
}

.slider-info-right-slide-name {
    white-space: normal
}

@media screen and (min-width:960px) {
    .slider-info-right-slide-name {
        padding-right: 140px
    }
}

.slider-info-right-slide-sign {
    white-space: normal
}

@media screen and (min-width:960px) {
    .slider-info-right-slide-sign {
        padding-right: 140px
    }
}

.slider-info-right-arrows {
    position: absolute;
    z-index: 3
}

@media screen and (max-width:959px) {
    .slider-info-right-arrows {
        margin-top: 100%;
        right: 0;
        transform: translateY(-50%)
    }
}

@media screen and (min-width:960px) {
    .slider-info-right-arrows {
        right: 0;
        bottom: 0
    }
}

.slider-info-right-arrow {
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    position: relative;
    display: block;
    width: 107px;
    height: 40px;
    padding: 12px 16px;
    border: none;
    box-sizing: border-box;
    text-align: left;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    outline: none;
    background-color: #ffec89
}

    .slider-info-right-arrow:hover {
        opacity: 1
    }

        .slider-info-right-arrow:hover svg {
            opacity: .56
        }

.slider-info-right-arrow-next {
    transform: rotate(180deg)
}

.slider-info-right-arrow svg {
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: 0s
}

.slider-info-right-arrow-wrapper {
    transition-property: background-color;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%
}

.slider-info-right-arrow-svg {
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    color: #111
}

.slider-info-right-dots {
    display: none
}

.slider-review {
    position: relative;
    overflow: hidden
}

    .slider-review.align-center .slider-review-slide-image-container {
        margin-left: auto;
        margin-right: auto
    }

    .slider-review.text-dark .slider-review-arrow-wrapper {
        background-color: hsla(0,0%,7%,.04)
    }

        .slider-review.text-dark .slider-review-arrow-wrapper:hover {
            background-color: hsla(0,0%,7%,.16)
        }

    .slider-review.text-dark .slider-review-arrow-svg {
        opacity: .56
    }

        .slider-review.text-dark .slider-review-arrow-svg:hover {
            opacity: .88
        }

    .slider-review.text-white .slider-review-arrow-wrapper {
        background-color: #fff
    }

        .slider-review.text-white .slider-review-arrow-wrapper:hover {
            background-color: hsla(0,0%,100%,.8)
        }

    .slider-review.text-white .slider-review-arrow-svg {
        opacity: .48
    }

.slider-review-main {
    position: relative
}

.slider-review-list-wrapper {
    margin: 0 -3px
}

@media (min-width:640px) and (max-width:959px) {
    .slider-review-list-wrapper {
        margin: 0 -12px
    }
}

@media screen and (min-width:960px) {
    .slider-review-list-wrapper {
        overflow: hidden
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .slider-review-list-wrapper {
        margin: 0 -20px
    }
}

@media screen and (min-width:1360px) {
    .slider-review-list-wrapper {
        margin: 0 -24px
    }
}

.slider-review-list {
    font-size: 0;
    white-space: nowrap
}

    .slider-review-list.js-list-transition {
        transition-property: transform;
        transition-duration: .3s;
        transition-timing-function: ease;
        transition-delay: 0s
    }

.slider-review-slide {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0 3px;
    box-sizing: border-box;
    vertical-align: top;
    line-height: 0;
    pointer-events: none
}

@media (min-width:640px) and (max-width:959px) {
    .slider-review-slide {
        width: 50%;
        padding: 0 12px
    }
}

@media screen and (min-width:960px) {
    .slider-review-slide {
        width: 33.333%
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .slider-review-slide {
        padding: 0 20px
    }
}

@media screen and (min-width:1360px) {
    .slider-review-slide {
        padding: 0 24px
    }
}

@media screen and (max-width:959px) {
    .slider-review-slide-image-container {
        width: 80px
    }
}

@media screen and (min-width:960px) {
    .slider-review-slide-image-container {
        width: 120px
    }
}

.slider-review-slide-image-wrapper {
    border-radius: 100%;
    transform: translateZ(0)
}

.slider-review-slide-content {
    position: relative
}

    .slider-review-slide-content a {
        pointer-events: auto
    }

.slider-review-slide-image {
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: all
}

.slider-review-slide-title {
    white-space: normal
}

.slider-review-slide-text {
    white-space: normal;
    pointer-events: all
}

.slider-review-arrow {
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    position: absolute;
    top: 0;
    z-index: 3;
    width: 72px;
    height: 100%;
    padding: 0 20px;
    border: none;
    box-sizing: border-box;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    outline: none;
    background-color: transparent
}

@media screen and (max-width:959px) {
    .slider-review-arrow {
        display: none
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .slider-review-arrow-previous {
        left: -67px
    }

    .slider-review-arrow-next {
        right: -67px
    }
}

@media screen and (min-width:1360px) {
    .slider-review-arrow-previous {
        left: -101px
    }

    .slider-review-arrow-next {
        right: -101px
    }
}

.slider-review-arrow-next {
    transform: rotate(180deg)
}

.slider-review-arrow-wrapper {
    transition-property: background-color;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%
}

.slider-review-arrow-svg {
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    color: #111
}

.slider-timeline {
    position: relative;
    overflow: hidden
}

@media screen and (max-width:639px) {
    .slider-timeline {
        padding-top: 0 !important
    }
}

.slider-timeline .slider-timeline-container {
    display: flex;
    flex-direction: column
}

.slider-timeline-row-text {
    order: 1
}

@media screen and (max-width:639px) {
    .slider-timeline-row-text {
        margin-top: 28px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .slider-timeline-row-text {
        margin-top: 24px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .slider-timeline-row-text {
        margin-top: 24px
    }
}

@media screen and (min-width:1360px) {
    .slider-timeline-row-text {
        margin-top: 28px
    }
}

@media screen and (min-width:960px) {
    .slider-timeline-row-text-reverse {
        flex-direction: column-reverse
    }
}

.slider-timeline .slider-timeline-col-text {
    display: flex;
    flex-direction: column
}

@media screen and (min-width:960px) {
    .slider-timeline .slider-timeline-col-text {
        margin-bottom: 0
    }
}

.slider-timeline .slider-timeline-col-text.slider-timeline-col-text-fullwidth {
    padding: 0
}

@media screen and (max-width:959px) {
    .slider-timeline .slider-timeline-title {
        order: 1;
        margin-bottom: 0
    }
}

@media screen and (min-width:960px) {
    .slider-timeline .slider-timeline-subtitle {
        margin-bottom: 0
    }
}

@media screen and (max-width:959px) {
    .slider-timeline .slider-timeline-col-description {
        margin-bottom: 0
    }
}

.slider-timeline-wrapper {
    overflow: hidden
}

@media screen and (max-width:639px) {
    .slider-timeline-wrapper {
        margin: 0 -16px
    }
}

@media screen and (max-width:959px) {
    .slider-timeline-wrapper {
        padding-bottom: 32px;
        margin-left: -24px;
        margin-right: -24px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .slider-timeline-wrapper {
        padding-bottom: 40px;
        margin-left: -24px;
        margin-right: -24px
    }
}

@media screen and (min-width:1360px) {
    .slider-timeline-wrapper {
        padding-bottom: 40px;
        margin-left: -48px;
        margin-right: -48px
    }
}

.slider-timeline-main {
    position: relative
}

.slider-timeline-list-wrapper {
    margin: 0 -3px;
    overflow: hidden
}

@media (min-width:640px) and (max-width:959px) {
    .slider-timeline-list-wrapper {
        margin: 0 -12px
    }
}

@media screen and (min-width:960px) {
    .slider-timeline-list-wrapper {
        overflow: hidden
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .slider-timeline-list-wrapper {
        margin: 0 -20px
    }
}

@media screen and (min-width:1360px) {
    .slider-timeline-list-wrapper {
        margin: 0 -24px
    }
}

.slider-timeline-list {
    font-size: 0;
    white-space: nowrap
}

    .slider-timeline-list.js-list-transition {
        transition-property: transform;
        transition-duration: .3s;
        transition-timing-function: ease;
        transition-delay: 0s
    }

.slider-timeline-slide {
    position: relative;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    vertical-align: top;
    line-height: 0;
    padding: 0 3px;
    pointer-events: none
}

@media (min-width:640px) and (max-width:959px) {
    .slider-timeline-slide {
        width: 100%;
        padding: 0 12px
    }
}

@media screen and (min-width:960px) {
    .slider-timeline-slide {
        width: 100%
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .slider-timeline-slide {
        padding: 0 20px
    }
}

@media screen and (min-width:1360px) {
    .slider-timeline-slide {
        padding: 0 24px
    }
}

.slider-timeline-slide-content {
    position: relative
}

    .slider-timeline-slide-content a {
        pointer-events: auto
    }

.slider-timeline-slide-image-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 47.83%;
    overflow: hidden
}

@media screen and (max-width:639px) {
    .slider-timeline-slide-image-wrapper {
        padding-bottom: 62%
    }
}

@media (min-width:640px) and (max-width:959px) {
    .slider-timeline-slide-image-wrapper {
        padding-bottom: 29.5%
    }
}

@media screen and (min-width:960px) {
    .slider-timeline-slide-image-wrapper {
        padding-bottom: 32.3333%
    }
}

.slider-timeline-arrows {
    position: absolute;
    bottom: 0;
    z-index: 4;
    transform: translateY(50%)
}

@media screen and (max-width:639px) {
    .slider-timeline-arrows {
        left: 24px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .slider-timeline-arrows {
        left: 24px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .slider-timeline-arrows {
        left: 24px
    }
}

@media screen and (min-width:1360px) {
    .slider-timeline-arrows {
        left: 48px
    }
}

.slider-timeline-arrow {
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    position: relative;
    display: block;
    width: 72px;
    height: 100%;
    padding: 0 20px;
    border: none;
    box-sizing: border-box;
    text-align: left;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    outline: none;
    background-color: #ffec89
}

@media screen and (max-width:959px) {
    .slider-timeline-arrow {
        width: 72px;
        height: 30px;
        padding: 8px 10px
    }
}

@media screen and (min-width:960px) {
    .slider-timeline-arrow {
        width: 108px;
        height: 40px;
        padding: 12px 16px
    }
}

.slider-timeline-arrow:hover {
    opacity: 1
}

    .slider-timeline-arrow:hover svg {
        opacity: .56
    }

.slider-timeline-arrow-next {
    transform: rotate(180deg)
}

.slider-timeline-arrow svg {
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: 0s
}

.slider-timeline-arrow-wrapper {
    transition-property: background-color;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%
}

.slider-timeline-arrow-svg {
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    color: #111
}

.slider-timeline-progress-bar-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: linear-gradient(1turn,rgba(0,0,0,.5),transparent);
    pointer-events: none
}

.slider-timeline-progress-bar {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    pointer-events: none
}

@media screen and (max-width:639px) {
    .slider-timeline-progress-bar {
        right: 8px;
        padding: 16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .slider-timeline-progress-bar {
        padding: 24px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .slider-timeline-progress-bar {
        padding: 24px
    }
}

@media screen and (min-width:1360px) {
    .slider-timeline-progress-bar {
        padding: 40px 48px
    }
}

.slider-timeline-progress-bar-line {
    position: relative;
    height: 6px;
    background-color: #fff
}

@media screen and (max-width:639px) {
    .slider-timeline-progress-bar-line {
        display: none
    }
}

@media (min-width:640px) and (max-width:959px) {
    .slider-timeline-progress-bar-line {
        width: 278px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .slider-timeline-progress-bar-line {
        width: 384px
    }
}

@media screen and (min-width:1360px) {
    .slider-timeline-progress-bar-line {
        width: 528px
    }
}

.slider-timeline-progress-bar-line-complete {
    transition-property: width;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #ffec89
}

.slider-timeline-progress-bar-count {
    margin-left: 16px
}

.slider-timeline-dots {
    display: none
}

.slider-with-navigation {
    position: relative;
    overflow: hidden;
    color: #fff;
    background-color: #333
}

    .slider-with-navigation.align-center .slider-with-navigation-item-bottom-number {
        margin-left: auto;
        margin-right: auto
    }

    .slider-with-navigation .slider-with-navigation-container {
        padding: 0;
        max-width: 100%
    }

.slider-with-navigation-main, .slider-with-navigation-wrapper {
    position: relative
}

@media screen and (min-width:960px) {
    .slider-with-navigation-list-wrapper {
        overflow: hidden
    }
}

.slider-with-navigation-list {
    display: flex;
    flex-wrap: nowrap;
    font-size: 0;
    white-space: nowrap
}

    .slider-with-navigation-list.js-list-transition {
        transition-property: transform;
        transition-duration: .3s;
        transition-timing-function: ease;
        transition-delay: 0s
    }

.slider-with-navigation-slide {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    min-height: 100vh;
    box-sizing: border-box;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: top;
    line-height: 0;
    pointer-events: none
}

    .slider-with-navigation-slide.text-dark .slider-with-navigation-slide-content:before {
        display: none
    }

.slider-with-navigation-slide-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: inherit;
    height: inherit;
    box-sizing: border-box
}

@media screen and (max-width:639px) {
    .slider-with-navigation-slide-content {
        padding-bottom: 140px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .slider-with-navigation-slide-content {
        padding-bottom: 160px
    }
}

@media screen and (min-width:960px) {
    .slider-with-navigation-slide-content {
        padding-bottom: 200px
    }
}

.slider-with-navigation-slide-content:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    height: 50%;
    pointer-events: none
}

.slider-with-navigation-slide-content a {
    pointer-events: auto
}

.slider-with-navigation-row {
    margin-top: 32px
}

@media screen and (max-width:639px) {
    .slider-with-navigation-row {
        padding: 56px 0
    }
}

@media (min-width:640px) and (max-width:959px) {
    .slider-with-navigation-row {
        padding: 64px 0
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .slider-with-navigation-row {
        padding: 64px 0
    }
}

@media screen and (min-width:1360px) {
    .slider-with-navigation-row {
        padding: 72px 0
    }
}

.slider-with-navigation-slide-description, .slider-with-navigation-slide-title-text {
    white-space: normal
}

.slider-with-navigation-list-bottom {
    position: absolute;
    left: 50%;
    z-index: 3;
    width: 100%;
    transform: translateX(-50%)
}

@media screen and (max-width:639px) {
    .slider-with-navigation-list-bottom {
        bottom: 28px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .slider-with-navigation-list-bottom {
        bottom: 56px
    }
}

@media screen and (min-width:960px) {
    .slider-with-navigation-list-bottom {
        bottom: 48px
    }
}

@media screen and (max-width:639px) {
    .slider-with-navigation-list-bottom-container {
        overflow-x: auto
    }
}

@media screen and (min-width:640px) {
    .slider-with-navigation-list-bottom-container {
        overflow: hidden
    }
}

.slider-with-navigation .slider-with-navigation-list-bottom-row {
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    flex-wrap: nowrap
}

.slider-with-navigation-item-bottom-wrapper {
    min-width: 168px;
    flex-shrink: 0
}

.slider-with-navigation-item-bottom-wrapper-three {
    width: 33.3%
}

.slider-with-navigation-item-bottom-wrapper-two {
    width: 50%
}

.slider-with-navigation-item-bottom {
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    display: flex;
    flex-direction: column;
    height: 100%;
    cursor: pointer
}

    .slider-with-navigation-item-bottom:not(:hover):not(.js-item-bottom-active) {
        opacity: .56
    }

.slider-with-navigation-item-bottom-number {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    pointer-events: none
}

@media screen and (max-width:959px) {
    .slider-with-navigation-item-bottom-number {
        width: 36px;
        height: 36px
    }
}

@media screen and (min-width:960px) {
    .slider-with-navigation-item-bottom-number {
        width: 48px;
        height: 48px
    }
}

.slider-with-navigation-item-bottom-title {
    min-height: 0;
    flex-grow: 1;
    pointer-events: none;
    overflow: hidden
}

@media screen and (max-width:959px) {
    .slider-with-navigation-item-bottom-title {
        max-height: 32px
    }
}

@media screen and (min-width:960px) {
    .slider-with-navigation-item-bottom-title {
        max-height: 40px
    }
}

.slider-with-navigation-item-bottom-border {
    width: 100%;
    border-top-width: 2px;
    border-top-style: solid;
    flex-shrink: 0
}

.slider-with-navigation-dots {
    display: none
}

.slider-image-block {
    visibility: hidden;
    display: flex;
}

.advantages-blocks-default {
    position: relative
}

.advantages-blocks-default-wrapper {
    position: relative;
    height: 100%;
    box-sizing: border-box
}

@media screen and (max-width:639px) {
    .advantages-blocks-default-wrapper {
        padding: 20px 0 24px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .advantages-blocks-default-wrapper {
        padding: 28px 0 24px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .advantages-blocks-default-wrapper {
        padding: 24px 0
    }
}

@media screen and (min-width:1360px) {
    .advantages-blocks-default-wrapper {
        padding: 28px 0
    }
}

@media screen and (max-width:1359px) {
    .advantages-blocks-default-wrapper-padding {
        padding: 20px
    }
}

@media screen and (min-width:1360px) {
    .advantages-blocks-default-wrapper-padding {
        padding: 24px
    }
}

.advantages-blocks-default-wrapper .background {
    z-index: -1
}

.advantages-blocks-default-image {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: top
}

.advantages-blocks-double {
    position: relative
}

    .advantages-blocks-double.align-center .advantages-blocks-double-content {
        align-items: center
    }



.advantages-blocks-double-col {
    display: flex
}

    .advantages-blocks-double-col > * {
        width: 100%;
        height: 100%
    }

.advantages-blocks-double-content, .advantages-blocks-double-wrapper {
    position: relative;
    display: flex;
    flex-direction: column
}

.advantages-blocks-double-content {
    z-index: 2;
    align-items: flex-start;
    justify-content: flex-end;
    flex-grow: 1;
    box-sizing: border-box;
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.8))
}

.advantages-blocks-double-description, .advantages-blocks-double-title {
    width: 100%
}

.advantages-blocks-full-width {
    position: relative
}

.advantages-blocks-full-width-item {
    position: relative;
    display: block
}

@media (min-width:960px) and (max-width:1359px) {
    .advantages-blocks-full-width-item:nth-child(odd) .advantages-blocks-full-width-text {
        padding: 28px 0 28px 28px
    }
}

@media screen and (min-width:1360px) {
    .advantages-blocks-full-width-item:nth-child(odd) .advantages-blocks-full-width-text {
        padding: 40px 0 40px 40px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .advantages-blocks-full-width-item:nth-child(odd) .advantages-blocks-full-width-image-wrapper {
        padding: 28px 28px 0 0
    }
}

@media screen and (min-width:1360px) {
    .advantages-blocks-full-width-item:nth-child(odd) .advantages-blocks-full-width-image-wrapper {
        padding: 40px 40px 0 0
    }
}

@media screen and (min-width:960px) {
    .advantages-blocks-full-width-item:nth-child(2n) .advantages-blocks-full-width-content {
        flex-direction: row-reverse
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .advantages-blocks-full-width-item:nth-child(2n) .advantages-blocks-full-width-text {
        padding: 28px 28px 28px 0
    }
}

@media screen and (min-width:1360px) {
    .advantages-blocks-full-width-item:nth-child(2n) .advantages-blocks-full-width-text {
        padding: 40px 40px 40px 0
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .advantages-blocks-full-width-item:nth-child(2n) .advantages-blocks-full-width-image-wrapper {
        padding: 28px 0 0 28px
    }
}

@media screen and (min-width:1360px) {
    .advantages-blocks-full-width-item:nth-child(2n) .advantages-blocks-full-width-image-wrapper {
        padding: 40px 0 0 40px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .advantages-blocks-full-width-item.advantages-blocks-full-width-item-only-text .advantages-blocks-full-width-text {
        padding: 28px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .advantages-blocks-full-width-item.advantages-blocks-full-width-item-only-text .advantages-blocks-full-width-text {
        padding: 28px
    }
}

@media screen and (min-width:1360px) {
    .advantages-blocks-full-width-item.advantages-blocks-full-width-item-only-text .advantages-blocks-full-width-text {
        padding: 40px
    }
}

.advantages-blocks-full-width-content {
    position: relative;
    z-index: 2
}

@media screen and (max-width:639px) {
    .advantages-blocks-full-width-content {
        flex-direction: column-reverse
    }
}

@media screen and (min-width:960px) {
    .advantages-blocks-full-width-content {
        overflow: hidden
    }
}

@media screen and (max-width:639px) {
    .advantages-blocks-full-width-text {
        padding: 20px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .advantages-blocks-full-width-text {
        padding: 28px 28px 0
    }
}

.advantages-blocks-full-width-image-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    box-sizing: border-box
}

@media screen and (max-width:639px) {
    .advantages-blocks-full-width-image-wrapper {
        padding: 20px 20px 0
    }
}

@media (min-width:640px) and (max-width:959px) {
    .advantages-blocks-full-width-image-wrapper {
        padding: 28px 28px 0
    }
}

@media screen and (min-width:960px) {
    .advantages-blocks-full-width-image {
        box-shadow: 0 16px 16px hsla(0,0%,7%,.08)
    }
}

.advantages-blocks-full-image {
    position: relative
}

.advantages-blocks-full-image-with-image.advantages-blocks-full-image-with-background .advantages-blocks-full-image-image-wrapper {
    overflow: hidden
}

.advantages-blocks-full-image-with-image .advantages-blocks-full-image-image-wrapper {
    position: relative;
    height: 0;
    padding-top: 58.33%
}

.advantages-blocks-full-image-with-image .advantages-blocks-full-image-numbers {
    position: absolute;
    bottom: -12px
}

@media screen and (max-width:1359px) {
    .advantages-blocks-full-image-with-image .advantages-blocks-full-image-numbers {
        left: 16px;
        right: 16px
    }
}

@media screen and (min-width:1360px) {
    .advantages-blocks-full-image-with-image .advantages-blocks-full-image-numbers {
        left: 20px;
        right: 20px
    }
}

@media screen and (max-width:1359px) {
    .advantages-blocks-full-image-with-background.advantages-blocks-full-image-without-image .advantages-blocks-full-image-wrapper {
        padding: 20px
    }
}

@media screen and (min-width:1360px) {
    .advantages-blocks-full-image-with-background.advantages-blocks-full-image-without-image .advantages-blocks-full-image-wrapper {
        padding: 24px
    }
}

@media screen and (max-width:1359px) {
    .advantages-blocks-full-image-with-background.advantages-blocks-full-image-with-image .advantages-blocks-full-image-text-wrapper {
        padding: 20px
    }
}

@media screen and (min-width:1360px) {
    .advantages-blocks-full-image-with-background.advantages-blocks-full-image-with-image .advantages-blocks-full-image-text-wrapper {
        padding: 24px
    }
}

@media screen and (max-width:639px) {
    .advantages-blocks-full-image-item {
        padding-top: 8px;
        padding-bottom: 8px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .advantages-blocks-full-image-item {
        display: flex;
        padding-top: 12px;
        padding-bottom: 12px
    }
}

@media screen and (min-width:960px) {
    .advantages-blocks-full-image-item {
        display: flex;
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.advantages-blocks-full-image-draggable {
    width: 100%
}

.advantages-blocks-full-image-wrapper {
    position: relative
}

@media screen and (min-width:640px) {
    .advantages-blocks-full-image-wrapper {
        height: 100%;
        box-sizing: border-box;
        flex-grow: 1
    }
}

.advantages-blocks-full-image-wrapper .background {
    z-index: -1
}

.advantages-blocks-full-image-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.advantages-blocks-full-image-numbers {
    font-size: 112px;
    line-height: 96px;
    font-weight: 400;
    font-family: DIN Pro Cond,helvetica,arial,sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    z-index: 2
}

.advantages-blocks-overlay {
    position: relative
}

    .advantages-blocks-overlay.align-center .advantages-blocks-overlay-content {
        align-items: center
    }

.advantages-blocks-overlay-with-image .advantages-blocks-overlay-wrapper {
    height: 100%
}

@media screen and (max-width:639px) {
    .advantages-blocks-overlay-with-image .advantages-blocks-overlay-wrapper {
        min-height: 232px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .advantages-blocks-overlay-with-image .advantages-blocks-overlay-wrapper {
        min-height: 300px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .advantages-blocks-overlay-with-image .advantages-blocks-overlay-wrapper {
        min-height: 316px
    }
}

@media screen and (min-width:1360px) {
    .advantages-blocks-overlay-with-image .advantages-blocks-overlay-wrapper {
        min-height: 352px
    }
}

@media screen and (max-width:639px) {
    .advantages-blocks-overlay-with-image .advantages-blocks-overlay-content {
        padding: 16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .advantages-blocks-overlay-with-image .advantages-blocks-overlay-content {
        padding: 20px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .advantages-blocks-overlay-with-image .advantages-blocks-overlay-content {
        padding: 20px
    }
}

@media screen and (min-width:1360px) {
    .advantages-blocks-overlay-with-image .advantages-blocks-overlay-content {
        padding: 24px
    }
}

@media screen and (min-width:960px) {
    .advantages-blocks-overlay-col-not-integer {
        max-width: 50%;
        flex-grow: 1
    }
}

.advantages-blocks-overlay-content, .advantages-blocks-overlay-wrapper {
    position: relative;
    display: flex;
    flex-direction: column
}

.advantages-blocks-overlay-content {
    z-index: 2;
    align-items: flex-start;
    justify-content: space-between;
    flex-grow: 1;
    box-sizing: border-box
}

.advantages-blocks-overlay-text {
    max-width: 100%
}

.advantages-columns {
    position: relative
}

.advantages-columns-number {
    font-family: DIN Pro Cond,helvetica,arial,sans-serif
}

@media screen and (max-width:639px) {
    .advantages-columns-number {
        font-size: 72px;
        line-height: 80px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .advantages-columns-number {
        font-size: 96px;
        line-height: 108px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .advantages-columns-number {
        font-size: 112px;
        line-height: 96px
    }
}

@media screen and (min-width:1360px) {
    .advantages-columns-number {
        font-size: 112px;
        line-height: 96px
    }
}

@media screen and (min-width:960px) {
    .advantages-columns-item:nth-last-child(-n+3) {
        margin-bottom: 0
    }
}

@media (min-width:640px) and (max-width:959px) {
    .advantages-columns-item:nth-last-child(-n+2) {
        margin-bottom: 0
    }
}

.advantages-columns-text {
    font-weight: 300
}

.advantages-columns-images {
    position: relative
}

.advantages-columns-images-item {
    position: relative;
    display: flex
}

.advantages-columns-images-icon {
    position: relative;
    flex-shrink: 0;
    overflow: hidden
}

@media screen and (max-width:639px) {
    .advantages-columns-images-icon {
        width: 32px;
        height: 32px
    }
}

@media screen and (min-width:640px) {
    .advantages-columns-images-icon {
        width: 40px;
        height: 40px
    }
}

@media screen and (max-width:639px) {
    .advantages-columns-images-icon + .advantages-columns-images-text-wrapper {
        margin-left: 16px
    }
}

@media screen and (min-width:640px) {
    .advantages-columns-images-icon + .advantages-columns-images-text-wrapper {
        margin-left: 20px
    }
}

.advantages-columns-images-text-wrapper {
    width: 100%
}

.advantages-columns-images-draggable {
    display: block
}

@font-face {
    font-family: DIN Pro Cond;
    src: url(/font/DINPro-CondensedBold.eot);
    src: url(/font/DINPro-CondensedBold.eot#iefix) format("embedded-opentype"), url(/font/DINPro-CondensedBold.woff2) format("woff2"), url(/font/DINPro-CondensedBold.woff) format("woff"), url(/font/DINPro-CondensedBold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

.advantages-vertical {
    position: relative
}

    .advantages-vertical.text-white .advantages-vertical-item-with-lines:after, .advantages-vertical.text-white .advantages-vertical-item-with-lines:first-child:before {
        background-color: hsla(0,0%,100%,.56)
    }

.advantages-vertical-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

.advantages-vertical-item-baseline {
    align-items: baseline
}

.advantages-vertical-item-any-number {
    flex-direction: column
}

    .advantages-vertical-item-any-number .advantages-vertical-text-wrapper {
        margin-left: 0 !important
    }

.advantages-vertical-item .advantages-vertical-number {
    width: 100%
}

@media screen and (max-width:639px) {
    .advantages-vertical-item .advantages-vertical-number {
        font-size: 40px;
        line-height: 48px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .advantages-vertical-item .advantages-vertical-number {
        font-size: 48px;
        line-height: 56px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .advantages-vertical-item .advantages-vertical-number {
        font-size: 56px;
        line-height: 64px
    }
}

@media screen and (min-width:1360px) {
    .advantages-vertical-item .advantages-vertical-number {
        font-size: 64px;
        line-height: 72px
    }
}

@media screen and (max-width:639px) {
    .advantages-vertical-item .advantages-vertical-number + .advantages-vertical-text-wrapper {
        margin-left: 12px
    }
}

@media screen and (min-width:640px) {
    .advantages-vertical-item .advantages-vertical-number + .advantages-vertical-text-wrapper {
        margin-left: 32px
    }
}

@media screen and (max-width:639px) {
    .advantages-vertical-item-with-lines {
        min-height: 56px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .advantages-vertical-item-with-lines {
        min-height: 64px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .advantages-vertical-item-with-lines {
        min-height: 80px
    }
}

@media screen and (min-width:1360px) {
    .advantages-vertical-item-with-lines {
        min-height: 64px
    }
}

.advantages-vertical-item-with-lines:after {
    background-color: hsla(0,0%,7%,.24);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px
}

.advantages-vertical-item-with-lines:first-child:before {
    background-color: hsla(0,0%,7%,.24);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px
}

.advantages-vertical-item-with-lines .advantages-vertical-number {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink: 0
}

    .advantages-vertical-item-with-lines .advantages-vertical-number:focus {
        text-overflow: clip
    }

@media screen and (max-width:639px) {
    .advantages-vertical-item-with-lines .advantages-vertical-number {
        font-size: 48px;
        line-height: 54px;
        width: 56px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .advantages-vertical-item-with-lines .advantages-vertical-number {
        font-size: 72px;
        line-height: 80px;
        width: 80px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .advantages-vertical-item-with-lines .advantages-vertical-number {
        font-size: 72px;
        line-height: 80px;
        width: 88px
    }
}

@media screen and (min-width:1360px) {
    .advantages-vertical-item-with-lines .advantages-vertical-number {
        font-size: 80px;
        line-height: 64px;
        width: 96px
    }
}

@media screen and (max-width:639px) {
    .advantages-vertical-item-with-lines + .advantages-vertical-text-wrapper {
        margin-left: 20px
    }
}

@media screen and (min-width:640px) {
    .advantages-vertical-item-with-lines + .advantages-vertical-text-wrapper {
        margin-left: 32px
    }
}

@media screen and (max-width:959px) {
    .advantages-vertical-item-with-circle-number {
        min-height: 48px
    }
}

@media screen and (min-width:960px) {
    .advantages-vertical-item-with-circle-number {
        min-height: 64px
    }
}

.advantages-vertical-text-wrapper {
    width: 100%
}

@media screen and (min-width:960px) {
    .advantages-vertical-image-column {
        order: 2;
        margin-bottom: 0 !important
    }
}

.advantages-vertical-number-din {
    font-family: DIN Pro Cond,helvetica,arial,sans-serif
}

.advantages-vertical-circle-number {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-width: 2px;
    border-style: solid;
    box-sizing: border-box;
    border-radius: 100%
}

@media screen and (max-width:959px) {
    .advantages-vertical-circle-number {
        width: 48px;
        height: 48px;
        font-size: 21px
    }
}

@media screen and (min-width:960px) {
    .advantages-vertical-circle-number {
        width: 64px;
        height: 64px;
        font-size: 32px
    }
}

@media screen and (max-width:639px) {
    .advantages-vertical-circle-number + .advantages-vertical-text-wrapper {
        margin-left: 20px
    }
}

@media screen and (min-width:640px) {
    .advantages-vertical-circle-number + .advantages-vertical-text-wrapper {
        margin-left: 32px
    }
}

.advantages-vertical-text {
    font-weight: 300
}

.advantages-vertical-draggable {
    display: block
}

.advantages-with-images {
    position: relative
}

.advantages-with-images-item {
    position: relative;
    display: flex;
    text-align: left
}

.advantages-with-images-icon {
    position: relative;
    flex-shrink: 0;
    overflow: hidden
}

@media screen and (max-width:639px) {
    .advantages-with-images-icon {
        width: 32px;
        height: 32px
    }
}

@media screen and (min-width:640px) {
    .advantages-with-images-icon {
        width: 40px;
        height: 40px
    }
}

@media screen and (max-width:639px) {
    .advantages-with-images-icon + .advantages-with-images-text-wrapper {
        margin-left: 16px
    }
}

@media screen and (min-width:640px) {
    .advantages-with-images-icon + .advantages-with-images-text-wrapper {
        margin-left: 20px
    }
}

.advantages-with-images-text-wrapper {
    width: 100%
}

@media screen and (min-width:960px) {
    .advantages-with-images-image-column {
        order: 2;
        margin-bottom: 0 !important
    }
}

.advantages-with-images-draggable {
    display: block
}


.contacts-extensible-column {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden
}

@media screen and (max-width:959px) {
    .contacts-extensible-column {
        flex-direction: column
    }
}

@media screen and (min-width:960px) {
    .contacts-extensible-column {
        min-height: 100vh
    }
}

.contacts-extensible-column.align-center .contacts-extensible-column-item {
    flex-direction: column;
    align-items: center
}

.contacts-extensible-column.align-center .contacts-extensible-column-icon-wrapper {
    margin-right: 0
}

@media screen and (min-width:960px) {
    .contacts-extensible-column-left {
        flex-direction: row-reverse
    }
}

@media screen and (min-width:960px) {
    .contacts-extensible-column-left .contacts-extensible-column-map {
        right: 0
    }
}

@media screen and (min-width:960px) {
    .contacts-extensible-column-right .contacts-extensible-column-map {
        left: 0
    }
}

.contacts-extensible-column-map {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width:639px) {
    .contacts-extensible-column-map {
        height: 284px
    }
}

@media screen and (max-width:959px) {
    .contacts-extensible-column-map {
        width: 100%
    }
}

@media (min-width:640px) and (max-width:959px) {
    .contacts-extensible-column-map {
        height: 460px
    }
}

@media screen and (min-width:960px) {
    .contacts-extensible-column-map {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 50%;
        height: 100%;
        margin-bottom: 0 !important
    }
}

@media screen and (min-width:960px) {
    .contacts-extensible-column-map-full-width {
        width: 100%
    }
}

.contacts-extensible-column-map-data {
    width: 100%;
    height: inherit
}

@media screen and (min-width:960px) {
    .contacts-extensible-column-content {
        margin-bottom: 0 !important
    }
}

.contacts-extensible-column-item {
    display: flex
}

    .contacts-extensible-column-item:first-child {
        margin-top: 0 !important
    }

.contacts-extensible-column-icon-wrapper {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #e7e8ea;
    border-radius: 50%;
    margin-right: 20px;
    overflow: hidden
}

.contacts-extensible-column-icon, .contacts-extensible-column-icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box
}

.contacts-extensible-column-icon {
    width: 24px;
    height: 24px
}

.contacts-extensible-column-info {
    min-width: 0;
    padding-top: 4px;
    flex-grow: 1
}

.contacts-extensible-default {
    position: relative
}

.contacts-extensible-default-with-map {
    padding-bottom: 0
}

@media screen and (max-width:959px) {
    .contacts-extensible-default-item-wrapper {
        margin-bottom: 0 !important
    }

        .contacts-extensible-default-item-wrapper:first-child {
            margin-top: 0 !important
        }
}

@media screen and (min-width:960px) {
    .contacts-extensible-default-item-wrapper {
        margin-top: 0 !important
    }
}

.contacts-extensible-default-item {
    display: flex;
    text-align: left
}

.contacts-extensible-default-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    flex-shrink: 0;
    overflow: hidden
}

@media screen and (max-width:639px) {
    .contacts-extensible-default-icon {
        width: 48px;
        height: 48px;
        margin-right: 20px
    }
}

@media screen and (min-width:640px) {
    .contacts-extensible-default-icon {
        width: 64px;
        height: 64px;
        margin-right: 32px
    }
}

.contacts-extensible-default-info {
    flex-grow: 1;
    min-width: 0
}

@media screen and (max-width:639px) {
    .contacts-extensible-default-info {
        padding-top: 9px
    }
}

@media screen and (min-width:640px) {
    .contacts-extensible-default-info {
        padding-top: 12px
    }
}

.contacts-extensible-default-map {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width:639px) {
    .contacts-extensible-default-map {
        height: 240px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .contacts-extensible-default-map {
        height: 320px
    }
}

@media screen and (min-width:960px) {
    .contacts-extensible-default-map {
        height: 320px
    }
}

.contacts-extensible-default-map-data {
    width: 100%;
    height: inherit
}

.partners-slider {
    position: relative
}

@media screen and (max-width:959px) {
    .partners-slider {
        overflow: hidden
    }
}

.partners-slider.align-center .partners-slider-description {
    margin-left: auto;
    margin-right: auto
}

.partners-slider.text-dark .partners-slider-arrow-wrapper {
    background-color: hsla(0,0%,7%,.04)
}

    .partners-slider.text-dark .partners-slider-arrow-wrapper:hover {
        background-color: hsla(0,0%,7%,.16)
    }

.partners-slider.text-dark .partners-slider-arrow-svg {
    opacity: .56
}

    .partners-slider.text-dark .partners-slider-arrow-svg:hover {
        opacity: .88
    }

.partners-slider.text-white .partners-slider-arrow-wrapper {
    background-color: #fff
}

    .partners-slider.text-white .partners-slider-arrow-wrapper:hover {
        background-color: hsla(0,0%,100%,.8)
    }

.partners-slider.text-white .partners-slider-arrow-svg {
    opacity: .48
}

.partners-slider-slider-main {
    position: relative
}

.partners-slider-arrow {
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    position: absolute;
    top: 0;
    z-index: 3;
    width: 64px;
    height: 100%;
    padding: 0 16px;
    border: none;
    box-sizing: border-box;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    outline: none;
    background-color: transparent
}

@media screen and (max-width:959px) {
    .partners-slider-arrow {
        display: none
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .partners-slider-arrow-previous {
        left: -67px
    }

    .partners-slider-arrow-next {
        right: -67px
    }
}

@media screen and (min-width:1360px) {
    .partners-slider-arrow-previous {
        right: 100%
    }

    .partners-slider-arrow-next {
        left: 100%
    }
}

.partners-slider-arrow-next {
    transform: rotate(180deg)
}

.partners-slider-arrow-wrapper {
    transition-property: background-color;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%
}

.partners-slider-arrow-svg {
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    color: #111
}

.partners-slider-list-wrapper {
    overflow: hidden
}

@media screen and (max-width:959px) {
    .partners-slider-list-wrapper {
        overflow: visible
    }
}

.partners-slider-list {
    display: flex
}

@media screen and (max-width:959px) {
    .partners-slider-list {
        overflow-x: auto;
        pointer-events: auto
    }
}

.partners-slider-list-transition {
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: 0s
}

.partners-slider-item {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    flex-shrink: 0
}

@media screen and (max-width:639px) {
    .partners-slider-item {
        width: 188px;
        padding-left: 9px;
        padding-right: 9px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .partners-slider-item {
        width: 216px;
        padding-left: 14px;
        padding-right: 14px
    }
}

@media screen and (min-width:960px) {
    .partners-slider-item {
        width: 25%
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .partners-slider-item {
        padding-left: 9px;
        padding-right: 9px
    }
}

@media screen and (min-width:1360px) {
    .partners-slider-item {
        padding-left: 32px;
        padding-right: 32px
    }
}

.partners-slider-item-with-divider {
    border-right-width: 1px;
    border-right-style: solid
}

    .partners-slider-item-with-divider:last-child {
        border: 0
    }

.partners-slider-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    margin: 0 auto;
    overflow: hidden
}

@media screen and (max-width:639px) {
    .partners-slider-image-wrapper {
        width: 120px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .partners-slider-image-wrapper {
        width: 168px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .partners-slider-image-wrapper {
        width: 168px
    }
}

@media screen and (min-width:1360px) {
    .partners-slider-image-wrapper {
        width: 188px
    }
}

.partners-slider-image {
    max-width: 100%;
    max-height: 100%
}

.partners-slider-item-text {
    word-break: break-word
}

.reviews-horizontal {
    position: relative
}

    .reviews-horizontal.align-center.reviews-horizontal-double .reviews-horizontal-top {
        flex-direction: column;
        align-items: center
    }

    .reviews-horizontal:not(.align-center).reviews-horizontal-double .reviews-horizontal-image-wrapper {
        margin-right: 24px;
        margin-bottom: 0 !important
    }

.reviews-horizontal-double .reviews-horizontal-top {
    display: flex
}

@media screen and (max-width:639px) {
    .reviews-horizontal-double .reviews-horizontal-top {
        align-items: center
    }
}

.reviews-horizontal-double .reviews-horizontal-image-wrapper {
    width: 96px;
    height: 96px;
    flex-shrink: 0
}

    .reviews-horizontal-double .reviews-horizontal-image-wrapper .image-square {
        border-radius: 100%
    }

.reviews-horizontal-image-wrapper {
    display: block;
    max-width: 100%;
    overflow: hidden
}

.reviews-vertical {
    position: relative
}

@media screen and (min-width:960px) {
    .reviews-vertical-item:nth-of-type(2n) .reviews-vertical-info {
        order: -1
    }
}

@media screen and (min-width:960px) {
    .reviews-vertical-image-wrapper {
        margin-bottom: 0 !important
    }
}


.draggable-wrapper {
    height: 100%
}


.schedule-row {
    position: relative
}

    .schedule-row.align-center {
        text-align: center
    }

.schedule-row-container > :first-child {
    margin-top: 0
}

.schedule-row-description {
    font-weight: 300
}

@media screen and (max-width:639px) {
    .schedule-row-description {
        margin-top: 16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .schedule-row-description {
        margin-top: 24px
    }
}

@media screen and (min-width:960px) {
    .schedule-row-description {
        margin-top: 28px
    }
}

.schedule-row-list {
    text-align: left
}

@media screen and (max-width:639px) {
    .schedule-row-list {
        margin-top: 40px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .schedule-row-list {
        margin-top: 48px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .schedule-row-list {
        margin-top: 48px
    }
}

@media screen and (min-width:1360px) {
    .schedule-row-list {
        margin-top: 56px
    }
}

.schedule-row-line {
    border-top-width: 1px;
    border-top-style: solid
}

@media screen and (max-width:639px) {
    .schedule-row-item {
        padding: 20px 0
    }
}

@media (min-width:640px) and (max-width:959px) {
    .schedule-row-item {
        padding: 32px 0 24px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .schedule-row-item {
        padding: 32px 0 24px
    }
}

@media screen and (min-width:1360px) {
    .schedule-row-item {
        padding: 36px 0 28px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .schedule-row-item-text:not(.schedule-row-item-text-single) .schedule-row-item-description:only-child {
        margin-top: 8px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .schedule-row-item-text:not(.schedule-row-item-text-single) .schedule-row-item-description:only-child {
        margin-top: 4px
    }
}

@media screen and (min-width:1360px) {
    .schedule-row-item-text:not(.schedule-row-item-text-single) .schedule-row-item-description:only-child {
        margin-top: 12px
    }
}

.schedule-row-item-text-single :first-child {
    margin-top: 0
}

.schedule-row-time {
    font-weight: 800
}

@media screen and (max-width:639px) {
    .schedule-row-time {
        margin-top: 20px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .schedule-row-time {
        margin-top: 8px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .schedule-row-time {
        margin-top: 4px
    }
}

@media screen and (min-width:1360px) {
    .schedule-row-time {
        margin-top: 8px
    }
}

.schedule-row-item-description {
    font-weight: 300
}

@media screen and (max-width:639px) {
    .schedule-row-item-description {
        margin-top: 8px
    }
}

@media screen and (min-width:640px) {
    .schedule-row-item-description {
        margin-top: 12px
    }
}

.padding-top-l {
    padding-top: 72px
}

.padding-top-m {
    padding-top: 36px
}

.padding-top-s {
    padding-top: 20px
}

.padding-bottom-l {
    padding-bottom: 72px
}

.padding-bottom-m {
    padding-bottom: 36px
}

.padding-bottom-s {
    padding-bottom: 20px
}

body {
    font-family: pragmatica,sans-serif
}

    body.font-ubuntu-opensans {
        font-family: Open Sans,sans-serif;
        font-weight: 400
    }

        body.font-ubuntu-opensans .font-title {
            font-family: Ubuntu,sans-serif;
            font-weight: 400
        }

    body.font-pragmatica-opensans {
        font-family: Open Sans,sans-serif;
        font-weight: 400
    }

        body.font-pragmatica-opensans .font-title {
            font-family: pragmatica,helvetica,arial,sans-serif;
            font-weight: 400
        }

    body.font-raleway-roboto {
        font-family: Roboto,sans-serif;
        font-weight: 400
    }

        body.font-raleway-roboto .font-title {
            font-family: Raleway,sans-serif;
            font-weight: 400
        }

    body.font-roboto-opensans {
        font-family: Open Sans,sans-serif;
        font-weight: 300
    }

        body.font-roboto-opensans .font-title {
            font-family: Roboto,sans-serif;
            font-weight: 300
        }

    body.font-merriweather-roboto {
        font-family: Roboto,sans-serif;
        font-weight: 400
    }

        body.font-merriweather-roboto .font-title {
            font-family: Merriweather,serif;
            font-weight: 400
        }

    body.font-merriweather-opensans {
        font-family: Open Sans,sans-serif;
        font-weight: 400
    }

        body.font-merriweather-opensans .font-title {
            font-family: Merriweather,serif;
            font-weight: 400
        }

    body.font-playfair-roboto {
        font-family: Roboto,sans-serif;
        font-weight: 300
    }

        body.font-playfair-roboto .font-title {
            font-family: Playfair Display,serif;
            font-weight: 400
        }

    body.font-pacifico-roboto {
        font-family: Roboto,sans-serif;
        font-weight: 400
    }

        body.font-pacifico-roboto .font-title {
            font-family: Pacifico,cursive;
            font-weight: 400
        }

    body.font-coiny-roboto {
        font-family: Roboto,sans-serif;
        font-weight: 400
    }

        body.font-coiny-roboto .font-title {
            font-family: Coiny,sans-serif;
            font-weight: 400
        }

    body.font-firasans-robotomono {
        font-family: Roboto Mono,monospace,system-ui;
        font-weight: 400
    }

        body.font-firasans-robotomono .font-title {
            font-family: Fira Sans Extra Condensed,sans-serif;
            font-weight: 400
        }

    body.font-montserrat-roboto {
        font-family: Roboto,sans-serif;
        font-weight: 400
    }

        body.font-montserrat-roboto .font-title {
            font-family: Montserrat,sans-serif;
            font-weight: 400
        }

blockquote, body, button, code, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, html, input, legend, li, ol, p, pre, td, textarea, th, ul {
    padding: 0;
    margin: 0;
    font-weight: 400
}

* {
    outline-color: #ffdd2d
}

ol, ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button, input, select, textarea {
    font-family: inherit;
    color: inherit;
    outline: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none
}

::-moz-selection {
    background-color: #ffdd2d;
    color: #fff
}

::selection {
    background-color: #ffdd2d;
    color: #fff
}

body, html {
    font-size: 15px;
    line-height: 1.333;
    font-weight: 400;
    position: relative;
    width: 100%;
    min-width: 300px;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: none;
    -webkit-overflow-scrolling: touch;
    word-wrap: break-word;
    word-break: break-word
}

html {
    -webkit-perspective: none !important
}

b, strong {
    font-weight: 700 !important
}

a {
    color: inherit
}

.site-wrapper {
    overflow: hidden;
    position: relative;
    min-height: 100vh
}

@keyframes a {
    0%,50%,to {
        transform: translateY(0)
    }

    65% {
        transform: translateY(-15%)
    }

    80% {
        transform: translateY(30%)
    }
}

@keyframes b {
    0%,50%,65%,to {
        transform: translateY(0);
        opacity: 1
    }

    75%,80% {
        transform: translateY(30%);
        opacity: 0
    }
}



.timer {
    position: relative;
    display: inline-flex
}

@media screen and (min-width:960px) {
    .timer-small-size .timer-item + .timer-item {
        padding-left: 12px
    }
}

@media screen and (min-width:960px) {
    .timer-small-size .timer-item + .timer-item .timer-label, .timer-small-size .timer-item + .timer-item .timer-value {
        padding-left: 28px
    }
}

@media screen and (min-width:960px) {
    .timer-small-size .timer-value {
        font-size: 64px;
        line-height: 52px;
        font-weight: 400;
        font-family: DIN Pro Cond,helvetica,arial,sans-serif
    }
}

@media screen and (min-width:960px) {
    .timer-small-size .timer-label {
        margin-top: 8px
    }
}

.timer-item {
    flex-shrink: 0;
    box-sizing: border-box;
    text-align: left
}

@media screen and (max-width:959px) {
    .timer-item {
        max-width: 64px
    }
}

@media screen and (max-width:959px) {
    .timer-item + .timer-item {
        padding-left: 8px
    }
}

@media screen and (min-width:960px) {
    .timer-item + .timer-item {
        padding-left: 20px
    }
}

@media screen and (max-width:959px) {
    .timer-item + .timer-item .timer-value {
        padding-left: 16px
    }
}

@media screen and (min-width:960px) {
    .timer-item + .timer-item .timer-value {
        padding-left: 50px
    }
}

.timer-item + .timer-item .timer-value:before {
    content: ":";
    position: absolute;
    left: 0
}

@media screen and (max-width:959px) {
    .timer-item + .timer-item .timer-value:before {
        bottom: 6px
    }
}

@media screen and (min-width:960px) {
    .timer-item + .timer-item .timer-value:before {
        bottom: 10px
    }
}

@media screen and (max-width:959px) {
    .timer-item + .timer-item .timer-label {
        padding-left: 18px
    }
}

@media screen and (min-width:960px) {
    .timer-item + .timer-item .timer-label {
        padding-left: 54px
    }
}

.timer-value {
    position: relative
}

@media screen and (max-width:959px) {
    .timer-value {
        font-size: 48px;
        line-height: 40px;
        font-weight: 400;
        font-family: DIN Pro Cond,helvetica,arial,sans-serif
    }
}

@media screen and (min-width:960px) {
    .timer-value {
        font-size: 112px;
        line-height: 96px;
        font-weight: 400;
        font-family: DIN Pro Cond,helvetica,arial,sans-serif
    }
}

.timer-label {
    white-space: nowrap
}

@media screen and (max-width:959px) {
    .timer-label {
        font-size: 14px;
        line-height: 20px;
        padding-left: 2px;
        margin-top: 2px
    }
}

@media screen and (min-width:960px) {
    .timer-label {
        font-size: 16px;
        line-height: 24px;
        padding-left: 4px;
        margin-top: 4px
    }
}

.container {
    display: block;
    z-index: 2;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto
}

@media screen and (max-width:639px) {
    .container {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .container {
        max-width: 608px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .container {
        max-width: 824px
    }
}

@media screen and (min-width:1360px) {
    .container {
        max-width: 1104px
    }
}

.container:not(.container-no-position) {
    position: relative
}

.row, .row-square {
    display: flex;
    flex-wrap: wrap
}

.row-square-align-center, .row-align-center {
    align-items: center
}

.row-square-align-start, .row-align-start {
    align-items: flex-start
}

.row-square-align-end, .row-align-end {
    align-items: flex-end
}

.row-square-center, .row-center {
    justify-content: center
}

.row-square-nowrap, .row-nowrap {
    flex-wrap: nowrap
}

.row-square-fullwidth, .row-fullwidth {
    width: 100%
}

@media screen and (max-width:639px) {
    .row-square .col-1 {
        width: 8.33333333%;
        padding: 8px;
        box-sizing: border-box
    }

    .row-square .col-2 {
        width: 16.66666667%;
        padding: 8px;
        box-sizing: border-box
    }

    .row-square .col-3 {
        width: 25%;
        padding: 8px;
        box-sizing: border-box
    }

    .row-square .col-4 {
        width: 33.33333333%;
        padding: 8px;
        box-sizing: border-box
    }

    .row-square .col-5 {
        width: 41.66666667%;
        padding: 8px;
        box-sizing: border-box
    }

    .row-square .col-6 {
        width: 50%;
        padding: 8px;
        box-sizing: border-box
    }

    .row-square .col-7 {
        width: 58.33333333%;
        padding: 8px;
        box-sizing: border-box
    }

    .row-square .col-8 {
        width: 66.66666667%;
        padding: 8px;
        box-sizing: border-box
    }

    .row-square .col-9 {
        width: 75%;
        padding: 8px;
        box-sizing: border-box
    }

    .row-square .col-10 {
        width: 83.33333333%;
        padding: 8px;
        box-sizing: border-box
    }

    .row-square .col-11 {
        width: 91.66666667%;
        padding: 8px;
        box-sizing: border-box
    }

    .row-square .col-12 {
        width: 100%;
        padding: 8px;
        box-sizing: border-box
    }

    .row-square .col-xs-1 {
        width: 8.33333333%;
        padding: 8px;
        box-sizing: border-box
    }

    .row-square .col-xs-2 {
        width: 16.66666667%;
        padding: 8px;
        box-sizing: border-box
    }

    .row-square .col-xs-3 {
        width: 25%;
        padding: 8px;
        box-sizing: border-box
    }

    .row-square .col-xs-4 {
        width: 33.33333333%;
        padding: 8px;
        box-sizing: border-box
    }

    .row-square .col-xs-5 {
        width: 41.66666667%;
        padding: 8px;
        box-sizing: border-box
    }

    .row-square .col-xs-6 {
        width: 50%;
        padding: 8px;
        box-sizing: border-box
    }

    .row-square .col-xs-7 {
        width: 58.33333333%;
        padding: 8px;
        box-sizing: border-box
    }

    .row-square .col-xs-8 {
        width: 66.66666667%;
        padding: 8px;
        box-sizing: border-box
    }

    .row-square .col-xs-9 {
        width: 75%;
        padding: 8px;
        box-sizing: border-box
    }

    .row-square .col-xs-10 {
        width: 83.33333333%;
        padding: 8px;
        box-sizing: border-box
    }

    .row-square .col-xs-11 {
        width: 91.66666667%;
        padding: 8px;
        box-sizing: border-box
    }

    .row-square .col-xs-12 {
        width: 100%;
        padding: 8px;
        box-sizing: border-box
    }
}

@media (min-width:640px) and (max-width:959px) {
    .row-square .col-1 {
        width: 8.33333333%;
        padding: 12px;
        box-sizing: border-box
    }

    .row-square .col-2 {
        width: 16.66666667%;
        padding: 12px;
        box-sizing: border-box
    }

    .row-square .col-3 {
        width: 25%;
        padding: 12px;
        box-sizing: border-box
    }

    .row-square .col-4 {
        width: 33.33333333%;
        padding: 12px;
        box-sizing: border-box
    }

    .row-square .col-5 {
        width: 41.66666667%;
        padding: 12px;
        box-sizing: border-box
    }

    .row-square .col-6 {
        width: 50%;
        padding: 12px;
        box-sizing: border-box
    }

    .row-square .col-7 {
        width: 58.33333333%;
        padding: 12px;
        box-sizing: border-box
    }

    .row-square .col-8 {
        width: 66.66666667%;
        padding: 12px;
        box-sizing: border-box
    }

    .row-square .col-9 {
        width: 75%;
        padding: 12px;
        box-sizing: border-box
    }

    .row-square .col-10 {
        width: 83.33333333%;
        padding: 12px;
        box-sizing: border-box
    }

    .row-square .col-11 {
        width: 91.66666667%;
        padding: 12px;
        box-sizing: border-box
    }

    .row-square .col-12 {
        width: 100%;
        padding: 12px;
        box-sizing: border-box
    }

    .row-square .col-sm-1 {
        width: 8.33333333%;
        padding: 12px;
        box-sizing: border-box
    }

    .row-square .col-sm-2 {
        width: 16.66666667%;
        padding: 12px;
        box-sizing: border-box
    }

    .row-square .col-sm-3 {
        width: 25%;
        padding: 12px;
        box-sizing: border-box
    }

    .row-square .col-sm-4 {
        width: 33.33333333%;
        padding: 12px;
        box-sizing: border-box
    }

    .row-square .col-sm-5 {
        width: 41.66666667%;
        padding: 12px;
        box-sizing: border-box
    }

    .row-square .col-sm-6 {
        width: 50%;
        padding: 12px;
        box-sizing: border-box
    }

    .row-square .col-sm-7 {
        width: 58.33333333%;
        padding: 12px;
        box-sizing: border-box
    }

    .row-square .col-sm-8 {
        width: 66.66666667%;
        padding: 12px;
        box-sizing: border-box
    }

    .row-square .col-sm-9 {
        width: 75%;
        padding: 12px;
        box-sizing: border-box
    }

    .row-square .col-sm-10 {
        width: 83.33333333%;
        padding: 12px;
        box-sizing: border-box
    }

    .row-square .col-sm-11 {
        width: 91.66666667%;
        padding: 12px;
        box-sizing: border-box
    }

    .row-square .col-sm-12 {
        width: 100%;
        padding: 12px;
        box-sizing: border-box
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .row-square .col-1 {
        width: 8.33333333%;
        padding: 20px;
        box-sizing: border-box
    }

    .row-square .col-2 {
        width: 16.66666667%;
        padding: 20px;
        box-sizing: border-box
    }

    .row-square .col-3 {
        width: 25%;
        padding: 20px;
        box-sizing: border-box
    }

    .row-square .col-4 {
        width: 33.33333333%;
        padding: 20px;
        box-sizing: border-box
    }

    .row-square .col-5 {
        width: 41.66666667%;
        padding: 20px;
        box-sizing: border-box
    }

    .row-square .col-6 {
        width: 50%;
        padding: 20px;
        box-sizing: border-box
    }

    .row-square .col-7 {
        width: 58.33333333%;
        padding: 20px;
        box-sizing: border-box
    }

    .row-square .col-8 {
        width: 66.66666667%;
        padding: 20px;
        box-sizing: border-box
    }

    .row-square .col-9 {
        width: 75%;
        padding: 20px;
        box-sizing: border-box
    }

    .row-square .col-10 {
        width: 83.33333333%;
        padding: 20px;
        box-sizing: border-box
    }

    .row-square .col-11 {
        width: 91.66666667%;
        padding: 20px;
        box-sizing: border-box
    }

    .row-square .col-12 {
        width: 100%;
        padding: 20px;
        box-sizing: border-box
    }

    .row-square .col-md-1 {
        width: 8.33333333%;
        padding: 20px;
        box-sizing: border-box
    }

    .row-square .col-md-2 {
        width: 16.66666667%;
        padding: 20px;
        box-sizing: border-box
    }

    .row-square .col-md-3 {
        width: 25%;
        padding: 20px;
        box-sizing: border-box
    }

    .row-square .col-md-4 {
        width: 33.33333333%;
        padding: 20px;
        box-sizing: border-box
    }

    .row-square .col-md-5 {
        width: 41.66666667%;
        padding: 20px;
        box-sizing: border-box
    }

    .row-square .col-md-6 {
        width: 50%;
        padding: 20px;
        box-sizing: border-box
    }

    .row-square .col-md-7 {
        width: 58.33333333%;
        padding: 20px;
        box-sizing: border-box
    }

    .row-square .col-md-8 {
        width: 66.66666667%;
        padding: 20px;
        box-sizing: border-box
    }

    .row-square .col-md-9 {
        width: 75%;
        padding: 20px;
        box-sizing: border-box
    }

    .row-square .col-md-10 {
        width: 83.33333333%;
        padding: 20px;
        box-sizing: border-box
    }

    .row-square .col-md-11 {
        width: 91.66666667%;
        padding: 20px;
        box-sizing: border-box
    }

    .row-square .col-md-12 {
        width: 100%;
        padding: 20px;
        box-sizing: border-box
    }
}

@media screen and (min-width:1360px) {
    .row-square .col-1 {
        width: 8.33333333%;
        padding: 24px;
        box-sizing: border-box
    }

    .row-square .col-2 {
        width: 16.66666667%;
        padding: 24px;
        box-sizing: border-box
    }

    .row-square .col-3 {
        width: 25%;
        padding: 24px;
        box-sizing: border-box
    }

    .row-square .col-4 {
        width: 33.33333333%;
        padding: 24px;
        box-sizing: border-box
    }

    .row-square .col-5 {
        width: 41.66666667%;
        padding: 24px;
        box-sizing: border-box
    }

    .row-square .col-6 {
        width: 50%;
        padding: 24px;
        box-sizing: border-box
    }

    .row-square .col-7 {
        width: 58.33333333%;
        padding: 24px;
        box-sizing: border-box
    }

    .row-square .col-8 {
        width: 66.66666667%;
        padding: 24px;
        box-sizing: border-box
    }

    .row-square .col-9 {
        width: 75%;
        padding: 24px;
        box-sizing: border-box
    }

    .row-square .col-10 {
        width: 83.33333333%;
        padding: 24px;
        box-sizing: border-box
    }

    .row-square .col-11 {
        width: 91.66666667%;
        padding: 24px;
        box-sizing: border-box
    }

    .row-square .col-12 {
        width: 100%;
        padding: 24px;
        box-sizing: border-box
    }

    .row-square .col-lg-1 {
        width: 8.33333333%;
        padding: 24px;
        box-sizing: border-box
    }

    .row-square .col-lg-2 {
        width: 16.66666667%;
        padding: 24px;
        box-sizing: border-box
    }

    .row-square .col-lg-3 {
        width: 25%;
        padding: 24px;
        box-sizing: border-box
    }

    .row-square .col-lg-4 {
        width: 33.33333333%;
        padding: 24px;
        box-sizing: border-box
    }

    .row-square .col-lg-5 {
        width: 41.66666667%;
        padding: 24px;
        box-sizing: border-box
    }

    .row-square .col-lg-6 {
        width: 50%;
        padding: 24px;
        box-sizing: border-box
    }

    .row-square .col-lg-7 {
        width: 58.33333333%;
        padding: 24px;
        box-sizing: border-box
    }

    .row-square .col-lg-8 {
        width: 66.66666667%;
        padding: 24px;
        box-sizing: border-box
    }

    .row-square .col-lg-9 {
        width: 75%;
        padding: 24px;
        box-sizing: border-box
    }

    .row-square .col-lg-10 {
        width: 83.33333333%;
        padding: 24px;
        box-sizing: border-box
    }

    .row-square .col-lg-11 {
        width: 91.66666667%;
        padding: 24px;
        box-sizing: border-box
    }

    .row-square .col-lg-12 {
        width: 100%;
        padding: 24px;
        box-sizing: border-box
    }
}

@media screen and (max-width:639px) {
    .row-square:not(.row-square-no-margin) {
        margin: -8px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .row-square:not(.row-square-no-margin) {
        margin: -12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .row-square:not(.row-square-no-margin) {
        margin: -20px
    }
}

@media screen and (min-width:1360px) {
    .row-square:not(.row-square-no-margin) {
        margin: -24px
    }
}

@media screen and (max-width:639px) {
    .row .col-1 {
        width: 8.33333333%
    }

    .row .col-1, .row .col-2 {
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box
    }

    .row .col-2 {
        width: 16.66666667%
    }

    .row .col-3 {
        width: 25%
    }

    .row .col-3, .row .col-4 {
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box
    }

    .row .col-4 {
        width: 33.33333333%
    }

    .row .col-5 {
        width: 41.66666667%
    }

    .row .col-5, .row .col-6 {
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box
    }

    .row .col-6 {
        width: 50%
    }

    .row .col-7 {
        width: 58.33333333%
    }

    .row .col-7, .row .col-8 {
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box
    }

    .row .col-8 {
        width: 66.66666667%
    }

    .row .col-9 {
        width: 75%
    }

    .row .col-9, .row .col-10 {
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box
    }

    .row .col-10 {
        width: 83.33333333%
    }

    .row .col-11 {
        width: 91.66666667%
    }

    .row .col-11, .row .col-12 {
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box
    }

    .row .col-12 {
        width: 100%
    }

    .row .col-xs-1 {
        width: 8.33333333%
    }

    .row .col-xs-1, .row .col-xs-2 {
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box
    }

    .row .col-xs-2 {
        width: 16.66666667%
    }

    .row .col-xs-3 {
        width: 25%
    }

    .row .col-xs-3, .row .col-xs-4 {
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box
    }

    .row .col-xs-4 {
        width: 33.33333333%
    }

    .row .col-xs-5 {
        width: 41.66666667%
    }

    .row .col-xs-5, .row .col-xs-6 {
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box
    }

    .row .col-xs-6 {
        width: 50%
    }

    .row .col-xs-7 {
        width: 58.33333333%
    }

    .row .col-xs-7, .row .col-xs-8 {
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box
    }

    .row .col-xs-8 {
        width: 66.66666667%
    }

    .row .col-xs-9 {
        width: 75%
    }

    .row .col-xs-9, .row .col-xs-10 {
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box
    }

    .row .col-xs-10 {
        width: 83.33333333%
    }

    .row .col-xs-11 {
        width: 91.66666667%
    }

    .row .col-xs-11, .row .col-xs-12 {
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box
    }

    .row .col-xs-12 {
        width: 100%
    }
}

@media (min-width:640px) and (max-width:959px) {
    .row .col-1 {
        width: 8.33333333%
    }

    .row .col-1, .row .col-2 {
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box
    }

    .row .col-2 {
        width: 16.66666667%
    }

    .row .col-3 {
        width: 25%
    }

    .row .col-3, .row .col-4 {
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box
    }

    .row .col-4 {
        width: 33.33333333%
    }

    .row .col-5 {
        width: 41.66666667%
    }

    .row .col-5, .row .col-6 {
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box
    }

    .row .col-6 {
        width: 50%
    }

    .row .col-7 {
        width: 58.33333333%
    }

    .row .col-7, .row .col-8 {
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box
    }

    .row .col-8 {
        width: 66.66666667%
    }

    .row .col-9 {
        width: 75%
    }

    .row .col-9, .row .col-10 {
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box
    }

    .row .col-10 {
        width: 83.33333333%
    }

    .row .col-11 {
        width: 91.66666667%
    }

    .row .col-11, .row .col-12 {
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box
    }

    .row .col-12 {
        width: 100%
    }

    .row .col-sm-1 {
        width: 8.33333333%
    }

    .row .col-sm-1, .row .col-sm-2 {
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box
    }

    .row .col-sm-2 {
        width: 16.66666667%
    }

    .row .col-sm-3 {
        width: 25%
    }

    .row .col-sm-3, .row .col-sm-4 {
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box
    }

    .row .col-sm-4 {
        width: 33.33333333%
    }

    .row .col-sm-5 {
        width: 41.66666667%
    }

    .row .col-sm-5, .row .col-sm-6 {
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box
    }

    .row .col-sm-6 {
        width: 50%
    }

    .row .col-sm-7 {
        width: 58.33333333%
    }

    .row .col-sm-7, .row .col-sm-8 {
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box
    }

    .row .col-sm-8 {
        width: 66.66666667%
    }

    .row .col-sm-9 {
        width: 75%
    }

    .row .col-sm-9, .row .col-sm-10 {
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box
    }

    .row .col-sm-10 {
        width: 83.33333333%
    }

    .row .col-sm-11 {
        width: 91.66666667%
    }

    .row .col-sm-11, .row .col-sm-12 {
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box
    }

    .row .col-sm-12 {
        width: 100%
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .row .col-1 {
        width: 8.33333333%
    }

    .row .col-1, .row .col-2 {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box
    }

    .row .col-2 {
        width: 16.66666667%
    }

    .row .col-3 {
        width: 25%
    }

    .row .col-3, .row .col-4 {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box
    }

    .row .col-4 {
        width: 33.33333333%
    }

    .row .col-5 {
        width: 41.66666667%
    }

    .row .col-5, .row .col-6 {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box
    }

    .row .col-6 {
        width: 50%
    }

    .row .col-7 {
        width: 58.33333333%
    }

    .row .col-7, .row .col-8 {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box
    }

    .row .col-8 {
        width: 66.66666667%
    }

    .row .col-9 {
        width: 75%
    }

    .row .col-9, .row .col-10 {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box
    }

    .row .col-10 {
        width: 83.33333333%
    }

    .row .col-11 {
        width: 91.66666667%
    }

    .row .col-11, .row .col-12 {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box
    }

    .row .col-12 {
        width: 100%
    }

    .row .col-md-1 {
        width: 8.33333333%
    }

    .row .col-md-1, .row .col-md-2 {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box
    }

    .row .col-md-2 {
        width: 16.66666667%
    }

    .row .col-md-3 {
        width: 25%
    }

    .row .col-md-3, .row .col-md-4 {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box
    }

    .row .col-md-4 {
        width: 33.33333333%
    }

    .row .col-md-5 {
        width: 41.66666667%
    }

    .row .col-md-5, .row .col-md-6 {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box
    }

    .row .col-md-6 {
        width: 50%
    }

    .row .col-md-7 {
        width: 58.33333333%
    }

    .row .col-md-7, .row .col-md-8 {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box
    }

    .row .col-md-8 {
        width: 66.66666667%
    }

    .row .col-md-9 {
        width: 75%
    }

    .row .col-md-9, .row .col-md-10 {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box
    }

    .row .col-md-10 {
        width: 83.33333333%
    }

    .row .col-md-11 {
        width: 91.66666667%
    }

    .row .col-md-11, .row .col-md-12 {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box
    }

    .row .col-md-12 {
        width: 100%
    }
}

@media screen and (min-width:1360px) {
    .row .col-1 {
        width: 8.33333333%
    }

    .row .col-1, .row .col-2 {
        padding-left: 24px;
        padding-right: 24px;
        box-sizing: border-box
    }

    .row .col-2 {
        width: 16.66666667%
    }

    .row .col-3 {
        width: 25%
    }

    .row .col-3, .row .col-4 {
        padding-left: 24px;
        padding-right: 24px;
        box-sizing: border-box
    }

    .row .col-4 {
        width: 33.33333333%
    }

    .row .col-5 {
        width: 41.66666667%
    }

    .row .col-5, .row .col-6 {
        padding-left: 24px;
        padding-right: 24px;
        box-sizing: border-box
    }

    .row .col-6 {
        width: 50%
    }

    .row .col-7 {
        width: 58.33333333%
    }

    .row .col-7, .row .col-8 {
        padding-left: 24px;
        padding-right: 24px;
        box-sizing: border-box
    }

    .row .col-8 {
        width: 66.66666667%
    }

    .row .col-9 {
        width: 75%
    }

    .row .col-9, .row .col-10 {
        padding-left: 24px;
        padding-right: 24px;
        box-sizing: border-box
    }

    .row .col-10 {
        width: 83.33333333%
    }

    .row .col-11 {
        width: 91.66666667%
    }

    .row .col-11, .row .col-12 {
        padding-left: 24px;
        padding-right: 24px;
        box-sizing: border-box
    }

    .row .col-12 {
        width: 100%
    }

    .row .col-lg-1 {
        width: 8.33333333%
    }

    .row .col-lg-1, .row .col-lg-2 {
        padding-left: 24px;
        padding-right: 24px;
        box-sizing: border-box
    }

    .row .col-lg-2 {
        width: 16.66666667%
    }

    .row .col-lg-3 {
        width: 25%
    }

    .row .col-lg-3, .row .col-lg-4 {
        padding-left: 24px;
        padding-right: 24px;
        box-sizing: border-box
    }

    .row .col-lg-4 {
        width: 33.33333333%
    }

    .row .col-lg-5 {
        width: 41.66666667%
    }

    .row .col-lg-5, .row .col-lg-6 {
        padding-left: 24px;
        padding-right: 24px;
        box-sizing: border-box
    }

    .row .col-lg-6 {
        width: 50%
    }

    .row .col-lg-7 {
        width: 58.33333333%
    }

    .row .col-lg-7, .row .col-lg-8 {
        padding-left: 24px;
        padding-right: 24px;
        box-sizing: border-box
    }

    .row .col-lg-8 {
        width: 66.66666667%
    }

    .row .col-lg-9 {
        width: 75%
    }

    .row .col-lg-9, .row .col-lg-10 {
        padding-left: 24px;
        padding-right: 24px;
        box-sizing: border-box
    }

    .row .col-lg-10 {
        width: 83.33333333%
    }

    .row .col-lg-11 {
        width: 91.66666667%
    }

    .row .col-lg-11, .row .col-lg-12 {
        padding-left: 24px;
        padding-right: 24px;
        box-sizing: border-box
    }

    .row .col-lg-12 {
        width: 100%
    }
}

@media screen and (max-width:639px) {
    .row:not(.row-no-margin) {
        margin-left: -8px;
        margin-right: -8px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .row:not(.row-no-margin) {
        margin-left: -12px;
        margin-right: -12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .row:not(.row-no-margin) {
        margin-left: -20px;
        margin-right: -20px
    }
}

@media screen and (min-width:1360px) {
    .row:not(.row-no-margin) {
        margin-left: -24px;
        margin-right: -24px
    }
}

@media screen and (max-width:639px) {
    .col-1 {
        width: 8.33333333%
    }

    .col-1, .col-2 {
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box
    }

    .col-2 {
        width: 16.66666667%
    }

    .col-3 {
        width: 25%
    }

    .col-3, .col-4 {
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box
    }

    .col-4 {
        width: 33.33333333%
    }

    .col-5 {
        width: 41.66666667%
    }

    .col-5, .col-6 {
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box
    }

    .col-6 {
        width: 50%
    }

    .col-7 {
        width: 58.33333333%
    }

    .col-7, .col-8 {
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box
    }

    .col-8 {
        width: 66.66666667%
    }

    .col-9 {
        width: 75%
    }

    .col-9, .col-10 {
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box
    }

    .col-10 {
        width: 83.33333333%
    }

    .col-11 {
        width: 91.66666667%
    }

    .col-11, .col-12 {
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box
    }

    .col-12 {
        width: 100%
    }

    .col-xs-1 {
        width: 8.33333333%
    }

    .col-xs-1, .col-xs-2 {
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box
    }

    .col-xs-2 {
        width: 16.66666667%
    }

    .col-xs-3 {
        width: 25%
    }

    .col-xs-3, .col-xs-4 {
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box
    }

    .col-xs-4 {
        width: 33.33333333%
    }

    .col-xs-5 {
        width: 41.66666667%
    }

    .col-xs-5, .col-xs-6 {
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box
    }

    .col-xs-6 {
        width: 50%
    }

    .col-xs-7 {
        width: 58.33333333%
    }

    .col-xs-7, .col-xs-8 {
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box
    }

    .col-xs-8 {
        width: 66.66666667%
    }

    .col-xs-9 {
        width: 75%
    }

    .col-xs-9, .col-xs-10 {
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box
    }

    .col-xs-10 {
        width: 83.33333333%
    }

    .col-xs-11 {
        width: 91.66666667%
    }

    .col-xs-11, .col-xs-12 {
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box
    }

    .col-xs-12 {
        width: 100%
    }
}

@media (min-width:640px) and (max-width:959px) {
    .col-1 {
        width: 8.33333333%
    }

    .col-1, .col-2 {
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box
    }

    .col-2 {
        width: 16.66666667%
    }

    .col-3 {
        width: 25%
    }

    .col-3, .col-4 {
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box
    }

    .col-4 {
        width: 33.33333333%
    }

    .col-5 {
        width: 41.66666667%
    }

    .col-5, .col-6 {
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box
    }

    .col-6 {
        width: 50%
    }

    .col-7 {
        width: 58.33333333%
    }

    .col-7, .col-8 {
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box
    }

    .col-8 {
        width: 66.66666667%
    }

    .col-9 {
        width: 75%
    }

    .col-9, .col-10 {
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box
    }

    .col-10 {
        width: 83.33333333%
    }

    .col-11 {
        width: 91.66666667%
    }

    .col-11, .col-12 {
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box
    }

    .col-12 {
        width: 100%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-1, .col-sm-2 {
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-3, .col-sm-4 {
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-5, .col-sm-6 {
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-7, .col-sm-8 {
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-9, .col-sm-10 {
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-11, .col-sm-12 {
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box
    }

    .col-sm-12 {
        width: 100%
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .col-1 {
        width: 8.33333333%
    }

    .col-1, .col-2 {
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box
    }

    .col-2 {
        width: 16.66666667%
    }

    .col-3 {
        width: 25%
    }

    .col-3, .col-4 {
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box
    }

    .col-4 {
        width: 33.33333333%
    }

    .col-5 {
        width: 41.66666667%
    }

    .col-5, .col-6 {
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box
    }

    .col-6 {
        width: 50%
    }

    .col-7 {
        width: 58.33333333%
    }

    .col-7, .col-8 {
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box
    }

    .col-8 {
        width: 66.66666667%
    }

    .col-9 {
        width: 75%
    }

    .col-9, .col-10 {
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box
    }

    .col-10 {
        width: 83.33333333%
    }

    .col-11 {
        width: 91.66666667%
    }

    .col-11, .col-12 {
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box
    }

    .col-12 {
        width: 100%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-1, .col-md-2 {
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-3, .col-md-4 {
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-5, .col-md-6 {
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-7, .col-md-8 {
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-9, .col-md-10 {
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-11, .col-md-12 {
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box
    }

    .col-md-12 {
        width: 100%
    }
}

@media screen and (min-width:1360px) {
    .col-1 {
        width: 8.33333333%
    }

    .col-1, .col-2 {
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box
    }

    .col-2 {
        width: 16.66666667%
    }

    .col-3 {
        width: 25%
    }

    .col-3, .col-4 {
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box
    }

    .col-4 {
        width: 33.33333333%
    }

    .col-5 {
        width: 41.66666667%
    }

    .col-5, .col-6 {
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box
    }

    .col-6 {
        width: 50%
    }

    .col-7 {
        width: 58.33333333%
    }

    .col-7, .col-8 {
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box
    }

    .col-8 {
        width: 66.66666667%
    }

    .col-9 {
        width: 75%
    }

    .col-9, .col-10 {
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box
    }

    .col-10 {
        width: 83.33333333%
    }

    .col-11 {
        width: 91.66666667%
    }

    .col-11, .col-12 {
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box
    }

    .col-12 {
        width: 100%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-1, .col-lg-2 {
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-3, .col-lg-4 {
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-5, .col-lg-6 {
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-7, .col-lg-8 {
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-9, .col-lg-10 {
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-11, .col-lg-12 {
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box
    }

    .col-lg-12 {
        width: 100%
    }
}

.col-offset-1 {
    margin-left: 8.33333333%
}

.col-offset-2 {
    margin-left: 16.66666667%
}

.col-offset-3 {
    margin-left: 25%
}

.col-offset-4 {
    margin-left: 33.33333333%
}

.col-offset-5 {
    margin-left: 41.66666667%
}

.col-offset-6 {
    margin-left: 50%
}

.col-offset-7 {
    margin-left: 58.33333333%
}

.col-offset-8 {
    margin-left: 66.66666667%
}

.col-offset-9 {
    margin-left: 75%
}

.col-offset-10 {
    margin-left: 83.33333333%
}

.col-offset-11 {
    margin-left: 91.66666667%
}

.col-offset-12 {
    margin-left: 100%
}

@media screen and (max-width:639px) {
    .col-offset-xs-1 {
        margin-left: 8.33333333%
    }

    .col-offset-xs-2 {
        margin-left: 16.66666667%
    }

    .col-offset-xs-3 {
        margin-left: 25%
    }

    .col-offset-xs-4 {
        margin-left: 33.33333333%
    }

    .col-offset-xs-5 {
        margin-left: 41.66666667%
    }

    .col-offset-xs-6 {
        margin-left: 50%
    }

    .col-offset-xs-7 {
        margin-left: 58.33333333%
    }

    .col-offset-xs-8 {
        margin-left: 66.66666667%
    }

    .col-offset-xs-9 {
        margin-left: 75%
    }

    .col-offset-xs-10 {
        margin-left: 83.33333333%
    }

    .col-offset-xs-11 {
        margin-left: 91.66666667%
    }

    .col-offset-xs-12 {
        margin-left: 100%
    }
}

@media (min-width:640px) and (max-width:959px) {
    .col-offset-sm-1 {
        margin-left: 8.33333333%
    }

    .col-offset-sm-2 {
        margin-left: 16.66666667%
    }

    .col-offset-sm-3 {
        margin-left: 25%
    }

    .col-offset-sm-4 {
        margin-left: 33.33333333%
    }

    .col-offset-sm-5 {
        margin-left: 41.66666667%
    }

    .col-offset-sm-6 {
        margin-left: 50%
    }

    .col-offset-sm-7 {
        margin-left: 58.33333333%
    }

    .col-offset-sm-8 {
        margin-left: 66.66666667%
    }

    .col-offset-sm-9 {
        margin-left: 75%
    }

    .col-offset-sm-10 {
        margin-left: 83.33333333%
    }

    .col-offset-sm-11 {
        margin-left: 91.66666667%
    }

    .col-offset-sm-12 {
        margin-left: 100%
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .col-offset-md-1 {
        margin-left: 8.33333333%
    }

    .col-offset-md-2 {
        margin-left: 16.66666667%
    }

    .col-offset-md-3 {
        margin-left: 25%
    }

    .col-offset-md-4 {
        margin-left: 33.33333333%
    }

    .col-offset-md-5 {
        margin-left: 41.66666667%
    }

    .col-offset-md-6 {
        margin-left: 50%
    }

    .col-offset-md-7 {
        margin-left: 58.33333333%
    }

    .col-offset-md-8 {
        margin-left: 66.66666667%
    }

    .col-offset-md-9 {
        margin-left: 75%
    }

    .col-offset-md-10 {
        margin-left: 83.33333333%
    }

    .col-offset-md-11 {
        margin-left: 91.66666667%
    }

    .col-offset-md-12 {
        margin-left: 100%
    }
}

@media screen and (min-width:1360px) {
    .col-offset-lg-1 {
        margin-left: 8.33333333%
    }

    .col-offset-lg-2 {
        margin-left: 16.66666667%
    }

    .col-offset-lg-3 {
        margin-left: 25%
    }

    .col-offset-lg-4 {
        margin-left: 33.33333333%
    }

    .col-offset-lg-5 {
        margin-left: 41.66666667%
    }

    .col-offset-lg-6 {
        margin-left: 50%
    }

    .col-offset-lg-7 {
        margin-left: 58.33333333%
    }

    .col-offset-lg-8 {
        margin-left: 66.66666667%
    }

    .col-offset-lg-9 {
        margin-left: 75%
    }

    .col-offset-lg-10 {
        margin-left: 83.33333333%
    }

    .col-offset-lg-11 {
        margin-left: 91.66666667%
    }

    .col-offset-lg-12 {
        margin-left: 100%
    }
}

.body-overflow {
    height: 100%;
    overflow: hidden
}

.body-overflow:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    width: 100vw;
    height: 100vh;
    background-color: rgba(51,51,51,.8)
}

.body-with-footer .site-wrapper {
    box-sizing: border-box
}

@media screen and (max-width:959px) {
    .body-with-footer .site-wrapper {
        padding-bottom: 40px
    }
}

@media screen and (min-width:960px) {
    .body-with-footer .site-wrapper {
        padding-bottom: 60px
    }
}



.body-hide-messenger .messenger-button {
    display: none
}

.image-square {
    position: relative;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden
}

.image-rectangle-large {
    position: relative;
    height: 0;
    padding-bottom: 142.86%;
    overflow: hidden
}

.image-rectangle-horizontal {
    position: relative;
    height: 0;
    padding-bottom: 80%;
    overflow: hidden
}

.image-rectangle-small {
    position: relative;
    height: 0;
    padding-bottom: 66.67%;
    overflow: hidden
}

.image-rectangle-extra-small {
    position: relative;
    height: 0;
    padding-bottom: 46.67%;
    overflow: hidden
}

.image-crop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .2s
}

.image-crop-loaded {
    opacity: 1
}

.image-crop-placeholder {
    opacity: .5;
    height: auto
}


.fixed-block {
    transition-property: box-shadow;
    transition-duration: .25s;
    transition-timing-function: ease;
    transition-delay: 0s;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99
}

.fixed-block-scrolled {
    box-shadow: 0 8px 40px hsla(0,0%,7%,.04),0 1px 0 hsla(0,0%,7%,.04)
}

.opacity {
    opacity: .4
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.dots {
    width: 128px;
    margin: 0 auto;
    overflow: hidden;
}

.dots-dots-wrapper {
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    position: relative;
    transform: translateX(0);
    text-align: center;
    white-space: nowrap;
    line-height: 20px;
}

.dots-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: middle;
    cursor: pointer;
}

.dots-dot {
    transition-property: border;
    transition-duration: .15s;
    transition-timing-function: ease;
    transition-delay: 0s;
    display: block;
    padding: 0;
    border: 8px solid hsla(0,0%,7%,.12);
    border-radius: 50%;
    box-sizing: border-box;
    background: none;
    font-size: 0;
    line-height: 0;
    outline: none;
    cursor: pointer;
}

    .dots-dot:hover, .dots-dot-active {
        border-color: hsla(0,0%,7%,.48);
    }

.dots-dot-size-s {
    border-width: 5px;
}

.text-white .dots-dot {
    border-color: hsla(0,0%,100%,.32);
}

    .text-white .dots-dot:hover, .text-white .dots-dot-active {
        border-color: #fff;
    }

.dots-scheme-white .dots-dot {
    border: 8px solid hsla(0,0%,100%,.32);
}

    .dots-scheme-white .dots-dot:hover, .dots-scheme-white .dots-dot-active {
        border-color: #fff
    }

.touchable .dots-dot:not(.dots-dot-active):hover {
    background-color: transparent
}

.indent-clear > :first-child, .indent-clear > :last-child {
    padding: 0;
    margin: 0
}

.indent-clear-top > :first-child {
    padding-top: 0;
    margin-top: 0
}

.indent-clear-left > :first-child {
    padding-left: 0;
    margin-left: 0
}

.indent-clear-right > :last-child {
    padding-right: 0;
    margin-right: 0
}

.indent-clear-bottom > :last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.m-clear > :first-child, .m-clear > :last-child {
    margin: 0
}

.m-clear-top > :first-child {
    margin-top: 0
}

.m-clear-left > :first-child {
    margin-left: 0
}

.m-clear-right > :last-child {
    margin-right: 0
}

.m-clear-bottom > :last-child {
    margin-bottom: 0
}

.p-clear-top > :first-child {
    padding-top: 0
}

.p-clear-left > :first-child {
    padding-left: 0
}

.p-clear-right > :last-child {
    padding-right: 0
}

.p-clear-bottom > :last-child {
    padding-bottom: 0
}

@media screen and (max-width:639px) {
    .m-0-top {
        margin-top: 64px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-0-top {
        margin-top: 72px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-0-top {
        margin-top: 72px
    }
}

@media screen and (min-width:1360px) {
    .m-0-top {
        margin-top: 80px
    }
}

@media screen and (max-width:639px) {
    .m-0-left {
        margin-left: 64px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-0-left {
        margin-left: 72px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-0-left {
        margin-left: 72px
    }
}

@media screen and (min-width:1360px) {
    .m-0-left {
        margin-left: 80px
    }
}

@media screen and (max-width:639px) {
    .m-0-right {
        margin-right: 64px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-0-right {
        margin-right: 72px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-0-right {
        margin-right: 72px
    }
}

@media screen and (min-width:1360px) {
    .m-0-right {
        margin-right: 80px
    }
}

@media screen and (max-width:639px) {
    .m-0-bottom {
        margin-bottom: 64px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-0-bottom {
        margin-bottom: 72px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-0-bottom {
        margin-bottom: 72px
    }
}

@media screen and (min-width:1360px) {
    .m-0-bottom {
        margin-bottom: 80px
    }
}

@media screen and (max-width:639px) {
    .m-0-top-minus {
        margin-top: -64px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-0-top-minus {
        margin-top: -72px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-0-top-minus {
        margin-top: -72px
    }
}

@media screen and (min-width:1360px) {
    .m-0-top-minus {
        margin-top: -80px
    }
}

@media screen and (max-width:639px) {
    .m-0-bottom-minus {
        margin-bottom: -64px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-0-bottom-minus {
        margin-bottom: -72px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-0-bottom-minus {
        margin-bottom: -72px
    }
}

@media screen and (min-width:1360px) {
    .m-0-bottom-minus {
        margin-bottom: -80px
    }
}

@media screen and (max-width:639px) {
    .p-0-top {
        padding-top: 64px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-0-top {
        padding-top: 72px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-0-top {
        padding-top: 72px
    }
}

@media screen and (min-width:1360px) {
    .p-0-top {
        padding-top: 80px
    }
}

@media screen and (max-width:639px) {
    .p-0-left {
        padding-left: 64px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-0-left {
        padding-left: 72px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-0-left {
        padding-left: 72px
    }
}

@media screen and (min-width:1360px) {
    .p-0-left {
        padding-left: 80px
    }
}

@media screen and (max-width:639px) {
    .p-0-right {
        padding-right: 64px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-0-right {
        padding-right: 72px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-0-right {
        padding-right: 72px
    }
}

@media screen and (min-width:1360px) {
    .p-0-right {
        padding-right: 80px
    }
}

@media screen and (max-width:639px) {
    .p-0-bottom {
        padding-bottom: 64px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-0-bottom {
        padding-bottom: 72px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-0-bottom {
        padding-bottom: 72px
    }
}

@media screen and (min-width:1360px) {
    .p-0-bottom {
        padding-bottom: 80px
    }
}

@media screen and (max-width:639px) {
    .m-1-top {
        margin-top: 56px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-1-top {
        margin-top: 64px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-1-top {
        margin-top: 64px
    }
}

@media screen and (min-width:1360px) {
    .m-1-top {
        margin-top: 72px
    }
}

@media screen and (max-width:639px) {
    .m-1-left {
        margin-left: 56px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-1-left {
        margin-left: 64px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-1-left {
        margin-left: 64px
    }
}

@media screen and (min-width:1360px) {
    .m-1-left {
        margin-left: 72px
    }
}

@media screen and (max-width:639px) {
    .m-1-right {
        margin-right: 56px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-1-right {
        margin-right: 64px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-1-right {
        margin-right: 64px
    }
}

@media screen and (min-width:1360px) {
    .m-1-right {
        margin-right: 72px
    }
}

@media screen and (max-width:639px) {
    .m-1-bottom {
        margin-bottom: 56px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-1-bottom {
        margin-bottom: 64px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-1-bottom {
        margin-bottom: 64px
    }
}

@media screen and (min-width:1360px) {
    .m-1-bottom {
        margin-bottom: 72px
    }
}

@media screen and (max-width:639px) {
    .m-1-top-minus {
        margin-top: -56px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-1-top-minus {
        margin-top: -64px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-1-top-minus {
        margin-top: -64px
    }
}

@media screen and (min-width:1360px) {
    .m-1-top-minus {
        margin-top: -72px
    }
}

@media screen and (max-width:639px) {
    .m-1-bottom-minus {
        margin-bottom: -56px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-1-bottom-minus {
        margin-bottom: -64px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-1-bottom-minus {
        margin-bottom: -64px
    }
}

@media screen and (min-width:1360px) {
    .m-1-bottom-minus {
        margin-bottom: -72px
    }
}

@media screen and (max-width:639px) {
    .p-1-top {
        padding-top: 56px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-1-top {
        padding-top: 64px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-1-top {
        padding-top: 64px
    }
}

@media screen and (min-width:1360px) {
    .p-1-top {
        padding-top: 72px
    }
}

@media screen and (max-width:639px) {
    .p-1-left {
        padding-left: 56px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-1-left {
        padding-left: 64px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-1-left {
        padding-left: 64px
    }
}

@media screen and (min-width:1360px) {
    .p-1-left {
        padding-left: 72px
    }
}

@media screen and (max-width:639px) {
    .p-1-right {
        padding-right: 56px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-1-right {
        padding-right: 64px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-1-right {
        padding-right: 64px
    }
}

@media screen and (min-width:1360px) {
    .p-1-right {
        padding-right: 72px
    }
}

@media screen and (max-width:639px) {
    .p-1-bottom {
        padding-bottom: 56px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-1-bottom {
        padding-bottom: 64px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-1-bottom {
        padding-bottom: 64px
    }
}

@media screen and (min-width:1360px) {
    .p-1-bottom {
        padding-bottom: 72px
    }
}

@media screen and (max-width:639px) {
    .m-2-top {
        margin-top: 48px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-2-top {
        margin-top: 56px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-2-top {
        margin-top: 56px
    }
}

@media screen and (min-width:1360px) {
    .m-2-top {
        margin-top: 64px
    }
}

@media screen and (max-width:639px) {
    .m-2-left {
        margin-left: 48px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-2-left {
        margin-left: 56px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-2-left {
        margin-left: 56px
    }
}

@media screen and (min-width:1360px) {
    .m-2-left {
        margin-left: 64px
    }
}

@media screen and (max-width:639px) {
    .m-2-right {
        margin-right: 48px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-2-right {
        margin-right: 56px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-2-right {
        margin-right: 56px
    }
}

@media screen and (min-width:1360px) {
    .m-2-right {
        margin-right: 64px
    }
}

@media screen and (max-width:639px) {
    .m-2-bottom {
        margin-bottom: 48px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-2-bottom {
        margin-bottom: 56px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-2-bottom {
        margin-bottom: 56px
    }
}

@media screen and (min-width:1360px) {
    .m-2-bottom {
        margin-bottom: 64px
    }
}

@media screen and (max-width:639px) {
    .m-2-top-minus {
        margin-top: -48px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-2-top-minus {
        margin-top: -56px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-2-top-minus {
        margin-top: -56px
    }
}

@media screen and (min-width:1360px) {
    .m-2-top-minus {
        margin-top: -64px
    }
}

@media screen and (max-width:639px) {
    .m-2-bottom-minus {
        margin-bottom: -48px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-2-bottom-minus {
        margin-bottom: -56px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-2-bottom-minus {
        margin-bottom: -56px
    }
}

@media screen and (min-width:1360px) {
    .m-2-bottom-minus {
        margin-bottom: -64px
    }
}

@media screen and (max-width:639px) {
    .p-2-top {
        padding-top: 48px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-2-top {
        padding-top: 56px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-2-top {
        padding-top: 56px
    }
}

@media screen and (min-width:1360px) {
    .p-2-top {
        padding-top: 64px
    }
}

@media screen and (max-width:639px) {
    .p-2-left {
        padding-left: 48px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-2-left {
        padding-left: 56px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-2-left {
        padding-left: 56px
    }
}

@media screen and (min-width:1360px) {
    .p-2-left {
        padding-left: 64px
    }
}

@media screen and (max-width:639px) {
    .p-2-right {
        padding-right: 48px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-2-right {
        padding-right: 56px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-2-right {
        padding-right: 56px
    }
}

@media screen and (min-width:1360px) {
    .p-2-right {
        padding-right: 64px
    }
}

@media screen and (max-width:639px) {
    .p-2-bottom {
        padding-bottom: 48px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-2-bottom {
        padding-bottom: 56px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-2-bottom {
        padding-bottom: 56px
    }
}

@media screen and (min-width:1360px) {
    .p-2-bottom {
        padding-bottom: 64px
    }
}

@media screen and (max-width:639px) {
    .m-3-top {
        margin-top: 40px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-3-top {
        margin-top: 48px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-3-top {
        margin-top: 48px
    }
}

@media screen and (min-width:1360px) {
    .m-3-top {
        margin-top: 56px
    }
}

@media screen and (max-width:639px) {
    .m-3-left {
        margin-left: 40px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-3-left {
        margin-left: 48px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-3-left {
        margin-left: 48px
    }
}

@media screen and (min-width:1360px) {
    .m-3-left {
        margin-left: 56px
    }
}

@media screen and (max-width:639px) {
    .m-3-right {
        margin-right: 40px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-3-right {
        margin-right: 48px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-3-right {
        margin-right: 48px
    }
}

@media screen and (min-width:1360px) {
    .m-3-right {
        margin-right: 56px
    }
}

@media screen and (max-width:639px) {
    .m-3-bottom {
        margin-bottom: 40px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-3-bottom {
        margin-bottom: 48px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-3-bottom {
        margin-bottom: 48px
    }
}

@media screen and (min-width:1360px) {
    .m-3-bottom {
        margin-bottom: 56px
    }
}

@media screen and (max-width:639px) {
    .m-3-top-minus {
        margin-top: -40px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-3-top-minus {
        margin-top: -48px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-3-top-minus {
        margin-top: -48px
    }
}

@media screen and (min-width:1360px) {
    .m-3-top-minus {
        margin-top: -56px
    }
}

@media screen and (max-width:639px) {
    .m-3-bottom-minus {
        margin-bottom: -40px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-3-bottom-minus {
        margin-bottom: -48px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-3-bottom-minus {
        margin-bottom: -48px
    }
}

@media screen and (min-width:1360px) {
    .m-3-bottom-minus {
        margin-bottom: -56px
    }
}

@media screen and (max-width:639px) {
    .p-3-top {
        padding-top: 40px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-3-top {
        padding-top: 48px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-3-top {
        padding-top: 48px
    }
}

@media screen and (min-width:1360px) {
    .p-3-top {
        padding-top: 56px
    }
}

@media screen and (max-width:639px) {
    .p-3-left {
        padding-left: 40px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-3-left {
        padding-left: 48px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-3-left {
        padding-left: 48px
    }
}

@media screen and (min-width:1360px) {
    .p-3-left {
        padding-left: 56px
    }
}

@media screen and (max-width:639px) {
    .p-3-right {
        padding-right: 40px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-3-right {
        padding-right: 48px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-3-right {
        padding-right: 48px
    }
}

@media screen and (min-width:1360px) {
    .p-3-right {
        padding-right: 56px
    }
}

@media screen and (max-width:639px) {
    .p-3-bottom {
        padding-bottom: 40px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-3-bottom {
        padding-bottom: 48px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-3-bottom {
        padding-bottom: 48px
    }
}

@media screen and (min-width:1360px) {
    .p-3-bottom {
        padding-bottom: 56px
    }
}

@media screen and (max-width:639px) {
    .m-4-top {
        margin-top: 32px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-4-top {
        margin-top: 48px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-4-top {
        margin-top: 48px
    }
}

@media screen and (min-width:1360px) {
    .m-4-top {
        margin-top: 56px
    }
}

@media screen and (max-width:639px) {
    .m-4-left {
        margin-left: 32px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-4-left {
        margin-left: 48px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-4-left {
        margin-left: 48px
    }
}

@media screen and (min-width:1360px) {
    .m-4-left {
        margin-left: 56px
    }
}

@media screen and (max-width:639px) {
    .m-4-right {
        margin-right: 32px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-4-right {
        margin-right: 48px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-4-right {
        margin-right: 48px
    }
}

@media screen and (min-width:1360px) {
    .m-4-right {
        margin-right: 56px
    }
}

@media screen and (max-width:639px) {
    .m-4-bottom {
        margin-bottom: 32px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-4-bottom {
        margin-bottom: 48px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-4-bottom {
        margin-bottom: 48px
    }
}

@media screen and (min-width:1360px) {
    .m-4-bottom {
        margin-bottom: 56px
    }
}

@media screen and (max-width:639px) {
    .m-4-top-minus {
        margin-top: -32px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-4-top-minus {
        margin-top: -48px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-4-top-minus {
        margin-top: -48px
    }
}

@media screen and (min-width:1360px) {
    .m-4-top-minus {
        margin-top: -56px
    }
}

@media screen and (max-width:639px) {
    .m-4-bottom-minus {
        margin-bottom: -32px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-4-bottom-minus {
        margin-bottom: -48px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-4-bottom-minus {
        margin-bottom: -48px
    }
}

@media screen and (min-width:1360px) {
    .m-4-bottom-minus {
        margin-bottom: -56px
    }
}

@media screen and (max-width:639px) {
    .p-4-top {
        padding-top: 32px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-4-top {
        padding-top: 48px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-4-top {
        padding-top: 48px
    }
}

@media screen and (min-width:1360px) {
    .p-4-top {
        padding-top: 56px
    }
}

@media screen and (max-width:639px) {
    .p-4-left {
        padding-left: 32px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-4-left {
        padding-left: 48px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-4-left {
        padding-left: 48px
    }
}

@media screen and (min-width:1360px) {
    .p-4-left {
        padding-left: 56px
    }
}

@media screen and (max-width:639px) {
    .p-4-right {
        padding-right: 32px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-4-right {
        padding-right: 48px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-4-right {
        padding-right: 48px
    }
}

@media screen and (min-width:1360px) {
    .p-4-right {
        padding-right: 56px
    }
}

@media screen and (max-width:639px) {
    .p-4-bottom {
        padding-bottom: 32px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-4-bottom {
        padding-bottom: 48px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-4-bottom {
        padding-bottom: 48px
    }
}

@media screen and (min-width:1360px) {
    .p-4-bottom {
        padding-bottom: 56px
    }
}

@media screen and (max-width:639px) {
    .m-5-top {
        margin-top: 36px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-5-top {
        margin-top: 40px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-5-top {
        margin-top: 40px
    }
}

@media screen and (min-width:1360px) {
    .m-5-top {
        margin-top: 48px
    }
}

@media screen and (max-width:639px) {
    .m-5-left {
        margin-left: 36px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-5-left {
        margin-left: 40px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-5-left {
        margin-left: 40px
    }
}

@media screen and (min-width:1360px) {
    .m-5-left {
        margin-left: 48px
    }
}

@media screen and (max-width:639px) {
    .m-5-right {
        margin-right: 36px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-5-right {
        margin-right: 40px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-5-right {
        margin-right: 40px
    }
}

@media screen and (min-width:1360px) {
    .m-5-right {
        margin-right: 48px
    }
}

@media screen and (max-width:639px) {
    .m-5-bottom {
        margin-bottom: 36px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-5-bottom {
        margin-bottom: 40px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-5-bottom {
        margin-bottom: 40px
    }
}

@media screen and (min-width:1360px) {
    .m-5-bottom {
        margin-bottom: 48px
    }
}

@media screen and (max-width:639px) {
    .m-5-top-minus {
        margin-top: -36px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-5-top-minus {
        margin-top: -40px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-5-top-minus {
        margin-top: -40px
    }
}

@media screen and (min-width:1360px) {
    .m-5-top-minus {
        margin-top: -48px
    }
}

@media screen and (max-width:639px) {
    .m-5-bottom-minus {
        margin-bottom: -36px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-5-bottom-minus {
        margin-bottom: -40px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-5-bottom-minus {
        margin-bottom: -40px
    }
}

@media screen and (min-width:1360px) {
    .m-5-bottom-minus {
        margin-bottom: -48px
    }
}

@media screen and (max-width:639px) {
    .p-5-top {
        padding-top: 36px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-5-top {
        padding-top: 40px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-5-top {
        padding-top: 40px
    }
}

@media screen and (min-width:1360px) {
    .p-5-top {
        padding-top: 48px
    }
}

@media screen and (max-width:639px) {
    .p-5-left {
        padding-left: 36px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-5-left {
        padding-left: 40px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-5-left {
        padding-left: 40px
    }
}

@media screen and (min-width:1360px) {
    .p-5-left {
        padding-left: 48px
    }
}

@media screen and (max-width:639px) {
    .p-5-right {
        padding-right: 36px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-5-right {
        padding-right: 40px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-5-right {
        padding-right: 40px
    }
}

@media screen and (min-width:1360px) {
    .p-5-right {
        padding-right: 48px
    }
}

@media screen and (max-width:639px) {
    .p-5-bottom {
        padding-bottom: 36px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-5-bottom {
        padding-bottom: 40px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-5-bottom {
        padding-bottom: 40px
    }
}

@media screen and (min-width:1360px) {
    .p-5-bottom {
        padding-bottom: 48px
    }
}

@media screen and (max-width:639px) {
    .m-6-top {
        margin-top: 32px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-6-top {
        margin-top: 36px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-6-top {
        margin-top: 36px
    }
}

@media screen and (min-width:1360px) {
    .m-6-top {
        margin-top: 40px
    }
}

@media screen and (max-width:639px) {
    .m-6-left {
        margin-left: 32px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-6-left {
        margin-left: 36px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-6-left {
        margin-left: 36px
    }
}

@media screen and (min-width:1360px) {
    .m-6-left {
        margin-left: 40px
    }
}

@media screen and (max-width:639px) {
    .m-6-right {
        margin-right: 32px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-6-right {
        margin-right: 36px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-6-right {
        margin-right: 36px
    }
}

@media screen and (min-width:1360px) {
    .m-6-right {
        margin-right: 40px
    }
}

@media screen and (max-width:639px) {
    .m-6-bottom {
        margin-bottom: 32px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-6-bottom {
        margin-bottom: 36px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-6-bottom {
        margin-bottom: 36px
    }
}

@media screen and (min-width:1360px) {
    .m-6-bottom {
        margin-bottom: 40px
    }
}

@media screen and (max-width:639px) {
    .m-6-top-minus {
        margin-top: -32px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-6-top-minus {
        margin-top: -36px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-6-top-minus {
        margin-top: -36px
    }
}

@media screen and (min-width:1360px) {
    .m-6-top-minus {
        margin-top: -40px
    }
}

@media screen and (max-width:639px) {
    .m-6-bottom-minus {
        margin-bottom: -32px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-6-bottom-minus {
        margin-bottom: -36px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-6-bottom-minus {
        margin-bottom: -36px
    }
}

@media screen and (min-width:1360px) {
    .m-6-bottom-minus {
        margin-bottom: -40px
    }
}

@media screen and (max-width:639px) {
    .p-6-top {
        padding-top: 32px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-6-top {
        padding-top: 36px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-6-top {
        padding-top: 36px
    }
}

@media screen and (min-width:1360px) {
    .p-6-top {
        padding-top: 40px
    }
}

@media screen and (max-width:639px) {
    .p-6-left {
        padding-left: 32px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-6-left {
        padding-left: 36px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-6-left {
        padding-left: 36px
    }
}

@media screen and (min-width:1360px) {
    .p-6-left {
        padding-left: 40px
    }
}

@media screen and (max-width:639px) {
    .p-6-right {
        padding-right: 32px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-6-right {
        padding-right: 36px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-6-right {
        padding-right: 36px
    }
}

@media screen and (min-width:1360px) {
    .p-6-right {
        padding-right: 40px
    }
}

@media screen and (max-width:639px) {
    .p-6-bottom {
        padding-bottom: 32px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-6-bottom {
        padding-bottom: 36px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-6-bottom {
        padding-bottom: 36px
    }
}

@media screen and (min-width:1360px) {
    .p-6-bottom {
        padding-bottom: 40px
    }
}

@media screen and (max-width:639px) {
    .m-7-top {
        margin-top: 28px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-7-top {
        margin-top: 32px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-7-top {
        margin-top: 32px
    }
}

@media screen and (min-width:1360px) {
    .m-7-top {
        margin-top: 36px
    }
}

@media screen and (max-width:639px) {
    .m-7-left {
        margin-left: 28px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-7-left {
        margin-left: 32px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-7-left {
        margin-left: 32px
    }
}

@media screen and (min-width:1360px) {
    .m-7-left {
        margin-left: 36px
    }
}

@media screen and (max-width:639px) {
    .m-7-right {
        margin-right: 28px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-7-right {
        margin-right: 32px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-7-right {
        margin-right: 32px
    }
}

@media screen and (min-width:1360px) {
    .m-7-right {
        margin-right: 36px
    }
}

@media screen and (max-width:639px) {
    .m-7-bottom {
        margin-bottom: 28px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-7-bottom {
        margin-bottom: 32px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-7-bottom {
        margin-bottom: 32px
    }
}

@media screen and (min-width:1360px) {
    .m-7-bottom {
        margin-bottom: 36px
    }
}

@media screen and (max-width:639px) {
    .m-7-top-minus {
        margin-top: -28px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-7-top-minus {
        margin-top: -32px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-7-top-minus {
        margin-top: -32px
    }
}

@media screen and (min-width:1360px) {
    .m-7-top-minus {
        margin-top: -36px
    }
}

@media screen and (max-width:639px) {
    .m-7-bottom-minus {
        margin-bottom: -28px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-7-bottom-minus {
        margin-bottom: -32px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-7-bottom-minus {
        margin-bottom: -32px
    }
}

@media screen and (min-width:1360px) {
    .m-7-bottom-minus {
        margin-bottom: -36px
    }
}

@media screen and (max-width:639px) {
    .p-7-top {
        padding-top: 28px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-7-top {
        padding-top: 32px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-7-top {
        padding-top: 32px
    }
}

@media screen and (min-width:1360px) {
    .p-7-top {
        padding-top: 36px
    }
}

@media screen and (max-width:639px) {
    .p-7-left {
        padding-left: 28px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-7-left {
        padding-left: 32px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-7-left {
        padding-left: 32px
    }
}

@media screen and (min-width:1360px) {
    .p-7-left {
        padding-left: 36px
    }
}

@media screen and (max-width:639px) {
    .p-7-right {
        padding-right: 28px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-7-right {
        padding-right: 32px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-7-right {
        padding-right: 32px
    }
}

@media screen and (min-width:1360px) {
    .p-7-right {
        padding-right: 36px
    }
}

@media screen and (max-width:639px) {
    .p-7-bottom {
        padding-bottom: 28px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-7-bottom {
        padding-bottom: 32px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-7-bottom {
        padding-bottom: 32px
    }
}

@media screen and (min-width:1360px) {
    .p-7-bottom {
        padding-bottom: 36px
    }
}

@media screen and (max-width:639px) {
    .m-8-top {
        margin-top: 24px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-8-top {
        margin-top: 28px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-8-top {
        margin-top: 28px
    }
}

@media screen and (min-width:1360px) {
    .m-8-top {
        margin-top: 32px
    }
}

@media screen and (max-width:639px) {
    .m-8-left {
        margin-left: 24px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-8-left {
        margin-left: 28px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-8-left {
        margin-left: 28px
    }
}

@media screen and (min-width:1360px) {
    .m-8-left {
        margin-left: 32px
    }
}

@media screen and (max-width:639px) {
    .m-8-right {
        margin-right: 24px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-8-right {
        margin-right: 28px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-8-right {
        margin-right: 28px
    }
}

@media screen and (min-width:1360px) {
    .m-8-right {
        margin-right: 32px
    }
}

@media screen and (max-width:639px) {
    .m-8-bottom {
        margin-bottom: 24px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-8-bottom {
        margin-bottom: 28px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-8-bottom {
        margin-bottom: 28px
    }
}

@media screen and (min-width:1360px) {
    .m-8-bottom {
        margin-bottom: 32px
    }
}

@media screen and (max-width:639px) {
    .m-8-top-minus {
        margin-top: -24px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-8-top-minus {
        margin-top: -28px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-8-top-minus {
        margin-top: -28px
    }
}

@media screen and (min-width:1360px) {
    .m-8-top-minus {
        margin-top: -32px
    }
}

@media screen and (max-width:639px) {
    .m-8-bottom-minus {
        margin-bottom: -24px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-8-bottom-minus {
        margin-bottom: -28px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-8-bottom-minus {
        margin-bottom: -28px
    }
}

@media screen and (min-width:1360px) {
    .m-8-bottom-minus {
        margin-bottom: -32px
    }
}

@media screen and (max-width:639px) {
    .p-8-top {
        padding-top: 24px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-8-top {
        padding-top: 28px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-8-top {
        padding-top: 28px
    }
}

@media screen and (min-width:1360px) {
    .p-8-top {
        padding-top: 32px
    }
}

@media screen and (max-width:639px) {
    .p-8-left {
        padding-left: 24px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-8-left {
        padding-left: 28px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-8-left {
        padding-left: 28px
    }
}

@media screen and (min-width:1360px) {
    .p-8-left {
        padding-left: 32px
    }
}

@media screen and (max-width:639px) {
    .p-8-right {
        padding-right: 24px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-8-right {
        padding-right: 28px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-8-right {
        padding-right: 28px
    }
}

@media screen and (min-width:1360px) {
    .p-8-right {
        padding-right: 32px
    }
}

@media screen and (max-width:639px) {
    .p-8-bottom {
        padding-bottom: 24px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-8-bottom {
        padding-bottom: 28px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-8-bottom {
        padding-bottom: 28px
    }
}

@media screen and (min-width:1360px) {
    .p-8-bottom {
        padding-bottom: 32px
    }
}

@media screen and (max-width:639px) {
    .m-9-top {
        margin-top: 24px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-9-top {
        margin-top: 28px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-9-top {
        margin-top: 28px
    }
}

@media screen and (min-width:1360px) {
    .m-9-top {
        margin-top: 32px
    }
}

@media screen and (max-width:639px) {
    .m-9-left {
        margin-left: 24px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-9-left {
        margin-left: 28px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-9-left {
        margin-left: 28px
    }
}

@media screen and (min-width:1360px) {
    .m-9-left {
        margin-left: 32px
    }
}

@media screen and (max-width:639px) {
    .m-9-right {
        margin-right: 24px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-9-right {
        margin-right: 28px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-9-right {
        margin-right: 28px
    }
}

@media screen and (min-width:1360px) {
    .m-9-right {
        margin-right: 32px
    }
}

@media screen and (max-width:639px) {
    .m-9-bottom {
        margin-bottom: 24px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-9-bottom {
        margin-bottom: 28px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-9-bottom {
        margin-bottom: 28px
    }
}

@media screen and (min-width:1360px) {
    .m-9-bottom {
        margin-bottom: 32px
    }
}

@media screen and (max-width:639px) {
    .m-9-top-minus {
        margin-top: -24px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-9-top-minus {
        margin-top: -28px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-9-top-minus {
        margin-top: -28px
    }
}

@media screen and (min-width:1360px) {
    .m-9-top-minus {
        margin-top: -32px
    }
}

@media screen and (max-width:639px) {
    .m-9-bottom-minus {
        margin-bottom: -24px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-9-bottom-minus {
        margin-bottom: -28px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-9-bottom-minus {
        margin-bottom: -28px
    }
}

@media screen and (min-width:1360px) {
    .m-9-bottom-minus {
        margin-bottom: -32px
    }
}

@media screen and (max-width:639px) {
    .p-9-top {
        padding-top: 24px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-9-top {
        padding-top: 28px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-9-top {
        padding-top: 28px
    }
}

@media screen and (min-width:1360px) {
    .p-9-top {
        padding-top: 32px
    }
}

@media screen and (max-width:639px) {
    .p-9-left {
        padding-left: 24px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-9-left {
        padding-left: 28px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-9-left {
        padding-left: 28px
    }
}

@media screen and (min-width:1360px) {
    .p-9-left {
        padding-left: 32px
    }
}

@media screen and (max-width:639px) {
    .p-9-right {
        padding-right: 24px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-9-right {
        padding-right: 28px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-9-right {
        padding-right: 28px
    }
}

@media screen and (min-width:1360px) {
    .p-9-right {
        padding-right: 32px
    }
}

@media screen and (max-width:639px) {
    .p-9-bottom {
        padding-bottom: 24px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-9-bottom {
        padding-bottom: 28px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-9-bottom {
        padding-bottom: 28px
    }
}

@media screen and (min-width:1360px) {
    .p-9-bottom {
        padding-bottom: 32px
    }
}

@media screen and (max-width:639px) {
    .m-10-top {
        margin-top: 20px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-10-top {
        margin-top: 24px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-10-top {
        margin-top: 24px
    }
}

@media screen and (min-width:1360px) {
    .m-10-top {
        margin-top: 28px
    }
}

@media screen and (max-width:639px) {
    .m-10-left {
        margin-left: 20px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-10-left {
        margin-left: 24px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-10-left {
        margin-left: 24px
    }
}

@media screen and (min-width:1360px) {
    .m-10-left {
        margin-left: 28px
    }
}

@media screen and (max-width:639px) {
    .m-10-right {
        margin-right: 20px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-10-right {
        margin-right: 24px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-10-right {
        margin-right: 24px
    }
}

@media screen and (min-width:1360px) {
    .m-10-right {
        margin-right: 28px
    }
}

@media screen and (max-width:639px) {
    .m-10-bottom {
        margin-bottom: 20px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-10-bottom {
        margin-bottom: 24px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-10-bottom {
        margin-bottom: 24px
    }
}

@media screen and (min-width:1360px) {
    .m-10-bottom {
        margin-bottom: 28px
    }
}

@media screen and (max-width:639px) {
    .m-10-top-minus {
        margin-top: -20px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-10-top-minus {
        margin-top: -24px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-10-top-minus {
        margin-top: -24px
    }
}

@media screen and (min-width:1360px) {
    .m-10-top-minus {
        margin-top: -28px
    }
}

@media screen and (max-width:639px) {
    .m-10-bottom-minus {
        margin-bottom: -20px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-10-bottom-minus {
        margin-bottom: -24px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-10-bottom-minus {
        margin-bottom: -24px
    }
}

@media screen and (min-width:1360px) {
    .m-10-bottom-minus {
        margin-bottom: -28px
    }
}

@media screen and (max-width:639px) {
    .p-10-top {
        padding-top: 20px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-10-top {
        padding-top: 24px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-10-top {
        padding-top: 24px
    }
}

@media screen and (min-width:1360px) {
    .p-10-top {
        padding-top: 28px
    }
}

@media screen and (max-width:639px) {
    .p-10-left {
        padding-left: 20px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-10-left {
        padding-left: 24px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-10-left {
        padding-left: 24px
    }
}

@media screen and (min-width:1360px) {
    .p-10-left {
        padding-left: 28px
    }
}

@media screen and (max-width:639px) {
    .p-10-right {
        padding-right: 20px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-10-right {
        padding-right: 24px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-10-right {
        padding-right: 24px
    }
}

@media screen and (min-width:1360px) {
    .p-10-right {
        padding-right: 28px
    }
}

@media screen and (max-width:639px) {
    .p-10-bottom {
        padding-bottom: 20px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-10-bottom {
        padding-bottom: 24px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-10-bottom {
        padding-bottom: 24px
    }
}

@media screen and (min-width:1360px) {
    .p-10-bottom {
        padding-bottom: 28px
    }
}

@media screen and (max-width:639px) {
    .m-11-top {
        margin-top: 16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-11-top {
        margin-top: 24px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-11-top {
        margin-top: 28px
    }
}

@media screen and (min-width:1360px) {
    .m-11-top {
        margin-top: 28px
    }
}

@media screen and (max-width:639px) {
    .m-11-left {
        margin-left: 16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-11-left {
        margin-left: 24px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-11-left {
        margin-left: 28px
    }
}

@media screen and (min-width:1360px) {
    .m-11-left {
        margin-left: 28px
    }
}

@media screen and (max-width:639px) {
    .m-11-right {
        margin-right: 16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-11-right {
        margin-right: 24px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-11-right {
        margin-right: 28px
    }
}

@media screen and (min-width:1360px) {
    .m-11-right {
        margin-right: 28px
    }
}

@media screen and (max-width:639px) {
    .m-11-bottom {
        margin-bottom: 16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-11-bottom {
        margin-bottom: 24px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-11-bottom {
        margin-bottom: 28px
    }
}

@media screen and (min-width:1360px) {
    .m-11-bottom {
        margin-bottom: 28px
    }
}

@media screen and (max-width:639px) {
    .m-11-top-minus {
        margin-top: -16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-11-top-minus {
        margin-top: -24px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-11-top-minus {
        margin-top: -28px
    }
}

@media screen and (min-width:1360px) {
    .m-11-top-minus {
        margin-top: -28px
    }
}

@media screen and (max-width:639px) {
    .m-11-bottom-minus {
        margin-bottom: -16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-11-bottom-minus {
        margin-bottom: -24px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-11-bottom-minus {
        margin-bottom: -28px
    }
}

@media screen and (min-width:1360px) {
    .m-11-bottom-minus {
        margin-bottom: -28px
    }
}

@media screen and (max-width:639px) {
    .p-11-top {
        padding-top: 16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-11-top {
        padding-top: 24px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-11-top {
        padding-top: 28px
    }
}

@media screen and (min-width:1360px) {
    .p-11-top {
        padding-top: 28px
    }
}

@media screen and (max-width:639px) {
    .p-11-left {
        padding-left: 16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-11-left {
        padding-left: 24px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-11-left {
        padding-left: 28px
    }
}

@media screen and (min-width:1360px) {
    .p-11-left {
        padding-left: 28px
    }
}

@media screen and (max-width:639px) {
    .p-11-right {
        padding-right: 16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-11-right {
        padding-right: 24px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-11-right {
        padding-right: 28px
    }
}

@media screen and (min-width:1360px) {
    .p-11-right {
        padding-right: 28px
    }
}

@media screen and (max-width:639px) {
    .p-11-bottom {
        padding-bottom: 16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-11-bottom {
        padding-bottom: 24px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-11-bottom {
        padding-bottom: 28px
    }
}

@media screen and (min-width:1360px) {
    .p-11-bottom {
        padding-bottom: 28px
    }
}

@media screen and (max-width:639px) {
    .m-12-top {
        margin-top: 16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-12-top {
        margin-top: 24px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-12-top {
        margin-top: 28px
    }
}

@media screen and (min-width:1360px) {
    .m-12-top {
        margin-top: 28px
    }
}

@media screen and (max-width:639px) {
    .m-12-left {
        margin-left: 16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-12-left {
        margin-left: 24px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-12-left {
        margin-left: 28px
    }
}

@media screen and (min-width:1360px) {
    .m-12-left {
        margin-left: 28px
    }
}

@media screen and (max-width:639px) {
    .m-12-right {
        margin-right: 16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-12-right {
        margin-right: 24px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-12-right {
        margin-right: 28px
    }
}

@media screen and (min-width:1360px) {
    .m-12-right {
        margin-right: 28px
    }
}

@media screen and (max-width:639px) {
    .m-12-bottom {
        margin-bottom: 16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-12-bottom {
        margin-bottom: 24px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-12-bottom {
        margin-bottom: 28px
    }
}

@media screen and (min-width:1360px) {
    .m-12-bottom {
        margin-bottom: 28px
    }
}

@media screen and (max-width:639px) {
    .m-12-top-minus {
        margin-top: -16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-12-top-minus {
        margin-top: -24px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-12-top-minus {
        margin-top: -28px
    }
}

@media screen and (min-width:1360px) {
    .m-12-top-minus {
        margin-top: -28px
    }
}

@media screen and (max-width:639px) {
    .m-12-bottom-minus {
        margin-bottom: -16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-12-bottom-minus {
        margin-bottom: -24px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-12-bottom-minus {
        margin-bottom: -28px
    }
}

@media screen and (min-width:1360px) {
    .m-12-bottom-minus {
        margin-bottom: -28px
    }
}

@media screen and (max-width:639px) {
    .p-12-top {
        padding-top: 16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-12-top {
        padding-top: 24px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-12-top {
        padding-top: 28px
    }
}

@media screen and (min-width:1360px) {
    .p-12-top {
        padding-top: 28px
    }
}

@media screen and (max-width:639px) {
    .p-12-left {
        padding-left: 16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-12-left {
        padding-left: 24px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-12-left {
        padding-left: 28px
    }
}

@media screen and (min-width:1360px) {
    .p-12-left {
        padding-left: 28px
    }
}

@media screen and (max-width:639px) {
    .p-12-right {
        padding-right: 16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-12-right {
        padding-right: 24px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-12-right {
        padding-right: 28px
    }
}

@media screen and (min-width:1360px) {
    .p-12-right {
        padding-right: 28px
    }
}

@media screen and (max-width:639px) {
    .p-12-bottom {
        padding-bottom: 16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-12-bottom {
        padding-bottom: 24px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-12-bottom {
        padding-bottom: 28px
    }
}

@media screen and (min-width:1360px) {
    .p-12-bottom {
        padding-bottom: 28px
    }
}

@media screen and (max-width:639px) {
    .m-13-top {
        margin-top: 16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-13-top {
        margin-top: 16px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-13-top {
        margin-top: 20px
    }
}

@media screen and (min-width:1360px) {
    .m-13-top {
        margin-top: 24px
    }
}

@media screen and (max-width:639px) {
    .m-13-left {
        margin-left: 16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-13-left {
        margin-left: 16px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-13-left {
        margin-left: 20px
    }
}

@media screen and (min-width:1360px) {
    .m-13-left {
        margin-left: 24px
    }
}

@media screen and (max-width:639px) {
    .m-13-right {
        margin-right: 16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-13-right {
        margin-right: 16px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-13-right {
        margin-right: 20px
    }
}

@media screen and (min-width:1360px) {
    .m-13-right {
        margin-right: 24px
    }
}

@media screen and (max-width:639px) {
    .m-13-bottom {
        margin-bottom: 16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-13-bottom {
        margin-bottom: 16px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-13-bottom {
        margin-bottom: 20px
    }
}

@media screen and (min-width:1360px) {
    .m-13-bottom {
        margin-bottom: 24px
    }
}

@media screen and (max-width:639px) {
    .m-13-top-minus {
        margin-top: -16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-13-top-minus {
        margin-top: -16px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-13-top-minus {
        margin-top: -20px
    }
}

@media screen and (min-width:1360px) {
    .m-13-top-minus {
        margin-top: -24px
    }
}

@media screen and (max-width:639px) {
    .m-13-bottom-minus {
        margin-bottom: -16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-13-bottom-minus {
        margin-bottom: -16px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-13-bottom-minus {
        margin-bottom: -20px
    }
}

@media screen and (min-width:1360px) {
    .m-13-bottom-minus {
        margin-bottom: -24px
    }
}

@media screen and (max-width:639px) {
    .p-13-top {
        padding-top: 16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-13-top {
        padding-top: 16px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-13-top {
        padding-top: 20px
    }
}

@media screen and (min-width:1360px) {
    .p-13-top {
        padding-top: 24px
    }
}

@media screen and (max-width:639px) {
    .p-13-left {
        padding-left: 16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-13-left {
        padding-left: 16px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-13-left {
        padding-left: 20px
    }
}

@media screen and (min-width:1360px) {
    .p-13-left {
        padding-left: 24px
    }
}

@media screen and (max-width:639px) {
    .p-13-right {
        padding-right: 16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-13-right {
        padding-right: 16px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-13-right {
        padding-right: 20px
    }
}

@media screen and (min-width:1360px) {
    .p-13-right {
        padding-right: 24px
    }
}

@media screen and (max-width:639px) {
    .p-13-bottom {
        padding-bottom: 16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-13-bottom {
        padding-bottom: 16px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-13-bottom {
        padding-bottom: 20px
    }
}

@media screen and (min-width:1360px) {
    .p-13-bottom {
        padding-bottom: 24px
    }
}

@media screen and (max-width:639px) {
    .m-14-top {
        margin-top: 16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-14-top {
        margin-top: 16px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-14-top {
        margin-top: 20px
    }
}

@media screen and (min-width:1360px) {
    .m-14-top {
        margin-top: 24px
    }
}

@media screen and (max-width:639px) {
    .m-14-left {
        margin-left: 16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-14-left {
        margin-left: 16px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-14-left {
        margin-left: 20px
    }
}

@media screen and (min-width:1360px) {
    .m-14-left {
        margin-left: 24px
    }
}

@media screen and (max-width:639px) {
    .m-14-right {
        margin-right: 16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-14-right {
        margin-right: 16px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-14-right {
        margin-right: 20px
    }
}

@media screen and (min-width:1360px) {
    .m-14-right {
        margin-right: 24px
    }
}

@media screen and (max-width:639px) {
    .m-14-bottom {
        margin-bottom: 16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-14-bottom {
        margin-bottom: 16px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-14-bottom {
        margin-bottom: 20px
    }
}

@media screen and (min-width:1360px) {
    .m-14-bottom {
        margin-bottom: 24px
    }
}

@media screen and (max-width:639px) {
    .m-14-top-minus {
        margin-top: -16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-14-top-minus {
        margin-top: -16px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-14-top-minus {
        margin-top: -20px
    }
}

@media screen and (min-width:1360px) {
    .m-14-top-minus {
        margin-top: -24px
    }
}

@media screen and (max-width:639px) {
    .m-14-bottom-minus {
        margin-bottom: -16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-14-bottom-minus {
        margin-bottom: -16px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-14-bottom-minus {
        margin-bottom: -20px
    }
}

@media screen and (min-width:1360px) {
    .m-14-bottom-minus {
        margin-bottom: -24px
    }
}

@media screen and (max-width:639px) {
    .p-14-top {
        padding-top: 16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-14-top {
        padding-top: 16px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-14-top {
        padding-top: 20px
    }
}

@media screen and (min-width:1360px) {
    .p-14-top {
        padding-top: 24px
    }
}

@media screen and (max-width:639px) {
    .p-14-left {
        padding-left: 16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-14-left {
        padding-left: 16px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-14-left {
        padding-left: 20px
    }
}

@media screen and (min-width:1360px) {
    .p-14-left {
        padding-left: 24px
    }
}

@media screen and (max-width:639px) {
    .p-14-right {
        padding-right: 16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-14-right {
        padding-right: 16px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-14-right {
        padding-right: 20px
    }
}

@media screen and (min-width:1360px) {
    .p-14-right {
        padding-right: 24px
    }
}

@media screen and (max-width:639px) {
    .p-14-bottom {
        padding-bottom: 16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-14-bottom {
        padding-bottom: 16px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-14-bottom {
        padding-bottom: 20px
    }
}

@media screen and (min-width:1360px) {
    .p-14-bottom {
        padding-bottom: 24px
    }
}

@media screen and (max-width:639px) {
    .m-15-top {
        margin-top: 20px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-15-top {
        margin-top: 20px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-15-top {
        margin-top: 20px
    }
}

@media screen and (min-width:1360px) {
    .m-15-top {
        margin-top: 24px
    }
}

@media screen and (max-width:639px) {
    .m-15-left {
        margin-left: 20px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-15-left {
        margin-left: 20px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-15-left {
        margin-left: 20px
    }
}

@media screen and (min-width:1360px) {
    .m-15-left {
        margin-left: 24px
    }
}

@media screen and (max-width:639px) {
    .m-15-right {
        margin-right: 20px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-15-right {
        margin-right: 20px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-15-right {
        margin-right: 20px
    }
}

@media screen and (min-width:1360px) {
    .m-15-right {
        margin-right: 24px
    }
}

@media screen and (max-width:639px) {
    .m-15-bottom {
        margin-bottom: 20px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-15-bottom {
        margin-bottom: 20px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-15-bottom {
        margin-bottom: 20px
    }
}

@media screen and (min-width:1360px) {
    .m-15-bottom {
        margin-bottom: 24px
    }
}

@media screen and (max-width:639px) {
    .m-15-top-minus {
        margin-top: -20px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-15-top-minus {
        margin-top: -20px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-15-top-minus {
        margin-top: -20px
    }
}

@media screen and (min-width:1360px) {
    .m-15-top-minus {
        margin-top: -24px
    }
}

@media screen and (max-width:639px) {
    .m-15-bottom-minus {
        margin-bottom: -20px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-15-bottom-minus {
        margin-bottom: -20px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-15-bottom-minus {
        margin-bottom: -20px
    }
}

@media screen and (min-width:1360px) {
    .m-15-bottom-minus {
        margin-bottom: -24px
    }
}

@media screen and (max-width:639px) {
    .p-15-top {
        padding-top: 20px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-15-top {
        padding-top: 20px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-15-top {
        padding-top: 20px
    }
}

@media screen and (min-width:1360px) {
    .p-15-top {
        padding-top: 24px
    }
}

@media screen and (max-width:639px) {
    .p-15-left {
        padding-left: 20px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-15-left {
        padding-left: 20px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-15-left {
        padding-left: 20px
    }
}

@media screen and (min-width:1360px) {
    .p-15-left {
        padding-left: 24px
    }
}

@media screen and (max-width:639px) {
    .p-15-right {
        padding-right: 20px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-15-right {
        padding-right: 20px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-15-right {
        padding-right: 20px
    }
}

@media screen and (min-width:1360px) {
    .p-15-right {
        padding-right: 24px
    }
}

@media screen and (max-width:639px) {
    .p-15-bottom {
        padding-bottom: 20px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-15-bottom {
        padding-bottom: 20px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-15-bottom {
        padding-bottom: 20px
    }
}

@media screen and (min-width:1360px) {
    .p-15-bottom {
        padding-bottom: 24px
    }
}

@media screen and (max-width:639px) {
    .m-16-top {
        margin-top: 8px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-16-top {
        margin-top: 12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-16-top {
        margin-top: 24px
    }
}

@media screen and (min-width:1360px) {
    .m-16-top {
        margin-top: 24px
    }
}

@media screen and (max-width:639px) {
    .m-16-left {
        margin-left: 8px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-16-left {
        margin-left: 12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-16-left {
        margin-left: 24px
    }
}

@media screen and (min-width:1360px) {
    .m-16-left {
        margin-left: 24px
    }
}

@media screen and (max-width:639px) {
    .m-16-right {
        margin-right: 8px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-16-right {
        margin-right: 12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-16-right {
        margin-right: 24px
    }
}

@media screen and (min-width:1360px) {
    .m-16-right {
        margin-right: 24px
    }
}

@media screen and (max-width:639px) {
    .m-16-bottom {
        margin-bottom: 8px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-16-bottom {
        margin-bottom: 12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-16-bottom {
        margin-bottom: 24px
    }
}

@media screen and (min-width:1360px) {
    .m-16-bottom {
        margin-bottom: 24px
    }
}

@media screen and (max-width:639px) {
    .m-16-top-minus {
        margin-top: -8px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-16-top-minus {
        margin-top: -12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-16-top-minus {
        margin-top: -24px
    }
}

@media screen and (min-width:1360px) {
    .m-16-top-minus {
        margin-top: -24px
    }
}

@media screen and (max-width:639px) {
    .m-16-bottom-minus {
        margin-bottom: -8px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-16-bottom-minus {
        margin-bottom: -12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-16-bottom-minus {
        margin-bottom: -24px
    }
}

@media screen and (min-width:1360px) {
    .m-16-bottom-minus {
        margin-bottom: -24px
    }
}

@media screen and (max-width:639px) {
    .p-16-top {
        padding-top: 8px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-16-top {
        padding-top: 12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-16-top {
        padding-top: 24px
    }
}

@media screen and (min-width:1360px) {
    .p-16-top {
        padding-top: 24px
    }
}

@media screen and (max-width:639px) {
    .p-16-left {
        padding-left: 8px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-16-left {
        padding-left: 12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-16-left {
        padding-left: 24px
    }
}

@media screen and (min-width:1360px) {
    .p-16-left {
        padding-left: 24px
    }
}

@media screen and (max-width:639px) {
    .p-16-right {
        padding-right: 8px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-16-right {
        padding-right: 12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-16-right {
        padding-right: 24px
    }
}

@media screen and (min-width:1360px) {
    .p-16-right {
        padding-right: 24px
    }
}

@media screen and (max-width:639px) {
    .p-16-bottom {
        padding-bottom: 8px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-16-bottom {
        padding-bottom: 12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-16-bottom {
        padding-bottom: 24px
    }
}

@media screen and (min-width:1360px) {
    .p-16-bottom {
        padding-bottom: 24px
    }
}

@media screen and (max-width:639px) {
    .m-17-top {
        margin-top: 12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-17-top {
        margin-top: 16px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-17-top {
        margin-top: 16px
    }
}

@media screen and (min-width:1360px) {
    .m-17-top {
        margin-top: 20px
    }
}

@media screen and (max-width:639px) {
    .m-17-left {
        margin-left: 12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-17-left {
        margin-left: 16px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-17-left {
        margin-left: 16px
    }
}

@media screen and (min-width:1360px) {
    .m-17-left {
        margin-left: 20px
    }
}

@media screen and (max-width:639px) {
    .m-17-right {
        margin-right: 12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-17-right {
        margin-right: 16px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-17-right {
        margin-right: 16px
    }
}

@media screen and (min-width:1360px) {
    .m-17-right {
        margin-right: 20px
    }
}

@media screen and (max-width:639px) {
    .m-17-bottom {
        margin-bottom: 12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-17-bottom {
        margin-bottom: 16px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-17-bottom {
        margin-bottom: 16px
    }
}

@media screen and (min-width:1360px) {
    .m-17-bottom {
        margin-bottom: 20px
    }
}

@media screen and (max-width:639px) {
    .m-17-top-minus {
        margin-top: -12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-17-top-minus {
        margin-top: -16px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-17-top-minus {
        margin-top: -16px
    }
}

@media screen and (min-width:1360px) {
    .m-17-top-minus {
        margin-top: -20px
    }
}

@media screen and (max-width:639px) {
    .m-17-bottom-minus {
        margin-bottom: -12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-17-bottom-minus {
        margin-bottom: -16px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-17-bottom-minus {
        margin-bottom: -16px
    }
}

@media screen and (min-width:1360px) {
    .m-17-bottom-minus {
        margin-bottom: -20px
    }
}

@media screen and (max-width:639px) {
    .p-17-top {
        padding-top: 12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-17-top {
        padding-top: 16px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-17-top {
        padding-top: 16px
    }
}

@media screen and (min-width:1360px) {
    .p-17-top {
        padding-top: 20px
    }
}

@media screen and (max-width:639px) {
    .p-17-left {
        padding-left: 12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-17-left {
        padding-left: 16px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-17-left {
        padding-left: 16px
    }
}

@media screen and (min-width:1360px) {
    .p-17-left {
        padding-left: 20px
    }
}

@media screen and (max-width:639px) {
    .p-17-right {
        padding-right: 12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-17-right {
        padding-right: 16px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-17-right {
        padding-right: 16px
    }
}

@media screen and (min-width:1360px) {
    .p-17-right {
        padding-right: 20px
    }
}

@media screen and (max-width:639px) {
    .p-17-bottom {
        padding-bottom: 12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-17-bottom {
        padding-bottom: 16px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-17-bottom {
        padding-bottom: 16px
    }
}

@media screen and (min-width:1360px) {
    .p-17-bottom {
        padding-bottom: 20px
    }
}

@media screen and (max-width:639px) {
    .m-18-top {
        margin-top: 12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-18-top {
        margin-top: 16px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-18-top {
        margin-top: 16px
    }
}

@media screen and (min-width:1360px) {
    .m-18-top {
        margin-top: 20px
    }
}

@media screen and (max-width:639px) {
    .m-18-left {
        margin-left: 12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-18-left {
        margin-left: 16px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-18-left {
        margin-left: 16px
    }
}

@media screen and (min-width:1360px) {
    .m-18-left {
        margin-left: 20px
    }
}

@media screen and (max-width:639px) {
    .m-18-right {
        margin-right: 12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-18-right {
        margin-right: 16px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-18-right {
        margin-right: 16px
    }
}

@media screen and (min-width:1360px) {
    .m-18-right {
        margin-right: 20px
    }
}

@media screen and (max-width:639px) {
    .m-18-bottom {
        margin-bottom: 12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-18-bottom {
        margin-bottom: 16px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-18-bottom {
        margin-bottom: 16px
    }
}

@media screen and (min-width:1360px) {
    .m-18-bottom {
        margin-bottom: 20px
    }
}

@media screen and (max-width:639px) {
    .m-18-top-minus {
        margin-top: -12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-18-top-minus {
        margin-top: -16px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-18-top-minus {
        margin-top: -16px
    }
}

@media screen and (min-width:1360px) {
    .m-18-top-minus {
        margin-top: -20px
    }
}

@media screen and (max-width:639px) {
    .m-18-bottom-minus {
        margin-bottom: -12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-18-bottom-minus {
        margin-bottom: -16px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-18-bottom-minus {
        margin-bottom: -16px
    }
}

@media screen and (min-width:1360px) {
    .m-18-bottom-minus {
        margin-bottom: -20px
    }
}

@media screen and (max-width:639px) {
    .p-18-top {
        padding-top: 12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-18-top {
        padding-top: 16px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-18-top {
        padding-top: 16px
    }
}

@media screen and (min-width:1360px) {
    .p-18-top {
        padding-top: 20px
    }
}

@media screen and (max-width:639px) {
    .p-18-left {
        padding-left: 12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-18-left {
        padding-left: 16px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-18-left {
        padding-left: 16px
    }
}

@media screen and (min-width:1360px) {
    .p-18-left {
        padding-left: 20px
    }
}

@media screen and (max-width:639px) {
    .p-18-right {
        padding-right: 12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-18-right {
        padding-right: 16px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-18-right {
        padding-right: 16px
    }
}

@media screen and (min-width:1360px) {
    .p-18-right {
        padding-right: 20px
    }
}

@media screen and (max-width:639px) {
    .p-18-bottom {
        padding-bottom: 12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-18-bottom {
        padding-bottom: 16px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-18-bottom {
        padding-bottom: 16px
    }
}

@media screen and (min-width:1360px) {
    .p-18-bottom {
        padding-bottom: 20px
    }
}

@media screen and (max-width:639px) {
    .m-19-top {
        margin-top: 12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-19-top {
        margin-top: 14px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-19-top {
        margin-top: 14px
    }
}

@media screen and (min-width:1360px) {
    .m-19-top {
        margin-top: 16px
    }
}

@media screen and (max-width:639px) {
    .m-19-left {
        margin-left: 12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-19-left {
        margin-left: 14px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-19-left {
        margin-left: 14px
    }
}

@media screen and (min-width:1360px) {
    .m-19-left {
        margin-left: 16px
    }
}

@media screen and (max-width:639px) {
    .m-19-right {
        margin-right: 12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-19-right {
        margin-right: 14px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-19-right {
        margin-right: 14px
    }
}

@media screen and (min-width:1360px) {
    .m-19-right {
        margin-right: 16px
    }
}

@media screen and (max-width:639px) {
    .m-19-bottom {
        margin-bottom: 12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-19-bottom {
        margin-bottom: 14px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-19-bottom {
        margin-bottom: 14px
    }
}

@media screen and (min-width:1360px) {
    .m-19-bottom {
        margin-bottom: 16px
    }
}

@media screen and (max-width:639px) {
    .m-19-top-minus {
        margin-top: -12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-19-top-minus {
        margin-top: -14px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-19-top-minus {
        margin-top: -14px
    }
}

@media screen and (min-width:1360px) {
    .m-19-top-minus {
        margin-top: -16px
    }
}

@media screen and (max-width:639px) {
    .m-19-bottom-minus {
        margin-bottom: -12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-19-bottom-minus {
        margin-bottom: -14px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-19-bottom-minus {
        margin-bottom: -14px
    }
}

@media screen and (min-width:1360px) {
    .m-19-bottom-minus {
        margin-bottom: -16px
    }
}

@media screen and (max-width:639px) {
    .p-19-top {
        padding-top: 12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-19-top {
        padding-top: 14px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-19-top {
        padding-top: 14px
    }
}

@media screen and (min-width:1360px) {
    .p-19-top {
        padding-top: 16px
    }
}

@media screen and (max-width:639px) {
    .p-19-left {
        padding-left: 12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-19-left {
        padding-left: 14px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-19-left {
        padding-left: 14px
    }
}

@media screen and (min-width:1360px) {
    .p-19-left {
        padding-left: 16px
    }
}

@media screen and (max-width:639px) {
    .p-19-right {
        padding-right: 12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-19-right {
        padding-right: 14px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-19-right {
        padding-right: 14px
    }
}

@media screen and (min-width:1360px) {
    .p-19-right {
        padding-right: 16px
    }
}

@media screen and (max-width:639px) {
    .p-19-bottom {
        padding-bottom: 12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-19-bottom {
        padding-bottom: 14px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-19-bottom {
        padding-bottom: 14px
    }
}

@media screen and (min-width:1360px) {
    .p-19-bottom {
        padding-bottom: 16px
    }
}

@media screen and (max-width:639px) {
    .m-20-top {
        margin-top: 12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-20-top {
        margin-top: 12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-20-top {
        margin-top: 12px
    }
}

@media screen and (min-width:1360px) {
    .m-20-top {
        margin-top: 16px
    }
}

@media screen and (max-width:639px) {
    .m-20-left {
        margin-left: 12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-20-left {
        margin-left: 12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-20-left {
        margin-left: 12px
    }
}

@media screen and (min-width:1360px) {
    .m-20-left {
        margin-left: 16px
    }
}

@media screen and (max-width:639px) {
    .m-20-right {
        margin-right: 12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-20-right {
        margin-right: 12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-20-right {
        margin-right: 12px
    }
}

@media screen and (min-width:1360px) {
    .m-20-right {
        margin-right: 16px
    }
}

@media screen and (max-width:639px) {
    .m-20-bottom {
        margin-bottom: 12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-20-bottom {
        margin-bottom: 12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-20-bottom {
        margin-bottom: 12px
    }
}

@media screen and (min-width:1360px) {
    .m-20-bottom {
        margin-bottom: 16px
    }
}

@media screen and (max-width:639px) {
    .m-20-top-minus {
        margin-top: -12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-20-top-minus {
        margin-top: -12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-20-top-minus {
        margin-top: -12px
    }
}

@media screen and (min-width:1360px) {
    .m-20-top-minus {
        margin-top: -16px
    }
}

@media screen and (max-width:639px) {
    .m-20-bottom-minus {
        margin-bottom: -12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-20-bottom-minus {
        margin-bottom: -12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-20-bottom-minus {
        margin-bottom: -12px
    }
}

@media screen and (min-width:1360px) {
    .m-20-bottom-minus {
        margin-bottom: -16px
    }
}

@media screen and (max-width:639px) {
    .p-20-top {
        padding-top: 12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-20-top {
        padding-top: 12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-20-top {
        padding-top: 12px
    }
}

@media screen and (min-width:1360px) {
    .p-20-top {
        padding-top: 16px
    }
}

@media screen and (max-width:639px) {
    .p-20-left {
        padding-left: 12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-20-left {
        padding-left: 12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-20-left {
        padding-left: 12px
    }
}

@media screen and (min-width:1360px) {
    .p-20-left {
        padding-left: 16px
    }
}

@media screen and (max-width:639px) {
    .p-20-right {
        padding-right: 12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-20-right {
        padding-right: 12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-20-right {
        padding-right: 12px
    }
}

@media screen and (min-width:1360px) {
    .p-20-right {
        padding-right: 16px
    }
}

@media screen and (max-width:639px) {
    .p-20-bottom {
        padding-bottom: 12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-20-bottom {
        padding-bottom: 12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-20-bottom {
        padding-bottom: 12px
    }
}

@media screen and (min-width:1360px) {
    .p-20-bottom {
        padding-bottom: 16px
    }
}

@media screen and (max-width:639px) {
    .m-21-top {
        margin-top: 12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-21-top {
        margin-top: 12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-21-top {
        margin-top: 12px
    }
}

@media screen and (min-width:1360px) {
    .m-21-top {
        margin-top: 16px
    }
}

@media screen and (max-width:639px) {
    .m-21-left {
        margin-left: 12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-21-left {
        margin-left: 12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-21-left {
        margin-left: 12px
    }
}

@media screen and (min-width:1360px) {
    .m-21-left {
        margin-left: 16px
    }
}

@media screen and (max-width:639px) {
    .m-21-right {
        margin-right: 12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-21-right {
        margin-right: 12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-21-right {
        margin-right: 12px
    }
}

@media screen and (min-width:1360px) {
    .m-21-right {
        margin-right: 16px
    }
}

@media screen and (max-width:639px) {
    .m-21-bottom {
        margin-bottom: 12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-21-bottom {
        margin-bottom: 12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-21-bottom {
        margin-bottom: 12px
    }
}

@media screen and (min-width:1360px) {
    .m-21-bottom {
        margin-bottom: 16px
    }
}

@media screen and (max-width:639px) {
    .m-21-top-minus {
        margin-top: -12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-21-top-minus {
        margin-top: -12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-21-top-minus {
        margin-top: -12px
    }
}

@media screen and (min-width:1360px) {
    .m-21-top-minus {
        margin-top: -16px
    }
}

@media screen and (max-width:639px) {
    .m-21-bottom-minus {
        margin-bottom: -12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-21-bottom-minus {
        margin-bottom: -12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-21-bottom-minus {
        margin-bottom: -12px
    }
}

@media screen and (min-width:1360px) {
    .m-21-bottom-minus {
        margin-bottom: -16px
    }
}

@media screen and (max-width:639px) {
    .p-21-top {
        padding-top: 12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-21-top {
        padding-top: 12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-21-top {
        padding-top: 12px
    }
}

@media screen and (min-width:1360px) {
    .p-21-top {
        padding-top: 16px
    }
}

@media screen and (max-width:639px) {
    .p-21-left {
        padding-left: 12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-21-left {
        padding-left: 12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-21-left {
        padding-left: 12px
    }
}

@media screen and (min-width:1360px) {
    .p-21-left {
        padding-left: 16px
    }
}

@media screen and (max-width:639px) {
    .p-21-right {
        padding-right: 12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-21-right {
        padding-right: 12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-21-right {
        padding-right: 12px
    }
}

@media screen and (min-width:1360px) {
    .p-21-right {
        padding-right: 16px
    }
}

@media screen and (max-width:639px) {
    .p-21-bottom {
        padding-bottom: 12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-21-bottom {
        padding-bottom: 12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-21-bottom {
        padding-bottom: 12px
    }
}

@media screen and (min-width:1360px) {
    .p-21-bottom {
        padding-bottom: 16px
    }
}

@media screen and (max-width:639px) {
    .m-22-top {
        margin-top: 8px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-22-top {
        margin-top: 12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-22-top {
        margin-top: 12px
    }
}

@media screen and (min-width:1360px) {
    .m-22-top {
        margin-top: 12px
    }
}

@media screen and (max-width:639px) {
    .m-22-left {
        margin-left: 8px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-22-left {
        margin-left: 12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-22-left {
        margin-left: 12px
    }
}

@media screen and (min-width:1360px) {
    .m-22-left {
        margin-left: 12px
    }
}

@media screen and (max-width:639px) {
    .m-22-right {
        margin-right: 8px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-22-right {
        margin-right: 12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-22-right {
        margin-right: 12px
    }
}

@media screen and (min-width:1360px) {
    .m-22-right {
        margin-right: 12px
    }
}

@media screen and (max-width:639px) {
    .m-22-bottom {
        margin-bottom: 8px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-22-bottom {
        margin-bottom: 12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-22-bottom {
        margin-bottom: 12px
    }
}

@media screen and (min-width:1360px) {
    .m-22-bottom {
        margin-bottom: 12px
    }
}

@media screen and (max-width:639px) {
    .m-22-top-minus {
        margin-top: -8px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-22-top-minus {
        margin-top: -12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-22-top-minus {
        margin-top: -12px
    }
}

@media screen and (min-width:1360px) {
    .m-22-top-minus {
        margin-top: -12px
    }
}

@media screen and (max-width:639px) {
    .m-22-bottom-minus {
        margin-bottom: -8px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-22-bottom-minus {
        margin-bottom: -12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-22-bottom-minus {
        margin-bottom: -12px
    }
}

@media screen and (min-width:1360px) {
    .m-22-bottom-minus {
        margin-bottom: -12px
    }
}

@media screen and (max-width:639px) {
    .p-22-top {
        padding-top: 8px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-22-top {
        padding-top: 12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-22-top {
        padding-top: 12px
    }
}

@media screen and (min-width:1360px) {
    .p-22-top {
        padding-top: 12px
    }
}

@media screen and (max-width:639px) {
    .p-22-left {
        padding-left: 8px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-22-left {
        padding-left: 12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-22-left {
        padding-left: 12px
    }
}

@media screen and (min-width:1360px) {
    .p-22-left {
        padding-left: 12px
    }
}

@media screen and (max-width:639px) {
    .p-22-right {
        padding-right: 8px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-22-right {
        padding-right: 12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-22-right {
        padding-right: 12px
    }
}

@media screen and (min-width:1360px) {
    .p-22-right {
        padding-right: 12px
    }
}

@media screen and (max-width:639px) {
    .p-22-bottom {
        padding-bottom: 8px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-22-bottom {
        padding-bottom: 12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-22-bottom {
        padding-bottom: 12px
    }
}

@media screen and (min-width:1360px) {
    .p-22-bottom {
        padding-bottom: 12px
    }
}

@media screen and (max-width:639px) {
    .m-23-top {
        margin-top: 10px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-23-top {
        margin-top: 10px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-23-top {
        margin-top: 10px
    }
}

@media screen and (min-width:1360px) {
    .m-23-top {
        margin-top: 10px
    }
}

@media screen and (max-width:639px) {
    .m-23-left {
        margin-left: 10px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-23-left {
        margin-left: 10px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-23-left {
        margin-left: 10px
    }
}

@media screen and (min-width:1360px) {
    .m-23-left {
        margin-left: 10px
    }
}

@media screen and (max-width:639px) {
    .m-23-right {
        margin-right: 10px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-23-right {
        margin-right: 10px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-23-right {
        margin-right: 10px
    }
}

@media screen and (min-width:1360px) {
    .m-23-right {
        margin-right: 10px
    }
}

@media screen and (max-width:639px) {
    .m-23-bottom {
        margin-bottom: 10px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-23-bottom {
        margin-bottom: 10px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-23-bottom {
        margin-bottom: 10px
    }
}

@media screen and (min-width:1360px) {
    .m-23-bottom {
        margin-bottom: 10px
    }
}

@media screen and (max-width:639px) {
    .m-23-top-minus {
        margin-top: -10px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-23-top-minus {
        margin-top: -10px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-23-top-minus {
        margin-top: -10px
    }
}

@media screen and (min-width:1360px) {
    .m-23-top-minus {
        margin-top: -10px
    }
}

@media screen and (max-width:639px) {
    .m-23-bottom-minus {
        margin-bottom: -10px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-23-bottom-minus {
        margin-bottom: -10px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-23-bottom-minus {
        margin-bottom: -10px
    }
}

@media screen and (min-width:1360px) {
    .m-23-bottom-minus {
        margin-bottom: -10px
    }
}

@media screen and (max-width:639px) {
    .p-23-top {
        padding-top: 10px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-23-top {
        padding-top: 10px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-23-top {
        padding-top: 10px
    }
}

@media screen and (min-width:1360px) {
    .p-23-top {
        padding-top: 10px
    }
}

@media screen and (max-width:639px) {
    .p-23-left {
        padding-left: 10px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-23-left {
        padding-left: 10px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-23-left {
        padding-left: 10px
    }
}

@media screen and (min-width:1360px) {
    .p-23-left {
        padding-left: 10px
    }
}

@media screen and (max-width:639px) {
    .p-23-right {
        padding-right: 10px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-23-right {
        padding-right: 10px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-23-right {
        padding-right: 10px
    }
}

@media screen and (min-width:1360px) {
    .p-23-right {
        padding-right: 10px
    }
}

@media screen and (max-width:639px) {
    .p-23-bottom {
        padding-bottom: 10px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-23-bottom {
        padding-bottom: 10px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-23-bottom {
        padding-bottom: 10px
    }
}

@media screen and (min-width:1360px) {
    .p-23-bottom {
        padding-bottom: 10px
    }
}

@media screen and (max-width:639px) {
    .m-24-top {
        margin-top: 8px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-24-top {
        margin-top: 8px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-24-top {
        margin-top: 8px
    }
}

@media screen and (min-width:1360px) {
    .m-24-top {
        margin-top: 8px
    }
}

@media screen and (max-width:639px) {
    .m-24-left {
        margin-left: 8px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-24-left {
        margin-left: 8px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-24-left {
        margin-left: 8px
    }
}

@media screen and (min-width:1360px) {
    .m-24-left {
        margin-left: 8px
    }
}

@media screen and (max-width:639px) {
    .m-24-right {
        margin-right: 8px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-24-right {
        margin-right: 8px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-24-right {
        margin-right: 8px
    }
}

@media screen and (min-width:1360px) {
    .m-24-right {
        margin-right: 8px
    }
}

@media screen and (max-width:639px) {
    .m-24-bottom {
        margin-bottom: 8px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-24-bottom {
        margin-bottom: 8px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-24-bottom {
        margin-bottom: 8px
    }
}

@media screen and (min-width:1360px) {
    .m-24-bottom {
        margin-bottom: 8px
    }
}

@media screen and (max-width:639px) {
    .m-24-top-minus {
        margin-top: -8px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-24-top-minus {
        margin-top: -8px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-24-top-minus {
        margin-top: -8px
    }
}

@media screen and (min-width:1360px) {
    .m-24-top-minus {
        margin-top: -8px
    }
}

@media screen and (max-width:639px) {
    .m-24-bottom-minus {
        margin-bottom: -8px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-24-bottom-minus {
        margin-bottom: -8px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-24-bottom-minus {
        margin-bottom: -8px
    }
}

@media screen and (min-width:1360px) {
    .m-24-bottom-minus {
        margin-bottom: -8px
    }
}

@media screen and (max-width:639px) {
    .p-24-top {
        padding-top: 8px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-24-top {
        padding-top: 8px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-24-top {
        padding-top: 8px
    }
}

@media screen and (min-width:1360px) {
    .p-24-top {
        padding-top: 8px
    }
}

@media screen and (max-width:639px) {
    .p-24-left {
        padding-left: 8px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-24-left {
        padding-left: 8px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-24-left {
        padding-left: 8px
    }
}

@media screen and (min-width:1360px) {
    .p-24-left {
        padding-left: 8px
    }
}

@media screen and (max-width:639px) {
    .p-24-right {
        padding-right: 8px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-24-right {
        padding-right: 8px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-24-right {
        padding-right: 8px
    }
}

@media screen and (min-width:1360px) {
    .p-24-right {
        padding-right: 8px
    }
}

@media screen and (max-width:639px) {
    .p-24-bottom {
        padding-bottom: 8px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-24-bottom {
        padding-bottom: 8px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-24-bottom {
        padding-bottom: 8px
    }
}

@media screen and (min-width:1360px) {
    .p-24-bottom {
        padding-bottom: 8px
    }
}

@media screen and (max-width:639px) {
    .m-25-top {
        margin-top: 4px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-25-top {
        margin-top: 4px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-25-top {
        margin-top: 4px
    }
}

@media screen and (min-width:1360px) {
    .m-25-top {
        margin-top: 4px
    }
}

@media screen and (max-width:639px) {
    .m-25-left {
        margin-left: 4px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-25-left {
        margin-left: 4px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-25-left {
        margin-left: 4px
    }
}

@media screen and (min-width:1360px) {
    .m-25-left {
        margin-left: 4px
    }
}

@media screen and (max-width:639px) {
    .m-25-right {
        margin-right: 4px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-25-right {
        margin-right: 4px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-25-right {
        margin-right: 4px
    }
}

@media screen and (min-width:1360px) {
    .m-25-right {
        margin-right: 4px
    }
}

@media screen and (max-width:639px) {
    .m-25-bottom {
        margin-bottom: 4px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-25-bottom {
        margin-bottom: 4px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-25-bottom {
        margin-bottom: 4px
    }
}

@media screen and (min-width:1360px) {
    .m-25-bottom {
        margin-bottom: 4px
    }
}

@media screen and (max-width:639px) {
    .m-25-top-minus {
        margin-top: -4px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-25-top-minus {
        margin-top: -4px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-25-top-minus {
        margin-top: -4px
    }
}

@media screen and (min-width:1360px) {
    .m-25-top-minus {
        margin-top: -4px
    }
}

@media screen and (max-width:639px) {
    .m-25-bottom-minus {
        margin-bottom: -4px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-25-bottom-minus {
        margin-bottom: -4px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-25-bottom-minus {
        margin-bottom: -4px
    }
}

@media screen and (min-width:1360px) {
    .m-25-bottom-minus {
        margin-bottom: -4px
    }
}

@media screen and (max-width:639px) {
    .p-25-top {
        padding-top: 4px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-25-top {
        padding-top: 4px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-25-top {
        padding-top: 4px
    }
}

@media screen and (min-width:1360px) {
    .p-25-top {
        padding-top: 4px
    }
}

@media screen and (max-width:639px) {
    .p-25-left {
        padding-left: 4px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-25-left {
        padding-left: 4px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-25-left {
        padding-left: 4px
    }
}

@media screen and (min-width:1360px) {
    .p-25-left {
        padding-left: 4px
    }
}

@media screen and (max-width:639px) {
    .p-25-right {
        padding-right: 4px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-25-right {
        padding-right: 4px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-25-right {
        padding-right: 4px
    }
}

@media screen and (min-width:1360px) {
    .p-25-right {
        padding-right: 4px
    }
}

@media screen and (max-width:639px) {
    .p-25-bottom {
        padding-bottom: 4px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-25-bottom {
        padding-bottom: 4px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-25-bottom {
        padding-bottom: 4px
    }
}

@media screen and (min-width:1360px) {
    .p-25-bottom {
        padding-bottom: 4px
    }
}

@media screen and (max-width:639px) {
    .m-26-top {
        margin-top: 2px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-26-top {
        margin-top: 2px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-26-top {
        margin-top: 2px
    }
}

@media screen and (min-width:1360px) {
    .m-26-top {
        margin-top: 2px
    }
}

@media screen and (max-width:639px) {
    .m-26-left {
        margin-left: 2px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-26-left {
        margin-left: 2px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-26-left {
        margin-left: 2px
    }
}

@media screen and (min-width:1360px) {
    .m-26-left {
        margin-left: 2px
    }
}

@media screen and (max-width:639px) {
    .m-26-right {
        margin-right: 2px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-26-right {
        margin-right: 2px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-26-right {
        margin-right: 2px
    }
}

@media screen and (min-width:1360px) {
    .m-26-right {
        margin-right: 2px
    }
}

@media screen and (max-width:639px) {
    .m-26-bottom {
        margin-bottom: 2px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-26-bottom {
        margin-bottom: 2px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-26-bottom {
        margin-bottom: 2px
    }
}

@media screen and (min-width:1360px) {
    .m-26-bottom {
        margin-bottom: 2px
    }
}

@media screen and (max-width:639px) {
    .m-26-top-minus {
        margin-top: -2px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-26-top-minus {
        margin-top: -2px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-26-top-minus {
        margin-top: -2px
    }
}

@media screen and (min-width:1360px) {
    .m-26-top-minus {
        margin-top: -2px
    }
}

@media screen and (max-width:639px) {
    .m-26-bottom-minus {
        margin-bottom: -2px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-26-bottom-minus {
        margin-bottom: -2px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-26-bottom-minus {
        margin-bottom: -2px
    }
}

@media screen and (min-width:1360px) {
    .m-26-bottom-minus {
        margin-bottom: -2px
    }
}

@media screen and (max-width:639px) {
    .p-26-top {
        padding-top: 2px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-26-top {
        padding-top: 2px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-26-top {
        padding-top: 2px
    }
}

@media screen and (min-width:1360px) {
    .p-26-top {
        padding-top: 2px
    }
}

@media screen and (max-width:639px) {
    .p-26-left {
        padding-left: 2px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-26-left {
        padding-left: 2px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-26-left {
        padding-left: 2px
    }
}

@media screen and (min-width:1360px) {
    .p-26-left {
        padding-left: 2px
    }
}

@media screen and (max-width:639px) {
    .p-26-right {
        padding-right: 2px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-26-right {
        padding-right: 2px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-26-right {
        padding-right: 2px
    }
}

@media screen and (min-width:1360px) {
    .p-26-right {
        padding-right: 2px
    }
}

@media screen and (max-width:639px) {
    .p-26-bottom {
        padding-bottom: 2px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-26-bottom {
        padding-bottom: 2px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-26-bottom {
        padding-bottom: 2px
    }
}

@media screen and (min-width:1360px) {
    .p-26-bottom {
        padding-bottom: 2px
    }
}

@media screen and (max-width:639px) {
    .m-27-top {
        margin-top: 0
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-27-top {
        margin-top: 0
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-27-top {
        margin-top: 0
    }
}

@media screen and (min-width:1360px) {
    .m-27-top {
        margin-top: 0
    }
}

@media screen and (max-width:639px) {
    .m-27-left {
        margin-left: 0
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-27-left {
        margin-left: 0
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-27-left {
        margin-left: 0
    }
}

@media screen and (min-width:1360px) {
    .m-27-left {
        margin-left: 0
    }
}

@media screen and (max-width:639px) {
    .m-27-right {
        margin-right: 0
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-27-right {
        margin-right: 0
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-27-right {
        margin-right: 0
    }
}

@media screen and (min-width:1360px) {
    .m-27-right {
        margin-right: 0
    }
}

@media screen and (max-width:639px) {
    .m-27-bottom {
        margin-bottom: 0
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-27-bottom {
        margin-bottom: 0
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-27-bottom {
        margin-bottom: 0
    }
}

@media screen and (min-width:1360px) {
    .m-27-bottom {
        margin-bottom: 0
    }
}

@media screen and (max-width:639px) {
    .m-27-top-minus {
        margin-top: 0
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-27-top-minus {
        margin-top: 0
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-27-top-minus {
        margin-top: 0
    }
}

@media screen and (min-width:1360px) {
    .m-27-top-minus {
        margin-top: 0
    }
}

@media screen and (max-width:639px) {
    .m-27-bottom-minus {
        margin-bottom: 0
    }
}

@media (min-width:640px) and (max-width:959px) {
    .m-27-bottom-minus {
        margin-bottom: 0
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .m-27-bottom-minus {
        margin-bottom: 0
    }
}

@media screen and (min-width:1360px) {
    .m-27-bottom-minus {
        margin-bottom: 0
    }
}

@media screen and (max-width:639px) {
    .p-27-top {
        padding-top: 0
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-27-top {
        padding-top: 0
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-27-top {
        padding-top: 0
    }
}

@media screen and (min-width:1360px) {
    .p-27-top {
        padding-top: 0
    }
}

@media screen and (max-width:639px) {
    .p-27-left {
        padding-left: 0
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-27-left {
        padding-left: 0
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-27-left {
        padding-left: 0
    }
}

@media screen and (min-width:1360px) {
    .p-27-left {
        padding-left: 0
    }
}

@media screen and (max-width:639px) {
    .p-27-right {
        padding-right: 0
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-27-right {
        padding-right: 0
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-27-right {
        padding-right: 0
    }
}

@media screen and (min-width:1360px) {
    .p-27-right {
        padding-right: 0
    }
}

@media screen and (max-width:639px) {
    .p-27-bottom {
        padding-bottom: 0
    }
}

@media (min-width:640px) and (max-width:959px) {
    .p-27-bottom {
        padding-bottom: 0
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .p-27-bottom {
        padding-bottom: 0
    }
}

@media screen and (min-width:1360px) {
    .p-27-bottom {
        padding-bottom: 0
    }
}

@media screen and (max-width:639px) {
    .font-h1 {
        font-size: 32px;
        line-height: 40px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .font-h1 {
        font-size: 48px;
        line-height: 56px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .font-h1 {
        font-size: 56px;
        line-height: 64px
    }
}

@media screen and (min-width:1360px) {
    .font-h1 {
        font-size: 72px;
        line-height: 80px
    }
}



@media screen and (max-width:479px) {
	.font-h2 {
	    font-size: 24px;
	}
	.font-h4 {
	    font-size: 18px;
	}
}




@media screen (min-width:480px) andand (max-width:639px) {
    .font-h2 {
        /*font-size: 28px;*/
        font-size: 25px;
        line-height: 36px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .font-h2 {
        font-size: 40px;
        line-height: 48px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .font-h2 {
        font-size: 48px;
        line-height: 56px
    }
}

@media screen and (min-width:1360px) {
    .font-h2 {
        font-size: 56px;
        line-height: 64px
    }
}

@media screen and (max-width:639px) {
    .font-h3 {
        font-size: 24px;
        line-height: 32px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .font-h3 {
        font-size: 28px;
        line-height: 36px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .font-h3 {
        font-size: 32px;
        line-height: 40px
    }
}

@media screen and (min-width:1360px) {
    .font-h3 {
        font-size: 40px;
        line-height: 48px
    }
}

@media screen and (max-width:639px) {
    .font-h4 {
        font-size: 20px;
        /*font-size: 18px;*/
        /*line-height: 28px*/
        line-height: 25px;
    }
}

@media (min-width:640px) and (max-width:959px) {
    .font-h4 {
        font-size: 24px;
        line-height: 32px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .font-h4 {
        font-size: 24px;
        line-height: 32px
    }
}

@media screen and (min-width:1360px) {
    .font-h4 {
        font-size: 32px;
        line-height: 40px
    }
}

@media screen and (max-width:639px) {
    .font-h5 {
        font-size: 16px;
        line-height: 24px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .font-h5 {
        font-size: 20px;
        line-height: 28px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .font-h5 {
        font-size: 20px;
        line-height: 28px
    }
}

@media screen and (min-width:1360px) {
    .font-h5 {
        font-size: 24px;
        line-height: 32px
    }
}

@media screen and (max-width:639px) {
    .font-p1 {
        font-size: 20px;
        line-height: 28px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .font-p1 {
        font-size: 20px;
        line-height: 28px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .font-p1 {
        font-size: 24px;
        line-height: 32px
    }
}

@media screen and (min-width:1360px) {
    .font-p1 {
        font-size: 24px;
        line-height: 32px
    }
}

@media screen and (max-width:639px) {
    .font-p2 {
        font-size: 16px;
        line-height: 24px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .font-p2 {
        font-size: 16px;
        line-height: 24px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .font-p2 {
        font-size: 20px;
        line-height: 28px
    }
}

@media screen and (min-width:1360px) {
    .font-p2 {
        font-size: 20px;
        line-height: 28px
    }
}

@media screen and (max-width:639px) {
    .font-p3 {
        font-size: 14px;
        line-height: 20px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .font-p3 {
        font-size: 14px;
        line-height: 20px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .font-p3 {
        font-size: 16px;
        line-height: 24px
    }
}

@media screen and (min-width:1360px) {
    .font-p3 {
        font-size: 16px;
        line-height: 24px
    }
}

@media screen and (max-width:959px) {
    .font-p4 {
        font-size: 12px;
        line-height: 16px
    }
}

@media screen and (min-width:960px) {
    .font-p4 {
        font-size: 14px;
        line-height: 20px
    }
}

@media screen and (max-width:639px) {
    .hidden-mobile {
        display: none !important
    }
}

@media screen and (min-width:300px) {
    .hidden-mobile-min {
        display: none !important
    }
}

@media (min-width:480px) and (max-width:639px) {
    .hidden-mobile-interval {
        display: none !important
    }
}

@media screen and (max-width:959px) {
    .hidden-tablet {
        display: none !important
    }
}

@media screen and (min-width:640px) {
    .hidden-tablet-min {
        display: none !important
    }
}

@media (min-width:640px) and (max-width:959px) {
    .hidden-tablet-interval {
        display: none !important
    }
}

@media screen and (max-width:1359px) {
    .hidden-desktop {
        display: none !important
    }
}

@media screen and (min-width:960px) {
    .hidden-desktop-min {
        display: none !important
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .hidden-desktop-interval {
        display: none !important
    }
}

@media screen and (min-width:1360px) {
    .hidden-desktop-lg-min {
        display: none !important
    }
}

.schedule-timeline {
    position: relative
}

    .schedule-timeline.align-center {
        text-align: center
    }

@media (min-width:960px) and (max-width:1359px) {
    .schedule-timeline.align-center .schedule-timeline-time {
        width: 272px;
        text-align: right
    }
}

@media screen and (min-width:1360px) {
    .schedule-timeline.align-center .schedule-timeline-time {
        width: 216px;
        text-align: right
    }
}

.schedule-timeline-container > :first-child {
    margin-top: 0
}

.schedule-timeline-description {
    font-weight: 300
}

@media screen and (max-width:639px) {
    .schedule-timeline-description {
        margin-top: 16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .schedule-timeline-description {
        margin-top: 24px
    }
}

@media screen and (min-width:960px) {
    .schedule-timeline-description {
        margin-top: 28px
    }
}

.schedule-timeline-list {
    text-align: left
}

@media screen and (max-width:639px) {
    .schedule-timeline-list {
        margin-top: 40px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .schedule-timeline-list {
        margin-top: 48px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .schedule-timeline-list {
        margin-top: 48px
    }
}

@media screen and (min-width:1360px) {
    .schedule-timeline-list {
        margin-top: 56px
    }
}

.schedule-timeline-line {
    border-top-width: 1px;
    border-top-style: solid
}

@media screen and (max-width:639px) {
    .schedule-timeline-line {
        margin-bottom: 16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .schedule-timeline-line {
        margin-bottom: 20px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .schedule-timeline-line {
        margin-bottom: 20px
    }
}

@media screen and (min-width:1360px) {
    .schedule-timeline-line {
        margin-bottom: 24px
    }
}

.schedule-timeline-item {
    position: relative;
    display: flex
}

@media screen and (max-width:959px) {
    .schedule-timeline-item {
        flex-direction: column
    }
}

@media screen and (max-width:639px) {
    .schedule-timeline-item {
        padding-bottom: 36px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .schedule-timeline-item {
        padding-bottom: 40px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .schedule-timeline-item {
        padding-bottom: 40px
    }
}

@media screen and (min-width:1360px) {
    .schedule-timeline-item {
        padding-bottom: 48px
    }
}

.schedule-timeline-item-hbs:last-child {
    padding-bottom: 0
}

@media screen and (max-width:959px) {
    .schedule-timeline-item-with-divider {
        padding-left: 40px
    }
}

.schedule-timeline-time {
    flex-shrink: 0;
    font-weight: 800
}

@media screen and (max-width:959px) {
    .schedule-timeline-time {
        width: 100%
    }
}

@media screen and (min-width:960px) {
    .schedule-timeline-time {
        margin-top: 4px;
        margin-right: 36px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .schedule-timeline-time {
        width: 120px
    }
}

@media screen and (min-width:1360px) {
    .schedule-timeline-time {
        width: 128px
    }
}

.schedule-timeline-time-point-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0
}

@media screen and (max-width:959px) {
    .schedule-timeline-time-point-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        padding-top: 2px
    }
}

@media screen and (min-width:960px) {
    .schedule-timeline-time-point-wrapper {
        padding-top: 8px;
        margin-right: 36px
    }
}

.schedule-timeline-time-point {
    border-width: 8px;
    border-style: solid;
    border-radius: 50%;
    flex-shrink: 0
}

.schedule-timeline-time-line {
    position: absolute;
    top: 16px;
    bottom: 0;
    border-left-width: 2px;
    border-left-style: solid
}

@media screen and (max-width:959px) {
    .schedule-timeline-time-line {
        transform: translateY(2px)
    }
}

@media screen and (min-width:960px) {
    .schedule-timeline-time-line {
        transform: translateY(8px)
    }
}

.schedule-timeline-time-line-transparent {
    border-color: transparent
}

@media screen and (min-width:960px) {
    .schedule-timeline-item-text {
        flex-grow: 1
    }
}

@media screen and (max-width:639px) {
    .schedule-timeline-item-text-single .schedule-timeline-item-title {
        margin-top: -2px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .schedule-timeline-item-text-single .schedule-timeline-item-title {
        margin-top: -4px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .schedule-timeline-item-text-single .schedule-timeline-item-title {
        margin-top: 2px
    }
}

@media screen and (max-width:959px) {
    .schedule-timeline-item-text-single .schedule-timeline-item-description:only-child {
        margin-top: 0
    }
}

@media screen and (max-width:959px) {
    .schedule-timeline-item-title {
        margin-top: 8px
    }
}

@media screen and (max-width:1359px) {
    .schedule-timeline-item-description {
        margin-top: 12px
    }
}

@media screen and (min-width:1360px) {
    .schedule-timeline-item-description {
        margin-top: 16px
    }
}

@media screen and (min-width:960px) {
    .schedule-timeline-item-description:only-child {
        margin-top: 4px
    }
}

.schedule-timeline-draggable:last-child .schedule-timeline-item {
    padding-bottom: 0
}

.text-list-default {
    position: relative
}

@media screen and (min-width:640px) {
    .text-list-default-items-column {
        padding-top: 16px;
        margin-top: 0 !important
    }
}

.text-list-divided {
    position: relative
}

.text-list-divided-item {
    border-top: 2px solid;
    border-color: inherit
}

@media screen and (max-width:639px) {
    .text-list-divided-item {
        padding: 14px 0 24px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .text-list-divided-item {
        padding: 16px 0 28px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .text-list-divided-item {
        padding: 18px 0 32px
    }
}

@media screen and (min-width:1360px) {
    .text-list-divided-item {
        padding: 24px 0 36px
    }
}

.text-list-inline {
    position: relative
}

.text-list-inline-items-row {
    text-align: left
}

.text-list-inline-item {
    display: flex;
    align-items: flex-start
}

.text-list-inline-item-title {
    max-width: 45%;
    flex-shrink: 0
}

.text-list-inline-item-line {
    height: 16px;
    min-width: 24px;
    border-bottom: 1px dotted;
    border-color: inherit;
    flex-grow: 1;
    margin: 0 12px;
    opacity: .4
}

.text-list-inline-item-description {
    max-width: 45%;
    flex-shrink: 0;
    text-align: right
}

.steps-horizontal {
    position: relative
}

@media screen and (min-width:640px) {
    .steps-horizontal.align-center .steps-horizontal-block-wrapper:not(:first-child) .steps-horizontal-block:before {
        width: auto;
        right: 50%
    }
}

@media (min-width:640px) and (max-width:959px) {
    .steps-horizontal.align-center .steps-horizontal-block-wrapper:not(:first-child) .steps-horizontal-block:before {
        left: -12px;
        margin-right: 32px
    }
}

@media screen and (min-width:960px) {
    .steps-horizontal.align-center .steps-horizontal-block-wrapper:not(:first-child) .steps-horizontal-block:before {
        margin-right: 36px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .steps-horizontal.align-center .steps-horizontal-block-wrapper:not(:first-child) .steps-horizontal-block:before {
        left: -20px
    }
}

@media screen and (min-width:1360px) {
    .steps-horizontal.align-center .steps-horizontal-block-wrapper:not(:first-child) .steps-horizontal-block:before {
        left: -24px
    }
}

@media screen and (min-width:640px) {
    .steps-horizontal.align-center .steps-horizontal-block-wrapper:not(:last-child) .steps-horizontal-block:after {
        left: 50%
    }
}

@media (min-width:640px) and (max-width:959px) {
    .steps-horizontal.align-center .steps-horizontal-block-wrapper:not(:last-child) .steps-horizontal-block:after {
        margin-left: 32px
    }
}

@media screen and (min-width:960px) {
    .steps-horizontal.align-center .steps-horizontal-block-wrapper:not(:last-child) .steps-horizontal-block:after {
        margin-left: 36px
    }
}

.steps-horizontal.align-center .steps-horizontal-block {
    align-items: center
}

.steps-horizontal.text-white .steps-horizontal-block-wrapper:not(:first-child):before, .steps-horizontal.text-white .steps-horizontal-block-wrapper:not(:last-child):after {
    background-color: hsla(0,0%,100%,.56)
}

@media screen and (max-width:639px) {
    .steps-horizontal-block-wrapper:first-child {
        margin-top: 0
    }
}

@media screen and (min-width:640px) {
    .steps-horizontal-block-wrapper:nth-child(-n+3) {
        margin-top: 0
    }
}

@media screen and (min-width:640px) {
    .steps-horizontal-block-wrapper:not(:first-child) .steps-horizontal-block:before {
        background-color: hsla(0,0%,7%,.24);
        content: "";
        position: absolute;
        right: 100%;
        display: block;
        height: 1px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .steps-horizontal-block-wrapper:not(:first-child) .steps-horizontal-block:before {
        top: 32px;
        width: 20px;
        margin-right: -12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .steps-horizontal-block-wrapper:not(:first-child) .steps-horizontal-block:before {
        top: 36px;
        width: 20px;
        margin-right: -20px
    }
}

@media screen and (min-width:1360px) {
    .steps-horizontal-block-wrapper:not(:first-child) .steps-horizontal-block:before {
        top: 36px;
        width: 24px;
        margin-right: -24px
    }
}

.steps-horizontal-block-wrapper:nth-child(3n+1) .steps-horizontal-block:before, .steps-horizontal-block-wrapper:nth-child(3n+3) .steps-horizontal-block:after {
    display: none
}

@media screen and (min-width:640px) {
    .steps-horizontal-block-wrapper:not(:last-child) .steps-horizontal-block:after {
        background-color: hsla(0,0%,7%,.24);
        content: "";
        position: absolute;
        left: 0;
        height: 1px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .steps-horizontal-block-wrapper:not(:last-child) .steps-horizontal-block:after {
        top: 32px;
        right: -12px;
        margin-left: 76px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .steps-horizontal-block-wrapper:not(:last-child) .steps-horizontal-block:after {
        top: 36px;
        right: -20px;
        margin-left: 92px
    }
}

@media screen and (min-width:1360px) {
    .steps-horizontal-block-wrapper:not(:last-child) .steps-horizontal-block:after {
        top: 36px;
        right: -24px;
        margin-left: 96px
    }
}

.steps-horizontal-block {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.steps-horizontal-text {
    align-self: stretch
}

.steps-horizontal-counter {
    position: relative;
    flex-shrink: 0
}

.steps-horizontal-circle {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 100%;
    box-sizing: border-box
}

@media screen and (max-width:959px) {
    .steps-horizontal-circle {
        width: 64px;
        height: 64px
    }
}

@media screen and (min-width:960px) {
    .steps-horizontal-circle {
        width: 72px;
        height: 72px
    }
}

.pragmatica-medium, .pragmatica-regular {
    font-family: pragmatica,sans-serif
}

.pragmatica-medium {
    font-weight: 600
}

.text-dark .text-white .button-scheme-white, .text-white .button-scheme-white, .text-white .text-dark .text-white .button-scheme-white {
    color: #fff
}

    .text-dark .text-white .button-scheme-white.button-primary, .text-white .button-scheme-white.button-primary, .text-white .text-dark .text-white .button-scheme-white.button-primary {
        color: #fff;
        background-color: #111
    }

        .text-dark .text-white .button-scheme-white.button-primary:focus, .text-white .button-scheme-white.button-primary:focus, .text-white .text-dark .text-white .button-scheme-white.button-primary:focus {
            box-shadow: inset 0 0 0 1px hsla(0,0%,84%,.56)
        }

.text-dark .text-white .button-scheme-dark, .text-white .button-scheme-dark, .text-white .text-dark .text-white .button-scheme-dark {
    color: #111
}

    .text-dark .text-white .button-scheme-dark.button-primary, .text-white .button-scheme-dark.button-primary, .text-white .text-dark .text-white .button-scheme-dark.button-primary {
        color: #111;
        background-color: #fff
    }

        .text-dark .text-white .button-scheme-dark.button-primary:focus, .text-white .button-scheme-dark.button-primary:focus, .text-white .text-dark .text-white .button-scheme-dark.button-primary:focus {
            box-shadow: inset 0 0 0 1px hsla(0,0%,7%,.32)
        }

.text-dark .text-white .button-primary, .text-white .button-primary, .text-white .text-dark .text-white .button-primary {
    color: #111;
    background-color: #fff
}

    .text-dark .text-white .button-primary:focus, .text-white .button-primary:focus, .text-white .text-dark .text-white .button-primary:focus {
        box-shadow: inset 0 0 0 1px hsla(0,0%,7%,.32)
    }

.text-dark .text-white .button-secondary, .text-white .button-secondary, .text-white .text-dark .text-white .button-secondary {
    border-color: hsla(0,0%,100%,.56);
    color: #fff
}

    .text-dark .text-white .button-secondary:focus, .text-white .button-secondary:focus, .text-white .text-dark .text-white .button-secondary:focus {
        box-shadow: inset 0 0 0 2px hsla(0,0%,100%,.8)
    }

.text-dark .button-scheme-white, .text-dark .text-white .text-dark .button-scheme-white, .text-white .text-dark .button-scheme-white {
    color: #fff
}

    .text-dark .button-scheme-white.button-primary, .text-dark .text-white .text-dark .button-scheme-white.button-primary, .text-white .text-dark .button-scheme-white.button-primary {
        color: #fff;
        background-color: #111
    }

        .text-dark .button-scheme-white.button-primary:focus, .text-dark .text-white .text-dark .button-scheme-white.button-primary:focus, .text-white .text-dark .button-scheme-white.button-primary:focus {
            box-shadow: inset 0 0 0 1px hsla(0,0%,84%,.56)
        }

.text-dark .button-scheme-dark, .text-dark .text-white .text-dark .button-scheme-dark, .text-white .text-dark .button-scheme-dark {
    color: #111
}

    .text-dark .button-scheme-dark.button-primary, .text-dark .text-white .text-dark .button-scheme-dark.button-primary, .text-white .text-dark .button-scheme-dark.button-primary {
        color: #111;
        background-color: #fff
    }

        .text-dark .button-scheme-dark.button-primary:focus, .text-dark .text-white .text-dark .button-scheme-dark.button-primary:focus, .text-white .text-dark .button-scheme-dark.button-primary:focus {
            box-shadow: inset 0 0 0 1px hsla(0,0%,7%,.32)
        }

.text-dark .button-primary, .text-dark .text-white .text-dark .button-primary, .text-white .text-dark .button-primary {
    color: #fff;
    background-color: #111
}

    .text-dark .button-primary:focus, .text-dark .text-white .text-dark .button-primary:focus, .text-white .text-dark .button-primary:focus {
        box-shadow: inset 0 0 0 1px hsla(0,0%,84%,.56)
    }

.text-dark .button-secondary, .text-dark .text-white .text-dark .button-secondary, .text-white .text-dark .button-secondary {
    border: 2px solid hsla(0,0%,7%,.16);
    color: #111
}

    .text-dark .button-secondary:focus, .text-dark .text-white .text-dark .button-secondary:focus, .text-white .text-dark .button-secondary:focus {
        box-shadow: inset 0 0 0 2px hsla(0,0%,7%,.32)
    }

.button-primary {
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    background-color: #111;
    display: inline-block;
    max-width: 100%;
    border: 0;
    border-radius: 1000px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none
}

    .button-primary:focus {
        box-shadow: inset 0 0 0 1px hsla(0,0%,84%,.56)
    }

    .button-primary:hover {
        opacity: .8
    }

    .button-primary:active {
        opacity: .88
    }

    .button-primary:disabled, .button-primary-disabled {
        cursor: default;
        opacity: .24
    }

        .button-primary:disabled:active, .button-primary:disabled:focus, .button-primary:disabled:hover, .button-primary-disabled:active, .button-primary-disabled:focus, .button-primary-disabled:hover {
            box-shadow: none;
            opacity: .24
        }

.button-primary-white {
    color: #111;
    background-color: #fff
}

    .button-primary-white:focus {
        box-shadow: inset 0 0 0 1px hsla(0,0%,7%,.32)
    }

@media screen and (max-width:959px) {
    .button-primary {
        font-size: 16px;
        line-height: 44px;
        min-width: 127px;
        height: 44px;
        padding: 0 16px
    }
}

@media screen and (min-width:960px) {
    .button-primary {
        font-size: 20px;
        line-height: 48px;
        min-width: 152px;
        height: 48px;
        padding: 0 24px
    }
}

.button-secondary {
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 2px solid hsla(0,0%,7%,.16);
    color: #111;
    display: inline-block;
    max-width: 100%;
    border-radius: 1000px;
    box-sizing: border-box;
    background-color: transparent;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none
}

    .button-secondary:focus {
        box-shadow: inset 0 0 0 2px hsla(0,0%,7%,.32)
    }

    .button-secondary:hover {
        opacity: .8
    }

    .button-secondary:active {
        opacity: .88
    }

    .button-secondary:disabled, .button-secondary-disabled {
        cursor: default;
        opacity: .24
    }

        .button-secondary:disabled:active, .button-secondary:disabled:focus, .button-secondary:disabled:hover, .button-secondary-disabled:active, .button-secondary-disabled:focus, .button-secondary-disabled:hover {
            box-shadow: none;
            opacity: .24
        }

.button-secondary-white {
    border-color: hsla(0,0%,100%,.56);
    color: #fff
}

    .button-secondary-white:focus {
        box-shadow: inset 0 0 0 2px hsla(0,0%,100%,.8)
    }

@media screen and (max-width:959px) {
    .button-secondary {
        font-size: 16px;
        line-height: 40px;
        min-width: 127px;
        height: 44px;
        padding: 0 16px
    }
}

@media screen and (min-width:960px) {
    .button-secondary {
        font-size: 20px;
        line-height: 44px;
        min-width: 152px;
        height: 48px;
        padding: 0 24px
    }
}

.button-adding-to-cart {
    position: relative
}

    .button-adding-to-cart:disabled, .button-adding-to-cart:disabled:hover {
        opacity: 1
    }

    .button-adding-to-cart .button-adding-text {
        opacity: 0
    }

    .button-adding-to-cart .button-adding-icon:before {
        opacity: 1;
        -webkit-animation: c 1.2s infinite linear;
        animation: c 1.2s infinite linear
    }

.button-adding-to-cart-checked .button-adding-icon:before {
    -webkit-animation: none;
    animation: none;
    opacity: 0
}

.button-adding-to-cart-checked .button-adding-icon:after {
    opacity: 1;
    -webkit-animation: d .8s ease;
    animation: d .8s ease
}

.button-adding-to-cart-final .button-adding-icon:after {
    -webkit-animation: none;
    animation: none;
    opacity: 0
}

.button-adding-to-cart-final .button-adding-text {
    opacity: 1
}

.button-adding-text {
    transition: opacity 1s
}

.button-adding-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translate(-50%,-50%)
}

    .button-adding-icon:before {
        left: 0;
        top: 0;
        display: inline-block;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 3px solid currentColor;
        border-right-color: transparent;
        box-sizing: border-box
    }

    .button-adding-icon:after, .button-adding-icon:before {
        content: "";
        position: absolute;
        transition: opacity .4s;
        opacity: 0
    }

    .button-adding-icon:after {
        left: 2px;
        top: 12px;
        height: 17px;
        width: 8px;
        border-right: 3px solid currentColor;
        border-top: 3px solid currentColor;
        transform: scaleX(-1) rotate(135deg);
        transform-origin: left top
    }

@keyframes c {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes d {
    0% {
        height: 0;
        width: 0;
        opacity: 1
    }

    20% {
        height: 0;
        width: 8px;
        opacity: 1
    }

    40% {
        height: 17px;
        width: 8px;
        opacity: 1
    }

    to {
        height: 17px;
        width: 8px;
        opacity: 1
    }
}

.text-dark .text-white .input-active .input-field ~ .input-placeholder, .text-white .input-active .input-field ~ .input-placeholder, .text-white .text-dark .text-white .input-active .input-field ~ .input-placeholder {
    color: hsla(0,0%,100%,.56)
}

.text-dark .text-white .input-error .input-wrapper:hover .input-field, .text-white .input-error .input-wrapper:hover .input-field, .text-white .text-dark .text-white .input-error .input-wrapper:hover .input-field {
    border-bottom-color: hsla(0,0%,100%,.8)
}

.text-dark .text-white .input-error .input-field, .text-white .input-error .input-field, .text-white .text-dark .text-white .input-error .input-field {
    border-bottom-color: hsla(0,0%,100%,.56)
}

    .text-dark .text-white .input-error .input-field:hover, .text-white .input-error .input-field:hover, .text-white .text-dark .text-white .input-error .input-field:hover {
        border-bottom-color: hsla(0,0%,100%,.8)
    }

    .text-dark .text-white .input-error .input-field:active, .text-dark .text-white .input-error .input-field:focus, .text-white .input-error .input-field:active, .text-white .input-error .input-field:focus, .text-white .text-dark .text-white .input-error .input-field:active, .text-white .text-dark .text-white .input-error .input-field:focus {
        border-bottom-color: hsla(0,0%,100%,.88)
    }

.text-dark .text-white .input-wrapper:hover .input-field, .text-white .input-wrapper:hover .input-field, .text-white .text-dark .text-white .input-wrapper:hover .input-field {
    border-bottom-color: hsla(0,0%,100%,.8)
}

.text-dark .text-white .input-field, .text-white .input-field, .text-white .text-dark .text-white .input-field {
    border-bottom-color: hsla(0,0%,100%,.56);
    color: #fff
}

    .text-dark .text-white .input-field::-webkit-input-placeholder, .text-white .input-field::-webkit-input-placeholder, .text-white .text-dark .text-white .input-field::-webkit-input-placeholder {
        color: transparent
    }

    .text-dark .text-white .input-field:-ms-input-placeholder, .text-dark .text-white .input-field::-ms-input-placeholder, .text-white .input-field:-ms-input-placeholder, .text-white .input-field::-ms-input-placeholder, .text-white .text-dark .text-white .input-field:-ms-input-placeholder, .text-white .text-dark .text-white .input-field::-ms-input-placeholder {
        color: transparent
    }

    .text-dark .text-white .input-field:-moz-placeholder, .text-dark .text-white .input-field::-moz-placeholder, .text-white .input-field:-moz-placeholder, .text-white .input-field::-moz-placeholder, .text-white .text-dark .text-white .input-field:-moz-placeholder, .text-white .text-dark .text-white .input-field::-moz-placeholder {
        color: transparent
    }

    .text-dark .text-white .input-field:-webkit-autofill, .text-white .input-field:-webkit-autofill, .text-white .text-dark .text-white .input-field:-webkit-autofill {
        color: #fff;
        -webkit-text-fill-color: #fff
    }

        .text-dark .text-white .input-field:-webkit-autofill:active, .text-dark .text-white .input-field:-webkit-autofill:focus, .text-dark .text-white .input-field:-webkit-autofill:hover, .text-white .input-field:-webkit-autofill:active, .text-white .input-field:-webkit-autofill:focus, .text-white .input-field:-webkit-autofill:hover, .text-white .text-dark .text-white .input-field:-webkit-autofill:active, .text-white .text-dark .text-white .input-field:-webkit-autofill:focus, .text-white .text-dark .text-white .input-field:-webkit-autofill:hover {
            -webkit-text-fill-color: #fff
        }

    .text-dark .text-white .input-field:hover, .text-white .input-field:hover, .text-white .text-dark .text-white .input-field:hover {
        border-bottom-color: hsla(0,0%,100%,.8)
    }

    .text-dark .text-white .input-field:focus, .text-white .input-field:focus, .text-white .text-dark .text-white .input-field:focus {
        border-bottom-color: hsla(0,0%,100%,.88)
    }

        .text-dark .text-white .input-field:focus::-webkit-input-placeholder, .text-white .input-field:focus::-webkit-input-placeholder, .text-white .text-dark .text-white .input-field:focus::-webkit-input-placeholder {
            color: hsla(0,0%,100%,.88)
        }

        .text-dark .text-white .input-field:focus:-ms-input-placeholder, .text-dark .text-white .input-field:focus::-ms-input-placeholder, .text-white .input-field:focus:-ms-input-placeholder, .text-white .input-field:focus::-ms-input-placeholder, .text-white .text-dark .text-white .input-field:focus:-ms-input-placeholder, .text-white .text-dark .text-white .input-field:focus::-ms-input-placeholder {
            color: hsla(0,0%,100%,.88)
        }

        .text-dark .text-white .input-field:focus:-moz-placeholder, .text-dark .text-white .input-field:focus::-moz-placeholder, .text-white .input-field:focus:-moz-placeholder, .text-white .input-field:focus::-moz-placeholder, .text-white .text-dark .text-white .input-field:focus:-moz-placeholder, .text-white .text-dark .text-white .input-field:focus::-moz-placeholder {
            color: hsla(0,0%,100%,.88)
        }

    .text-dark .text-white .input-field:active, .text-white .input-field:active, .text-white .text-dark .text-white .input-field:active {
        border-bottom-color: hsla(0,0%,100%,.88)
    }

    .text-dark .text-white .input-description, .text-dark .text-white .input-field ~ .input-placeholder, .text-white .input-description, .text-white .input-field ~ .input-placeholder, .text-white .text-dark .text-white .input-description, .text-white .text-dark .text-white .input-field ~ .input-placeholder {
        color: hsla(0,0%,100%,.56)
    }

.text-dark .text-white .input-error, .text-white .input-error, .text-white .text-dark .text-white .input-error {
    color: #fff
}

.text-dark .input-active .input-field ~ .input-placeholder, .text-dark .text-white .text-dark .input-active .input-field ~ .input-placeholder, .text-white .text-dark .input-active .input-field ~ .input-placeholder {
    color: hsla(0,0%,7%,.56)
}

.text-dark .input-error .input-wrapper:hover .input-field, .text-dark .text-white .text-dark .input-error .input-wrapper:hover .input-field, .text-white .text-dark .input-error .input-wrapper:hover .input-field {
    border-bottom-color: rgba(211,25,25,.56)
}

.text-dark .input-error .input-field, .text-dark .text-white .text-dark .input-error .input-field, .text-white .text-dark .input-error .input-field {
    border-bottom-color: rgba(222,90,66,.48)
}

    .text-dark .input-error .input-field:hover, .text-dark .text-white .text-dark .input-error .input-field:hover, .text-white .text-dark .input-error .input-field:hover {
        border-bottom-color: rgba(211,25,25,.56)
    }

    .text-dark .input-error .input-field:active, .text-dark .input-error .input-field:focus, .text-dark .text-white .text-dark .input-error .input-field:active, .text-dark .text-white .text-dark .input-error .input-field:focus, .text-white .text-dark .input-error .input-field:active, .text-white .text-dark .input-error .input-field:focus {
        border-bottom-color: rgba(211,25,25,.72)
    }

.text-dark .input-wrapper:hover .input-field, .text-dark .text-white .text-dark .input-wrapper:hover .input-field, .text-white .text-dark .input-wrapper:hover .input-field {
    border-bottom-color: rgba(0,0,0,.32)
}

.text-dark .input-field, .text-dark .text-white .text-dark .input-field, .text-white .text-dark .input-field {
    border-bottom-color: hsla(0,0%,7%,.16);
    color: #111
}

    .text-dark .input-field::-webkit-input-placeholder, .text-dark .text-white .text-dark .input-field::-webkit-input-placeholder, .text-white .text-dark .input-field::-webkit-input-placeholder {
        color: transparent
    }

    .text-dark .input-field:-ms-input-placeholder, .text-dark .input-field::-ms-input-placeholder, .text-dark .text-white .text-dark .input-field:-ms-input-placeholder, .text-dark .text-white .text-dark .input-field::-ms-input-placeholder, .text-white .text-dark .input-field:-ms-input-placeholder, .text-white .text-dark .input-field::-ms-input-placeholder {
        color: transparent
    }

    .text-dark .input-field:-moz-placeholder, .text-dark .input-field::-moz-placeholder, .text-dark .text-white .text-dark .input-field:-moz-placeholder, .text-dark .text-white .text-dark .input-field::-moz-placeholder, .text-white .text-dark .input-field:-moz-placeholder, .text-white .text-dark .input-field::-moz-placeholder {
        color: transparent
    }

    .text-dark .input-field:-webkit-autofill, .text-dark .text-white .text-dark .input-field:-webkit-autofill, .text-white .text-dark .input-field:-webkit-autofill {
        color: #111;
        -webkit-text-fill-color: #111
    }

        .text-dark .input-field:-webkit-autofill:active, .text-dark .input-field:-webkit-autofill:focus, .text-dark .input-field:-webkit-autofill:hover, .text-dark .text-white .text-dark .input-field:-webkit-autofill:active, .text-dark .text-white .text-dark .input-field:-webkit-autofill:focus, .text-dark .text-white .text-dark .input-field:-webkit-autofill:hover, .text-white .text-dark .input-field:-webkit-autofill:active, .text-white .text-dark .input-field:-webkit-autofill:focus, .text-white .text-dark .input-field:-webkit-autofill:hover {
            -webkit-text-fill-color: #111
        }

    .text-dark .input-field:hover, .text-dark .text-white .text-dark .input-field:hover, .text-white .text-dark .input-field:hover {
        border-bottom-color: rgba(0,0,0,.32)
    }

    .text-dark .input-field:focus, .text-dark .text-white .text-dark .input-field:focus, .text-white .text-dark .input-field:focus {
        border-bottom-color: hsla(0,0%,7%,.4)
    }

        .text-dark .input-field:focus::-webkit-input-placeholder, .text-dark .text-white .text-dark .input-field:focus::-webkit-input-placeholder, .text-white .text-dark .input-field:focus::-webkit-input-placeholder {
            color: hsla(0,0%,7%,.56)
        }

        .text-dark .input-field:focus:-ms-input-placeholder, .text-dark .input-field:focus::-ms-input-placeholder, .text-dark .text-white .text-dark .input-field:focus:-ms-input-placeholder, .text-dark .text-white .text-dark .input-field:focus::-ms-input-placeholder, .text-white .text-dark .input-field:focus:-ms-input-placeholder, .text-white .text-dark .input-field:focus::-ms-input-placeholder {
            color: hsla(0,0%,7%,.56)
        }

        .text-dark .input-field:focus:-moz-placeholder, .text-dark .input-field:focus::-moz-placeholder, .text-dark .text-white .text-dark .input-field:focus:-moz-placeholder, .text-dark .text-white .text-dark .input-field:focus::-moz-placeholder, .text-white .text-dark .input-field:focus:-moz-placeholder, .text-white .text-dark .input-field:focus::-moz-placeholder {
            color: hsla(0,0%,7%,.56)
        }

    .text-dark .input-field:active, .text-dark .text-white .text-dark .input-field:active, .text-white .text-dark .input-field:active {
        border-bottom-color: hsla(0,0%,7%,.4)
    }

    .text-dark .input-description, .text-dark .input-field ~ .input-placeholder, .text-dark .text-white .text-dark .input-description, .text-dark .text-white .text-dark .input-field ~ .input-placeholder, .text-white .text-dark .input-description, .text-white .text-dark .input-field ~ .input-placeholder {
        color: hsla(0,0%,7%,.56)
    }

.text-dark .input-error, .text-dark .text-white .text-dark .input-error, .text-white .text-dark .input-error {
    color: #dd5656
}

.input {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: left
}

.input-active .input-field ~ .input-placeholder {
    color: hsla(0,0%,7%,.56)
}

.input-error .input-wrapper:hover .input-field {
    border-bottom-color: rgba(211,25,25,.56)
}

.input-error .input-field {
    border-bottom-color: rgba(222,90,66,.48)
}

    .input-error .input-field:hover {
        border-bottom-color: rgba(211,25,25,.56)
    }

    .input-error .input-field:active, .input-error .input-field:focus {
        border-bottom-color: rgba(211,25,25,.72)
    }

.input-wrapper:hover .input-field {
    border-bottom-color: rgba(0,0,0,.32)
}

.input-field {
    border-bottom-color: hsla(0,0%,7%,.16);
    color: #111
}

    .input-field::-webkit-input-placeholder {
        color: transparent
    }

    .input-field:-ms-input-placeholder, .input-field::-ms-input-placeholder {
        color: transparent
    }

    .input-field:-moz-placeholder, .input-field::-moz-placeholder {
        color: transparent
    }

    .input-field:-webkit-autofill {
        color: #111;
        -webkit-text-fill-color: #111
    }

        .input-field:-webkit-autofill:active, .input-field:-webkit-autofill:focus, .input-field:-webkit-autofill:hover {
            -webkit-text-fill-color: #111
        }

    .input-field:hover {
        border-bottom-color: rgba(0,0,0,.32)
    }

    .input-field:focus {
        border-bottom-color: hsla(0,0%,7%,.4)
    }

        .input-field:focus::-webkit-input-placeholder {
            color: hsla(0,0%,7%,.56)
        }

        .input-field:focus:-ms-input-placeholder, .input-field:focus::-ms-input-placeholder {
            color: hsla(0,0%,7%,.56)
        }

        .input-field:focus:-moz-placeholder, .input-field:focus::-moz-placeholder {
            color: hsla(0,0%,7%,.56)
        }

    .input-field:active {
        border-bottom-color: hsla(0,0%,7%,.4)
    }

    .input-description, .input-field ~ .input-placeholder {
        color: hsla(0,0%,7%,.56)
    }

.input-error {
    color: #dd5656
}

@media screen and (max-width:639px) {
    .input {
        max-width: 288px
    }
}

@media screen and (min-width:640px) {
    .input {
        max-width: 400px
    }
}

.input-white-active .input-field ~ .input-placeholder {
    color: hsla(0,0%,100%,.56)
}

.input-white-error .input-wrapper:hover .input-field {
    border-bottom-color: hsla(0,0%,100%,.8)
}

.input-white-error .input-field {
    border-bottom-color: hsla(0,0%,100%,.56)
}

    .input-white-error .input-field:hover {
        border-bottom-color: hsla(0,0%,100%,.8)
    }

    .input-white-error .input-field:active, .input-white-error .input-field:focus {
        border-bottom-color: hsla(0,0%,100%,.88)
    }

.input-white-wrapper:hover .input-field {
    border-bottom-color: hsla(0,0%,100%,.8)
}

.input-white-field {
    border-bottom-color: hsla(0,0%,100%,.56);
    color: #fff
}

    .input-white-field::-webkit-input-placeholder {
        color: transparent
    }

    .input-white-field:-ms-input-placeholder, .input-white-field::-ms-input-placeholder {
        color: transparent
    }

    .input-white-field:-moz-placeholder, .input-white-field::-moz-placeholder {
        color: transparent
    }

    .input-white-field:-webkit-autofill {
        color: #fff;
        -webkit-text-fill-color: #fff
    }

        .input-white-field:-webkit-autofill:active, .input-white-field:-webkit-autofill:focus, .input-white-field:-webkit-autofill:hover {
            -webkit-text-fill-color: #fff
        }

    .input-white-field:hover {
        border-bottom-color: hsla(0,0%,100%,.8)
    }

    .input-white-field:focus {
        border-bottom-color: hsla(0,0%,100%,.88)
    }

        .input-white-field:focus::-webkit-input-placeholder {
            color: hsla(0,0%,100%,.88)
        }

        .input-white-field:focus:-ms-input-placeholder, .input-white-field:focus::-ms-input-placeholder {
            color: hsla(0,0%,100%,.88)
        }

        .input-white-field:focus:-moz-placeholder, .input-white-field:focus::-moz-placeholder {
            color: hsla(0,0%,100%,.88)
        }

    .input-white-field:active {
        border-bottom-color: hsla(0,0%,100%,.88)
    }

    .input-white-description, .input-white-field ~ .input-placeholder {
        color: hsla(0,0%,100%,.56)
    }

.input-white-error {
    color: #fff
}

@media screen and (max-width:639px) {
    .input-active .input-field ~ .input-placeholder {
        font-size: 13px;
        line-height: 18px;
        font-weight: 300;
        top: -8px
    }
}

@media screen and (min-width:640px) {
    .input-active .input-field ~ .input-placeholder {
        font-size: 14px;
        line-height: 19px;
        font-weight: 300;
        top: -14px
    }
}

.input-error .input-description {
    display: none
}

.input-error .input-error {
    display: block
}

.input-wrapper {
    position: relative;
    display: block
}

.input-field {
    width: 100%;
    height: 44px;
    padding: 8px 0;
    border: none;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-radius: 0;
    box-sizing: border-box;
    background-color: transparent;
    transition: border-color .15s
}

@media screen and (max-width:639px) {
    .input-field {
        font-size: 16px;
        line-height: 24px;
        font-weight: 300
    }
}

@media screen and (min-width:640px) {
    .input-field {
        font-size: 20px;
        line-height: 28px;
        font-weight: 300
    }
}

.input-field:-webkit-autofill {
    transition: background-color 999999s
}

@media screen and (max-width:639px) {
    .input-field:focus ~ .input-placeholder {
        font-size: 13px;
        line-height: 18px;
        font-weight: 300;
        top: -8px
    }
}

@media screen and (min-width:640px) {
    .input-field:focus ~ .input-placeholder {
        font-size: 14px;
        line-height: 19px;
        font-weight: 300;
        top: -14px
    }
}

.input-placeholder {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    left: 0;
    right: 0;
    transition: all .15s;
    cursor: text
}

.input-placeholder-required:after {
    content: " *"
}

@media screen and (max-width:639px) {
    .input-placeholder {
        font-size: 16px;
        line-height: 24px;
        font-weight: 300;
        top: 9px;
        height: 24px
    }
}

@media screen and (min-width:640px) {
    .input-placeholder {
        font-size: 20px;
        line-height: 28px;
        font-weight: 300;
        top: 8px;
        height: 28px
    }
}

.input-description {
    margin-top: 3px
}

@media screen and (max-width:639px) {
    .input-description {
        font-size: 13px;
        line-height: 16px;
        font-weight: 300
    }
}

@media screen and (min-width:640px) {
    .input-description {
        font-size: 14px;
        line-height: 19px;
        font-weight: 300
    }
}

.input-error {
    margin-top: 3px
}

@media screen and (max-width:639px) {
    .input-error {
        font-size: 13px;
        line-height: 16px;
        font-weight: 300
    }
}

@media screen and (min-width:640px) {
    .input-error {
        font-size: 14px;
        line-height: 19px;
        font-weight: 300
    }
}

.text-dark .text-white .textarea ::-webkit-scrollbar, .text-white .text-dark .text-white .textarea ::-webkit-scrollbar, .text-white .textarea ::-webkit-scrollbar {
    width: 6px
}

.text-dark .text-white .textarea ::-webkit-scrollbar-thumb, .text-white .text-dark .text-white .textarea ::-webkit-scrollbar-thumb, .text-white .textarea ::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: hsla(0,0%,100%,.8)
}

.text-dark .text-white .textarea ::-webkit-scrollbar-track, .text-white .text-dark .text-white .textarea ::-webkit-scrollbar-track, .text-white .textarea ::-webkit-scrollbar-track {
    background: transparent
}

.text-dark .text-white .textarea-active .textarea-field ~ .textarea-placeholder, .text-white .text-dark .text-white .textarea-active .textarea-field ~ .textarea-placeholder, .text-white .textarea-active .textarea-field ~ .textarea-placeholder {
    color: hsla(0,0%,100%,.56)
}

.text-dark .text-white .textarea-error .textarea-wrapper:hover .textarea-field, .text-white .text-dark .text-white .textarea-error .textarea-wrapper:hover .textarea-field, .text-white .textarea-error .textarea-wrapper:hover .textarea-field {
    border-bottom-color: hsla(0,0%,100%,.8)
}

.text-dark .text-white .textarea-error .textarea-field, .text-white .text-dark .text-white .textarea-error .textarea-field, .text-white .textarea-error .textarea-field {
    border-bottom-color: hsla(0,0%,100%,.56)
}

    .text-dark .text-white .textarea-error .textarea-field:hover, .text-white .text-dark .text-white .textarea-error .textarea-field:hover, .text-white .textarea-error .textarea-field:hover {
        border-bottom-color: hsla(0,0%,100%,.8)
    }

    .text-dark .text-white .textarea-error .textarea-field:active, .text-dark .text-white .textarea-error .textarea-field:focus, .text-white .text-dark .text-white .textarea-error .textarea-field:active, .text-white .text-dark .text-white .textarea-error .textarea-field:focus, .text-white .textarea-error .textarea-field:active, .text-white .textarea-error .textarea-field:focus {
        border-bottom-color: hsla(0,0%,100%,.88)
    }

.text-dark .text-white .textarea-wrapper:hover .textarea-field, .text-white .text-dark .text-white .textarea-wrapper:hover .textarea-field, .text-white .textarea-wrapper:hover .textarea-field {
    border-bottom-color: hsla(0,0%,100%,.8)
}

.text-dark .text-white .textarea-field, .text-white .text-dark .text-white .textarea-field, .text-white .textarea-field {
    border-bottom-color: hsla(0,0%,100%,.56)
}

    .text-dark .text-white .textarea-field::-webkit-input-placeholder, .text-white .text-dark .text-white .textarea-field::-webkit-input-placeholder, .text-white .textarea-field::-webkit-input-placeholder {
        color: transparent
    }

    .text-dark .text-white .textarea-field:-ms-input-placeholder, .text-dark .text-white .textarea-field::-ms-input-placeholder, .text-white .text-dark .text-white .textarea-field:-ms-input-placeholder, .text-white .text-dark .text-white .textarea-field::-ms-input-placeholder, .text-white .textarea-field:-ms-input-placeholder, .text-white .textarea-field::-ms-input-placeholder {
        color: transparent
    }

    .text-dark .text-white .textarea-field:-moz-placeholder, .text-dark .text-white .textarea-field::-moz-placeholder, .text-white .text-dark .text-white .textarea-field:-moz-placeholder, .text-white .text-dark .text-white .textarea-field::-moz-placeholder, .text-white .textarea-field:-moz-placeholder, .text-white .textarea-field::-moz-placeholder {
        color: transparent
    }

    .text-dark .text-white .textarea-field:hover, .text-white .text-dark .text-white .textarea-field:hover, .text-white .textarea-field:hover {
        border-bottom-color: hsla(0,0%,100%,.8)
    }

    .text-dark .text-white .textarea-field:focus, .text-white .text-dark .text-white .textarea-field:focus, .text-white .textarea-field:focus {
        border-bottom-color: hsla(0,0%,100%,.88)
    }

        .text-dark .text-white .textarea-field:focus::-webkit-input-placeholder, .text-white .text-dark .text-white .textarea-field:focus::-webkit-input-placeholder, .text-white .textarea-field:focus::-webkit-input-placeholder {
            color: hsla(0,0%,100%,.56)
        }

        .text-dark .text-white .textarea-field:focus:-ms-input-placeholder, .text-dark .text-white .textarea-field:focus::-ms-input-placeholder, .text-white .text-dark .text-white .textarea-field:focus:-ms-input-placeholder, .text-white .text-dark .text-white .textarea-field:focus::-ms-input-placeholder, .text-white .textarea-field:focus:-ms-input-placeholder, .text-white .textarea-field:focus::-ms-input-placeholder {
            color: hsla(0,0%,100%,.56)
        }

        .text-dark .text-white .textarea-field:focus:-moz-placeholder, .text-dark .text-white .textarea-field:focus::-moz-placeholder, .text-white .text-dark .text-white .textarea-field:focus:-moz-placeholder, .text-white .text-dark .text-white .textarea-field:focus::-moz-placeholder, .text-white .textarea-field:focus:-moz-placeholder, .text-white .textarea-field:focus::-moz-placeholder {
            color: hsla(0,0%,100%,.56)
        }

    .text-dark .text-white .textarea-field:active, .text-white .text-dark .text-white .textarea-field:active, .text-white .textarea-field:active {
        border-bottom-color: hsla(0,0%,100%,.88)
    }

    .text-dark .text-white .textarea-description, .text-dark .text-white .textarea-field ~ .textarea-placeholder, .text-white .text-dark .text-white .textarea-description, .text-white .text-dark .text-white .textarea-field ~ .textarea-placeholder, .text-white .textarea-description, .text-white .textarea-field ~ .textarea-placeholder {
        color: hsla(0,0%,100%,.56)
    }

.text-dark .text-white .textarea-error, .text-white .text-dark .text-white .textarea-error, .text-white .textarea-error {
    color: #fff
}

.text-dark .text-white .text-dark .textarea ::-webkit-scrollbar, .text-dark .textarea ::-webkit-scrollbar, .text-white .text-dark .textarea ::-webkit-scrollbar {
    width: 6px
}

.text-dark .text-white .text-dark .textarea ::-webkit-scrollbar-thumb, .text-dark .textarea ::-webkit-scrollbar-thumb, .text-white .text-dark .textarea ::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgba(0,0,0,.2)
}

.text-dark .text-white .text-dark .textarea ::-webkit-scrollbar-track, .text-dark .textarea ::-webkit-scrollbar-track, .text-white .text-dark .textarea ::-webkit-scrollbar-track {
    background: transparent
}

.text-dark .text-white .text-dark .textarea-active .textarea-field ~ .textarea-placeholder, .text-dark .textarea-active .textarea-field ~ .textarea-placeholder, .text-white .text-dark .textarea-active .textarea-field ~ .textarea-placeholder {
    color: hsla(0,0%,7%,.56)
}

.text-dark .text-white .text-dark .textarea-error .textarea-wrapper:hover .textarea-field, .text-dark .textarea-error .textarea-wrapper:hover .textarea-field, .text-white .text-dark .textarea-error .textarea-wrapper:hover .textarea-field {
    border-bottom-color: rgba(211,25,25,.56)
}

.text-dark .text-white .text-dark .textarea-error .textarea-field, .text-dark .textarea-error .textarea-field, .text-white .text-dark .textarea-error .textarea-field {
    border-bottom-color: rgba(222,90,66,.48)
}

    .text-dark .text-white .text-dark .textarea-error .textarea-field:hover, .text-dark .textarea-error .textarea-field:hover, .text-white .text-dark .textarea-error .textarea-field:hover {
        border-bottom-color: rgba(211,25,25,.56)
    }

    .text-dark .text-white .text-dark .textarea-error .textarea-field:active, .text-dark .text-white .text-dark .textarea-error .textarea-field:focus, .text-dark .textarea-error .textarea-field:active, .text-dark .textarea-error .textarea-field:focus, .text-white .text-dark .textarea-error .textarea-field:active, .text-white .text-dark .textarea-error .textarea-field:focus {
        border-bottom-color: rgba(211,25,25,.72)
    }

.text-dark .text-white .text-dark .textarea-wrapper:hover .textarea-field, .text-dark .textarea-wrapper:hover .textarea-field, .text-white .text-dark .textarea-wrapper:hover .textarea-field {
    border-bottom-color: rgba(0,0,0,.32)
}

.text-dark .text-white .text-dark .textarea-field, .text-dark .textarea-field, .text-white .text-dark .textarea-field {
    border-bottom-color: hsla(0,0%,7%,.16)
}

    .text-dark .text-white .text-dark .textarea-field::-webkit-input-placeholder, .text-dark .textarea-field::-webkit-input-placeholder, .text-white .text-dark .textarea-field::-webkit-input-placeholder {
        color: transparent
    }

    .text-dark .text-white .text-dark .textarea-field:-ms-input-placeholder, .text-dark .text-white .text-dark .textarea-field::-ms-input-placeholder, .text-dark .textarea-field:-ms-input-placeholder, .text-dark .textarea-field::-ms-input-placeholder, .text-white .text-dark .textarea-field:-ms-input-placeholder, .text-white .text-dark .textarea-field::-ms-input-placeholder {
        color: transparent
    }

    .text-dark .text-white .text-dark .textarea-field:-moz-placeholder, .text-dark .text-white .text-dark .textarea-field::-moz-placeholder, .text-dark .textarea-field:-moz-placeholder, .text-dark .textarea-field::-moz-placeholder, .text-white .text-dark .textarea-field:-moz-placeholder, .text-white .text-dark .textarea-field::-moz-placeholder {
        color: transparent
    }

    .text-dark .text-white .text-dark .textarea-field:hover, .text-dark .textarea-field:hover, .text-white .text-dark .textarea-field:hover {
        border-bottom-color: rgba(0,0,0,.32)
    }

    .text-dark .text-white .text-dark .textarea-field:focus, .text-dark .textarea-field:focus, .text-white .text-dark .textarea-field:focus {
        border-bottom-color: hsla(0,0%,7%,.4)
    }

        .text-dark .text-white .text-dark .textarea-field:focus::-webkit-input-placeholder, .text-dark .textarea-field:focus::-webkit-input-placeholder, .text-white .text-dark .textarea-field:focus::-webkit-input-placeholder {
            color: hsla(0,0%,7%,.56)
        }

        .text-dark .text-white .text-dark .textarea-field:focus:-ms-input-placeholder, .text-dark .text-white .text-dark .textarea-field:focus::-ms-input-placeholder, .text-dark .textarea-field:focus:-ms-input-placeholder, .text-dark .textarea-field:focus::-ms-input-placeholder, .text-white .text-dark .textarea-field:focus:-ms-input-placeholder, .text-white .text-dark .textarea-field:focus::-ms-input-placeholder {
            color: hsla(0,0%,7%,.56)
        }

        .text-dark .text-white .text-dark .textarea-field:focus:-moz-placeholder, .text-dark .text-white .text-dark .textarea-field:focus::-moz-placeholder, .text-dark .textarea-field:focus:-moz-placeholder, .text-dark .textarea-field:focus::-moz-placeholder, .text-white .text-dark .textarea-field:focus:-moz-placeholder, .text-white .text-dark .textarea-field:focus::-moz-placeholder {
            color: hsla(0,0%,7%,.56)
        }

    .text-dark .text-white .text-dark .textarea-field:active, .text-dark .textarea-field:active, .text-white .text-dark .textarea-field:active {
        border-bottom-color: hsla(0,0%,7%,.4)
    }

    .text-dark .text-white .text-dark .textarea-description, .text-dark .text-white .text-dark .textarea-field ~ .textarea-placeholder, .text-dark .textarea-description, .text-dark .textarea-field ~ .textarea-placeholder, .text-white .text-dark .textarea-description, .text-white .text-dark .textarea-field ~ .textarea-placeholder {
        color: hsla(0,0%,7%,.56)
    }

.text-dark .text-white .text-dark .textarea-error, .text-dark .textarea-error, .text-white .text-dark .textarea-error {
    color: #dd5656
}

.textarea {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: left
}

    .textarea ::-webkit-scrollbar {
        width: 6px
    }

    .textarea ::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background-color: rgba(0,0,0,.2)
    }

    .textarea ::-webkit-scrollbar-track {
        background: transparent
    }

.textarea-active .textarea-field ~ .textarea-placeholder {
    color: hsla(0,0%,7%,.56)
}

.textarea-error .textarea-wrapper:hover .textarea-field {
    border-bottom-color: rgba(211,25,25,.56)
}

.textarea-error .textarea-field {
    border-bottom-color: rgba(222,90,66,.48)
}

    .textarea-error .textarea-field:hover {
        border-bottom-color: rgba(211,25,25,.56)
    }

    .textarea-error .textarea-field:active, .textarea-error .textarea-field:focus {
        border-bottom-color: rgba(211,25,25,.72)
    }

.textarea-wrapper:hover .textarea-field {
    border-bottom-color: rgba(0,0,0,.32)
}

.textarea-field {
    border-bottom-color: hsla(0,0%,7%,.16)
}

    .textarea-field::-webkit-input-placeholder {
        color: transparent
    }

    .textarea-field:-ms-input-placeholder, .textarea-field::-ms-input-placeholder {
        color: transparent
    }

    .textarea-field:-moz-placeholder, .textarea-field::-moz-placeholder {
        color: transparent
    }

    .textarea-field:hover {
        border-bottom-color: rgba(0,0,0,.32)
    }

    .textarea-field:focus {
        border-bottom-color: hsla(0,0%,7%,.4)
    }

        .textarea-field:focus::-webkit-input-placeholder {
            color: hsla(0,0%,7%,.56)
        }

        .textarea-field:focus:-ms-input-placeholder, .textarea-field:focus::-ms-input-placeholder {
            color: hsla(0,0%,7%,.56)
        }

        .textarea-field:focus:-moz-placeholder, .textarea-field:focus::-moz-placeholder {
            color: hsla(0,0%,7%,.56)
        }

    .textarea-field:active {
        border-bottom-color: hsla(0,0%,7%,.4)
    }

    .textarea-description, .textarea-field ~ .textarea-placeholder {
        color: hsla(0,0%,7%,.56)
    }

.textarea-error {
    color: #dd5656
}

@media screen and (max-width:639px) {
    .textarea {
        max-width: 288px
    }
}

@media screen and (min-width:640px) {
    .textarea {
        max-width: 400px
    }
}

@media screen and (min-width:960px) {
    .textarea {
        max-width: 100%
    }
}

.textarea-white-active .input-field ~ .input-placeholder {
    color: hsla(0,0%,100%,.56)
}

.textarea-white-error .input-wrapper:hover .input-field {
    border-bottom-color: hsla(0,0%,100%,.8)
}

.textarea-white-error .input-field {
    border-bottom-color: hsla(0,0%,100%,.56)
}

    .textarea-white-error .input-field:hover {
        border-bottom-color: hsla(0,0%,100%,.8)
    }

    .textarea-white-error .input-field:active, .textarea-white-error .input-field:focus {
        border-bottom-color: hsla(0,0%,100%,.88)
    }

.textarea-white-wrapper:hover .input-field {
    border-bottom-color: hsla(0,0%,100%,.8)
}

.textarea-white-field {
    border-bottom-color: hsla(0,0%,100%,.56);
    color: #fff
}

    .textarea-white-field::-webkit-input-placeholder {
        color: transparent
    }

    .textarea-white-field:-ms-input-placeholder, .textarea-white-field::-ms-input-placeholder {
        color: transparent
    }

    .textarea-white-field:-moz-placeholder, .textarea-white-field::-moz-placeholder {
        color: transparent
    }

    .textarea-white-field:-webkit-autofill {
        color: #fff;
        -webkit-text-fill-color: #fff
    }

        .textarea-white-field:-webkit-autofill:active, .textarea-white-field:-webkit-autofill:focus, .textarea-white-field:-webkit-autofill:hover {
            -webkit-text-fill-color: #fff
        }

    .textarea-white-field:hover {
        border-bottom-color: hsla(0,0%,100%,.8)
    }

    .textarea-white-field:focus {
        border-bottom-color: hsla(0,0%,100%,.88)
    }

        .textarea-white-field:focus::-webkit-input-placeholder {
            color: hsla(0,0%,100%,.88)
        }

        .textarea-white-field:focus:-ms-input-placeholder, .textarea-white-field:focus::-ms-input-placeholder {
            color: hsla(0,0%,100%,.88)
        }

        .textarea-white-field:focus:-moz-placeholder, .textarea-white-field:focus::-moz-placeholder {
            color: hsla(0,0%,100%,.88)
        }

    .textarea-white-field:active {
        border-bottom-color: hsla(0,0%,100%,.88)
    }

    .textarea-white-description, .textarea-white-field ~ .input-placeholder {
        color: hsla(0,0%,100%,.56)
    }

.textarea-white-error {
    color: #fff
}

@media screen and (max-width:639px) {
    .textarea-active .textarea-field ~ .textarea-placeholder {
        font-size: 13px;
        line-height: 18px;
        font-weight: 300;
        top: -8px
    }
}

@media screen and (min-width:640px) {
    .textarea-active .textarea-field ~ .textarea-placeholder {
        font-size: 14px;
        line-height: 19px;
        font-weight: 300;
        top: -14px
    }
}

.textarea-error .textarea-description {
    display: none
}

.textarea-error .textarea-error {
    display: block
}

.textarea-wrapper {
    position: relative;
    display: block;
    min-height: 44px;
    max-height: 110px
}

.textarea-field {
    transition-property: border-color;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 8px 0;
    border: none;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-radius: 0;
    box-sizing: border-box;
    resize: none;
    vertical-align: top;
    background-color: transparent;
    overflow: hidden;
    outline: none
}

@media screen and (max-width:639px) {
    .textarea-field {
        font-size: 16px;
        line-height: 24px;
        font-weight: 300
    }
}

@media screen and (min-width:640px) {
    .textarea-field {
        font-size: 20px;
        line-height: 28px;
        font-weight: 300
    }
}

@media screen and (max-width:639px) {
    .textarea-field:focus ~ .textarea-placeholder {
        font-size: 13px;
        line-height: 18px;
        font-weight: 300;
        top: -8px
    }
}

@media screen and (min-width:640px) {
    .textarea-field:focus ~ .textarea-placeholder {
        font-size: 14px;
        line-height: 19px;
        font-weight: 300;
        top: -14px
    }
}

.textarea-placeholder {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    left: 0;
    right: 0;
    transition: all .15s;
    cursor: text
}

.textarea-placeholder-required:after {
    content: " *"
}

@media screen and (max-width:639px) {
    .textarea-placeholder {
        font-size: 16px;
        line-height: 24px;
        font-weight: 300;
        top: 9px;
        height: 24px
    }
}

@media screen and (min-width:640px) {
    .textarea-placeholder {
        font-size: 20px;
        line-height: 28px;
        font-weight: 300;
        top: 8px;
        height: 28px
    }
}

.textarea-description {
    margin-top: 3px
}

@media screen and (max-width:639px) {
    .textarea-description {
        font-size: 13px;
        line-height: 16px;
        font-weight: 300
    }
}

@media screen and (min-width:640px) {
    .textarea-description {
        font-size: 14px;
        line-height: 19px;
        font-weight: 300
    }
}

.textarea-error {
    margin-top: 3px
}

@media screen and (max-width:639px) {
    .textarea-error {
        font-size: 13px;
        line-height: 16px;
        font-weight: 300
    }
}

@media screen and (min-width:640px) {
    .textarea-error {
        font-size: 14px;
        line-height: 19px;
        font-weight: 300
    }
}

.textarea-content {
    padding: 8px 0;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: hidden;
    visibility: hidden
}

@media screen and (max-width:639px) {
    .textarea-content {
        font-size: 16px;
        line-height: 24px;
        font-weight: 300
    }
}

@media screen and (min-width:640px) {
    .textarea-content {
        font-size: 20px;
        line-height: 28px;
        font-weight: 300
    }
}

.text-dark .text-white .radio-boxed input[type=radio]:checked + .radio-boxed-label, .text-white .radio-boxed input[type=radio]:checked + .radio-boxed-label, .text-white .text-dark .text-white .radio-boxed input[type=radio]:checked + .radio-boxed-label {
    border-color: hsla(0,0%,100%,.56)
}

.text-dark .text-white .radio-boxed-label, .text-white .radio-boxed-label, .text-white .text-dark .text-white .radio-boxed-label {
    border-color: hsla(0,0%,100%,.32);
    color: #fff
}

    .text-dark .text-white .radio-boxed-label:hover, .text-white .radio-boxed-label:hover, .text-white .text-dark .text-white .radio-boxed-label:hover {
        border-color: hsla(0,0%,100%,.56)
    }

    .text-dark .text-white .radio-boxed-label:after, .text-white .radio-boxed-label:after, .text-white .text-dark .text-white .radio-boxed-label:after {
        background-color: hsla(0,0%,100%,.16)
    }

    .text-dark .text-white .radio-boxed-label:before, .text-white .radio-boxed-label:before, .text-white .text-dark .text-white .radio-boxed-label:before {
        background-color: hsla(0,0%,100%,.56)
    }

.text-dark .radio-boxed input[type=radio]:checked + .radio-boxed-label, .text-dark .text-white .text-dark .radio-boxed input[type=radio]:checked + .radio-boxed-label, .text-white .text-dark .radio-boxed input[type=radio]:checked + .radio-boxed-label {
    border-color: hsla(0,0%,7%,.32)
}

.text-dark .radio-boxed-label, .text-dark .text-white .text-dark .radio-boxed-label, .text-white .text-dark .radio-boxed-label {
    border-color: hsla(0,0%,7%,.08);
    color: #111
}

    .text-dark .radio-boxed-label:hover, .text-dark .text-white .text-dark .radio-boxed-label:hover, .text-white .text-dark .radio-boxed-label:hover {
        border-color: hsla(0,0%,7%,.32)
    }

    .text-dark .radio-boxed-label:after, .text-dark .text-white .text-dark .radio-boxed-label:after, .text-white .text-dark .radio-boxed-label:after {
        background-color: hsla(0,0%,7%,.04)
    }

    .text-dark .radio-boxed-label:before, .text-dark .text-white .text-dark .radio-boxed-label:before, .text-white .text-dark .radio-boxed-label:before {
        background-color: hsla(0,0%,7%,.56)
    }

.radio-boxed input[type=radio] {
    display: none
}

    .radio-boxed input[type=radio]:checked + .radio-boxed-label {
        border-width: 2px;
        border-style: solid
    }

        .radio-boxed input[type=radio]:checked + .radio-boxed-label:before {
            transform: scale(1);
            opacity: 1
        }

.radio-boxed-label {
    transition-property: border-color;
    transition-duration: .15s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-style: solid;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

@media screen and (max-width:959px) {
    .radio-boxed-label {
        font-size: 14px;
        line-height: 20px;
        padding: 20px 64px 20px 16px
    }
}

@media screen and (min-width:960px) {
    .radio-boxed-label {
        font-size: 16px;
        line-height: 24px;
        padding: 20px 72px 20px 20px
    }
}

.radio-boxed-label:after {
    content: "";
    position: absolute;
    right: 16px;
    width: 32px;
    height: 32px;
    border-radius: 50%
}

@media screen and (max-width:959px) {
    .radio-boxed-label:after {
        top: 14px
    }
}

@media screen and (min-width:960px) {
    .radio-boxed-label:after {
        top: 16px
    }
}

.radio-boxed-label:before {
    transition-property: all;
    transition-duration: .15s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    content: "";
    position: absolute;
    top: 16px;
    right: 16px;
    transform: scale(0);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 10px;
    opacity: 0
}

@media screen and (max-width:959px) {
    .radio-boxed-label:before {
        top: 14px
    }
}

@media screen and (min-width:960px) {
    .radio-boxed-label:before {
        top: 16px
    }
}

.text-red {
    color: rgb(225,95,65);
}
.text-blue {
	color: rgb(45,152,218);
}

.text-dark .text-white, .text-white, .text-white .text-dark .text-white {
    color: #fff;
}

.text-dark .text-white .text-additional, .text-dark .text-white .text-opacity, .text-white .text-additional, .text-white .text-dark .text-white .text-additional, .text-white .text-dark .text-white .text-opacity, .text-white .text-opacity {
	color: hsla(0,0%,100%,.56);
}

.text-dark, .text-dark .text-white .text-dark, .text-white .text-dark {
	color: #111;
}

.text-dark .text-opacity, .text-dark .text-white .text-dark .text-opacity, .text-white .text-dark .text-opacity {
    color: hsla(0,0%,7%,.56);
}

.text-dark .text-additional, .text-dark .text-white .text-dark .text-additional, .text-white .text-dark .text-additional {
    color: hsla(0,0%,7%,.24);
}

.text-opacity {
    color: hsla(0,0%,7%,.56)
}

.text-additional {
    color: hsla(0,0%,7%,.24)
}

.background {
    background-color: #fff;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden
}

.background, .image-overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.image-overlay {
    background-color: #000
}

.background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    border-radius: inherit;
    background-color: #000
}

.background-video-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.background-video-container-wide {
    top: -100%;
    height: 300%
}

.background-video-container-narrow {
    left: -100%;
    width: 300%
}

.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%,-50%)
}

.background-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@supports ((-webkit-text-decoration-color:transparent) or (text-decoration-color:transparent)) {
    .container ins, .container ins font, .container u, .container u font {
        box-shadow: 0 1px 0 0 currentColor;
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent
    }

        .container ins .link, .container u .link {
            -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent
        }

    .container h1 ins, .container h1 u, .container h2 ins, .container h2 u, .container h3 ins, .container h3 u, .container h4 ins, .container h4 u, .container h5 ins, .container h5 u {
        box-shadow: 0 2px 0 0 currentColor
    }

        .container h1 ins font, .container h1 u font, .container h2 ins font, .container h2 u font, .container h3 ins font, .container h3 u font, .container h4 ins font, .container h4 u font, .container h5 ins font, .container h5 u font {
            box-shadow: 0 2px 0 0 currentColor;
            -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent
        }
}

@supports ((-webkit-text-decoration-color:transparent) or (text-decoration-color:transparent)) {
    .container h1 > .link, .container h2 > .link, .container h3 > .link, .container h4 > .link, .container h5 > .link {
        box-shadow: 0 2px 0 0 currentColor
    }

        .container h1 > .link font, .container h2 > .link font, .container h3 > .link font, .container h4 > .link font, .container h5 > .link font {
            box-shadow: 0 2px 0 0 currentColor;
            -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent
        }

    .link {
        position: relative;
        color: inherit;
        transition: opacity .5s;
        opacity: .64
    }

        .link, .link font {
            -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
            box-shadow: 0 1px 0 0 currentColor
        }

            .link:hover {
                opacity: 1
            }
}

.text-dark .text-white .element-opacity, .text-white .element-opacity, .text-white .text-dark .text-white .element-opacity {
    opacity: .56
}

.element-opacity, .text-dark .element-opacity, .text-dark .text-white .text-dark .element-opacity, .text-white .text-dark .element-opacity {
    opacity: .24
}

.element-opacity-with-hover:hover {
    opacity: .7
}

.element-white {
    color: #111;
    background-color: #fff
}

    .element-white .text-opacity {
        color: hsla(0,0%,7%,.56)
    }

    .element-white .text-additional {
        color: hsla(0,0%,7%,.24)
    }

    .element-white .button-scheme-white {
        color: #fff
    }

        .element-white .button-scheme-white.button-primary {
            color: #fff;
            background-color: #111
        }

            .element-white .button-scheme-white.button-primary:focus {
                box-shadow: inset 0 0 0 1px hsla(0,0%,84%,.56)
            }

    .element-white .button-scheme-dark {
        color: #111
    }

        .element-white .button-scheme-dark.button-primary {
            color: #111;
            background-color: #fff
        }

            .element-white .button-scheme-dark.button-primary:focus {
                box-shadow: inset 0 0 0 1px hsla(0,0%,7%,.32)
            }

    .element-white .button-primary {
        color: #fff;
        background-color: #111
    }

        .element-white .button-primary:focus {
            box-shadow: inset 0 0 0 1px hsla(0,0%,84%,.56)
        }

    .element-white .button-secondary {
        border: 2px solid hsla(0,0%,7%,.16);
        color: #111
    }

        .element-white .button-secondary:focus {
            box-shadow: inset 0 0 0 2px hsla(0,0%,7%,.32)
        }

    .element-white .input-active .input-field ~ .input-placeholder {
        color: hsla(0,0%,7%,.56)
    }

    .element-white .input-error .input-wrapper:hover .input-field {
        border-bottom-color: rgba(211,25,25,.56)
    }

    .element-white .input-error .input-field {
        border-bottom-color: rgba(222,90,66,.48)
    }

        .element-white .input-error .input-field:hover {
            border-bottom-color: rgba(211,25,25,.56)
        }

        .element-white .input-error .input-field:active, .element-white .input-error .input-field:focus {
            border-bottom-color: rgba(211,25,25,.72)
        }

    .element-white .input-wrapper:hover .input-field {
        border-bottom-color: rgba(0,0,0,.32)
    }

    .element-white .input-field {
        border-bottom-color: hsla(0,0%,7%,.16);
        color: #111
    }

        .element-white .input-field::-webkit-input-placeholder {
            color: transparent
        }

        .element-white .input-field:-ms-input-placeholder, .element-white .input-field::-ms-input-placeholder {
            color: transparent
        }

        .element-white .input-field:-moz-placeholder, .element-white .input-field::-moz-placeholder {
            color: transparent
        }

        .element-white .input-field:-webkit-autofill {
            color: #111;
            -webkit-text-fill-color: #111
        }

            .element-white .input-field:-webkit-autofill:active, .element-white .input-field:-webkit-autofill:focus, .element-white .input-field:-webkit-autofill:hover {
                -webkit-text-fill-color: #111
            }

        .element-white .input-field:hover {
            border-bottom-color: rgba(0,0,0,.32)
        }

        .element-white .input-field:focus {
            border-bottom-color: hsla(0,0%,7%,.4)
        }

            .element-white .input-field:focus::-webkit-input-placeholder {
                color: hsla(0,0%,7%,.56)
            }

            .element-white .input-field:focus:-ms-input-placeholder, .element-white .input-field:focus::-ms-input-placeholder {
                color: hsla(0,0%,7%,.56)
            }

            .element-white .input-field:focus:-moz-placeholder, .element-white .input-field:focus::-moz-placeholder {
                color: hsla(0,0%,7%,.56)
            }

        .element-white .input-field:active {
            border-bottom-color: hsla(0,0%,7%,.4)
        }

        .element-white .input-description, .element-white .input-field ~ .input-placeholder {
            color: hsla(0,0%,7%,.56)
        }

    .element-white .input-error {
        color: #dd5656
    }

    .element-white .textarea ::-webkit-scrollbar {
        width: 6px
    }

    .element-white .textarea ::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background-color: rgba(0,0,0,.2)
    }

    .element-white .textarea ::-webkit-scrollbar-track {
        background: transparent
    }

    .element-white .textarea-active .textarea-field ~ .textarea-placeholder {
        color: hsla(0,0%,7%,.56)
    }

    .element-white .textarea-error .textarea-wrapper:hover .textarea-field {
        border-bottom-color: rgba(211,25,25,.56)
    }

    .element-white .textarea-error .textarea-field {
        border-bottom-color: rgba(222,90,66,.48)
    }

        .element-white .textarea-error .textarea-field:hover {
            border-bottom-color: rgba(211,25,25,.56)
        }

        .element-white .textarea-error .textarea-field:active, .element-white .textarea-error .textarea-field:focus {
            border-bottom-color: rgba(211,25,25,.72)
        }

    .element-white .textarea-wrapper:hover .textarea-field {
        border-bottom-color: rgba(0,0,0,.32)
    }

    .element-white .textarea-field {
        border-bottom-color: hsla(0,0%,7%,.16)
    }

        .element-white .textarea-field::-webkit-input-placeholder {
            color: transparent
        }

        .element-white .textarea-field:-ms-input-placeholder, .element-white .textarea-field::-ms-input-placeholder {
            color: transparent
        }

        .element-white .textarea-field:-moz-placeholder, .element-white .textarea-field::-moz-placeholder {
            color: transparent
        }

        .element-white .textarea-field:hover {
            border-bottom-color: rgba(0,0,0,.32)
        }

        .element-white .textarea-field:focus {
            border-bottom-color: hsla(0,0%,7%,.4)
        }

            .element-white .textarea-field:focus::-webkit-input-placeholder {
                color: hsla(0,0%,7%,.56)
            }

            .element-white .textarea-field:focus:-ms-input-placeholder, .element-white .textarea-field:focus::-ms-input-placeholder {
                color: hsla(0,0%,7%,.56)
            }

            .element-white .textarea-field:focus:-moz-placeholder, .element-white .textarea-field:focus::-moz-placeholder {
                color: hsla(0,0%,7%,.56)
            }

        .element-white .textarea-field:active {
            border-bottom-color: hsla(0,0%,7%,.4)
        }

        .element-white .textarea-description, .element-white .textarea-field ~ .textarea-placeholder {
            color: hsla(0,0%,7%,.56)
        }

    .element-white .textarea-error {
        color: #dd5656
    }

    .element-white .radio-boxed input[type=radio]:checked + .radio-boxed-label {
        border-color: hsla(0,0%,7%,.32)
    }

    .element-white .radio-boxed-label {
        border-color: hsla(0,0%,7%,.08);
        color: #111
    }

        .element-white .radio-boxed-label:hover {
            border-color: hsla(0,0%,7%,.32)
        }

        .element-white .radio-boxed-label:after {
            background-color: hsla(0,0%,7%,.04)
        }

        .element-white .radio-boxed-label:before {
            background-color: hsla(0,0%,7%,.56)
        }

.text-dark .text-white.element-white, .text-dark .text-white .element-white, .text-white.element-white, .text-white .element-white, .text-white .text-dark .text-white.element-white, .text-white .text-dark .text-white .element-white {
    color: #111;
    background-color: #fff
}

    .text-dark .text-white.element-white .text-opacity, .text-dark .text-white .element-white .text-opacity, .text-white.element-white .text-opacity, .text-white .element-white .text-opacity, .text-white .text-dark .text-white.element-white .text-opacity, .text-white .text-dark .text-white .element-white .text-opacity {
        color: hsla(0,0%,7%,.56)
    }

    .text-dark .text-white.element-white .text-additional, .text-dark .text-white .element-white .text-additional, .text-white.element-white .text-additional, .text-white .element-white .text-additional, .text-white .text-dark .text-white.element-white .text-additional, .text-white .text-dark .text-white .element-white .text-additional {
        color: hsla(0,0%,7%,.24)
    }

    .text-dark .text-white.element-white .button-scheme-white, .text-dark .text-white .element-white .button-scheme-white, .text-white.element-white .button-scheme-white, .text-white .element-white .button-scheme-white, .text-white .text-dark .text-white.element-white .button-scheme-white, .text-white .text-dark .text-white .element-white .button-scheme-white {
        color: #fff
    }

        .text-dark .text-white.element-white .button-scheme-white.button-primary, .text-dark .text-white .element-white .button-scheme-white.button-primary, .text-white.element-white .button-scheme-white.button-primary, .text-white .element-white .button-scheme-white.button-primary, .text-white .text-dark .text-white.element-white .button-scheme-white.button-primary, .text-white .text-dark .text-white .element-white .button-scheme-white.button-primary {
            color: #fff;
            background-color: #111
        }

            .text-dark .text-white.element-white .button-scheme-white.button-primary:focus, .text-dark .text-white .element-white .button-scheme-white.button-primary:focus, .text-white.element-white .button-scheme-white.button-primary:focus, .text-white .element-white .button-scheme-white.button-primary:focus, .text-white .text-dark .text-white.element-white .button-scheme-white.button-primary:focus, .text-white .text-dark .text-white .element-white .button-scheme-white.button-primary:focus {
                box-shadow: inset 0 0 0 1px hsla(0,0%,84%,.56)
            }

    .text-dark .text-white.element-white .button-scheme-dark, .text-dark .text-white .element-white .button-scheme-dark, .text-white.element-white .button-scheme-dark, .text-white .element-white .button-scheme-dark, .text-white .text-dark .text-white.element-white .button-scheme-dark, .text-white .text-dark .text-white .element-white .button-scheme-dark {
        color: #111
    }

        .text-dark .text-white.element-white .button-scheme-dark.button-primary, .text-dark .text-white .element-white .button-scheme-dark.button-primary, .text-white.element-white .button-scheme-dark.button-primary, .text-white .element-white .button-scheme-dark.button-primary, .text-white .text-dark .text-white.element-white .button-scheme-dark.button-primary, .text-white .text-dark .text-white .element-white .button-scheme-dark.button-primary {
            color: #111;
            background-color: #fff
        }

            .text-dark .text-white.element-white .button-scheme-dark.button-primary:focus, .text-dark .text-white .element-white .button-scheme-dark.button-primary:focus, .text-white.element-white .button-scheme-dark.button-primary:focus, .text-white .element-white .button-scheme-dark.button-primary:focus, .text-white .text-dark .text-white.element-white .button-scheme-dark.button-primary:focus, .text-white .text-dark .text-white .element-white .button-scheme-dark.button-primary:focus {
                box-shadow: inset 0 0 0 1px hsla(0,0%,7%,.32)
            }

    .text-dark .text-white.element-white .button-primary, .text-dark .text-white .element-white .button-primary, .text-white.element-white .button-primary, .text-white .element-white .button-primary, .text-white .text-dark .text-white.element-white .button-primary, .text-white .text-dark .text-white .element-white .button-primary {
        color: #fff;
        background-color: #111
    }

        .text-dark .text-white.element-white .button-primary:focus, .text-dark .text-white .element-white .button-primary:focus, .text-white.element-white .button-primary:focus, .text-white .element-white .button-primary:focus, .text-white .text-dark .text-white.element-white .button-primary:focus, .text-white .text-dark .text-white .element-white .button-primary:focus {
            box-shadow: inset 0 0 0 1px hsla(0,0%,84%,.56)
        }

    .text-dark .text-white.element-white .button-secondary, .text-dark .text-white .element-white .button-secondary, .text-white.element-white .button-secondary, .text-white .element-white .button-secondary, .text-white .text-dark .text-white.element-white .button-secondary, .text-white .text-dark .text-white .element-white .button-secondary {
        border: 2px solid hsla(0,0%,7%,.16);
        color: #111
    }

        .text-dark .text-white.element-white .button-secondary:focus, .text-dark .text-white .element-white .button-secondary:focus, .text-white.element-white .button-secondary:focus, .text-white .element-white .button-secondary:focus, .text-white .text-dark .text-white.element-white .button-secondary:focus, .text-white .text-dark .text-white .element-white .button-secondary:focus {
            box-shadow: inset 0 0 0 2px hsla(0,0%,7%,.32)
        }

    .text-dark .text-white.element-white .input-active .input-field ~ .input-placeholder, .text-dark .text-white .element-white .input-active .input-field ~ .input-placeholder, .text-white.element-white .input-active .input-field ~ .input-placeholder, .text-white .element-white .input-active .input-field ~ .input-placeholder, .text-white .text-dark .text-white.element-white .input-active .input-field ~ .input-placeholder, .text-white .text-dark .text-white .element-white .input-active .input-field ~ .input-placeholder {
        color: hsla(0,0%,7%,.56)
    }

    .text-dark .text-white.element-white .input-error .input-wrapper:hover .input-field, .text-dark .text-white .element-white .input-error .input-wrapper:hover .input-field, .text-white.element-white .input-error .input-wrapper:hover .input-field, .text-white .element-white .input-error .input-wrapper:hover .input-field, .text-white .text-dark .text-white.element-white .input-error .input-wrapper:hover .input-field, .text-white .text-dark .text-white .element-white .input-error .input-wrapper:hover .input-field {
        border-bottom-color: rgba(211,25,25,.56)
    }

    .text-dark .text-white.element-white .input-error .input-field, .text-dark .text-white .element-white .input-error .input-field, .text-white.element-white .input-error .input-field, .text-white .element-white .input-error .input-field, .text-white .text-dark .text-white.element-white .input-error .input-field, .text-white .text-dark .text-white .element-white .input-error .input-field {
        border-bottom-color: rgba(222,90,66,.48)
    }

        .text-dark .text-white.element-white .input-error .input-field:hover, .text-dark .text-white .element-white .input-error .input-field:hover, .text-white.element-white .input-error .input-field:hover, .text-white .element-white .input-error .input-field:hover, .text-white .text-dark .text-white.element-white .input-error .input-field:hover, .text-white .text-dark .text-white .element-white .input-error .input-field:hover {
            border-bottom-color: rgba(211,25,25,.56)
        }

        .text-dark .text-white.element-white .input-error .input-field:active, .text-dark .text-white .element-white .input-error .input-field:active, .text-dark .text-white.element-white .input-error .input-field:focus, .text-dark .text-white .element-white .input-error .input-field:focus, .text-white.element-white .input-error .input-field:active, .text-white .element-white .input-error .input-field:active, .text-white.element-white .input-error .input-field:focus, .text-white .element-white .input-error .input-field:focus, .text-white .text-dark .text-white.element-white .input-error .input-field:active, .text-white .text-dark .text-white .element-white .input-error .input-field:active, .text-white .text-dark .text-white.element-white .input-error .input-field:focus, .text-white .text-dark .text-white .element-white .input-error .input-field:focus {
            border-bottom-color: rgba(211,25,25,.72)
        }

    .text-dark .text-white.element-white .input-wrapper:hover .input-field, .text-dark .text-white .element-white .input-wrapper:hover .input-field, .text-white.element-white .input-wrapper:hover .input-field, .text-white .element-white .input-wrapper:hover .input-field, .text-white .text-dark .text-white.element-white .input-wrapper:hover .input-field, .text-white .text-dark .text-white .element-white .input-wrapper:hover .input-field {
        border-bottom-color: rgba(0,0,0,.32)
    }

    .text-dark .text-white.element-white .input-field, .text-dark .text-white .element-white .input-field, .text-white.element-white .input-field, .text-white .element-white .input-field, .text-white .text-dark .text-white.element-white .input-field, .text-white .text-dark .text-white .element-white .input-field {
        border-bottom-color: hsla(0,0%,7%,.16);
        color: #111
    }

        .text-dark .text-white.element-white .input-field::-webkit-input-placeholder, .text-dark .text-white .element-white .input-field::-webkit-input-placeholder, .text-white.element-white .input-field::-webkit-input-placeholder, .text-white .element-white .input-field::-webkit-input-placeholder, .text-white .text-dark .text-white.element-white .input-field::-webkit-input-placeholder, .text-white .text-dark .text-white .element-white .input-field::-webkit-input-placeholder {
            color: transparent
        }

        .text-dark .text-white.element-white .input-field:-ms-input-placeholder, .text-dark .text-white .element-white .input-field:-ms-input-placeholder, .text-dark .text-white.element-white .input-field::-ms-input-placeholder, .text-dark .text-white .element-white .input-field::-ms-input-placeholder, .text-white.element-white .input-field:-ms-input-placeholder, .text-white .element-white .input-field:-ms-input-placeholder, .text-white.element-white .input-field::-ms-input-placeholder, .text-white .element-white .input-field::-ms-input-placeholder, .text-white .text-dark .text-white.element-white .input-field:-ms-input-placeholder, .text-white .text-dark .text-white .element-white .input-field:-ms-input-placeholder, .text-white .text-dark .text-white.element-white .input-field::-ms-input-placeholder, .text-white .text-dark .text-white .element-white .input-field::-ms-input-placeholder {
            color: transparent
        }

        .text-dark .text-white.element-white .input-field:-moz-placeholder, .text-dark .text-white .element-white .input-field:-moz-placeholder, .text-dark .text-white.element-white .input-field::-moz-placeholder, .text-dark .text-white .element-white .input-field::-moz-placeholder, .text-white.element-white .input-field:-moz-placeholder, .text-white .element-white .input-field:-moz-placeholder, .text-white.element-white .input-field::-moz-placeholder, .text-white .element-white .input-field::-moz-placeholder, .text-white .text-dark .text-white.element-white .input-field:-moz-placeholder, .text-white .text-dark .text-white .element-white .input-field:-moz-placeholder, .text-white .text-dark .text-white.element-white .input-field::-moz-placeholder, .text-white .text-dark .text-white .element-white .input-field::-moz-placeholder {
            color: transparent
        }

        .text-dark .text-white.element-white .input-field:-webkit-autofill, .text-dark .text-white .element-white .input-field:-webkit-autofill, .text-white.element-white .input-field:-webkit-autofill, .text-white .element-white .input-field:-webkit-autofill, .text-white .text-dark .text-white.element-white .input-field:-webkit-autofill, .text-white .text-dark .text-white .element-white .input-field:-webkit-autofill {
            color: #111;
            -webkit-text-fill-color: #111
        }

            .text-dark .text-white.element-white .input-field:-webkit-autofill:active, .text-dark .text-white .element-white .input-field:-webkit-autofill:active, .text-dark .text-white.element-white .input-field:-webkit-autofill:focus, .text-dark .text-white .element-white .input-field:-webkit-autofill:focus, .text-dark .text-white.element-white .input-field:-webkit-autofill:hover, .text-dark .text-white .element-white .input-field:-webkit-autofill:hover, .text-white.element-white .input-field:-webkit-autofill:active, .text-white .element-white .input-field:-webkit-autofill:active, .text-white.element-white .input-field:-webkit-autofill:focus, .text-white .element-white .input-field:-webkit-autofill:focus, .text-white.element-white .input-field:-webkit-autofill:hover, .text-white .element-white .input-field:-webkit-autofill:hover, .text-white .text-dark .text-white.element-white .input-field:-webkit-autofill:active, .text-white .text-dark .text-white .element-white .input-field:-webkit-autofill:active, .text-white .text-dark .text-white.element-white .input-field:-webkit-autofill:focus, .text-white .text-dark .text-white .element-white .input-field:-webkit-autofill:focus, .text-white .text-dark .text-white.element-white .input-field:-webkit-autofill:hover, .text-white .text-dark .text-white .element-white .input-field:-webkit-autofill:hover {
                -webkit-text-fill-color: #111
            }

        .text-dark .text-white.element-white .input-field:hover, .text-dark .text-white .element-white .input-field:hover, .text-white.element-white .input-field:hover, .text-white .element-white .input-field:hover, .text-white .text-dark .text-white.element-white .input-field:hover, .text-white .text-dark .text-white .element-white .input-field:hover {
            border-bottom-color: rgba(0,0,0,.32)
        }

        .text-dark .text-white.element-white .input-field:focus, .text-dark .text-white .element-white .input-field:focus, .text-white.element-white .input-field:focus, .text-white .element-white .input-field:focus, .text-white .text-dark .text-white.element-white .input-field:focus, .text-white .text-dark .text-white .element-white .input-field:focus {
            border-bottom-color: hsla(0,0%,7%,.4)
        }

            .text-dark .text-white.element-white .input-field:focus::-webkit-input-placeholder, .text-dark .text-white .element-white .input-field:focus::-webkit-input-placeholder, .text-white.element-white .input-field:focus::-webkit-input-placeholder, .text-white .element-white .input-field:focus::-webkit-input-placeholder, .text-white .text-dark .text-white.element-white .input-field:focus::-webkit-input-placeholder, .text-white .text-dark .text-white .element-white .input-field:focus::-webkit-input-placeholder {
                color: hsla(0,0%,7%,.56)
            }

            .text-dark .text-white.element-white .input-field:focus:-ms-input-placeholder, .text-dark .text-white .element-white .input-field:focus:-ms-input-placeholder, .text-dark .text-white.element-white .input-field:focus::-ms-input-placeholder, .text-dark .text-white .element-white .input-field:focus::-ms-input-placeholder, .text-white.element-white .input-field:focus:-ms-input-placeholder, .text-white .element-white .input-field:focus:-ms-input-placeholder, .text-white.element-white .input-field:focus::-ms-input-placeholder, .text-white .element-white .input-field:focus::-ms-input-placeholder, .text-white .text-dark .text-white.element-white .input-field:focus:-ms-input-placeholder, .text-white .text-dark .text-white .element-white .input-field:focus:-ms-input-placeholder, .text-white .text-dark .text-white.element-white .input-field:focus::-ms-input-placeholder, .text-white .text-dark .text-white .element-white .input-field:focus::-ms-input-placeholder {
                color: hsla(0,0%,7%,.56)
            }

            .text-dark .text-white.element-white .input-field:focus:-moz-placeholder, .text-dark .text-white .element-white .input-field:focus:-moz-placeholder, .text-dark .text-white.element-white .input-field:focus::-moz-placeholder, .text-dark .text-white .element-white .input-field:focus::-moz-placeholder, .text-white.element-white .input-field:focus:-moz-placeholder, .text-white .element-white .input-field:focus:-moz-placeholder, .text-white.element-white .input-field:focus::-moz-placeholder, .text-white .element-white .input-field:focus::-moz-placeholder, .text-white .text-dark .text-white.element-white .input-field:focus:-moz-placeholder, .text-white .text-dark .text-white .element-white .input-field:focus:-moz-placeholder, .text-white .text-dark .text-white.element-white .input-field:focus::-moz-placeholder, .text-white .text-dark .text-white .element-white .input-field:focus::-moz-placeholder {
                color: hsla(0,0%,7%,.56)
            }

        .text-dark .text-white.element-white .input-field:active, .text-dark .text-white .element-white .input-field:active, .text-white.element-white .input-field:active, .text-white .element-white .input-field:active, .text-white .text-dark .text-white.element-white .input-field:active, .text-white .text-dark .text-white .element-white .input-field:active {
            border-bottom-color: hsla(0,0%,7%,.4)
        }

        .text-dark .text-white.element-white .input-description, .text-dark .text-white .element-white .input-description, .text-dark .text-white.element-white .input-field ~ .input-placeholder, .text-dark .text-white .element-white .input-field ~ .input-placeholder, .text-white.element-white .input-description, .text-white .element-white .input-description, .text-white.element-white .input-field ~ .input-placeholder, .text-white .element-white .input-field ~ .input-placeholder, .text-white .text-dark .text-white.element-white .input-description, .text-white .text-dark .text-white .element-white .input-description, .text-white .text-dark .text-white.element-white .input-field ~ .input-placeholder, .text-white .text-dark .text-white .element-white .input-field ~ .input-placeholder {
            color: hsla(0,0%,7%,.56)
        }

    .text-dark .text-white.element-white .input-error, .text-dark .text-white .element-white .input-error, .text-white.element-white .input-error, .text-white .element-white .input-error, .text-white .text-dark .text-white.element-white .input-error, .text-white .text-dark .text-white .element-white .input-error {
        color: #dd5656
    }

    .text-dark .text-white.element-white .textarea ::-webkit-scrollbar, .text-dark .text-white .element-white .textarea ::-webkit-scrollbar, .text-white.element-white .textarea ::-webkit-scrollbar, .text-white .element-white .textarea ::-webkit-scrollbar, .text-white .text-dark .text-white.element-white .textarea ::-webkit-scrollbar, .text-white .text-dark .text-white .element-white .textarea ::-webkit-scrollbar {
        width: 6px
    }

    .text-dark .text-white.element-white .textarea ::-webkit-scrollbar-thumb, .text-dark .text-white .element-white .textarea ::-webkit-scrollbar-thumb, .text-white.element-white .textarea ::-webkit-scrollbar-thumb, .text-white .element-white .textarea ::-webkit-scrollbar-thumb, .text-white .text-dark .text-white.element-white .textarea ::-webkit-scrollbar-thumb, .text-white .text-dark .text-white .element-white .textarea ::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background-color: rgba(0,0,0,.2)
    }

    .text-dark .text-white.element-white .textarea ::-webkit-scrollbar-track, .text-dark .text-white .element-white .textarea ::-webkit-scrollbar-track, .text-white.element-white .textarea ::-webkit-scrollbar-track, .text-white .element-white .textarea ::-webkit-scrollbar-track, .text-white .text-dark .text-white.element-white .textarea ::-webkit-scrollbar-track, .text-white .text-dark .text-white .element-white .textarea ::-webkit-scrollbar-track {
        background: transparent
    }

    .text-dark .text-white.element-white .textarea-active .textarea-field ~ .textarea-placeholder, .text-dark .text-white .element-white .textarea-active .textarea-field ~ .textarea-placeholder, .text-white.element-white .textarea-active .textarea-field ~ .textarea-placeholder, .text-white .element-white .textarea-active .textarea-field ~ .textarea-placeholder, .text-white .text-dark .text-white.element-white .textarea-active .textarea-field ~ .textarea-placeholder, .text-white .text-dark .text-white .element-white .textarea-active .textarea-field ~ .textarea-placeholder {
        color: hsla(0,0%,7%,.56)
    }

    .text-dark .text-white.element-white .textarea-error .textarea-wrapper:hover .textarea-field, .text-dark .text-white .element-white .textarea-error .textarea-wrapper:hover .textarea-field, .text-white.element-white .textarea-error .textarea-wrapper:hover .textarea-field, .text-white .element-white .textarea-error .textarea-wrapper:hover .textarea-field, .text-white .text-dark .text-white.element-white .textarea-error .textarea-wrapper:hover .textarea-field, .text-white .text-dark .text-white .element-white .textarea-error .textarea-wrapper:hover .textarea-field {
        border-bottom-color: rgba(211,25,25,.56)
    }

    .text-dark .text-white.element-white .textarea-error .textarea-field, .text-dark .text-white .element-white .textarea-error .textarea-field, .text-white.element-white .textarea-error .textarea-field, .text-white .element-white .textarea-error .textarea-field, .text-white .text-dark .text-white.element-white .textarea-error .textarea-field, .text-white .text-dark .text-white .element-white .textarea-error .textarea-field {
        border-bottom-color: rgba(222,90,66,.48)
    }

        .text-dark .text-white.element-white .textarea-error .textarea-field:hover, .text-dark .text-white .element-white .textarea-error .textarea-field:hover, .text-white.element-white .textarea-error .textarea-field:hover, .text-white .element-white .textarea-error .textarea-field:hover, .text-white .text-dark .text-white.element-white .textarea-error .textarea-field:hover, .text-white .text-dark .text-white .element-white .textarea-error .textarea-field:hover {
            border-bottom-color: rgba(211,25,25,.56)
        }

        .text-dark .text-white.element-white .textarea-error .textarea-field:active, .text-dark .text-white .element-white .textarea-error .textarea-field:active, .text-dark .text-white.element-white .textarea-error .textarea-field:focus, .text-dark .text-white .element-white .textarea-error .textarea-field:focus, .text-white.element-white .textarea-error .textarea-field:active, .text-white .element-white .textarea-error .textarea-field:active, .text-white.element-white .textarea-error .textarea-field:focus, .text-white .element-white .textarea-error .textarea-field:focus, .text-white .text-dark .text-white.element-white .textarea-error .textarea-field:active, .text-white .text-dark .text-white .element-white .textarea-error .textarea-field:active, .text-white .text-dark .text-white.element-white .textarea-error .textarea-field:focus, .text-white .text-dark .text-white .element-white .textarea-error .textarea-field:focus {
            border-bottom-color: rgba(211,25,25,.72)
        }

    .text-dark .text-white.element-white .textarea-wrapper:hover .textarea-field, .text-dark .text-white .element-white .textarea-wrapper:hover .textarea-field, .text-white.element-white .textarea-wrapper:hover .textarea-field, .text-white .element-white .textarea-wrapper:hover .textarea-field, .text-white .text-dark .text-white.element-white .textarea-wrapper:hover .textarea-field, .text-white .text-dark .text-white .element-white .textarea-wrapper:hover .textarea-field {
        border-bottom-color: rgba(0,0,0,.32)
    }

    .text-dark .text-white.element-white .textarea-field, .text-dark .text-white .element-white .textarea-field, .text-white.element-white .textarea-field, .text-white .element-white .textarea-field, .text-white .text-dark .text-white.element-white .textarea-field, .text-white .text-dark .text-white .element-white .textarea-field {
        border-bottom-color: hsla(0,0%,7%,.16)
    }

        .text-dark .text-white.element-white .textarea-field::-webkit-input-placeholder, .text-dark .text-white .element-white .textarea-field::-webkit-input-placeholder, .text-white.element-white .textarea-field::-webkit-input-placeholder, .text-white .element-white .textarea-field::-webkit-input-placeholder, .text-white .text-dark .text-white.element-white .textarea-field::-webkit-input-placeholder, .text-white .text-dark .text-white .element-white .textarea-field::-webkit-input-placeholder {
            color: transparent
        }

        .text-dark .text-white.element-white .textarea-field:-ms-input-placeholder, .text-dark .text-white .element-white .textarea-field:-ms-input-placeholder, .text-dark .text-white.element-white .textarea-field::-ms-input-placeholder, .text-dark .text-white .element-white .textarea-field::-ms-input-placeholder, .text-white.element-white .textarea-field:-ms-input-placeholder, .text-white .element-white .textarea-field:-ms-input-placeholder, .text-white.element-white .textarea-field::-ms-input-placeholder, .text-white .element-white .textarea-field::-ms-input-placeholder, .text-white .text-dark .text-white.element-white .textarea-field:-ms-input-placeholder, .text-white .text-dark .text-white .element-white .textarea-field:-ms-input-placeholder, .text-white .text-dark .text-white.element-white .textarea-field::-ms-input-placeholder, .text-white .text-dark .text-white .element-white .textarea-field::-ms-input-placeholder {
            color: transparent
        }

        .text-dark .text-white.element-white .textarea-field:-moz-placeholder, .text-dark .text-white .element-white .textarea-field:-moz-placeholder, .text-dark .text-white.element-white .textarea-field::-moz-placeholder, .text-dark .text-white .element-white .textarea-field::-moz-placeholder, .text-white.element-white .textarea-field:-moz-placeholder, .text-white .element-white .textarea-field:-moz-placeholder, .text-white.element-white .textarea-field::-moz-placeholder, .text-white .element-white .textarea-field::-moz-placeholder, .text-white .text-dark .text-white.element-white .textarea-field:-moz-placeholder, .text-white .text-dark .text-white .element-white .textarea-field:-moz-placeholder, .text-white .text-dark .text-white.element-white .textarea-field::-moz-placeholder, .text-white .text-dark .text-white .element-white .textarea-field::-moz-placeholder {
            color: transparent
        }

        .text-dark .text-white.element-white .textarea-field:hover, .text-dark .text-white .element-white .textarea-field:hover, .text-white.element-white .textarea-field:hover, .text-white .element-white .textarea-field:hover, .text-white .text-dark .text-white.element-white .textarea-field:hover, .text-white .text-dark .text-white .element-white .textarea-field:hover {
            border-bottom-color: rgba(0,0,0,.32)
        }

        .text-dark .text-white.element-white .textarea-field:focus, .text-dark .text-white .element-white .textarea-field:focus, .text-white.element-white .textarea-field:focus, .text-white .element-white .textarea-field:focus, .text-white .text-dark .text-white.element-white .textarea-field:focus, .text-white .text-dark .text-white .element-white .textarea-field:focus {
            border-bottom-color: hsla(0,0%,7%,.4)
        }

            .text-dark .text-white.element-white .textarea-field:focus::-webkit-input-placeholder, .text-dark .text-white .element-white .textarea-field:focus::-webkit-input-placeholder, .text-white.element-white .textarea-field:focus::-webkit-input-placeholder, .text-white .element-white .textarea-field:focus::-webkit-input-placeholder, .text-white .text-dark .text-white.element-white .textarea-field:focus::-webkit-input-placeholder, .text-white .text-dark .text-white .element-white .textarea-field:focus::-webkit-input-placeholder {
                color: hsla(0,0%,7%,.56)
            }

            .text-dark .text-white.element-white .textarea-field:focus:-ms-input-placeholder, .text-dark .text-white .element-white .textarea-field:focus:-ms-input-placeholder, .text-dark .text-white.element-white .textarea-field:focus::-ms-input-placeholder, .text-dark .text-white .element-white .textarea-field:focus::-ms-input-placeholder, .text-white.element-white .textarea-field:focus:-ms-input-placeholder, .text-white .element-white .textarea-field:focus:-ms-input-placeholder, .text-white.element-white .textarea-field:focus::-ms-input-placeholder, .text-white .element-white .textarea-field:focus::-ms-input-placeholder, .text-white .text-dark .text-white.element-white .textarea-field:focus:-ms-input-placeholder, .text-white .text-dark .text-white .element-white .textarea-field:focus:-ms-input-placeholder, .text-white .text-dark .text-white.element-white .textarea-field:focus::-ms-input-placeholder, .text-white .text-dark .text-white .element-white .textarea-field:focus::-ms-input-placeholder {
                color: hsla(0,0%,7%,.56)
            }

            .text-dark .text-white.element-white .textarea-field:focus:-moz-placeholder, .text-dark .text-white .element-white .textarea-field:focus:-moz-placeholder, .text-dark .text-white.element-white .textarea-field:focus::-moz-placeholder, .text-dark .text-white .element-white .textarea-field:focus::-moz-placeholder, .text-white.element-white .textarea-field:focus:-moz-placeholder, .text-white .element-white .textarea-field:focus:-moz-placeholder, .text-white.element-white .textarea-field:focus::-moz-placeholder, .text-white .element-white .textarea-field:focus::-moz-placeholder, .text-white .text-dark .text-white.element-white .textarea-field:focus:-moz-placeholder, .text-white .text-dark .text-white .element-white .textarea-field:focus:-moz-placeholder, .text-white .text-dark .text-white.element-white .textarea-field:focus::-moz-placeholder, .text-white .text-dark .text-white .element-white .textarea-field:focus::-moz-placeholder {
                color: hsla(0,0%,7%,.56)
            }

        .text-dark .text-white.element-white .textarea-field:active, .text-dark .text-white .element-white .textarea-field:active, .text-white.element-white .textarea-field:active, .text-white .element-white .textarea-field:active, .text-white .text-dark .text-white.element-white .textarea-field:active, .text-white .text-dark .text-white .element-white .textarea-field:active {
            border-bottom-color: hsla(0,0%,7%,.4)
        }

        .text-dark .text-white.element-white .textarea-description, .text-dark .text-white .element-white .textarea-description, .text-dark .text-white.element-white .textarea-field ~ .textarea-placeholder, .text-dark .text-white .element-white .textarea-field ~ .textarea-placeholder, .text-white.element-white .textarea-description, .text-white .element-white .textarea-description, .text-white.element-white .textarea-field ~ .textarea-placeholder, .text-white .element-white .textarea-field ~ .textarea-placeholder, .text-white .text-dark .text-white.element-white .textarea-description, .text-white .text-dark .text-white .element-white .textarea-description, .text-white .text-dark .text-white.element-white .textarea-field ~ .textarea-placeholder, .text-white .text-dark .text-white .element-white .textarea-field ~ .textarea-placeholder {
            color: hsla(0,0%,7%,.56)
        }

    .text-dark .text-white.element-white .textarea-error, .text-dark .text-white .element-white .textarea-error, .text-white.element-white .textarea-error, .text-white .element-white .textarea-error, .text-white .text-dark .text-white.element-white .textarea-error, .text-white .text-dark .text-white .element-white .textarea-error {
        color: #dd5656
    }

    .text-dark .text-white.element-white .radio-boxed input[type=radio]:checked + .radio-boxed-label, .text-dark .text-white .element-white .radio-boxed input[type=radio]:checked + .radio-boxed-label, .text-white.element-white .radio-boxed input[type=radio]:checked + .radio-boxed-label, .text-white .element-white .radio-boxed input[type=radio]:checked + .radio-boxed-label, .text-white .text-dark .text-white.element-white .radio-boxed input[type=radio]:checked + .radio-boxed-label, .text-white .text-dark .text-white .element-white .radio-boxed input[type=radio]:checked + .radio-boxed-label {
        border-color: hsla(0,0%,7%,.32)
    }

    .text-dark .text-white.element-white .radio-boxed-label, .text-dark .text-white .element-white .radio-boxed-label, .text-white.element-white .radio-boxed-label, .text-white .element-white .radio-boxed-label, .text-white .text-dark .text-white.element-white .radio-boxed-label, .text-white .text-dark .text-white .element-white .radio-boxed-label {
        border-color: hsla(0,0%,7%,.08);
        color: #111
    }

        .text-dark .text-white.element-white .radio-boxed-label:hover, .text-dark .text-white .element-white .radio-boxed-label:hover, .text-white.element-white .radio-boxed-label:hover, .text-white .element-white .radio-boxed-label:hover, .text-white .text-dark .text-white.element-white .radio-boxed-label:hover, .text-white .text-dark .text-white .element-white .radio-boxed-label:hover {
            border-color: hsla(0,0%,7%,.32)
        }

        .text-dark .text-white.element-white .radio-boxed-label:after, .text-dark .text-white .element-white .radio-boxed-label:after, .text-white.element-white .radio-boxed-label:after, .text-white .element-white .radio-boxed-label:after, .text-white .text-dark .text-white.element-white .radio-boxed-label:after, .text-white .text-dark .text-white .element-white .radio-boxed-label:after {
            background-color: hsla(0,0%,7%,.04)
        }

        .text-dark .text-white.element-white .radio-boxed-label:before, .text-dark .text-white .element-white .radio-boxed-label:before, .text-white.element-white .radio-boxed-label:before, .text-white .element-white .radio-boxed-label:before, .text-white .text-dark .text-white.element-white .radio-boxed-label:before, .text-white .text-dark .text-white .element-white .radio-boxed-label:before {
            background-color: hsla(0,0%,7%,.56)
        }

.element-dark {
    color: #fff;
    background-color: #111
}

    .element-dark .text-additional, .element-dark .text-opacity {
        color: hsla(0,0%,100%,.56)
    }

    .element-dark .button-scheme-white {
        color: #fff
    }

        .element-dark .button-scheme-white.button-primary {
            color: #fff;
            background-color: #111
        }

            .element-dark .button-scheme-white.button-primary:focus {
                box-shadow: inset 0 0 0 1px hsla(0,0%,84%,.56)
            }

    .element-dark .button-scheme-dark {
        color: #111
    }

        .element-dark .button-scheme-dark.button-primary {
            color: #111;
            background-color: #fff
        }

            .element-dark .button-scheme-dark.button-primary:focus {
                box-shadow: inset 0 0 0 1px hsla(0,0%,7%,.32)
            }

    .element-dark .button-primary {
        color: #111;
        background-color: #fff
    }

        .element-dark .button-primary:focus {
            box-shadow: inset 0 0 0 1px hsla(0,0%,7%,.32)
        }

    .element-dark .button-secondary {
        border-color: hsla(0,0%,100%,.56);
        color: #fff
    }

        .element-dark .button-secondary:focus {
            box-shadow: inset 0 0 0 2px hsla(0,0%,100%,.8)
        }

    .element-dark .input-active .input-field ~ .input-placeholder {
        color: hsla(0,0%,100%,.56)
    }

    .element-dark .input-error .input-wrapper:hover .input-field {
        border-bottom-color: hsla(0,0%,100%,.8)
    }

    .element-dark .input-error .input-field {
        border-bottom-color: hsla(0,0%,100%,.56)
    }

        .element-dark .input-error .input-field:hover {
            border-bottom-color: hsla(0,0%,100%,.8)
        }

        .element-dark .input-error .input-field:active, .element-dark .input-error .input-field:focus {
            border-bottom-color: hsla(0,0%,100%,.88)
        }

    .element-dark .input-wrapper:hover .input-field {
        border-bottom-color: hsla(0,0%,100%,.8)
    }

    .element-dark .input-field {
        border-bottom-color: hsla(0,0%,100%,.56);
        color: #fff
    }

        .element-dark .input-field::-webkit-input-placeholder {
            color: transparent
        }

        .element-dark .input-field:-ms-input-placeholder, .element-dark .input-field::-ms-input-placeholder {
            color: transparent
        }

        .element-dark .input-field:-moz-placeholder, .element-dark .input-field::-moz-placeholder {
            color: transparent
        }

        .element-dark .input-field:-webkit-autofill {
            color: #fff;
            -webkit-text-fill-color: #fff
        }

            .element-dark .input-field:-webkit-autofill:active, .element-dark .input-field:-webkit-autofill:focus, .element-dark .input-field:-webkit-autofill:hover {
                -webkit-text-fill-color: #fff
            }

        .element-dark .input-field:hover {
            border-bottom-color: hsla(0,0%,100%,.8)
        }

        .element-dark .input-field:focus {
            border-bottom-color: hsla(0,0%,100%,.88)
        }

            .element-dark .input-field:focus::-webkit-input-placeholder {
                color: hsla(0,0%,100%,.88)
            }

            .element-dark .input-field:focus:-ms-input-placeholder, .element-dark .input-field:focus::-ms-input-placeholder {
                color: hsla(0,0%,100%,.88)
            }

            .element-dark .input-field:focus:-moz-placeholder, .element-dark .input-field:focus::-moz-placeholder {
                color: hsla(0,0%,100%,.88)
            }

        .element-dark .input-field:active {
            border-bottom-color: hsla(0,0%,100%,.88)
        }

        .element-dark .input-description, .element-dark .input-field ~ .input-placeholder {
            color: hsla(0,0%,100%,.56)
        }

    .element-dark .input-error {
        color: #fff
    }

    .element-dark .textarea ::-webkit-scrollbar {
        width: 6px
    }

    .element-dark .textarea ::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background-color: hsla(0,0%,100%,.8)
    }

    .element-dark .textarea ::-webkit-scrollbar-track {
        background: transparent
    }

    .element-dark .textarea-active .textarea-field ~ .textarea-placeholder {
        color: hsla(0,0%,100%,.56)
    }

    .element-dark .textarea-error .textarea-wrapper:hover .textarea-field {
        border-bottom-color: hsla(0,0%,100%,.8)
    }

    .element-dark .textarea-error .textarea-field {
        border-bottom-color: hsla(0,0%,100%,.56)
    }

        .element-dark .textarea-error .textarea-field:hover {
            border-bottom-color: hsla(0,0%,100%,.8)
        }

        .element-dark .textarea-error .textarea-field:active, .element-dark .textarea-error .textarea-field:focus {
            border-bottom-color: hsla(0,0%,100%,.88)
        }

    .element-dark .textarea-wrapper:hover .textarea-field {
        border-bottom-color: hsla(0,0%,100%,.8)
    }

    .element-dark .textarea-field {
        border-bottom-color: hsla(0,0%,100%,.56)
    }

        .element-dark .textarea-field::-webkit-input-placeholder {
            color: transparent
        }

        .element-dark .textarea-field:-ms-input-placeholder, .element-dark .textarea-field::-ms-input-placeholder {
            color: transparent
        }

        .element-dark .textarea-field:-moz-placeholder, .element-dark .textarea-field::-moz-placeholder {
            color: transparent
        }

        .element-dark .textarea-field:hover {
            border-bottom-color: hsla(0,0%,100%,.8)
        }

        .element-dark .textarea-field:focus {
            border-bottom-color: hsla(0,0%,100%,.88)
        }

            .element-dark .textarea-field:focus::-webkit-input-placeholder {
                color: hsla(0,0%,100%,.56)
            }

            .element-dark .textarea-field:focus:-ms-input-placeholder, .element-dark .textarea-field:focus::-ms-input-placeholder {
                color: hsla(0,0%,100%,.56)
            }

            .element-dark .textarea-field:focus:-moz-placeholder, .element-dark .textarea-field:focus::-moz-placeholder {
                color: hsla(0,0%,100%,.56)
            }

        .element-dark .textarea-field:active {
            border-bottom-color: hsla(0,0%,100%,.88)
        }

        .element-dark .textarea-description, .element-dark .textarea-field ~ .textarea-placeholder {
            color: hsla(0,0%,100%,.56)
        }

    .element-dark .textarea-error {
        color: #fff
    }

    .element-dark .radio-boxed input[type=radio]:checked + .radio-boxed-label {
        border-color: hsla(0,0%,100%,.56)
    }

    .element-dark .radio-boxed-label {
        border-color: hsla(0,0%,100%,.32);
        color: #fff
    }

        .element-dark .radio-boxed-label:hover {
            border-color: hsla(0,0%,100%,.56)
        }

        .element-dark .radio-boxed-label:after {
            background-color: hsla(0,0%,100%,.16)
        }

        .element-dark .radio-boxed-label:before {
            background-color: hsla(0,0%,100%,.56)
        }

.text-dark .element-dark, .text-dark .text-white .text-dark .element-dark, .text-white .text-dark .element-dark {
    color: #fff;
    background-color: #111
}

    .text-dark .element-dark .text-additional, .text-dark .element-dark .text-opacity, .text-dark .text-white .text-dark .element-dark .text-additional, .text-dark .text-white .text-dark .element-dark .text-opacity, .text-white .text-dark .element-dark .text-additional, .text-white .text-dark .element-dark .text-opacity {
        color: hsla(0,0%,100%,.56)
    }

    .text-dark .element-dark .button-scheme-white, .text-dark .text-white .text-dark .element-dark .button-scheme-white, .text-white .text-dark .element-dark .button-scheme-white {
        color: #fff
    }

        .text-dark .element-dark .button-scheme-white.button-primary, .text-dark .text-white .text-dark .element-dark .button-scheme-white.button-primary, .text-white .text-dark .element-dark .button-scheme-white.button-primary {
            color: #fff;
            background-color: #111
        }

            .text-dark .element-dark .button-scheme-white.button-primary:focus, .text-dark .text-white .text-dark .element-dark .button-scheme-white.button-primary:focus, .text-white .text-dark .element-dark .button-scheme-white.button-primary:focus {
                box-shadow: inset 0 0 0 1px hsla(0,0%,84%,.56)
            }

    .text-dark .element-dark .button-scheme-dark, .text-dark .text-white .text-dark .element-dark .button-scheme-dark, .text-white .text-dark .element-dark .button-scheme-dark {
        color: #111
    }

        .text-dark .element-dark .button-scheme-dark.button-primary, .text-dark .text-white .text-dark .element-dark .button-scheme-dark.button-primary, .text-white .text-dark .element-dark .button-scheme-dark.button-primary {
            color: #111;
            background-color: #fff
        }

            .text-dark .element-dark .button-scheme-dark.button-primary:focus, .text-dark .text-white .text-dark .element-dark .button-scheme-dark.button-primary:focus, .text-white .text-dark .element-dark .button-scheme-dark.button-primary:focus {
                box-shadow: inset 0 0 0 1px hsla(0,0%,7%,.32)
            }

    .text-dark .element-dark .button-primary, .text-dark .text-white .text-dark .element-dark .button-primary, .text-white .text-dark .element-dark .button-primary {
        color: #111;
        background-color: #fff
    }

        .text-dark .element-dark .button-primary:focus, .text-dark .text-white .text-dark .element-dark .button-primary:focus, .text-white .text-dark .element-dark .button-primary:focus {
            box-shadow: inset 0 0 0 1px hsla(0,0%,7%,.32)
        }

    .text-dark .element-dark .button-secondary, .text-dark .text-white .text-dark .element-dark .button-secondary, .text-white .text-dark .element-dark .button-secondary {
        border-color: hsla(0,0%,100%,.56);
        color: #fff
    }

        .text-dark .element-dark .button-secondary:focus, .text-dark .text-white .text-dark .element-dark .button-secondary:focus, .text-white .text-dark .element-dark .button-secondary:focus {
            box-shadow: inset 0 0 0 2px hsla(0,0%,100%,.8)
        }

    .text-dark .element-dark .input-active .input-field ~ .input-placeholder, .text-dark .text-white .text-dark .element-dark .input-active .input-field ~ .input-placeholder, .text-white .text-dark .element-dark .input-active .input-field ~ .input-placeholder {
        color: hsla(0,0%,100%,.56)
    }

    .text-dark .element-dark .input-error .input-wrapper:hover .input-field, .text-dark .text-white .text-dark .element-dark .input-error .input-wrapper:hover .input-field, .text-white .text-dark .element-dark .input-error .input-wrapper:hover .input-field {
        border-bottom-color: hsla(0,0%,100%,.8)
    }

    .text-dark .element-dark .input-error .input-field, .text-dark .text-white .text-dark .element-dark .input-error .input-field, .text-white .text-dark .element-dark .input-error .input-field {
        border-bottom-color: hsla(0,0%,100%,.56)
    }

        .text-dark .element-dark .input-error .input-field:hover, .text-dark .text-white .text-dark .element-dark .input-error .input-field:hover, .text-white .text-dark .element-dark .input-error .input-field:hover {
            border-bottom-color: hsla(0,0%,100%,.8)
        }

        .text-dark .element-dark .input-error .input-field:active, .text-dark .element-dark .input-error .input-field:focus, .text-dark .text-white .text-dark .element-dark .input-error .input-field:active, .text-dark .text-white .text-dark .element-dark .input-error .input-field:focus, .text-white .text-dark .element-dark .input-error .input-field:active, .text-white .text-dark .element-dark .input-error .input-field:focus {
            border-bottom-color: hsla(0,0%,100%,.88)
        }

    .text-dark .element-dark .input-wrapper:hover .input-field, .text-dark .text-white .text-dark .element-dark .input-wrapper:hover .input-field, .text-white .text-dark .element-dark .input-wrapper:hover .input-field {
        border-bottom-color: hsla(0,0%,100%,.8)
    }

    .text-dark .element-dark .input-field, .text-dark .text-white .text-dark .element-dark .input-field, .text-white .text-dark .element-dark .input-field {
        border-bottom-color: hsla(0,0%,100%,.56);
        color: #fff
    }

        .text-dark .element-dark .input-field::-webkit-input-placeholder, .text-dark .text-white .text-dark .element-dark .input-field::-webkit-input-placeholder, .text-white .text-dark .element-dark .input-field::-webkit-input-placeholder {
            color: transparent
        }

        .text-dark .element-dark .input-field:-ms-input-placeholder, .text-dark .element-dark .input-field::-ms-input-placeholder, .text-dark .text-white .text-dark .element-dark .input-field:-ms-input-placeholder, .text-dark .text-white .text-dark .element-dark .input-field::-ms-input-placeholder, .text-white .text-dark .element-dark .input-field:-ms-input-placeholder, .text-white .text-dark .element-dark .input-field::-ms-input-placeholder {
            color: transparent
        }

        .text-dark .element-dark .input-field:-moz-placeholder, .text-dark .element-dark .input-field::-moz-placeholder, .text-dark .text-white .text-dark .element-dark .input-field:-moz-placeholder, .text-dark .text-white .text-dark .element-dark .input-field::-moz-placeholder, .text-white .text-dark .element-dark .input-field:-moz-placeholder, .text-white .text-dark .element-dark .input-field::-moz-placeholder {
            color: transparent
        }

        .text-dark .element-dark .input-field:-webkit-autofill, .text-dark .text-white .text-dark .element-dark .input-field:-webkit-autofill, .text-white .text-dark .element-dark .input-field:-webkit-autofill {
            color: #fff;
            -webkit-text-fill-color: #fff
        }

            .text-dark .element-dark .input-field:-webkit-autofill:active, .text-dark .element-dark .input-field:-webkit-autofill:focus, .text-dark .element-dark .input-field:-webkit-autofill:hover, .text-dark .text-white .text-dark .element-dark .input-field:-webkit-autofill:active, .text-dark .text-white .text-dark .element-dark .input-field:-webkit-autofill:focus, .text-dark .text-white .text-dark .element-dark .input-field:-webkit-autofill:hover, .text-white .text-dark .element-dark .input-field:-webkit-autofill:active, .text-white .text-dark .element-dark .input-field:-webkit-autofill:focus, .text-white .text-dark .element-dark .input-field:-webkit-autofill:hover {
                -webkit-text-fill-color: #fff
            }

        .text-dark .element-dark .input-field:hover, .text-dark .text-white .text-dark .element-dark .input-field:hover, .text-white .text-dark .element-dark .input-field:hover {
            border-bottom-color: hsla(0,0%,100%,.8)
        }

        .text-dark .element-dark .input-field:focus, .text-dark .text-white .text-dark .element-dark .input-field:focus, .text-white .text-dark .element-dark .input-field:focus {
            border-bottom-color: hsla(0,0%,100%,.88)
        }

            .text-dark .element-dark .input-field:focus::-webkit-input-placeholder, .text-dark .text-white .text-dark .element-dark .input-field:focus::-webkit-input-placeholder, .text-white .text-dark .element-dark .input-field:focus::-webkit-input-placeholder {
                color: hsla(0,0%,100%,.88)
            }

            .text-dark .element-dark .input-field:focus:-ms-input-placeholder, .text-dark .element-dark .input-field:focus::-ms-input-placeholder, .text-dark .text-white .text-dark .element-dark .input-field:focus:-ms-input-placeholder, .text-dark .text-white .text-dark .element-dark .input-field:focus::-ms-input-placeholder, .text-white .text-dark .element-dark .input-field:focus:-ms-input-placeholder, .text-white .text-dark .element-dark .input-field:focus::-ms-input-placeholder {
                color: hsla(0,0%,100%,.88)
            }

            .text-dark .element-dark .input-field:focus:-moz-placeholder, .text-dark .element-dark .input-field:focus::-moz-placeholder, .text-dark .text-white .text-dark .element-dark .input-field:focus:-moz-placeholder, .text-dark .text-white .text-dark .element-dark .input-field:focus::-moz-placeholder, .text-white .text-dark .element-dark .input-field:focus:-moz-placeholder, .text-white .text-dark .element-dark .input-field:focus::-moz-placeholder {
                color: hsla(0,0%,100%,.88)
            }

        .text-dark .element-dark .input-field:active, .text-dark .text-white .text-dark .element-dark .input-field:active, .text-white .text-dark .element-dark .input-field:active {
            border-bottom-color: hsla(0,0%,100%,.88)
        }

        .text-dark .element-dark .input-description, .text-dark .element-dark .input-field ~ .input-placeholder, .text-dark .text-white .text-dark .element-dark .input-description, .text-dark .text-white .text-dark .element-dark .input-field ~ .input-placeholder, .text-white .text-dark .element-dark .input-description, .text-white .text-dark .element-dark .input-field ~ .input-placeholder {
            color: hsla(0,0%,100%,.56)
        }

    .text-dark .element-dark .input-error, .text-dark .text-white .text-dark .element-dark .input-error, .text-white .text-dark .element-dark .input-error {
        color: #fff
    }

    .text-dark .element-dark .textarea ::-webkit-scrollbar, .text-dark .text-white .text-dark .element-dark .textarea ::-webkit-scrollbar, .text-white .text-dark .element-dark .textarea ::-webkit-scrollbar {
        width: 6px
    }

    .text-dark .element-dark .textarea ::-webkit-scrollbar-thumb, .text-dark .text-white .text-dark .element-dark .textarea ::-webkit-scrollbar-thumb, .text-white .text-dark .element-dark .textarea ::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background-color: hsla(0,0%,100%,.8)
    }

    .text-dark .element-dark .textarea ::-webkit-scrollbar-track, .text-dark .text-white .text-dark .element-dark .textarea ::-webkit-scrollbar-track, .text-white .text-dark .element-dark .textarea ::-webkit-scrollbar-track {
        background: transparent
    }

    .text-dark .element-dark .textarea-active .textarea-field ~ .textarea-placeholder, .text-dark .text-white .text-dark .element-dark .textarea-active .textarea-field ~ .textarea-placeholder, .text-white .text-dark .element-dark .textarea-active .textarea-field ~ .textarea-placeholder {
        color: hsla(0,0%,100%,.56)
    }

    .text-dark .element-dark .textarea-error .textarea-wrapper:hover .textarea-field, .text-dark .text-white .text-dark .element-dark .textarea-error .textarea-wrapper:hover .textarea-field, .text-white .text-dark .element-dark .textarea-error .textarea-wrapper:hover .textarea-field {
        border-bottom-color: hsla(0,0%,100%,.8)
    }

    .text-dark .element-dark .textarea-error .textarea-field, .text-dark .text-white .text-dark .element-dark .textarea-error .textarea-field, .text-white .text-dark .element-dark .textarea-error .textarea-field {
        border-bottom-color: hsla(0,0%,100%,.56)
    }

        .text-dark .element-dark .textarea-error .textarea-field:hover, .text-dark .text-white .text-dark .element-dark .textarea-error .textarea-field:hover, .text-white .text-dark .element-dark .textarea-error .textarea-field:hover {
            border-bottom-color: hsla(0,0%,100%,.8)
        }

        .text-dark .element-dark .textarea-error .textarea-field:active, .text-dark .element-dark .textarea-error .textarea-field:focus, .text-dark .text-white .text-dark .element-dark .textarea-error .textarea-field:active, .text-dark .text-white .text-dark .element-dark .textarea-error .textarea-field:focus, .text-white .text-dark .element-dark .textarea-error .textarea-field:active, .text-white .text-dark .element-dark .textarea-error .textarea-field:focus {
            border-bottom-color: hsla(0,0%,100%,.88)
        }

    .text-dark .element-dark .textarea-wrapper:hover .textarea-field, .text-dark .text-white .text-dark .element-dark .textarea-wrapper:hover .textarea-field, .text-white .text-dark .element-dark .textarea-wrapper:hover .textarea-field {
        border-bottom-color: hsla(0,0%,100%,.8)
    }

    .text-dark .element-dark .textarea-field, .text-dark .text-white .text-dark .element-dark .textarea-field, .text-white .text-dark .element-dark .textarea-field {
        border-bottom-color: hsla(0,0%,100%,.56)
    }

        .text-dark .element-dark .textarea-field::-webkit-input-placeholder, .text-dark .text-white .text-dark .element-dark .textarea-field::-webkit-input-placeholder, .text-white .text-dark .element-dark .textarea-field::-webkit-input-placeholder {
            color: transparent
        }

        .text-dark .element-dark .textarea-field:-ms-input-placeholder, .text-dark .element-dark .textarea-field::-ms-input-placeholder, .text-dark .text-white .text-dark .element-dark .textarea-field:-ms-input-placeholder, .text-dark .text-white .text-dark .element-dark .textarea-field::-ms-input-placeholder, .text-white .text-dark .element-dark .textarea-field:-ms-input-placeholder, .text-white .text-dark .element-dark .textarea-field::-ms-input-placeholder {
            color: transparent
        }

        .text-dark .element-dark .textarea-field:-moz-placeholder, .text-dark .element-dark .textarea-field::-moz-placeholder, .text-dark .text-white .text-dark .element-dark .textarea-field:-moz-placeholder, .text-dark .text-white .text-dark .element-dark .textarea-field::-moz-placeholder, .text-white .text-dark .element-dark .textarea-field:-moz-placeholder, .text-white .text-dark .element-dark .textarea-field::-moz-placeholder {
            color: transparent
        }

        .text-dark .element-dark .textarea-field:hover, .text-dark .text-white .text-dark .element-dark .textarea-field:hover, .text-white .text-dark .element-dark .textarea-field:hover {
            border-bottom-color: hsla(0,0%,100%,.8)
        }

        .text-dark .element-dark .textarea-field:focus, .text-dark .text-white .text-dark .element-dark .textarea-field:focus, .text-white .text-dark .element-dark .textarea-field:focus {
            border-bottom-color: hsla(0,0%,100%,.88)
        }

            .text-dark .element-dark .textarea-field:focus::-webkit-input-placeholder, .text-dark .text-white .text-dark .element-dark .textarea-field:focus::-webkit-input-placeholder, .text-white .text-dark .element-dark .textarea-field:focus::-webkit-input-placeholder {
                color: hsla(0,0%,100%,.56)
            }

            .text-dark .element-dark .textarea-field:focus:-ms-input-placeholder, .text-dark .element-dark .textarea-field:focus::-ms-input-placeholder, .text-dark .text-white .text-dark .element-dark .textarea-field:focus:-ms-input-placeholder, .text-dark .text-white .text-dark .element-dark .textarea-field:focus::-ms-input-placeholder, .text-white .text-dark .element-dark .textarea-field:focus:-ms-input-placeholder, .text-white .text-dark .element-dark .textarea-field:focus::-ms-input-placeholder {
                color: hsla(0,0%,100%,.56)
            }

            .text-dark .element-dark .textarea-field:focus:-moz-placeholder, .text-dark .element-dark .textarea-field:focus::-moz-placeholder, .text-dark .text-white .text-dark .element-dark .textarea-field:focus:-moz-placeholder, .text-dark .text-white .text-dark .element-dark .textarea-field:focus::-moz-placeholder, .text-white .text-dark .element-dark .textarea-field:focus:-moz-placeholder, .text-white .text-dark .element-dark .textarea-field:focus::-moz-placeholder {
                color: hsla(0,0%,100%,.56)
            }

        .text-dark .element-dark .textarea-field:active, .text-dark .text-white .text-dark .element-dark .textarea-field:active, .text-white .text-dark .element-dark .textarea-field:active {
            border-bottom-color: hsla(0,0%,100%,.88)
        }

        .text-dark .element-dark .textarea-description, .text-dark .element-dark .textarea-field ~ .textarea-placeholder, .text-dark .text-white .text-dark .element-dark .textarea-description, .text-dark .text-white .text-dark .element-dark .textarea-field ~ .textarea-placeholder, .text-white .text-dark .element-dark .textarea-description, .text-white .text-dark .element-dark .textarea-field ~ .textarea-placeholder {
            color: hsla(0,0%,100%,.56)
        }

    .text-dark .element-dark .textarea-error, .text-dark .text-white .text-dark .element-dark .textarea-error, .text-white .text-dark .element-dark .textarea-error {
        color: #fff
    }

    .text-dark .element-dark .radio-boxed input[type=radio]:checked + .radio-boxed-label, .text-dark .text-white .text-dark .element-dark .radio-boxed input[type=radio]:checked + .radio-boxed-label, .text-white .text-dark .element-dark .radio-boxed input[type=radio]:checked + .radio-boxed-label {
        border-color: hsla(0,0%,100%,.56)
    }

    .text-dark .element-dark .radio-boxed-label, .text-dark .text-white .text-dark .element-dark .radio-boxed-label, .text-white .text-dark .element-dark .radio-boxed-label {
        border-color: hsla(0,0%,100%,.32);
        color: #fff
    }

        .text-dark .element-dark .radio-boxed-label:hover, .text-dark .text-white .text-dark .element-dark .radio-boxed-label:hover, .text-white .text-dark .element-dark .radio-boxed-label:hover {
            border-color: hsla(0,0%,100%,.56)
        }

        .text-dark .element-dark .radio-boxed-label:after, .text-dark .text-white .text-dark .element-dark .radio-boxed-label:after, .text-white .text-dark .element-dark .radio-boxed-label:after {
            background-color: hsla(0,0%,100%,.16)
        }

        .text-dark .element-dark .radio-boxed-label:before, .text-dark .text-white .text-dark .element-dark .radio-boxed-label:before, .text-white .text-dark .element-dark .radio-boxed-label:before {
            background-color: hsla(0,0%,100%,.56)
        }

.element-text-white {
    color: #fff
}

    .element-text-white .text-additional, .element-text-white .text-opacity {
        color: hsla(0,0%,100%,.56)
    }

    .element-text-white .button-scheme-white {
        color: #fff
    }

        .element-text-white .button-scheme-white.button-primary {
            color: #fff;
            background-color: #111
        }

            .element-text-white .button-scheme-white.button-primary:focus {
                box-shadow: inset 0 0 0 1px hsla(0,0%,84%,.56)
            }

    .element-text-white .button-scheme-dark {
        color: #111
    }

        .element-text-white .button-scheme-dark.button-primary {
            color: #111;
            background-color: #fff
        }

            .element-text-white .button-scheme-dark.button-primary:focus {
                box-shadow: inset 0 0 0 1px hsla(0,0%,7%,.32)
            }

    .element-text-white .button-primary {
        color: #111;
        background-color: #fff
    }

        .element-text-white .button-primary:focus {
            box-shadow: inset 0 0 0 1px hsla(0,0%,7%,.32)
        }

    .element-text-white .button-secondary {
        border-color: hsla(0,0%,100%,.56);
        color: #fff
    }

        .element-text-white .button-secondary:focus {
            box-shadow: inset 0 0 0 2px hsla(0,0%,100%,.8)
        }

    .element-text-white .input-active .input-field ~ .input-placeholder {
        color: hsla(0,0%,100%,.56)
    }

    .element-text-white .input-error .input-wrapper:hover .input-field {
        border-bottom-color: hsla(0,0%,100%,.8)
    }

    .element-text-white .input-error .input-field {
        border-bottom-color: hsla(0,0%,100%,.56)
    }

        .element-text-white .input-error .input-field:hover {
            border-bottom-color: hsla(0,0%,100%,.8)
        }

        .element-text-white .input-error .input-field:active, .element-text-white .input-error .input-field:focus {
            border-bottom-color: hsla(0,0%,100%,.88)
        }

    .element-text-white .input-wrapper:hover .input-field {
        border-bottom-color: hsla(0,0%,100%,.8)
    }

    .element-text-white .input-field {
        border-bottom-color: hsla(0,0%,100%,.56);
        color: #fff
    }

        .element-text-white .input-field::-webkit-input-placeholder {
            color: transparent
        }

        .element-text-white .input-field:-ms-input-placeholder, .element-text-white .input-field::-ms-input-placeholder {
            color: transparent
        }

        .element-text-white .input-field:-moz-placeholder, .element-text-white .input-field::-moz-placeholder {
            color: transparent
        }

        .element-text-white .input-field:-webkit-autofill {
            color: #fff;
            -webkit-text-fill-color: #fff
        }

            .element-text-white .input-field:-webkit-autofill:active, .element-text-white .input-field:-webkit-autofill:focus, .element-text-white .input-field:-webkit-autofill:hover {
                -webkit-text-fill-color: #fff
            }

        .element-text-white .input-field:hover {
            border-bottom-color: hsla(0,0%,100%,.8)
        }

        .element-text-white .input-field:focus {
            border-bottom-color: hsla(0,0%,100%,.88)
        }

            .element-text-white .input-field:focus::-webkit-input-placeholder {
                color: hsla(0,0%,100%,.88)
            }

            .element-text-white .input-field:focus:-ms-input-placeholder, .element-text-white .input-field:focus::-ms-input-placeholder {
                color: hsla(0,0%,100%,.88)
            }

            .element-text-white .input-field:focus:-moz-placeholder, .element-text-white .input-field:focus::-moz-placeholder {
                color: hsla(0,0%,100%,.88)
            }

        .element-text-white .input-field:active {
            border-bottom-color: hsla(0,0%,100%,.88)
        }

        .element-text-white .input-description, .element-text-white .input-field ~ .input-placeholder {
            color: hsla(0,0%,100%,.56)
        }

    .element-text-white .input-error {
        color: #fff
    }

    .element-text-white .textarea ::-webkit-scrollbar {
        width: 6px
    }

    .element-text-white .textarea ::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background-color: hsla(0,0%,100%,.8)
    }

    .element-text-white .textarea ::-webkit-scrollbar-track {
        background: transparent
    }

    .element-text-white .textarea-active .textarea-field ~ .textarea-placeholder {
        color: hsla(0,0%,100%,.56)
    }

    .element-text-white .textarea-error .textarea-wrapper:hover .textarea-field {
        border-bottom-color: hsla(0,0%,100%,.8)
    }

    .element-text-white .textarea-error .textarea-field {
        border-bottom-color: hsla(0,0%,100%,.56)
    }

        .element-text-white .textarea-error .textarea-field:hover {
            border-bottom-color: hsla(0,0%,100%,.8)
        }

        .element-text-white .textarea-error .textarea-field:active, .element-text-white .textarea-error .textarea-field:focus {
            border-bottom-color: hsla(0,0%,100%,.88)
        }

    .element-text-white .textarea-wrapper:hover .textarea-field {
        border-bottom-color: hsla(0,0%,100%,.8)
    }

    .element-text-white .textarea-field {
        border-bottom-color: hsla(0,0%,100%,.56)
    }

        .element-text-white .textarea-field::-webkit-input-placeholder {
            color: transparent
        }

        .element-text-white .textarea-field:-ms-input-placeholder, .element-text-white .textarea-field::-ms-input-placeholder {
            color: transparent
        }

        .element-text-white .textarea-field:-moz-placeholder, .element-text-white .textarea-field::-moz-placeholder {
            color: transparent
        }

        .element-text-white .textarea-field:hover {
            border-bottom-color: hsla(0,0%,100%,.8)
        }

        .element-text-white .textarea-field:focus {
            border-bottom-color: hsla(0,0%,100%,.88)
        }

            .element-text-white .textarea-field:focus::-webkit-input-placeholder {
                color: hsla(0,0%,100%,.56)
            }

            .element-text-white .textarea-field:focus:-ms-input-placeholder, .element-text-white .textarea-field:focus::-ms-input-placeholder {
                color: hsla(0,0%,100%,.56)
            }

            .element-text-white .textarea-field:focus:-moz-placeholder, .element-text-white .textarea-field:focus::-moz-placeholder {
                color: hsla(0,0%,100%,.56)
            }

        .element-text-white .textarea-field:active {
            border-bottom-color: hsla(0,0%,100%,.88)
        }

        .element-text-white .textarea-description, .element-text-white .textarea-field ~ .textarea-placeholder {
            color: hsla(0,0%,100%,.56)
        }

    .element-text-white .textarea-error {
        color: #fff
    }

    .element-text-white .radio-boxed input[type=radio]:checked + .radio-boxed-label {
        border-color: hsla(0,0%,100%,.56)
    }

    .element-text-white .radio-boxed-label {
        border-color: hsla(0,0%,100%,.32);
        color: #fff
    }

        .element-text-white .radio-boxed-label:hover {
            border-color: hsla(0,0%,100%,.56)
        }

        .element-text-white .radio-boxed-label:after {
            background-color: hsla(0,0%,100%,.16)
        }

        .element-text-white .radio-boxed-label:before {
            background-color: hsla(0,0%,100%,.56)
        }

.text-dark .element-text-white, .text-dark .text-white .text-dark .element-text-white, .text-white .text-dark .element-text-white {
    color: #fff
}

    .text-dark .element-text-white .text-additional, .text-dark .element-text-white .text-opacity, .text-dark .text-white .text-dark .element-text-white .text-additional, .text-dark .text-white .text-dark .element-text-white .text-opacity, .text-white .text-dark .element-text-white .text-additional, .text-white .text-dark .element-text-white .text-opacity {
        color: hsla(0,0%,100%,.56)
    }

    .text-dark .element-text-white .button-scheme-white, .text-dark .text-white .text-dark .element-text-white .button-scheme-white, .text-white .text-dark .element-text-white .button-scheme-white {
        color: #fff
    }

        .text-dark .element-text-white .button-scheme-white.button-primary, .text-dark .text-white .text-dark .element-text-white .button-scheme-white.button-primary, .text-white .text-dark .element-text-white .button-scheme-white.button-primary {
            color: #fff;
            background-color: #111
        }

            .text-dark .element-text-white .button-scheme-white.button-primary:focus, .text-dark .text-white .text-dark .element-text-white .button-scheme-white.button-primary:focus, .text-white .text-dark .element-text-white .button-scheme-white.button-primary:focus {
                box-shadow: inset 0 0 0 1px hsla(0,0%,84%,.56)
            }

    .text-dark .element-text-white .button-scheme-dark, .text-dark .text-white .text-dark .element-text-white .button-scheme-dark, .text-white .text-dark .element-text-white .button-scheme-dark {
        color: #111
    }

        .text-dark .element-text-white .button-scheme-dark.button-primary, .text-dark .text-white .text-dark .element-text-white .button-scheme-dark.button-primary, .text-white .text-dark .element-text-white .button-scheme-dark.button-primary {
            color: #111;
            background-color: #fff
        }

            .text-dark .element-text-white .button-scheme-dark.button-primary:focus, .text-dark .text-white .text-dark .element-text-white .button-scheme-dark.button-primary:focus, .text-white .text-dark .element-text-white .button-scheme-dark.button-primary:focus {
                box-shadow: inset 0 0 0 1px hsla(0,0%,7%,.32)
            }

    .text-dark .element-text-white .button-primary, .text-dark .text-white .text-dark .element-text-white .button-primary, .text-white .text-dark .element-text-white .button-primary {
        color: #111;
        background-color: #fff
    }

        .text-dark .element-text-white .button-primary:focus, .text-dark .text-white .text-dark .element-text-white .button-primary:focus, .text-white .text-dark .element-text-white .button-primary:focus {
            box-shadow: inset 0 0 0 1px hsla(0,0%,7%,.32)
        }

    .text-dark .element-text-white .button-secondary, .text-dark .text-white .text-dark .element-text-white .button-secondary, .text-white .text-dark .element-text-white .button-secondary {
        border-color: hsla(0,0%,100%,.56);
        color: #fff
    }

        .text-dark .element-text-white .button-secondary:focus, .text-dark .text-white .text-dark .element-text-white .button-secondary:focus, .text-white .text-dark .element-text-white .button-secondary:focus {
            box-shadow: inset 0 0 0 2px hsla(0,0%,100%,.8)
        }

    .text-dark .element-text-white .input-active .input-field ~ .input-placeholder, .text-dark .text-white .text-dark .element-text-white .input-active .input-field ~ .input-placeholder, .text-white .text-dark .element-text-white .input-active .input-field ~ .input-placeholder {
        color: hsla(0,0%,100%,.56)
    }

    .text-dark .element-text-white .input-error .input-wrapper:hover .input-field, .text-dark .text-white .text-dark .element-text-white .input-error .input-wrapper:hover .input-field, .text-white .text-dark .element-text-white .input-error .input-wrapper:hover .input-field {
        border-bottom-color: hsla(0,0%,100%,.8)
    }

    .text-dark .element-text-white .input-error .input-field, .text-dark .text-white .text-dark .element-text-white .input-error .input-field, .text-white .text-dark .element-text-white .input-error .input-field {
        border-bottom-color: hsla(0,0%,100%,.56)
    }

        .text-dark .element-text-white .input-error .input-field:hover, .text-dark .text-white .text-dark .element-text-white .input-error .input-field:hover, .text-white .text-dark .element-text-white .input-error .input-field:hover {
            border-bottom-color: hsla(0,0%,100%,.8)
        }

        .text-dark .element-text-white .input-error .input-field:active, .text-dark .element-text-white .input-error .input-field:focus, .text-dark .text-white .text-dark .element-text-white .input-error .input-field:active, .text-dark .text-white .text-dark .element-text-white .input-error .input-field:focus, .text-white .text-dark .element-text-white .input-error .input-field:active, .text-white .text-dark .element-text-white .input-error .input-field:focus {
            border-bottom-color: hsla(0,0%,100%,.88)
        }

    .text-dark .element-text-white .input-wrapper:hover .input-field, .text-dark .text-white .text-dark .element-text-white .input-wrapper:hover .input-field, .text-white .text-dark .element-text-white .input-wrapper:hover .input-field {
        border-bottom-color: hsla(0,0%,100%,.8)
    }

    .text-dark .element-text-white .input-field, .text-dark .text-white .text-dark .element-text-white .input-field, .text-white .text-dark .element-text-white .input-field {
        border-bottom-color: hsla(0,0%,100%,.56);
        color: #fff
    }

        .text-dark .element-text-white .input-field::-webkit-input-placeholder, .text-dark .text-white .text-dark .element-text-white .input-field::-webkit-input-placeholder, .text-white .text-dark .element-text-white .input-field::-webkit-input-placeholder {
            color: transparent
        }

        .text-dark .element-text-white .input-field:-ms-input-placeholder, .text-dark .element-text-white .input-field::-ms-input-placeholder, .text-dark .text-white .text-dark .element-text-white .input-field:-ms-input-placeholder, .text-dark .text-white .text-dark .element-text-white .input-field::-ms-input-placeholder, .text-white .text-dark .element-text-white .input-field:-ms-input-placeholder, .text-white .text-dark .element-text-white .input-field::-ms-input-placeholder {
            color: transparent
        }

        .text-dark .element-text-white .input-field:-moz-placeholder, .text-dark .element-text-white .input-field::-moz-placeholder, .text-dark .text-white .text-dark .element-text-white .input-field:-moz-placeholder, .text-dark .text-white .text-dark .element-text-white .input-field::-moz-placeholder, .text-white .text-dark .element-text-white .input-field:-moz-placeholder, .text-white .text-dark .element-text-white .input-field::-moz-placeholder {
            color: transparent
        }

        .text-dark .element-text-white .input-field:-webkit-autofill, .text-dark .text-white .text-dark .element-text-white .input-field:-webkit-autofill, .text-white .text-dark .element-text-white .input-field:-webkit-autofill {
            color: #fff;
            -webkit-text-fill-color: #fff
        }

            .text-dark .element-text-white .input-field:-webkit-autofill:active, .text-dark .element-text-white .input-field:-webkit-autofill:focus, .text-dark .element-text-white .input-field:-webkit-autofill:hover, .text-dark .text-white .text-dark .element-text-white .input-field:-webkit-autofill:active, .text-dark .text-white .text-dark .element-text-white .input-field:-webkit-autofill:focus, .text-dark .text-white .text-dark .element-text-white .input-field:-webkit-autofill:hover, .text-white .text-dark .element-text-white .input-field:-webkit-autofill:active, .text-white .text-dark .element-text-white .input-field:-webkit-autofill:focus, .text-white .text-dark .element-text-white .input-field:-webkit-autofill:hover {
                -webkit-text-fill-color: #fff
            }

        .text-dark .element-text-white .input-field:hover, .text-dark .text-white .text-dark .element-text-white .input-field:hover, .text-white .text-dark .element-text-white .input-field:hover {
            border-bottom-color: hsla(0,0%,100%,.8)
        }

        .text-dark .element-text-white .input-field:focus, .text-dark .text-white .text-dark .element-text-white .input-field:focus, .text-white .text-dark .element-text-white .input-field:focus {
            border-bottom-color: hsla(0,0%,100%,.88)
        }

            .text-dark .element-text-white .input-field:focus::-webkit-input-placeholder, .text-dark .text-white .text-dark .element-text-white .input-field:focus::-webkit-input-placeholder, .text-white .text-dark .element-text-white .input-field:focus::-webkit-input-placeholder {
                color: hsla(0,0%,100%,.88)
            }

            .text-dark .element-text-white .input-field:focus:-ms-input-placeholder, .text-dark .element-text-white .input-field:focus::-ms-input-placeholder, .text-dark .text-white .text-dark .element-text-white .input-field:focus:-ms-input-placeholder, .text-dark .text-white .text-dark .element-text-white .input-field:focus::-ms-input-placeholder, .text-white .text-dark .element-text-white .input-field:focus:-ms-input-placeholder, .text-white .text-dark .element-text-white .input-field:focus::-ms-input-placeholder {
                color: hsla(0,0%,100%,.88)
            }

            .text-dark .element-text-white .input-field:focus:-moz-placeholder, .text-dark .element-text-white .input-field:focus::-moz-placeholder, .text-dark .text-white .text-dark .element-text-white .input-field:focus:-moz-placeholder, .text-dark .text-white .text-dark .element-text-white .input-field:focus::-moz-placeholder, .text-white .text-dark .element-text-white .input-field:focus:-moz-placeholder, .text-white .text-dark .element-text-white .input-field:focus::-moz-placeholder {
                color: hsla(0,0%,100%,.88)
            }

        .text-dark .element-text-white .input-field:active, .text-dark .text-white .text-dark .element-text-white .input-field:active, .text-white .text-dark .element-text-white .input-field:active {
            border-bottom-color: hsla(0,0%,100%,.88)
        }

        .text-dark .element-text-white .input-description, .text-dark .element-text-white .input-field ~ .input-placeholder, .text-dark .text-white .text-dark .element-text-white .input-description, .text-dark .text-white .text-dark .element-text-white .input-field ~ .input-placeholder, .text-white .text-dark .element-text-white .input-description, .text-white .text-dark .element-text-white .input-field ~ .input-placeholder {
            color: hsla(0,0%,100%,.56)
        }

    .text-dark .element-text-white .input-error, .text-dark .text-white .text-dark .element-text-white .input-error, .text-white .text-dark .element-text-white .input-error {
        color: #fff
    }

    .text-dark .element-text-white .textarea ::-webkit-scrollbar, .text-dark .text-white .text-dark .element-text-white .textarea ::-webkit-scrollbar, .text-white .text-dark .element-text-white .textarea ::-webkit-scrollbar {
        width: 6px
    }

    .text-dark .element-text-white .textarea ::-webkit-scrollbar-thumb, .text-dark .text-white .text-dark .element-text-white .textarea ::-webkit-scrollbar-thumb, .text-white .text-dark .element-text-white .textarea ::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background-color: hsla(0,0%,100%,.8)
    }

    .text-dark .element-text-white .textarea ::-webkit-scrollbar-track, .text-dark .text-white .text-dark .element-text-white .textarea ::-webkit-scrollbar-track, .text-white .text-dark .element-text-white .textarea ::-webkit-scrollbar-track {
        background: transparent
    }

    .text-dark .element-text-white .textarea-active .textarea-field ~ .textarea-placeholder, .text-dark .text-white .text-dark .element-text-white .textarea-active .textarea-field ~ .textarea-placeholder, .text-white .text-dark .element-text-white .textarea-active .textarea-field ~ .textarea-placeholder {
        color: hsla(0,0%,100%,.56)
    }

    .text-dark .element-text-white .textarea-error .textarea-wrapper:hover .textarea-field, .text-dark .text-white .text-dark .element-text-white .textarea-error .textarea-wrapper:hover .textarea-field, .text-white .text-dark .element-text-white .textarea-error .textarea-wrapper:hover .textarea-field {
        border-bottom-color: hsla(0,0%,100%,.8)
    }

    .text-dark .element-text-white .textarea-error .textarea-field, .text-dark .text-white .text-dark .element-text-white .textarea-error .textarea-field, .text-white .text-dark .element-text-white .textarea-error .textarea-field {
        border-bottom-color: hsla(0,0%,100%,.56)
    }

        .text-dark .element-text-white .textarea-error .textarea-field:hover, .text-dark .text-white .text-dark .element-text-white .textarea-error .textarea-field:hover, .text-white .text-dark .element-text-white .textarea-error .textarea-field:hover {
            border-bottom-color: hsla(0,0%,100%,.8)
        }

        .text-dark .element-text-white .textarea-error .textarea-field:active, .text-dark .element-text-white .textarea-error .textarea-field:focus, .text-dark .text-white .text-dark .element-text-white .textarea-error .textarea-field:active, .text-dark .text-white .text-dark .element-text-white .textarea-error .textarea-field:focus, .text-white .text-dark .element-text-white .textarea-error .textarea-field:active, .text-white .text-dark .element-text-white .textarea-error .textarea-field:focus {
            border-bottom-color: hsla(0,0%,100%,.88)
        }

    .text-dark .element-text-white .textarea-wrapper:hover .textarea-field, .text-dark .text-white .text-dark .element-text-white .textarea-wrapper:hover .textarea-field, .text-white .text-dark .element-text-white .textarea-wrapper:hover .textarea-field {
        border-bottom-color: hsla(0,0%,100%,.8)
    }

    .text-dark .element-text-white .textarea-field, .text-dark .text-white .text-dark .element-text-white .textarea-field, .text-white .text-dark .element-text-white .textarea-field {
        border-bottom-color: hsla(0,0%,100%,.56)
    }

        .text-dark .element-text-white .textarea-field::-webkit-input-placeholder, .text-dark .text-white .text-dark .element-text-white .textarea-field::-webkit-input-placeholder, .text-white .text-dark .element-text-white .textarea-field::-webkit-input-placeholder {
            color: transparent
        }

        .text-dark .element-text-white .textarea-field:-ms-input-placeholder, .text-dark .element-text-white .textarea-field::-ms-input-placeholder, .text-dark .text-white .text-dark .element-text-white .textarea-field:-ms-input-placeholder, .text-dark .text-white .text-dark .element-text-white .textarea-field::-ms-input-placeholder, .text-white .text-dark .element-text-white .textarea-field:-ms-input-placeholder, .text-white .text-dark .element-text-white .textarea-field::-ms-input-placeholder {
            color: transparent
        }

        .text-dark .element-text-white .textarea-field:-moz-placeholder, .text-dark .element-text-white .textarea-field::-moz-placeholder, .text-dark .text-white .text-dark .element-text-white .textarea-field:-moz-placeholder, .text-dark .text-white .text-dark .element-text-white .textarea-field::-moz-placeholder, .text-white .text-dark .element-text-white .textarea-field:-moz-placeholder, .text-white .text-dark .element-text-white .textarea-field::-moz-placeholder {
            color: transparent
        }

        .text-dark .element-text-white .textarea-field:hover, .text-dark .text-white .text-dark .element-text-white .textarea-field:hover, .text-white .text-dark .element-text-white .textarea-field:hover {
            border-bottom-color: hsla(0,0%,100%,.8)
        }

        .text-dark .element-text-white .textarea-field:focus, .text-dark .text-white .text-dark .element-text-white .textarea-field:focus, .text-white .text-dark .element-text-white .textarea-field:focus {
            border-bottom-color: hsla(0,0%,100%,.88)
        }

            .text-dark .element-text-white .textarea-field:focus::-webkit-input-placeholder, .text-dark .text-white .text-dark .element-text-white .textarea-field:focus::-webkit-input-placeholder, .text-white .text-dark .element-text-white .textarea-field:focus::-webkit-input-placeholder {
                color: hsla(0,0%,100%,.56)
            }

            .text-dark .element-text-white .textarea-field:focus:-ms-input-placeholder, .text-dark .element-text-white .textarea-field:focus::-ms-input-placeholder, .text-dark .text-white .text-dark .element-text-white .textarea-field:focus:-ms-input-placeholder, .text-dark .text-white .text-dark .element-text-white .textarea-field:focus::-ms-input-placeholder, .text-white .text-dark .element-text-white .textarea-field:focus:-ms-input-placeholder, .text-white .text-dark .element-text-white .textarea-field:focus::-ms-input-placeholder {
                color: hsla(0,0%,100%,.56)
            }

            .text-dark .element-text-white .textarea-field:focus:-moz-placeholder, .text-dark .element-text-white .textarea-field:focus::-moz-placeholder, .text-dark .text-white .text-dark .element-text-white .textarea-field:focus:-moz-placeholder, .text-dark .text-white .text-dark .element-text-white .textarea-field:focus::-moz-placeholder, .text-white .text-dark .element-text-white .textarea-field:focus:-moz-placeholder, .text-white .text-dark .element-text-white .textarea-field:focus::-moz-placeholder {
                color: hsla(0,0%,100%,.56)
            }

        .text-dark .element-text-white .textarea-field:active, .text-dark .text-white .text-dark .element-text-white .textarea-field:active, .text-white .text-dark .element-text-white .textarea-field:active {
            border-bottom-color: hsla(0,0%,100%,.88)
        }

        .text-dark .element-text-white .textarea-description, .text-dark .element-text-white .textarea-field ~ .textarea-placeholder, .text-dark .text-white .text-dark .element-text-white .textarea-description, .text-dark .text-white .text-dark .element-text-white .textarea-field ~ .textarea-placeholder, .text-white .text-dark .element-text-white .textarea-description, .text-white .text-dark .element-text-white .textarea-field ~ .textarea-placeholder {
            color: hsla(0,0%,100%,.56)
        }

    .text-dark .element-text-white .textarea-error, .text-dark .text-white .text-dark .element-text-white .textarea-error, .text-white .text-dark .element-text-white .textarea-error {
        color: #fff
    }

    .text-dark .element-text-white .radio-boxed input[type=radio]:checked + .radio-boxed-label, .text-dark .text-white .text-dark .element-text-white .radio-boxed input[type=radio]:checked + .radio-boxed-label, .text-white .text-dark .element-text-white .radio-boxed input[type=radio]:checked + .radio-boxed-label {
        border-color: hsla(0,0%,100%,.56)
    }

    .text-dark .element-text-white .radio-boxed-label, .text-dark .text-white .text-dark .element-text-white .radio-boxed-label, .text-white .text-dark .element-text-white .radio-boxed-label {
        border-color: hsla(0,0%,100%,.32);
        color: #fff
    }

        .text-dark .element-text-white .radio-boxed-label:hover, .text-dark .text-white .text-dark .element-text-white .radio-boxed-label:hover, .text-white .text-dark .element-text-white .radio-boxed-label:hover {
            border-color: hsla(0,0%,100%,.56)
        }

        .text-dark .element-text-white .radio-boxed-label:after, .text-dark .text-white .text-dark .element-text-white .radio-boxed-label:after, .text-white .text-dark .element-text-white .radio-boxed-label:after {
            background-color: hsla(0,0%,100%,.16)
        }

        .text-dark .element-text-white .radio-boxed-label:before, .text-dark .text-white .text-dark .element-text-white .radio-boxed-label:before, .text-white .text-dark .element-text-white .radio-boxed-label:before {
            background-color: hsla(0,0%,100%,.56)
        }

.element-text-dark {
    color: #111
}

    .element-text-dark .text-opacity {
        color: hsla(0,0%,7%,.56)
    }

    .element-text-dark .text-additional {
        color: hsla(0,0%,7%,.24)
    }

    .element-text-dark .button-scheme-white {
        color: #fff
    }

        .element-text-dark .button-scheme-white.button-primary {
            color: #fff;
            background-color: #111
        }

            .element-text-dark .button-scheme-white.button-primary:focus {
                box-shadow: inset 0 0 0 1px hsla(0,0%,84%,.56)
            }

    .element-text-dark .button-scheme-dark {
        color: #111
    }

        .element-text-dark .button-scheme-dark.button-primary {
            color: #111;
            background-color: #fff
        }

            .element-text-dark .button-scheme-dark.button-primary:focus {
                box-shadow: inset 0 0 0 1px hsla(0,0%,7%,.32)
            }

    .element-text-dark .button-primary {
        color: #fff;
        background-color: #111
    }

        .element-text-dark .button-primary:focus {
            box-shadow: inset 0 0 0 1px hsla(0,0%,84%,.56)
        }

    .element-text-dark .button-secondary {
        border: 2px solid hsla(0,0%,7%,.16);
        color: #111
    }

        .element-text-dark .button-secondary:focus {
            box-shadow: inset 0 0 0 2px hsla(0,0%,7%,.32)
        }

    .element-text-dark .input-active .input-field ~ .input-placeholder {
        color: hsla(0,0%,7%,.56)
    }

    .element-text-dark .input-error .input-wrapper:hover .input-field {
        border-bottom-color: rgba(211,25,25,.56)
    }

    .element-text-dark .input-error .input-field {
        border-bottom-color: rgba(222,90,66,.48)
    }

        .element-text-dark .input-error .input-field:hover {
            border-bottom-color: rgba(211,25,25,.56)
        }

        .element-text-dark .input-error .input-field:active, .element-text-dark .input-error .input-field:focus {
            border-bottom-color: rgba(211,25,25,.72)
        }

    .element-text-dark .input-wrapper:hover .input-field {
        border-bottom-color: rgba(0,0,0,.32)
    }

    .element-text-dark .input-field {
        border-bottom-color: hsla(0,0%,7%,.16);
        color: #111
    }

        .element-text-dark .input-field::-webkit-input-placeholder {
            color: transparent
        }

        .element-text-dark .input-field:-ms-input-placeholder, .element-text-dark .input-field::-ms-input-placeholder {
            color: transparent
        }

        .element-text-dark .input-field:-moz-placeholder, .element-text-dark .input-field::-moz-placeholder {
            color: transparent
        }

        .element-text-dark .input-field:-webkit-autofill {
            color: #111;
            -webkit-text-fill-color: #111
        }

            .element-text-dark .input-field:-webkit-autofill:active, .element-text-dark .input-field:-webkit-autofill:focus, .element-text-dark .input-field:-webkit-autofill:hover {
                -webkit-text-fill-color: #111
            }

        .element-text-dark .input-field:hover {
            border-bottom-color: rgba(0,0,0,.32)
        }

        .element-text-dark .input-field:focus {
            border-bottom-color: hsla(0,0%,7%,.4)
        }

            .element-text-dark .input-field:focus::-webkit-input-placeholder {
                color: hsla(0,0%,7%,.56)
            }

            .element-text-dark .input-field:focus:-ms-input-placeholder, .element-text-dark .input-field:focus::-ms-input-placeholder {
                color: hsla(0,0%,7%,.56)
            }

            .element-text-dark .input-field:focus:-moz-placeholder, .element-text-dark .input-field:focus::-moz-placeholder {
                color: hsla(0,0%,7%,.56)
            }

        .element-text-dark .input-field:active {
            border-bottom-color: hsla(0,0%,7%,.4)
        }

        .element-text-dark .input-description, .element-text-dark .input-field ~ .input-placeholder {
            color: hsla(0,0%,7%,.56)
        }

    .element-text-dark .input-error {
        color: #dd5656
    }

    .element-text-dark .textarea ::-webkit-scrollbar {
        width: 6px
    }

    .element-text-dark .textarea ::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background-color: rgba(0,0,0,.2)
    }

    .element-text-dark .textarea ::-webkit-scrollbar-track {
        background: transparent
    }

    .element-text-dark .textarea-active .textarea-field ~ .textarea-placeholder {
        color: hsla(0,0%,7%,.56)
    }

    .element-text-dark .textarea-error .textarea-wrapper:hover .textarea-field {
        border-bottom-color: rgba(211,25,25,.56)
    }

    .element-text-dark .textarea-error .textarea-field {
        border-bottom-color: rgba(222,90,66,.48)
    }

        .element-text-dark .textarea-error .textarea-field:hover {
            border-bottom-color: rgba(211,25,25,.56)
        }

        .element-text-dark .textarea-error .textarea-field:active, .element-text-dark .textarea-error .textarea-field:focus {
            border-bottom-color: rgba(211,25,25,.72)
        }

    .element-text-dark .textarea-wrapper:hover .textarea-field {
        border-bottom-color: rgba(0,0,0,.32)
    }

    .element-text-dark .textarea-field {
        border-bottom-color: hsla(0,0%,7%,.16)
    }

        .element-text-dark .textarea-field::-webkit-input-placeholder {
            color: transparent
        }

        .element-text-dark .textarea-field:-ms-input-placeholder, .element-text-dark .textarea-field::-ms-input-placeholder {
            color: transparent
        }

        .element-text-dark .textarea-field:-moz-placeholder, .element-text-dark .textarea-field::-moz-placeholder {
            color: transparent
        }

        .element-text-dark .textarea-field:hover {
            border-bottom-color: rgba(0,0,0,.32)
        }

        .element-text-dark .textarea-field:focus {
            border-bottom-color: hsla(0,0%,7%,.4)
        }

            .element-text-dark .textarea-field:focus::-webkit-input-placeholder {
                color: hsla(0,0%,7%,.56)
            }

            .element-text-dark .textarea-field:focus:-ms-input-placeholder, .element-text-dark .textarea-field:focus::-ms-input-placeholder {
                color: hsla(0,0%,7%,.56)
            }

            .element-text-dark .textarea-field:focus:-moz-placeholder, .element-text-dark .textarea-field:focus::-moz-placeholder {
                color: hsla(0,0%,7%,.56)
            }

        .element-text-dark .textarea-field:active {
            border-bottom-color: hsla(0,0%,7%,.4)
        }

        .element-text-dark .textarea-description, .element-text-dark .textarea-field ~ .textarea-placeholder {
            color: hsla(0,0%,7%,.56)
        }

    .element-text-dark .textarea-error {
        color: #dd5656
    }

    .element-text-dark .radio-boxed input[type=radio]:checked + .radio-boxed-label {
        border-color: hsla(0,0%,7%,.32)
    }

    .element-text-dark .radio-boxed-label {
        border-color: hsla(0,0%,7%,.08);
        color: #111
    }

        .element-text-dark .radio-boxed-label:hover {
            border-color: hsla(0,0%,7%,.32)
        }

        .element-text-dark .radio-boxed-label:after {
            background-color: hsla(0,0%,7%,.04)
        }

        .element-text-dark .radio-boxed-label:before {
            background-color: hsla(0,0%,7%,.56)
        }

.text-dark .text-white .element-text-dark, .text-white .element-text-dark, .text-white .text-dark .text-white .element-text-dark {
    color: #111
}

    .text-dark .text-white .element-text-dark .text-opacity, .text-white .element-text-dark .text-opacity, .text-white .text-dark .text-white .element-text-dark .text-opacity {
        color: hsla(0,0%,7%,.56)
    }

    .text-dark .text-white .element-text-dark .text-additional, .text-white .element-text-dark .text-additional, .text-white .text-dark .text-white .element-text-dark .text-additional {
        color: hsla(0,0%,7%,.24)
    }

    .text-dark .text-white .element-text-dark .button-scheme-white, .text-white .element-text-dark .button-scheme-white, .text-white .text-dark .text-white .element-text-dark .button-scheme-white {
        color: #fff
    }

        .text-dark .text-white .element-text-dark .button-scheme-white.button-primary, .text-white .element-text-dark .button-scheme-white.button-primary, .text-white .text-dark .text-white .element-text-dark .button-scheme-white.button-primary {
            color: #fff;
            background-color: #111
        }

            .text-dark .text-white .element-text-dark .button-scheme-white.button-primary:focus, .text-white .element-text-dark .button-scheme-white.button-primary:focus, .text-white .text-dark .text-white .element-text-dark .button-scheme-white.button-primary:focus {
                box-shadow: inset 0 0 0 1px hsla(0,0%,84%,.56)
            }

    .text-dark .text-white .element-text-dark .button-scheme-dark, .text-white .element-text-dark .button-scheme-dark, .text-white .text-dark .text-white .element-text-dark .button-scheme-dark {
        color: #111
    }

        .text-dark .text-white .element-text-dark .button-scheme-dark.button-primary, .text-white .element-text-dark .button-scheme-dark.button-primary, .text-white .text-dark .text-white .element-text-dark .button-scheme-dark.button-primary {
            color: #111;
            background-color: #fff
        }

            .text-dark .text-white .element-text-dark .button-scheme-dark.button-primary:focus, .text-white .element-text-dark .button-scheme-dark.button-primary:focus, .text-white .text-dark .text-white .element-text-dark .button-scheme-dark.button-primary:focus {
                box-shadow: inset 0 0 0 1px hsla(0,0%,7%,.32)
            }

    .text-dark .text-white .element-text-dark .button-primary, .text-white .element-text-dark .button-primary, .text-white .text-dark .text-white .element-text-dark .button-primary {
        color: #fff;
        background-color: #111
    }

        .text-dark .text-white .element-text-dark .button-primary:focus, .text-white .element-text-dark .button-primary:focus, .text-white .text-dark .text-white .element-text-dark .button-primary:focus {
            box-shadow: inset 0 0 0 1px hsla(0,0%,84%,.56)
        }

    .text-dark .text-white .element-text-dark .button-secondary, .text-white .element-text-dark .button-secondary, .text-white .text-dark .text-white .element-text-dark .button-secondary {
        border: 2px solid hsla(0,0%,7%,.16);
        color: #111
    }

        .text-dark .text-white .element-text-dark .button-secondary:focus, .text-white .element-text-dark .button-secondary:focus, .text-white .text-dark .text-white .element-text-dark .button-secondary:focus {
            box-shadow: inset 0 0 0 2px hsla(0,0%,7%,.32)
        }

    .text-dark .text-white .element-text-dark .input-active .input-field ~ .input-placeholder, .text-white .element-text-dark .input-active .input-field ~ .input-placeholder, .text-white .text-dark .text-white .element-text-dark .input-active .input-field ~ .input-placeholder {
        color: hsla(0,0%,7%,.56)
    }

    .text-dark .text-white .element-text-dark .input-error .input-wrapper:hover .input-field, .text-white .element-text-dark .input-error .input-wrapper:hover .input-field, .text-white .text-dark .text-white .element-text-dark .input-error .input-wrapper:hover .input-field {
        border-bottom-color: rgba(211,25,25,.56)
    }

    .text-dark .text-white .element-text-dark .input-error .input-field, .text-white .element-text-dark .input-error .input-field, .text-white .text-dark .text-white .element-text-dark .input-error .input-field {
        border-bottom-color: rgba(222,90,66,.48)
    }

        .text-dark .text-white .element-text-dark .input-error .input-field:hover, .text-white .element-text-dark .input-error .input-field:hover, .text-white .text-dark .text-white .element-text-dark .input-error .input-field:hover {
            border-bottom-color: rgba(211,25,25,.56)
        }

        .text-dark .text-white .element-text-dark .input-error .input-field:active, .text-dark .text-white .element-text-dark .input-error .input-field:focus, .text-white .element-text-dark .input-error .input-field:active, .text-white .element-text-dark .input-error .input-field:focus, .text-white .text-dark .text-white .element-text-dark .input-error .input-field:active, .text-white .text-dark .text-white .element-text-dark .input-error .input-field:focus {
            border-bottom-color: rgba(211,25,25,.72)
        }

    .text-dark .text-white .element-text-dark .input-wrapper:hover .input-field, .text-white .element-text-dark .input-wrapper:hover .input-field, .text-white .text-dark .text-white .element-text-dark .input-wrapper:hover .input-field {
        border-bottom-color: rgba(0,0,0,.32)
    }

    .text-dark .text-white .element-text-dark .input-field, .text-white .element-text-dark .input-field, .text-white .text-dark .text-white .element-text-dark .input-field {
        border-bottom-color: hsla(0,0%,7%,.16);
        color: #111
    }

        .text-dark .text-white .element-text-dark .input-field::-webkit-input-placeholder, .text-white .element-text-dark .input-field::-webkit-input-placeholder, .text-white .text-dark .text-white .element-text-dark .input-field::-webkit-input-placeholder {
            color: transparent
        }

        .text-dark .text-white .element-text-dark .input-field:-ms-input-placeholder, .text-dark .text-white .element-text-dark .input-field::-ms-input-placeholder, .text-white .element-text-dark .input-field:-ms-input-placeholder, .text-white .element-text-dark .input-field::-ms-input-placeholder, .text-white .text-dark .text-white .element-text-dark .input-field:-ms-input-placeholder, .text-white .text-dark .text-white .element-text-dark .input-field::-ms-input-placeholder {
            color: transparent
        }

        .text-dark .text-white .element-text-dark .input-field:-moz-placeholder, .text-dark .text-white .element-text-dark .input-field::-moz-placeholder, .text-white .element-text-dark .input-field:-moz-placeholder, .text-white .element-text-dark .input-field::-moz-placeholder, .text-white .text-dark .text-white .element-text-dark .input-field:-moz-placeholder, .text-white .text-dark .text-white .element-text-dark .input-field::-moz-placeholder {
            color: transparent
        }

        .text-dark .text-white .element-text-dark .input-field:-webkit-autofill, .text-white .element-text-dark .input-field:-webkit-autofill, .text-white .text-dark .text-white .element-text-dark .input-field:-webkit-autofill {
            color: #111;
            -webkit-text-fill-color: #111
        }

            .text-dark .text-white .element-text-dark .input-field:-webkit-autofill:active, .text-dark .text-white .element-text-dark .input-field:-webkit-autofill:focus, .text-dark .text-white .element-text-dark .input-field:-webkit-autofill:hover, .text-white .element-text-dark .input-field:-webkit-autofill:active, .text-white .element-text-dark .input-field:-webkit-autofill:focus, .text-white .element-text-dark .input-field:-webkit-autofill:hover, .text-white .text-dark .text-white .element-text-dark .input-field:-webkit-autofill:active, .text-white .text-dark .text-white .element-text-dark .input-field:-webkit-autofill:focus, .text-white .text-dark .text-white .element-text-dark .input-field:-webkit-autofill:hover {
                -webkit-text-fill-color: #111
            }

        .text-dark .text-white .element-text-dark .input-field:hover, .text-white .element-text-dark .input-field:hover, .text-white .text-dark .text-white .element-text-dark .input-field:hover {
            border-bottom-color: rgba(0,0,0,.32)
        }

        .text-dark .text-white .element-text-dark .input-field:focus, .text-white .element-text-dark .input-field:focus, .text-white .text-dark .text-white .element-text-dark .input-field:focus {
            border-bottom-color: hsla(0,0%,7%,.4)
        }

            .text-dark .text-white .element-text-dark .input-field:focus::-webkit-input-placeholder, .text-white .element-text-dark .input-field:focus::-webkit-input-placeholder, .text-white .text-dark .text-white .element-text-dark .input-field:focus::-webkit-input-placeholder {
                color: hsla(0,0%,7%,.56)
            }

            .text-dark .text-white .element-text-dark .input-field:focus:-ms-input-placeholder, .text-dark .text-white .element-text-dark .input-field:focus::-ms-input-placeholder, .text-white .element-text-dark .input-field:focus:-ms-input-placeholder, .text-white .element-text-dark .input-field:focus::-ms-input-placeholder, .text-white .text-dark .text-white .element-text-dark .input-field:focus:-ms-input-placeholder, .text-white .text-dark .text-white .element-text-dark .input-field:focus::-ms-input-placeholder {
                color: hsla(0,0%,7%,.56)
            }

            .text-dark .text-white .element-text-dark .input-field:focus:-moz-placeholder, .text-dark .text-white .element-text-dark .input-field:focus::-moz-placeholder, .text-white .element-text-dark .input-field:focus:-moz-placeholder, .text-white .element-text-dark .input-field:focus::-moz-placeholder, .text-white .text-dark .text-white .element-text-dark .input-field:focus:-moz-placeholder, .text-white .text-dark .text-white .element-text-dark .input-field:focus::-moz-placeholder {
                color: hsla(0,0%,7%,.56)
            }

        .text-dark .text-white .element-text-dark .input-field:active, .text-white .element-text-dark .input-field:active, .text-white .text-dark .text-white .element-text-dark .input-field:active {
            border-bottom-color: hsla(0,0%,7%,.4)
        }

        .text-dark .text-white .element-text-dark .input-description, .text-dark .text-white .element-text-dark .input-field ~ .input-placeholder, .text-white .element-text-dark .input-description, .text-white .element-text-dark .input-field ~ .input-placeholder, .text-white .text-dark .text-white .element-text-dark .input-description, .text-white .text-dark .text-white .element-text-dark .input-field ~ .input-placeholder {
            color: hsla(0,0%,7%,.56)
        }

    .text-dark .text-white .element-text-dark .input-error, .text-white .element-text-dark .input-error, .text-white .text-dark .text-white .element-text-dark .input-error {
        color: #dd5656
    }

    .text-dark .text-white .element-text-dark .textarea ::-webkit-scrollbar, .text-white .element-text-dark .textarea ::-webkit-scrollbar, .text-white .text-dark .text-white .element-text-dark .textarea ::-webkit-scrollbar {
        width: 6px
    }

    .text-dark .text-white .element-text-dark .textarea ::-webkit-scrollbar-thumb, .text-white .element-text-dark .textarea ::-webkit-scrollbar-thumb, .text-white .text-dark .text-white .element-text-dark .textarea ::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background-color: rgba(0,0,0,.2)
    }

    .text-dark .text-white .element-text-dark .textarea ::-webkit-scrollbar-track, .text-white .element-text-dark .textarea ::-webkit-scrollbar-track, .text-white .text-dark .text-white .element-text-dark .textarea ::-webkit-scrollbar-track {
        background: transparent
    }

    .text-dark .text-white .element-text-dark .textarea-active .textarea-field ~ .textarea-placeholder, .text-white .element-text-dark .textarea-active .textarea-field ~ .textarea-placeholder, .text-white .text-dark .text-white .element-text-dark .textarea-active .textarea-field ~ .textarea-placeholder {
        color: hsla(0,0%,7%,.56)
    }

    .text-dark .text-white .element-text-dark .textarea-error .textarea-wrapper:hover .textarea-field, .text-white .element-text-dark .textarea-error .textarea-wrapper:hover .textarea-field, .text-white .text-dark .text-white .element-text-dark .textarea-error .textarea-wrapper:hover .textarea-field {
        border-bottom-color: rgba(211,25,25,.56)
    }

    .text-dark .text-white .element-text-dark .textarea-error .textarea-field, .text-white .element-text-dark .textarea-error .textarea-field, .text-white .text-dark .text-white .element-text-dark .textarea-error .textarea-field {
        border-bottom-color: rgba(222,90,66,.48)
    }

        .text-dark .text-white .element-text-dark .textarea-error .textarea-field:hover, .text-white .element-text-dark .textarea-error .textarea-field:hover, .text-white .text-dark .text-white .element-text-dark .textarea-error .textarea-field:hover {
            border-bottom-color: rgba(211,25,25,.56)
        }

        .text-dark .text-white .element-text-dark .textarea-error .textarea-field:active, .text-dark .text-white .element-text-dark .textarea-error .textarea-field:focus, .text-white .element-text-dark .textarea-error .textarea-field:active, .text-white .element-text-dark .textarea-error .textarea-field:focus, .text-white .text-dark .text-white .element-text-dark .textarea-error .textarea-field:active, .text-white .text-dark .text-white .element-text-dark .textarea-error .textarea-field:focus {
            border-bottom-color: rgba(211,25,25,.72)
        }

    .text-dark .text-white .element-text-dark .textarea-wrapper:hover .textarea-field, .text-white .element-text-dark .textarea-wrapper:hover .textarea-field, .text-white .text-dark .text-white .element-text-dark .textarea-wrapper:hover .textarea-field {
        border-bottom-color: rgba(0,0,0,.32)
    }

    .text-dark .text-white .element-text-dark .textarea-field, .text-white .element-text-dark .textarea-field, .text-white .text-dark .text-white .element-text-dark .textarea-field {
        border-bottom-color: hsla(0,0%,7%,.16)
    }

        .text-dark .text-white .element-text-dark .textarea-field::-webkit-input-placeholder, .text-white .element-text-dark .textarea-field::-webkit-input-placeholder, .text-white .text-dark .text-white .element-text-dark .textarea-field::-webkit-input-placeholder {
            color: transparent
        }

        .text-dark .text-white .element-text-dark .textarea-field:-ms-input-placeholder, .text-dark .text-white .element-text-dark .textarea-field::-ms-input-placeholder, .text-white .element-text-dark .textarea-field:-ms-input-placeholder, .text-white .element-text-dark .textarea-field::-ms-input-placeholder, .text-white .text-dark .text-white .element-text-dark .textarea-field:-ms-input-placeholder, .text-white .text-dark .text-white .element-text-dark .textarea-field::-ms-input-placeholder {
            color: transparent
        }

        .text-dark .text-white .element-text-dark .textarea-field:-moz-placeholder, .text-dark .text-white .element-text-dark .textarea-field::-moz-placeholder, .text-white .element-text-dark .textarea-field:-moz-placeholder, .text-white .element-text-dark .textarea-field::-moz-placeholder, .text-white .text-dark .text-white .element-text-dark .textarea-field:-moz-placeholder, .text-white .text-dark .text-white .element-text-dark .textarea-field::-moz-placeholder {
            color: transparent
        }

        .text-dark .text-white .element-text-dark .textarea-field:hover, .text-white .element-text-dark .textarea-field:hover, .text-white .text-dark .text-white .element-text-dark .textarea-field:hover {
            border-bottom-color: rgba(0,0,0,.32)
        }

        .text-dark .text-white .element-text-dark .textarea-field:focus, .text-white .element-text-dark .textarea-field:focus, .text-white .text-dark .text-white .element-text-dark .textarea-field:focus {
            border-bottom-color: hsla(0,0%,7%,.4)
        }

            .text-dark .text-white .element-text-dark .textarea-field:focus::-webkit-input-placeholder, .text-white .element-text-dark .textarea-field:focus::-webkit-input-placeholder, .text-white .text-dark .text-white .element-text-dark .textarea-field:focus::-webkit-input-placeholder {
                color: hsla(0,0%,7%,.56)
            }

            .text-dark .text-white .element-text-dark .textarea-field:focus:-ms-input-placeholder, .text-dark .text-white .element-text-dark .textarea-field:focus::-ms-input-placeholder, .text-white .element-text-dark .textarea-field:focus:-ms-input-placeholder, .text-white .element-text-dark .textarea-field:focus::-ms-input-placeholder, .text-white .text-dark .text-white .element-text-dark .textarea-field:focus:-ms-input-placeholder, .text-white .text-dark .text-white .element-text-dark .textarea-field:focus::-ms-input-placeholder {
                color: hsla(0,0%,7%,.56)
            }

            .text-dark .text-white .element-text-dark .textarea-field:focus:-moz-placeholder, .text-dark .text-white .element-text-dark .textarea-field:focus::-moz-placeholder, .text-white .element-text-dark .textarea-field:focus:-moz-placeholder, .text-white .element-text-dark .textarea-field:focus::-moz-placeholder, .text-white .text-dark .text-white .element-text-dark .textarea-field:focus:-moz-placeholder, .text-white .text-dark .text-white .element-text-dark .textarea-field:focus::-moz-placeholder {
                color: hsla(0,0%,7%,.56)
            }

        .text-dark .text-white .element-text-dark .textarea-field:active, .text-white .element-text-dark .textarea-field:active, .text-white .text-dark .text-white .element-text-dark .textarea-field:active {
            border-bottom-color: hsla(0,0%,7%,.4)
        }

        .text-dark .text-white .element-text-dark .textarea-description, .text-dark .text-white .element-text-dark .textarea-field ~ .textarea-placeholder, .text-white .element-text-dark .textarea-description, .text-white .element-text-dark .textarea-field ~ .textarea-placeholder, .text-white .text-dark .text-white .element-text-dark .textarea-description, .text-white .text-dark .text-white .element-text-dark .textarea-field ~ .textarea-placeholder {
            color: hsla(0,0%,7%,.56)
        }

    .text-dark .text-white .element-text-dark .textarea-error, .text-white .element-text-dark .textarea-error, .text-white .text-dark .text-white .element-text-dark .textarea-error {
        color: #dd5656
    }

    .text-dark .text-white .element-text-dark .radio-boxed input[type=radio]:checked + .radio-boxed-label, .text-white .element-text-dark .radio-boxed input[type=radio]:checked + .radio-boxed-label, .text-white .text-dark .text-white .element-text-dark .radio-boxed input[type=radio]:checked + .radio-boxed-label {
        border-color: hsla(0,0%,7%,.32)
    }

    .text-dark .text-white .element-text-dark .radio-boxed-label, .text-white .element-text-dark .radio-boxed-label, .text-white .text-dark .text-white .element-text-dark .radio-boxed-label {
        border-color: hsla(0,0%,7%,.08);
        color: #111
    }

        .text-dark .text-white .element-text-dark .radio-boxed-label:hover, .text-white .element-text-dark .radio-boxed-label:hover, .text-white .text-dark .text-white .element-text-dark .radio-boxed-label:hover {
            border-color: hsla(0,0%,7%,.32)
        }

        .text-dark .text-white .element-text-dark .radio-boxed-label:after, .text-white .element-text-dark .radio-boxed-label:after, .text-white .text-dark .text-white .element-text-dark .radio-boxed-label:after {
            background-color: hsla(0,0%,7%,.04)
        }

        .text-dark .text-white .element-text-dark .radio-boxed-label:before, .text-white .element-text-dark .radio-boxed-label:before, .text-white .text-dark .text-white .element-text-dark .radio-boxed-label:before {
            background-color: hsla(0,0%,7%,.56)
        }

.text-dark .text-white .color-border, .text-white .color-border, .text-white .text-dark .text-white .color-border {
    border-color: hsla(0,0%,100%,.56)
}

.text-dark .text-white .color-background, .text-white .color-background, .text-white .text-dark .text-white .color-background {
    background-color: hsla(0,0%,100%,.56)
}

.text-dark .color-border, .text-dark .text-white .text-dark .color-border, .text-white .text-dark .color-border {
    border-color: hsla(0,0%,7%,.24)
}

.text-dark .color-background, .text-dark .text-white .text-dark .color-background, .text-white .text-dark .color-background {
    background-color: hsla(0,0%,7%,.24)
}

.color-border {
    border-color: hsla(0,0%,7%,.24)
}

.color-background {
    background-color: hsla(0,0%,7%,.24)
}

.hidden {
    display: none !important
}

.steps-vertical {
    position: relative
}

    .steps-vertical.align-center .steps-vertical-block-wrapper {
        padding-left: 0;
        padding-right: 0
    }

    .steps-vertical:not(.align-center) .steps-vertical-block-wrapper {
        width: 100%
    }

    .steps-vertical.text-white .steps-vertical-block-wrapper:not(:last-child):before {
        background-color: hsla(0,0%,100%,.56)
    }

    .steps-vertical .steps-vertical-row {
        position: relative;
        min-width: 0;
        flex-grow: 1
    }

@media screen and (max-width:959px) {
    .steps-vertical .steps-vertical-row-center {
        justify-content: flex-start
    }
}

.steps-vertical-stepper {
    display: flex;
    flex-direction: row-reverse
}

@media screen and (max-width:959px) {
    .steps-vertical-stepper {
        flex-direction: column
    }
}

@media screen and (min-width:960px) {
    .steps-vertical-stepper {
        align-items: flex-start
    }
}

.steps-vertical-block-wrapper {
    position: relative;
    display: flex;
    min-width: 0;
    text-align: left
}

    .steps-vertical-block-wrapper:not(:last-child):before {
        background-color: hsla(0,0%,7%,.24);
        content: "";
        position: absolute;
        bottom: 0;
        width: 1px
    }

@media screen and (max-width:639px) {
    .steps-vertical-block-wrapper:not(:last-child):before {
        top: 48px;
        left: 24px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .steps-vertical-block-wrapper:not(:last-child):before {
        top: 64px;
        left: 32px
    }
}

@media screen and (min-width:960px) {
    .steps-vertical-block-wrapper:not(:last-child):before {
        top: 80px;
        left: 40px
    }
}

.steps-vertical-block {
    display: flex;
    align-items: center
}

.steps-vertical-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    flex-basis: 0;
    min-width: 0;
    height: 100%
}

.steps-vertical-image-wrapper {
    width: 100%;
    flex-shrink: 0
}

@media screen and (min-width:960px) {
    .steps-vertical-image-wrapper {
        margin-bottom: 0 !important
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .steps-vertical-image-wrapper {
        max-width: 392px;
        margin-left: 40px
    }
}

@media screen and (min-width:1360px) {
    .steps-vertical-image-wrapper {
        max-width: 528px;
        margin-left: 48px
    }
}

.steps-vertical-counter {
    position: relative;
    align-self: flex-start;
    flex-shrink: 0
}

.steps-vertical-circle {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 100%;
    box-sizing: border-box
}

@media screen and (max-width:639px) {
    .steps-vertical-circle {
        width: 48px;
        height: 48px;
        margin-right: 12px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .steps-vertical-circle {
        width: 64px;
        height: 64px;
        margin-right: 32px
    }
}

@media screen and (min-width:960px) {
    .steps-vertical-circle {
        width: 80px;
        height: 80px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .steps-vertical-circle {
        margin-right: 32px
    }
}

@media screen and (min-width:1360px) {
    .steps-vertical-circle {
        margin-right: 64px
    }
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}