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

[class^=icon-],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
    content: "\e901";
}

.icon-arrow-left:before {
    content: "\e902";
}

.icon-code:before {
    content: "\e900";
}

/* inject:imports */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.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:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0062cc !important;
}

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

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #007bff !important;
}

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

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

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

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

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

.border-white {
    border-color: #fff !important;
}

.rounded-sm {
    border-radius: 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: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1286px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.8571428571%;
}

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

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

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

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

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

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

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

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

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

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

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

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

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

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

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

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

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

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

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

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

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

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

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

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

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

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

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

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

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

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

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

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

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

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

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

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

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

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

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

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

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

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

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

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

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

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

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }

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

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

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

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

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

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

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

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

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

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }

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

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

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

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

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

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

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

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

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

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1286px) {
    .flex-xl-row {
        flex-direction: row !important;
    }

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

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

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

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

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

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

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

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

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

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1286px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.user-select-all {
    user-select: all !important;
}

.user-select-auto {
    user-select: auto !important;
}

.user-select-none {
    user-select: none !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

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

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

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

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

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

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

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

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

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

.w-auto {
    width: auto !important;
}

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

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

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

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

.h-auto {
    height: auto !important;
}

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

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

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.m-0 {
    margin: 0 !important;
}

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

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

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

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

.m-1 {
    margin: 5px !important;
}

.mt-1,
.my-1 {
    margin-top: 5px !important;
}

.mr-1,
.mx-1 {
    margin-right: 5px !important;
}

.mb-1,
.my-1 {
    margin-bottom: 5px !important;
}

.ml-1,
.mx-1 {
    margin-left: 5px !important;
}

.m-2 {
    margin: 10px !important;
}

.mt-2,
.my-2 {
    margin-top: 10px !important;
}

.mr-2,
.mx-2 {
    margin-right: 10px !important;
}

.mb-2,
.my-2 {
    margin-bottom: 10px !important;
}

.ml-2,
.mx-2 {
    margin-left: 10px !important;
}

.m-3 {
    margin: 20px !important;
}

.mt-3,
.my-3 {
    margin-top: 20px !important;
}

.mr-3,
.mx-3 {
    margin-right: 20px !important;
}

.mb-3,
.my-3 {
    margin-bottom: 20px !important;
}

.ml-3,
.mx-3 {
    margin-left: 20px !important;
}

.m-4 {
    margin: 46px !important;
}

.mt-4,
.my-4 {
    margin-top: 46px !important;
}

.mr-4,
.mx-4 {
    margin-right: 46px !important;
}

.mb-4,
.my-4 {
    margin-bottom: 46px !important;
}

.ml-4,
.mx-4 {
    margin-left: 46px !important;
}

.m-5 {
    margin: 66px !important;
}

.mt-5,
.my-5 {
    margin-top: 66px !important;
}

.mr-5,
.mx-5 {
    margin-right: 66px !important;
}

.mb-5,
.my-5 {
    margin-bottom: 66px !important;
}

.ml-5,
.mx-5 {
    margin-left: 66px !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: 5px !important;
}

.pt-1,
.py-1 {
    padding-top: 5px !important;
}

.pr-1,
.px-1 {
    padding-right: 5px !important;
}

.pb-1,
.py-1 {
    padding-bottom: 5px !important;
}

.pl-1,
.px-1 {
    padding-left: 5px !important;
}

.p-2 {
    padding: 10px !important;
}

.pt-2,
.py-2 {
    padding-top: 10px !important;
}

.pr-2,
.px-2 {
    padding-right: 10px !important;
}

.pb-2,
.py-2 {
    padding-bottom: 10px !important;
}

.pl-2,
.px-2 {
    padding-left: 10px !important;
}

.p-3 {
    padding: 20px !important;
}

.pt-3,
.py-3 {
    padding-top: 20px !important;
}

.pr-3,
.px-3 {
    padding-right: 20px !important;
}

.pb-3,
.py-3 {
    padding-bottom: 20px !important;
}

.pl-3,
.px-3 {
    padding-left: 20px !important;
}

.p-4 {
    padding: 46px !important;
}

.pt-4,
.py-4 {
    padding-top: 46px !important;
}

.pr-4,
.px-4 {
    padding-right: 46px !important;
}

.pb-4,
.py-4 {
    padding-bottom: 46px !important;
}

.pl-4,
.px-4 {
    padding-left: 46px !important;
}

.p-5 {
    padding: 66px !important;
}

.pt-5,
.py-5 {
    padding-top: 66px !important;
}

.pr-5,
.px-5 {
    padding-right: 66px !important;
}

.pb-5,
.py-5 {
    padding-bottom: 66px !important;
}

.pl-5,
.px-5 {
    padding-left: 66px !important;
}

.m-n1 {
    margin: -5px !important;
}

.mt-n1,
.my-n1 {
    margin-top: -5px !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -5px !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -5px !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -5px !important;
}

.m-n2 {
    margin: -10px !important;
}

.mt-n2,
.my-n2 {
    margin-top: -10px !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -10px !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -10px !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -10px !important;
}

.m-n3 {
    margin: -20px !important;
}

.mt-n3,
.my-n3 {
    margin-top: -20px !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -20px !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -20px !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -20px !important;
}

.m-n4 {
    margin: -46px !important;
}

.mt-n4,
.my-n4 {
    margin-top: -46px !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -46px !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -46px !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -46px !important;
}

.m-n5 {
    margin: -66px !important;
}

.mt-n5,
.my-n5 {
    margin-top: -66px !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -66px !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -66px !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -66px !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: 5px !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 5px !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 5px !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 5px !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 5px !important;
    }

    .m-sm-2 {
        margin: 10px !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 10px !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 10px !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 10px !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 10px !important;
    }

    .m-sm-3 {
        margin: 20px !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 20px !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 20px !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 20px !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 20px !important;
    }

    .m-sm-4 {
        margin: 46px !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 46px !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 46px !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 46px !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 46px !important;
    }

    .m-sm-5 {
        margin: 66px !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 66px !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 66px !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 66px !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 66px !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: 5px !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 5px !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 5px !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 5px !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 5px !important;
    }

    .p-sm-2 {
        padding: 10px !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 10px !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 10px !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 10px !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 10px !important;
    }

    .p-sm-3 {
        padding: 20px !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 20px !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 20px !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 20px !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 20px !important;
    }

    .p-sm-4 {
        padding: 46px !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 46px !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 46px !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 46px !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 46px !important;
    }

    .p-sm-5 {
        padding: 66px !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 66px !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 66px !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 66px !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 66px !important;
    }

    .m-sm-n1 {
        margin: -5px !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -5px !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -5px !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -5px !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -5px !important;
    }

    .m-sm-n2 {
        margin: -10px !important;
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -10px !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -10px !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -10px !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -10px !important;
    }

    .m-sm-n3 {
        margin: -20px !important;
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -20px !important;
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -20px !important;
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -20px !important;
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -20px !important;
    }

    .m-sm-n4 {
        margin: -46px !important;
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -46px !important;
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -46px !important;
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -46px !important;
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -46px !important;
    }

    .m-sm-n5 {
        margin: -66px !important;
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -66px !important;
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -66px !important;
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -66px !important;
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -66px !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: 5px !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 5px !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 5px !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 5px !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 5px !important;
    }

    .m-md-2 {
        margin: 10px !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 10px !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 10px !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 10px !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 10px !important;
    }

    .m-md-3 {
        margin: 20px !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 20px !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 20px !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 20px !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 20px !important;
    }

    .m-md-4 {
        margin: 46px !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 46px !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 46px !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 46px !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 46px !important;
    }

    .m-md-5 {
        margin: 66px !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 66px !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 66px !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 66px !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 66px !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: 5px !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 5px !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 5px !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 5px !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 5px !important;
    }

    .p-md-2 {
        padding: 10px !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 10px !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 10px !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 10px !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 10px !important;
    }

    .p-md-3 {
        padding: 20px !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 20px !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 20px !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 20px !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 20px !important;
    }

    .p-md-4 {
        padding: 46px !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 46px !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 46px !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 46px !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 46px !important;
    }

    .p-md-5 {
        padding: 66px !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 66px !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 66px !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 66px !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 66px !important;
    }

    .m-md-n1 {
        margin: -5px !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -5px !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -5px !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -5px !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -5px !important;
    }

    .m-md-n2 {
        margin: -10px !important;
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -10px !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -10px !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -10px !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -10px !important;
    }

    .m-md-n3 {
        margin: -20px !important;
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -20px !important;
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -20px !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -20px !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -20px !important;
    }

    .m-md-n4 {
        margin: -46px !important;
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -46px !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -46px !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -46px !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -46px !important;
    }

    .m-md-n5 {
        margin: -66px !important;
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -66px !important;
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -66px !important;
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -66px !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -66px !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: 5px !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 5px !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 5px !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 5px !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 5px !important;
    }

    .m-lg-2 {
        margin: 10px !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 10px !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 10px !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 10px !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 10px !important;
    }

    .m-lg-3 {
        margin: 20px !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 20px !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 20px !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 20px !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 20px !important;
    }

    .m-lg-4 {
        margin: 46px !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 46px !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 46px !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 46px !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 46px !important;
    }

    .m-lg-5 {
        margin: 66px !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 66px !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 66px !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 66px !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 66px !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: 5px !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 5px !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 5px !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 5px !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 5px !important;
    }

    .p-lg-2 {
        padding: 10px !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 10px !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 10px !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 10px !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 10px !important;
    }

    .p-lg-3 {
        padding: 20px !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 20px !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 20px !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 20px !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 20px !important;
    }

    .p-lg-4 {
        padding: 46px !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 46px !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 46px !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 46px !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 46px !important;
    }

    .p-lg-5 {
        padding: 66px !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 66px !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 66px !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 66px !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 66px !important;
    }

    .m-lg-n1 {
        margin: -5px !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -5px !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -5px !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -5px !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -5px !important;
    }

    .m-lg-n2 {
        margin: -10px !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -10px !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -10px !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -10px !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -10px !important;
    }

    .m-lg-n3 {
        margin: -20px !important;
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -20px !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -20px !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -20px !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -20px !important;
    }

    .m-lg-n4 {
        margin: -46px !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -46px !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -46px !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -46px !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -46px !important;
    }

    .m-lg-n5 {
        margin: -66px !important;
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -66px !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -66px !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -66px !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -66px !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: 1286px) {
    .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: 5px !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 5px !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 5px !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 5px !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 5px !important;
    }

    .m-xl-2 {
        margin: 10px !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 10px !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 10px !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 10px !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 10px !important;
    }

    .m-xl-3 {
        margin: 20px !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 20px !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 20px !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 20px !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 20px !important;
    }

    .m-xl-4 {
        margin: 46px !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 46px !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 46px !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 46px !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 46px !important;
    }

    .m-xl-5 {
        margin: 66px !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 66px !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 66px !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 66px !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 66px !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: 5px !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 5px !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 5px !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 5px !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 5px !important;
    }

    .p-xl-2 {
        padding: 10px !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 10px !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 10px !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 10px !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 10px !important;
    }

    .p-xl-3 {
        padding: 20px !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 20px !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 20px !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 20px !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 20px !important;
    }

    .p-xl-4 {
        padding: 46px !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 46px !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 46px !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 46px !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 46px !important;
    }

    .p-xl-5 {
        padding: 66px !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 66px !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 66px !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 66px !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 66px !important;
    }

    .m-xl-n1 {
        margin: -5px !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -5px !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -5px !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -5px !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -5px !important;
    }

    .m-xl-n2 {
        margin: -10px !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -10px !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -10px !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -10px !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -10px !important;
    }

    .m-xl-n3 {
        margin: -20px !important;
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -20px !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -20px !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -20px !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -20px !important;
    }

    .m-xl-n4 {
        margin: -46px !important;
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -46px !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -46px !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -46px !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -46px !important;
    }

    .m-xl-n5 {
        margin: -66px !important;
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -66px !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -66px !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -66px !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -66px !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

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

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1286px) {
    .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:hover,
a.text-primary:focus {
    color: #0056b3 !important;
}

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

a.text-secondary:hover,
a.text-secondary:focus {
    color: #494f54 !important;
}

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

a.text-success:hover,
a.text-success:focus {
    color: #19692c !important;
}

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

a.text-info:hover,
a.text-info:focus {
    color: #0f6674 !important;
}

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

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

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

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

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

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

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

a.text-dark:hover,
a.text-dark:focus {
    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-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

/*!
 * Bootstrap Grid v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.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: 1286px) {
    .container {
        max-width: 1272px;
    }
}

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

@media (min-width: 576px) {

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

@media (min-width: 768px) {

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

@media (min-width: 992px) {

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

@media (min-width: 1286px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-last {
        order: 13;
    }

    .order-sm-0 {
        order: 0;
    }

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

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-last {
        order: 13;
    }

    .order-md-0 {
        order: 0;
    }

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

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-last {
        order: 13;
    }

    .order-lg-0 {
        order: 0;
    }

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

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-last {
        order: 13;
    }

    .order-xl-0 {
        order: 0;
    }

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

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }

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

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

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

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

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

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

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

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

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

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

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

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

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1286px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }
}

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

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

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

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

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

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

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

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

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

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

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

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

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

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

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

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

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

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

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

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

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

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

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

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

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

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

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

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

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

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

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

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

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

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

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

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

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

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

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

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

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

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

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

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }

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

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

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

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

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

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

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

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

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

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }

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

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

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

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

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

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

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

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

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

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1286px) {
    .flex-xl-row {
        flex-direction: row !important;
    }

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

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

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

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

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

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

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

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

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

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}

.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: 5px !important;
}

.mt-1,
.my-1 {
    margin-top: 5px !important;
}

.mr-1,
.mx-1 {
    margin-right: 5px !important;
}

.mb-1,
.my-1 {
    margin-bottom: 5px !important;
}

.ml-1,
.mx-1 {
    margin-left: 5px !important;
}

.m-2 {
    margin: 10px !important;
}

.mt-2,
.my-2 {
    margin-top: 10px !important;
}

.mr-2,
.mx-2 {
    margin-right: 10px !important;
}

.mb-2,
.my-2 {
    margin-bottom: 10px !important;
}

.ml-2,
.mx-2 {
    margin-left: 10px !important;
}

.m-3 {
    margin: 20px !important;
}

.mt-3,
.my-3 {
    margin-top: 20px !important;
}

.mr-3,
.mx-3 {
    margin-right: 20px !important;
}

.mb-3,
.my-3 {
    margin-bottom: 20px !important;
}

.ml-3,
.mx-3 {
    margin-left: 20px !important;
}

.m-4 {
    margin: 46px !important;
}

.mt-4,
.my-4 {
    margin-top: 46px !important;
}

.mr-4,
.mx-4 {
    margin-right: 46px !important;
}

.mb-4,
.my-4 {
    margin-bottom: 46px !important;
}

.ml-4,
.mx-4 {
    margin-left: 46px !important;
}

.m-5 {
    margin: 66px !important;
}

.mt-5,
.my-5 {
    margin-top: 66px !important;
}

.mr-5,
.mx-5 {
    margin-right: 66px !important;
}

.mb-5,
.my-5 {
    margin-bottom: 66px !important;
}

.ml-5,
.mx-5 {
    margin-left: 66px !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: 5px !important;
}

.pt-1,
.py-1 {
    padding-top: 5px !important;
}

.pr-1,
.px-1 {
    padding-right: 5px !important;
}

.pb-1,
.py-1 {
    padding-bottom: 5px !important;
}

.pl-1,
.px-1 {
    padding-left: 5px !important;
}

.p-2 {
    padding: 10px !important;
}

.pt-2,
.py-2 {
    padding-top: 10px !important;
}

.pr-2,
.px-2 {
    padding-right: 10px !important;
}

.pb-2,
.py-2 {
    padding-bottom: 10px !important;
}

.pl-2,
.px-2 {
    padding-left: 10px !important;
}

.p-3 {
    padding: 20px !important;
}

.pt-3,
.py-3 {
    padding-top: 20px !important;
}

.pr-3,
.px-3 {
    padding-right: 20px !important;
}

.pb-3,
.py-3 {
    padding-bottom: 20px !important;
}

.pl-3,
.px-3 {
    padding-left: 20px !important;
}

.p-4 {
    padding: 46px !important;
}

.pt-4,
.py-4 {
    padding-top: 46px !important;
}

.pr-4,
.px-4 {
    padding-right: 46px !important;
}

.pb-4,
.py-4 {
    padding-bottom: 46px !important;
}

.pl-4,
.px-4 {
    padding-left: 46px !important;
}

.p-5 {
    padding: 66px !important;
}

.pt-5,
.py-5 {
    padding-top: 66px !important;
}

.pr-5,
.px-5 {
    padding-right: 66px !important;
}

.pb-5,
.py-5 {
    padding-bottom: 66px !important;
}

.pl-5,
.px-5 {
    padding-left: 66px !important;
}

.m-n1 {
    margin: -5px !important;
}

.mt-n1,
.my-n1 {
    margin-top: -5px !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -5px !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -5px !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -5px !important;
}

.m-n2 {
    margin: -10px !important;
}

.mt-n2,
.my-n2 {
    margin-top: -10px !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -10px !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -10px !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -10px !important;
}

.m-n3 {
    margin: -20px !important;
}

.mt-n3,
.my-n3 {
    margin-top: -20px !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -20px !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -20px !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -20px !important;
}

.m-n4 {
    margin: -46px !important;
}

.mt-n4,
.my-n4 {
    margin-top: -46px !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -46px !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -46px !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -46px !important;
}

.m-n5 {
    margin: -66px !important;
}

.mt-n5,
.my-n5 {
    margin-top: -66px !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -66px !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -66px !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -66px !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: 5px !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 5px !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 5px !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 5px !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 5px !important;
    }

    .m-sm-2 {
        margin: 10px !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 10px !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 10px !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 10px !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 10px !important;
    }

    .m-sm-3 {
        margin: 20px !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 20px !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 20px !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 20px !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 20px !important;
    }

    .m-sm-4 {
        margin: 46px !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 46px !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 46px !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 46px !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 46px !important;
    }

    .m-sm-5 {
        margin: 66px !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 66px !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 66px !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 66px !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 66px !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: 5px !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 5px !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 5px !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 5px !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 5px !important;
    }

    .p-sm-2 {
        padding: 10px !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 10px !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 10px !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 10px !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 10px !important;
    }

    .p-sm-3 {
        padding: 20px !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 20px !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 20px !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 20px !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 20px !important;
    }

    .p-sm-4 {
        padding: 46px !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 46px !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 46px !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 46px !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 46px !important;
    }

    .p-sm-5 {
        padding: 66px !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 66px !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 66px !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 66px !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 66px !important;
    }

    .m-sm-n1 {
        margin: -5px !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -5px !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -5px !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -5px !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -5px !important;
    }

    .m-sm-n2 {
        margin: -10px !important;
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -10px !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -10px !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -10px !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -10px !important;
    }

    .m-sm-n3 {
        margin: -20px !important;
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -20px !important;
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -20px !important;
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -20px !important;
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -20px !important;
    }

    .m-sm-n4 {
        margin: -46px !important;
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -46px !important;
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -46px !important;
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -46px !important;
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -46px !important;
    }

    .m-sm-n5 {
        margin: -66px !important;
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -66px !important;
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -66px !important;
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -66px !important;
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -66px !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: 5px !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 5px !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 5px !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 5px !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 5px !important;
    }

    .m-md-2 {
        margin: 10px !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 10px !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 10px !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 10px !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 10px !important;
    }

    .m-md-3 {
        margin: 20px !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 20px !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 20px !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 20px !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 20px !important;
    }

    .m-md-4 {
        margin: 46px !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 46px !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 46px !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 46px !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 46px !important;
    }

    .m-md-5 {
        margin: 66px !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 66px !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 66px !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 66px !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 66px !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: 5px !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 5px !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 5px !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 5px !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 5px !important;
    }

    .p-md-2 {
        padding: 10px !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 10px !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 10px !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 10px !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 10px !important;
    }

    .p-md-3 {
        padding: 20px !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 20px !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 20px !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 20px !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 20px !important;
    }

    .p-md-4 {
        padding: 46px !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 46px !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 46px !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 46px !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 46px !important;
    }

    .p-md-5 {
        padding: 66px !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 66px !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 66px !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 66px !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 66px !important;
    }

    .m-md-n1 {
        margin: -5px !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -5px !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -5px !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -5px !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -5px !important;
    }

    .m-md-n2 {
        margin: -10px !important;
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -10px !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -10px !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -10px !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -10px !important;
    }

    .m-md-n3 {
        margin: -20px !important;
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -20px !important;
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -20px !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -20px !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -20px !important;
    }

    .m-md-n4 {
        margin: -46px !important;
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -46px !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -46px !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -46px !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -46px !important;
    }

    .m-md-n5 {
        margin: -66px !important;
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -66px !important;
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -66px !important;
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -66px !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -66px !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: 5px !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 5px !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 5px !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 5px !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 5px !important;
    }

    .m-lg-2 {
        margin: 10px !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 10px !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 10px !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 10px !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 10px !important;
    }

    .m-lg-3 {
        margin: 20px !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 20px !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 20px !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 20px !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 20px !important;
    }

    .m-lg-4 {
        margin: 46px !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 46px !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 46px !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 46px !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 46px !important;
    }

    .m-lg-5 {
        margin: 66px !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 66px !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 66px !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 66px !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 66px !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: 5px !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 5px !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 5px !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 5px !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 5px !important;
    }

    .p-lg-2 {
        padding: 10px !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 10px !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 10px !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 10px !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 10px !important;
    }

    .p-lg-3 {
        padding: 20px !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 20px !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 20px !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 20px !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 20px !important;
    }

    .p-lg-4 {
        padding: 46px !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 46px !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 46px !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 46px !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 46px !important;
    }

    .p-lg-5 {
        padding: 66px !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 66px !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 66px !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 66px !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 66px !important;
    }

    .m-lg-n1 {
        margin: -5px !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -5px !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -5px !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -5px !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -5px !important;
    }

    .m-lg-n2 {
        margin: -10px !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -10px !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -10px !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -10px !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -10px !important;
    }

    .m-lg-n3 {
        margin: -20px !important;
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -20px !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -20px !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -20px !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -20px !important;
    }

    .m-lg-n4 {
        margin: -46px !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -46px !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -46px !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -46px !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -46px !important;
    }

    .m-lg-n5 {
        margin: -66px !important;
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -66px !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -66px !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -66px !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -66px !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: 1286px) {
    .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: 5px !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 5px !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 5px !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 5px !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 5px !important;
    }

    .m-xl-2 {
        margin: 10px !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 10px !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 10px !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 10px !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 10px !important;
    }

    .m-xl-3 {
        margin: 20px !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 20px !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 20px !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 20px !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 20px !important;
    }

    .m-xl-4 {
        margin: 46px !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 46px !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 46px !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 46px !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 46px !important;
    }

    .m-xl-5 {
        margin: 66px !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 66px !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 66px !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 66px !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 66px !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: 5px !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 5px !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 5px !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 5px !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 5px !important;
    }

    .p-xl-2 {
        padding: 10px !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 10px !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 10px !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 10px !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 10px !important;
    }

    .p-xl-3 {
        padding: 20px !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 20px !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 20px !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 20px !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 20px !important;
    }

    .p-xl-4 {
        padding: 46px !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 46px !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 46px !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 46px !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 46px !important;
    }

    .p-xl-5 {
        padding: 66px !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 66px !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 66px !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 66px !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 66px !important;
    }

    .m-xl-n1 {
        margin: -5px !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -5px !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -5px !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -5px !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -5px !important;
    }

    .m-xl-n2 {
        margin: -10px !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -10px !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -10px !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -10px !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -10px !important;
    }

    .m-xl-n3 {
        margin: -20px !important;
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -20px !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -20px !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -20px !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -20px !important;
    }

    .m-xl-n4 {
        margin: -46px !important;
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -46px !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -46px !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -46px !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -46px !important;
    }

    .m-xl-n5 {
        margin: -66px !important;
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -66px !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -66px !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -66px !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -66px !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;
    }
}

/* _____ Basic elements _____ */
*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    background-color: #fff;
    position: relative;
    font-family: "Montserrat";
    color: #000;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    line-height: 1.2;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

.main-wrap {
    overflow-x: hidden;
}

@keyframes spinAround {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(359deg);
    }
}

.dc-btn {
    margin-top: 30px;
    display: inline-flex;
    max-width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    user-select: none;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
    outline: 0;
    border: 2px solid #8BC5FB;
    box-sizing: border-box;
    border-radius: 3px;
    font-family: "Montserrat";
    transition: 0.2s;
    background-color: transparent;
    color: #8BC5FB;
    font-weight: 700;
    font-size: 18px;
    min-height: 50px;
    min-width: 195px;
}

@media (max-width: 1285.98px) {
    .dc-btn {
        min-height: 40px;
        min-width: 185px;
        font-size: 17px;
    }
}

.dc-btn:hover {
    background-color: #8BC5FB;
    color: #fff;
}

.dc-btn:active {
    opacity: 0.5;
}

@media (max-width: 767.98px) {
    .dc-btn {
        font-size: 16px;
        padding: 10px 20px;
        min-height: 30px;
    }

    .dc-btn_secondary {
        color: #fff;
        background-color: #444;
        border-color: #444;
        transition: all 0.2s ease;
    }

    .dc-btn_secondary:hover {
        background-color: #373737;
        border-color: #373737;
    }

    .dc-btn_outline-primary {
        border-color: #fff;
        color: #fff;
        transition: all 0.2s ease;
    }

    .dc-btn_outline-primary:hover {
        background-color: #fff;
        color: #000;
    }

    .dc-btn_outline-secondary {
        border-color: #444;
        color: #444;
        transition: all 0.2s ease;
    }
}

@media (max-width: 767.98px) and (max-width: 767.98px) {
    .dc-btn_outline-secondary {
        max-width: 81%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767.98px) {
    .dc-btn_outline-secondary:hover {
        background-color: #6764cb;
        border-color: #6764cb;
        color: #fff;
    }
}

@media (max-width: 767.98px) {
    .dc-btn_gradient {
        overflow: hidden;
        color: #fff;
        border: none;
        background-color: #3f70d5;
        background-image: linear-gradient(to right, #3f70d5 0%, #7fbc51 100%);
        background-repeat: repeat-y;
        background-position: 150px 0;
        transition: background-position 0.2s ease;
    }

    .dc-btn_gradient:hover {
        background-position: 0px 0;
    }
}

@media (max-width: 767.98px) {
    .dc-btn_loading {
        color: transparent !important;
    }

    .dc-btn_loading:after {
        animation: spinAround 0.5s infinite linear;
        border: 3px solid #dbdbdb;
        border-radius: 290486px;
        border-right-color: transparent;
        border-top-color: transparent;
        content: "";
        display: block;
        height: 16px;
        position: relative;
        width: 16px;
        position: absolute;
        left: calc(50% - 8px);
        top: calc(50% - 8px);
        position: absolute !important;
    }
}

@media (max-width: 767.98px) {
    .dc-btn_lg {
        padding: 10px 25px;
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .dc-btn_sm {
        padding: 5px 15px;
        font-size: 12px;
    }
}

@media (max-width: 767.98px) {
    .dc-btn_block {
        display: flex;
        width: 100%;
    }
}

.dc-range[type=range] {
    -webkit-appearance: none;
    background: transparent;
    margin: 17px 0;
    width: 100%;
}

.dc-range[type=range]::-moz-focus-outer {
    border: 0;
}

.dc-range[type=range]:focus {
    outline: 0;
}

.dc-range[type=range]:focus::-webkit-slider-runnable-track {
    background: white;
}

.dc-range[type=range]:focus::-ms-fill-lower {
    background: #fff;
}

.dc-range[type=range]:focus::-ms-fill-upper {
    background: white;
}

.dc-range[type=range]::-webkit-slider-runnable-track {
    cursor: default;
    height: 11px;
    transition: all 0.2s ease;
    width: 100%;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0 0px rgba(13, 13, 13, 0.2);
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.dc-range[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0 0px rgba(13, 13, 13, 0.2);
    background: #6764cb;
    border: 0px solid red;
    border-radius: 8px;
    cursor: default;
    height: 34px;
    width: 15px;
    -webkit-appearance: none;
    margin-top: -12.5px;
}

.dc-range[type=range]::-moz-range-track {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0 0px rgba(13, 13, 13, 0.2);
    cursor: default;
    height: 11px;
    transition: all 0.2s ease;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 5.5px;
}

.dc-range[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0 0px rgba(13, 13, 13, 0.2);
    background: #6764cb;
    border: 0px solid red;
    border-radius: 8px;
    cursor: default;
    height: 30px;
    width: 11px;
}

.dc-range[type=range]::-ms-track {
    cursor: default;
    height: 11px;
    transition: all 0.2s ease;
    width: 100%;
    background: transparent;
    border-color: transparent;
    border-width: 17px 0;
    color: transparent;
}

.dc-range[type=range]::-ms-fill-lower {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0 0px rgba(13, 13, 13, 0.2);
    background: #f2f2f2;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.dc-range[type=range]::-ms-fill-upper {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0 0px rgba(13, 13, 13, 0.2);
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.dc-range[type=range]::-ms-thumb {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0 0px rgba(13, 13, 13, 0.2);
    background: #6764cb;
    border: 0px solid red;
    border-radius: 8px;
    cursor: default;
    height: 30px;
    width: 11px;
    margin-top: 2.75px;
}

.dc-range[type=range]:disabled::-webkit-slider-thumb {
    cursor: not-allowed;
}

.dc-range[type=range]:disabled::-moz-range-thumb {
    cursor: not-allowed;
}

.dc-range[type=range]:disabled::-ms-thumb {
    cursor: not-allowed;
}

.dc-range[type=range]:disabled::-webkit-slider-runnable-track {
    cursor: not-allowed;
}

.dc-range[type=range]:disabled::-ms-fill-lower {
    cursor: not-allowed;
}

.dc-range[type=range]:disabled::-ms-fill-upper {
    cursor: not-allowed;
}

.dc-input {
    position: relative;
}

.dc-input>input,
.dc-input>textarea {
    display: block;
    width: 100%;
    outline: 0;
    margin: 0;
    max-width: 100%;
    text-align: left;
    background: #fff;
    border: none;
    box-shadow: none;
    transition: border-color 0.1s ease;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    position: relative;
    z-index: 20;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -0.1px;
    padding: 5px 5px 5px 10px;
}

@media (max-width: 1285.98px) {

    .dc-input>input,
    .dc-input>textarea {
        font-size: 14px !important;
    }
}

.dc-input>input::-webkit-input-placeholder,
.dc-input>textarea::-webkit-input-placeholder {
    color: #bfbfbf;
}

.dc-input>input:-moz-placeholder,
.dc-input>textarea:-moz-placeholder {
    color: #bfbfbf;
}

.dc-input>input::-moz-placeholder,
.dc-input>textarea::-moz-placeholder {
    color: #bfbfbf;
}

.dc-input>input:-ms-input-placeholder,
.dc-input>textarea:-ms-input-placeholder {
    color: #bfbfbf;
}

.dc-check {
    margin-top: 20px;
}

.dc-check span {
    font-family: "Montserrat";
    color: #fff;
    font-size: 14px;
}

@media (max-width: 1285.98px) {
    .dc-check span {
        font-size: 13px;
    }
}

.dc-check input {
    position: absolute;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}

.dc-check input[type=radio]+span::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: background 0.2s ease, box-shadow 0.2s ease, border 0.1s ease-in;
    border-radius: 50%;
    background: #fff;
}

.dc-check input[type=radio]+span::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translate(0, -50%);
    opacity: 0;
    width: 8px;
    height: 8px;
    background-color: #0a0a0a;
    border-radius: 50%;
}

@media (max-width: 767.98px) {
    .dc-check input[type=checkbox]+span {
        padding-left: 32px !important;
    }
}

.dc-check input[type=checkbox]+span:hover::before {
    background-color: white;
}

.dc-check input[type=checkbox]+span::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: background 0.2s ease, box-shadow 0.2s ease, border 0.1s ease-in;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #8BC5FB;
}

@media (max-width: 767.98px) {
    .dc-check input[type=checkbox]+span::before {
        width: 18px;
        height: 18px;
    }
}

.dc-check input[type=checkbox]+span::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 50%;
    width: 14px;
    height: 10px;
    transform: translate(0, -50%);
    opacity: 0;
    background: url(../img/success.svg) center center no-repeat;
    background-size: 14px 10px;
}

@media (max-width: 767.98px) {
    .dc-check input[type=checkbox]+span::after {
        background-size: 10px 8px;
        background-position: center;
        background-repeat: no-repeat;
    }
}

.dc-check input:checked+span:after {
    transition: opacity 0.3s ease-out;
    opacity: 1;
}

.dc-check input+span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    padding: 0 0 0 40px;
    user-select: none;
    transition: color 0.15s ease;
    font-weight: 300;
    letter-spacing: -0.08px;
}

textarea {
    resize: none;
    min-height: 100px;
    position: relative;
    z-index: 20;
}

@media (max-width: 1285.98px) {
    textarea {
        min-height: 80px;
    }
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 36px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 12px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-container *:focus {
    outline: none;
}

.select2-dropdown {
    background-color: white;
    background: #FFFFFF;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px 6px 6px 19px;
    user-select: none;
    -webkit-user-select: none;
    font-size: 14px;
    color: #696969;
    position: relative;
}

.select2-results__option:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 19px;
    right: 45px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.05);
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
    background: #FFFFFF;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    font-size: 13px;
    line-height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #C2C2C2;
    font-size: 13px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 36px;
    background: #6764cb;
    border-radius: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
    float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 400px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #6764cb;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    outline: 0;
    background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #dee2e6;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #dee2e6;
    border-radius: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    cursor: text;
    outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #dee2e6;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    outline: none;
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url("./../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
    outline: none;
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    background-color: #065ea3;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover,
.slick-next:hover {
    background: #065b9e;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
}

.slick-prev:active,
.slick-next:active {
    margin-top: 1px;
}

.slick-prev {
    left: 0px;
    z-index: 2;
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-next {
    right: 0px;
    z-index: 2;
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto;
}

/* Dots */
.slick-dots {
    position: static;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
    left: 0;
    right: 0;
}

.slick-dots li {
    position: relative;
    display: inline-block;
}

.slick-dots li button {
    display: block;
    background: transparent;
    width: 20px;
    height: 20px;
    opacity: 0.25;
    background-color: white;
    border-radius: 50%;
    margin: 0 5px;
    padding: 0;
    border: 0;
    line-height: 0px;
    font-size: 0px;
    outline: none;
    color: transparent;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li.slick-active button {
    opacity: 1;
}

/* endinject */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    outline: none;
    padding: 5px 5px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 0.9;
}

.hamburger-box {
    width: 35px;
    height: 25px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2.5px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 35px;
    height: 5px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.15s;
    transition-delay: 0.15s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.32s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger span {
    display: block;
}

.header {
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, rgba(45, 54, 63, 0.74), rgba(45, 54, 63, 0.74));
    -webkit-box-shadow: 0px 19px 29px -26px #2d363f;
    -moz-box-shadow: 0px 19px 29px -26px #2d363f;
    box-shadow: 0px 19px 29px -26px #2d363f;
    z-index: 500;
    height: 80px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    position: fixed;
}


@media (max-width: 767.98px) {
    .header {
        height: auto;
    }
}

.top-line {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 35px 0;
    position: relative;
}

.top-line .logo-wrap,
.top-line .hamburger {
    z-index: 101;
    position: relative;
}

@media (max-width: 767.98px) {
    .top-line {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.menu-content {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: end;
}

.menu-content .main-menu-wrap {
    flex-grow: 1;
}

@media (max-width: 767.98px) {
    .menu-content {
        position: fixed;
        flex-direction: column;
        justify-content: center;
        top: 0;
        left: 0;
        min-height: 100%;
        overflow-y: auto;
        background-color: #2D363F;
        z-index: 100;
        width: 100%;
        /*padding-top: 120px;*/
        transform: translateX(100%);
        transition: transform 0.2s ease;
    }

    .menu-content.-active {
        transform: translateX(0);
    }
}

.logo-wrap {
    flex-shrink: 0;
    width: 150px;
}

@media (max-width: 991.98px) {
    .logo-wrap {
        width: 120px;
    }
}

@media (max-width: 767.98px) {
    .logo-wrap {
        width: 150px;
    }
}

.logo-wrap a {
    display: block;
    text-decoration: none;
}

.logo-wrap a img {
    display: block;
    max-height: 70px;
}

.main-menu {
    /*display: block;*/
    display: flex;
    align-items: center;
    /*text-align: center;*/

}

.main-menu .active-li::after {
    width: 100%;
    left: 0;
}

.main-menu .active-li a {
    color: #8BC5FB;
}

.main-menu li {
    margin-right: 51px;
    position: relative;
}
.main-menu li:last-child {
  margin-right: 0;  
}


/*@media (max-width: 991.98px) {
  .main-menu li {
    margin-right: 51px;
  }
}*/
@media (max-width: 767.98px) {
    .main-menu li {
        margin-right: 0;
    }
}

.main-menu li::after {
    content: "";
    display: block;
    position: absolute;
    background: #8BC5FB;
    left: 50%;
    width: 0%;
    height: 2px;
    bottom: -3px;
    transition: 0.3s all ease;
}

.main-menu li:hover a::after {
    width: 100%;
    left: 0;
}

@media (max-width: 1285.98px) {
    .main-menu li:not(:last-child) {
        margin-right: 30px;
    }
}

@media (max-width: 991.98px) {
    .main-menu li:not(:last-child) {
        margin-right: 25px;
    }
}

@media (max-width: 767.98px) {
    .main-menu li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.main-menu li>a {
    text-decoration: none;
    color: #fff;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 18px;
    font-style: normal;
    letter-spacing: -0.22px;
    transition: color 0.3s ease;
}

.main-menu li>a::after {
    content: "";
    display: block;
    position: absolute;
    background: #8BC5FB;
    left: 50%;
    width: 0%;
    height: 2px;
    bottom: -3px;
    transition: 0.3s all ease;
}

@media (max-width: 1285.98px) {
    .main-menu li>a {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .main-menu li>a {
        display: block;
        font-size: 30px;
    }
}

.main-menu li>a:hover {
    color: #8BC5FB;
}

.main-menu li>a:hover a::after {
    width: 100%;
    left: 0;
}

/*
.lang-wrap {
  flex-shrink: 0;
  position: relative;
  width: 49px;
}
.lang-wrap:hover .lang-dropdown {
  display: block;
  transition: 0.4s;
}
.lang-wrap .lang-wrap__lang {
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #dadada;
  background-color: transparent;
  position: relative;
  height: 36px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  padding-left: 12px;
  padding-right: 12px;
  white-space: nowrap;
}
.lang-wrap .lang-wrap__lang span,
.lang-wrap .lang-wrap__lang img {
  vertical-align: middle;
}
.lang-wrap .lang-wrap__lang a {
  text-decoration: none;
}
.lang-wrap .lang-wrap__lang span {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: -0.22px;
  margin-right: 12px;
}
@media (max-width: 1285.98px) {
  .lang-wrap .lang-wrap__lang span {
    font-size: 16.9230769231px;
  }
}
@media (max-width: 767.98px) {
  .lang-wrap .lang-wrap__lang span {
    font-size: 19px;
  }
}
.lang-wrap .lang-wrap__lang .current-lang {
  position: relative;
}
.lang-wrap .lang-dropdown {
  margin-top: 3px;
  border-radius: 10px;
  border: 1px solid #dadada;
  background-color: #2D363F;
  padding: 20px 0;
  position: absolute;
  right: 0;
  width: 100%;
  display: none;
  transition: 0.3s;
}
.lang-wrap .lang-dropdown::after {
  content: "";
  display: block;
  position: absolute;
  height: 5px;
  top: -5px;
  right: 0;
  width: 100%;
  background-color: transparent;
}
.lang-wrap .lang-dropdown__selecting-lang {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s;
  text-align: center;
}
.lang-wrap .lang-dropdown__selecting-lang:hover {
  transition: 0.2s;
}
.lang-wrap .lang-dropdown__selecting-lang:hover span {
  color: #8BC5FB;
}
.lang-wrap .lang-dropdown__selecting-lang span {
  color: #b7b7b7;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: -0.22px;
}
@media (max-width: 1285.98px) {
  .lang-wrap .lang-dropdown__selecting-lang span {
    font-size: 16.9230769231px;
  }
}
@media (max-width: 767.98px) {
  .lang-wrap .lang-dropdown__selecting-lang span {
    font-size: 22px;
  }
}*/

.footer {
    background-color: #2D363F;
    min-height: 80px;
}

@media (max-width: 991.98px) {
    .footer {
        min-height: auto;
    }
}

.footer .footer-social a {
    margin-right: 35px;
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .footer .footer-social a {
        margin-right: 25px;
         text-decoration: none;
    }
}

.footer .footer-social a:last-child {
    margin-right: 0;
}

.footer .footer-social a i.icon {
    font-size: 16px;
    transition: 0.2s;
    color: #fff;
}

@media (max-width: 991.98px) {
    .footer .footer-social a i.icon {
        font-size: 13px;
    }
}

.footer .footer-social a i.icon:hover {
    color: #8BC5FB;
}

.footer-box {
    padding-top: 22px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 20px;
}

.footer-box .priv {
    text-align: center;
    display: inline-block;
    line-height: 22px;
}

@media (max-width: 767.98px) {
    .footer-box .priv {
        padding-bottom: 0;
    }
}

@media (max-width: 991.98px) {
    .footer-box {
        padding-top: 14px;
        padding-bottom: 10px;
    }
}

@media (max-width: 767.98px) {
    .footer-box {
        padding-bottom: 0;
    }
}

.priv {
    color: #fff;
    padding-top: 5px;
    font-size: 16px;
    line-height: 23px;
}

@media (max-width: 1285.98px) {
    .priv {
        font-size: 15px;
    }
}

@media (max-width: 991.98px) {
    .priv {
        font-size: 13px;
        line-height: 18px;
    }
}

@media (max-width: 767.98px) {
    .priv {
        padding-bottom: 10px;
    }
}

.priv a {
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
}

.priv a:hover {
    color: #8BC5FB;
}

.modal-window input {
    color: #2D363F !important;
}

.modal-window textarea {
    color: #2D363F !important;
}

.modal-window .label {
    color: #2D363F !important;
}

.modal-window span {
    color: #2D363F !important;
}

input:not([type=submit]) {
    width: 100%;
    outline: none;
    display: block;
}

[type=submit] {
    cursor: pointer;
}

.dc-input {
    margin-top: 30px;
    position: relative;
}

.dc-input input {
    border: none;
    background-color: transparent;
    color: #fff;
    border-bottom: 1px solid #8BC5FB;
    font-size: 16px;
    font-family: "Montserrat";
    font-weight: 500;
}

.dc-textarea {
    position: relative;
    margin-top: 30px;
}

.dc-textarea textarea {
    border: none;
    background-color: transparent;
    color: #fff;
    border-bottom: 1px solid #8BC5FB;
    font-size: 16px;
    font-family: "Montserrat";
    outline: none;
    width: 100%;
    font-weight: 500;
}

.dc-textarea .label {
    top: 0%;
    transform: translate(0, 0%);
}

.dc-textarea .label:after {
    content: "";
}

.label {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
    padding-right: 10px;
    font-size: 16px;
    font-family: "Montserrat";
    color: #fff;
    font-weight: 500;
    transition: 0.3s;
    z-index: 1;
}

@media (max-width: 1285.98px) {
    .label {
        font-size: 14px;
    }
}

.label:after {
    content: "*";
    color: #A61111;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    font-size: 16px;
}

.label.is-active {
    transition: 0.3s;
    font-size: 10px;
    padding-right: 8px;
    top: -12px;
    left: 0;
    transform: translate(0, 0%);
}

.label.is-active:after {
    font-size: 13px;
}

.form .error {
    border-color: #A61111 !important;
}

body.compensate-for-scrollbar {
    overflow: hidden;
    -ms-overflow-style: none;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.87;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px 44px 0 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--next {
    z-index: 99995;
}

.fancybox-slide--image {
    padding: 44px 0 0 0;
}

.fancybox-slide--image {
    overflow: visible;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px 6px 0 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 44px 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-slide--html .fancybox-content {
    margin: 0 0 6px 0;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: calc(100% - 44px);
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    vertical-align: top;
    width: 100%;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */
.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
    background: transparent;
    height: 100px;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    background: rgba(30, 30, 30, 0.6);
    height: 100%;
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
}

/* Caption */
.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px 25px 44px;
    right: 0;
}

.fancybox-caption::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1;
}

.fancybox-caption::after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    content: "";
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
    -webkit-animation: fancybox-rotate 0.8s infinite linear;
    animation: fancybox-rotate 0.8s infinite linear;
    background: transparent;
    border: 6px solid rgba(100, 100, 100, 0.5);
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: 0.6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/* Transition effects */
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0 0 0;
    }

    .fancybox-slide--image .fancybox-content {
        margin-bottom: 6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }
}

/* Share */
.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 4px solid #4ea7f9;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 768px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

i {
    display: inline-block;
}

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

.main-bg-slide-bg {
    width: 100%;
    height: 90vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.welcome-content-wrap {
    position: absolute;
    z-index: 100;
    margin: 0;
    top: 50%;
    transform: translate(0, -50%);
    right: 21%;
}

@media (max-width: 1285.98px) {
    .welcome-content-wrap {
        right: 15%;
    }
}

@media (max-width: 991.98px) {
    .welcome-content-wrap {
        right: 12%;
    }
}

@media (max-width: 767.98px) {
    .welcome-content-wrap {
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
    }
}

.logo-box {
    margin-left: -70px;
}

@media (max-width: 991.98px) {
    .logo-box {
        margin-right: -50px;
    }
}

@media (max-width: 767.98px) {
    .logo-box {
        margin-left: -30px;
    }
}

.logo-box img {
    max-width: 330px;
    /*height: 200px;*/
    /*background-color: #ccc;*/
    /*opacity: 0.5;*/
}

@media (max-width: 991.98px) {
    .logo-box img {
        max-width: 250px;
        /*height: 125px;*/
    }
}


.logo-box__text {
    font-weight: 500;
    font-size: 16px;
    margin-top: 5px;
    color: #fff;
    font-family: "Montserrat";
    max-width: 260px;
}

@media (max-width: 991.98px) {
    .logo-box__text {
        font-size: 15px;
    }
}

.group-contacts {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 20px;
    position: relative;
}

@media (max-width: 991.98px) {
    .group-contacts {
        margin-top: 10px;
    }
}

.group-contacts__item {
    font-family: "Montserrat";
    color: #FFFFFF;
    font-size: 14px;  
    margin-bottom: 10px;
    display: flex;
    justify-content: left;
    align-items: center;
    font-weight: 600;
}

.group-contacts__item .icon {
    z-index: 100;
    margin-right: 8px;
    color: #fff;
    font-size: 14px;
}

.group-contacts__item a {    
    font-weight: 600;
    font-family: "Montserrat";
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

@media (max-width: 991.98px) {
    .group-contacts__item a {
        font-size: 13px;
    }
}
@media (max-width: 991.98px) {
    .group-contacts__item {
        font-size: 13px;
    }
}

.group-contacts::after {
    content: "";
    display: inline-block;
    background-color: #8BC5FB;
    height: 2px;
    width: 70%;
    left: 0;
    bottom: 0;
}

.group-social a {
    text-decoration: none;
}

.group-social {
    padding-top: 10px;
}

@media (max-width: 991.98px) {
    .group-social {
        padding-top: 8px;
    }
}

.group-social__item {
    margin-right: 20px;
}

.group-social i.icon {
    font-size: 16px;
    transition: 0.2s;
    color: #fff;
}

@media (max-width: 991.98px) {
    .group-social i.icon {
        font-size: 15px;
    }
}

.group-social i.icon:hover {
    color: #8BC5FB;
}

section.section-1 {
    position: relative;
    z-index: 1;
}

section.section-1::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 43%;
    height: 100%;
    background: linear-gradient(0deg, rgba(45, 54, 63, 0.74), rgba(45, 54, 63, 0.74));
    right: 0;
    bottom: 0;
    z-index: 10;
}

@media (max-width: 767.98px) {
    section.section-1::after {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    section.section-1::after {
        width: 100%;
    }
}

[data-ca3_icon]::before {
    font-weight: normal;
    content: attr(data-ca3_icon);
}

.ca3-scroll-down-arrow {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2hldnJvbl90aGluX2Rvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiBmaWxsPSJ3aGl0ZSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE3LjQxOCw2LjEwOWMwLjI3Mi0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwYzAuMjcsMC4yNjgsMC4yNzEsMC43MDEsMCwwLjk2OWwtNy45MDgsNy44M2MtMC4yNywwLjI2OC0wLjcwNywwLjI2OC0wLjk3OSwwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEsMC0wLjk2OWMwLjI3MS0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwTDEwLDEzLjI1TDE3LjQxOCw2LjEwOXoiLz48L3N2Zz4=);
    background-size: contain;
    background-repeat: no-repeat;
}

.ca3-scroll-down-link {
    cursor: pointer;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 40px;
    text-align: center;
    font-size: 70px;
    z-index: 100;
    text-decoration: none;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
    -moz-animation: ca3_fade_move_down 2s ease-in-out infinite;
    animation: ca3_fade_move_down 2s ease-in-out infinite;
}

@keyframes ca3_fade_move_down {
    0% {
        transform: translate(-50%, -20px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translate(-50%, 20px);
        opacity: 0;
    }
}

.section-2 {
    position: relative;
    margin-top: 70px;
    z-index: 5;
}

@media (max-width: 991.98px) {
    .section-2 {
        margin-top: 60px;
    }
}

@media (max-width: 767.98px) {
    .section-2 {
        margin-top: 40px;
    }
}

@media (max-width: 767.98px) {
    .section-2 p.paragraf {
        margin-top: 32px;
    }
}

.section-2 .line {
    left: 0;
    top: 150px;
}

@media (max-width: 1285.98px) {
    .section-2 .line {
        top: 120px;
    }
}

@media (max-width: 991.98px) {
    .section-2 .line {
        top: 100px;
    }
}

@media (max-width: 767.98px) {
    .section-2 .line {
        top: 67px;
        width: 100px;

    }
}

.section-2 .h4 {
    margin-left: 10px;
}

.section-2 .container {
    position: relative;
}

.section-2 .container::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: -30px;
    top: -10px;
    z-index: 1;
    background: rgba(139, 197, 251, 0.3);
    width: 473px;
    height: 79%;
}

@media (max-width: 1285.98px) {
    .section-2 .container::after {
        width: 373px;
        right: -30px;
    }
}

@media (max-width: 991.98px) {
    .section-2 .container::after {
        width: 303px;
        right: 0px;
    }
}

@media (max-width: 767.98px) {
    .section-2 .container::after {
        top: 75px;
        right: 0px;
        height: 59%;
    }
}

@media (max-width: 575.98px) {
    .section-2 .container::after {
        height: 56%;
    }
}

.line {
    position: absolute;
    background: #8BC5FB;
    height: 1px;
    width: 150px;
}

.h1 {
    font-size: 72px;
    line-height: 96px;
    color: #2D363F;
    font-family: "Playfair Display";
}

@media (max-width: 1285.98px) {
    .h1 {
        font-size: 52px;
        line-height: 62px;
    }
}

@media (max-width: 991.98px) {
    .h1 {
        font-size: 42px;
    }
}

@media (max-width: 767.98px) {
    .h1 {
        font-size: 38px;
        line-height: 42px;
    }
}

.h4 {
    color: #2D363F;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}

@media (max-width: 1285.98px) {
    .h4 {
        font-size: 16px;
    }
}

@media (max-width: 991.98px) {
    .h4 {
        font-size: 15px;
        line-height: 16px;
    }
}

@media (max-width: 767.98px) {
    .h4 {
        font-size: 13px;
    }
}

p.paragraf {
    color: #2D363F;
    font-family: "Montserrat";
    font-size: 16px;
    line-height: 1.4;
    position: relative;
    z-index: 40;
}

@media (max-width: 1285.98px) {
    p.paragraf {
        font-size: 14px;
    }
}

@media (max-width: 991.98px) {
    p.paragraf {
        font-size: 13px;
    }
}

@media (max-width: 767.98px) {
    p.paragraf {
        font-size: 12px;
    }
}

.welcome-img {
    margin-top: 60px;
    width: 100%;
    height: 650px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 40;
}

@media (max-width: 1285.98px) {
    .welcome-img {
        height: 530px;
        margin-top: 30px;
    }
}

@media (max-width: 991.98px) {
    .welcome-img {
        height: 430px;
        margin-top: 30px;
    }
}

@media (max-width: 767.98px) {
    .welcome-img {
        height: 290px;
        margin-top: 20px;
    }
}

@media (max-width: 400px) {
    .welcome-img {
        height: 240px;
    }
}

@media (max-width: 360px) {
    .welcome-img {
        height: 200px;
    }
}

.welcome-text-box {
    text-align: center;
    margin-top: 44px;
    position: relative;
}

@media (max-width: 1285.98px) {
    .welcome-text-box {
        margin-top: 34px;
    }
}

.welcome-text-box__h {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    font-family: "Montserrat";
}

@media (max-width: 1285.98px) {
    .welcome-text-box__h {
        font-size: 20px;
    }
}

@media (max-width: 991.98px) {
    .welcome-text-box__h {
        font-size: 17px;
    }
}

@media (max-width: 767.98px) {
    .welcome-text-box__h {
        font-size: 15px;
    }
}

.welcome-text-box__text {
    padding: 30px 0;
    font-weight: 500;
    font-size: 22px;
    line-height: 18px;
    font-family: "Montserrat";
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1285.98px) {
    .welcome-text-box__text {
        font-size: 20px;
        padding: 20px 0 4px 0;
    }
}

@media (max-width: 991.98px) {
    .welcome-text-box__text {
        font-size: 17px;
        padding: 10px 0 0 0;
    }
}

@media (max-width: 767.98px) {
    .welcome-text-box__text {
        font-size: 15px;
        padding: 10px 0 0 0;
    }
}

.welcome-text-box::after {
    content: "";
    display: inline-block;
    bottom: 0;
    left: 50%;
    transform: translate(0, -50%);
    width: 150px;
    height: 2px;
    background-color: #8BC5FB;
}

.section-3 {
    margin-top: 70px;
}

@media (max-width: 1285.98px) {
    .section-3 {
        margin-top: 50px;
    }
}

@media (max-width: 991.98px) {
    .section-3 {
        margin-top: 40px;
    }
}

.section-3 .h4 {
    font-weight: 600;
    text-align: center;
}

.video-box {
    margin-top: 30px;
    width: 79%;
    height: 550px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}

@media (max-width: 1285.98px) {
    .video-box {
        height: 450px;
    }
}

@media (max-width: 991.98px) {
    .video-box {
        height: 350px;
    }
}

@media (max-width: 767.98px) {
    .video-box {
        height: 250px;
    }
}

@media (max-width: 575.98px) {
    .video-box {
        height: 200px;
        max-width: 356px;
    }
}

.section-4 {
    margin-top: 130px;
}

@media (max-width: 1285.98px) {
    .section-4 {
        margin-top: 90px;
    }
}

.about-person-wrap {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 10px;
    display: flex;
}

@media (max-width: 575.98px) {
    .about-person-wrap {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.about-person-wrap__avatar {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 326px;
    height: 361px;
    border-radius: 30px;
    z-index: 100;
    overflow: hidden;
    flex-shrink: 0;
}

@media (max-width: 1285.98px) {
    .about-person-wrap__avatar {
        width: 276px;
        height: 321px;
        border-radius: 25px;
    }
}

@media (max-width: 991.98px) {
    .about-person-wrap__avatar {
        width: 220px;
        height: 250px;
        border-radius: 15px;
    }
}

@media (max-width: 575.98px) {
    .about-person-wrap__avatar {
        border-radius: 25px;
        margin-bottom: 20px;
    }
}

.about-person-wrap__text-box {
    max-width: 580px;
    padding-left: 30px;
}

@media (max-width: 1285.98px) {
    .about-person-wrap__text-box {
        padding-left: 30px;
    }
}

@media (max-width: 991.98px) {
    .about-person-wrap__text-box {
        padding-left: 20px;
    }
}

@media (max-width: 575.98px) {
    .about-person-wrap__text-box {
        padding-left: 0;
        text-align: center;
    }
}

.about-person-wrap__h {
    font-weight: 600;
    font-size: 36px;
    color: #2D363F;
    padding-bottom: 12px;
    position: relative;
}

@media (max-width: 1285.98px) {
    .about-person-wrap__h {
        font-size: 30px;
        padding-bottom: 8px;
    }
}

@media (max-width: 991.98px) {
    .about-person-wrap__h {
        font-size: 26px;
        padding-bottom: 8px;
    }
}

@media (max-width: 767.98px) {
    .about-person-wrap__h {
        font-size: 22px;
        padding-bottom: 6px;
    }
}

@media (max-width: 575.98px) {
    .about-person-wrap__h {
        display: inline-block;
    }
}

.about-person-wrap__h::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 80px;
    background-color: #8BC5FB;
}

@media (max-width: 1285.98px) {
    .about-person-wrap__h::after {
        width: 60px;
        height: 2px;
    }
}

@media (max-width: 991.98px) {
    .about-person-wrap__h::after {
        width: 50px;
    }
}

.about-person-wrap__p {
    padding-top: 30px;
    font-weight: 600;
    font-size: 16px;
    color: #2D363F;
    line-height: 26px;
}

@media (max-width: 1285.98px) {
    .about-person-wrap__p {
        padding-top: 10px;
        font-size: 14px;
    }
}

@media (max-width: 991.98px) {
    .about-person-wrap__p {
        line-height: 23px;
        font-size: 13px;
        padding-top: 8px;
    }
}

@media (max-width: 767.98px) {
    .about-person-wrap__p {
        line-height: 20px;
        font-size: 12px;
    }
}

.about-person-wrap::after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 1px;
    width: 200px;
    right: 0;
    bottom: 0;
    background-color: #8BC5FB;
}

.comments-wrap {
    position: relative;
    z-index: 50;
}

.about-person-wrap:nth-child(2n) {
    flex-direction: row-reverse;
}

@media (max-width: 575.98px) {
    .about-person-wrap:nth-child(2n) {
        flex-direction: column;
    }
}

.about-person-wrap:nth-child(2n)::after {
    right: auto;
    left: 0;
}

.about-person-wrap:nth-child(2n) .about-person-wrap__text-box {
    padding-left: 0px;
    padding-right: 30px;
    text-align: end;
}

.about-person-wrap:nth-child(2n) .about-person-wrap__text-box {
    display: flex;
    flex-direction: column;
    justify-content: right;
    align-items: flex-end;
}

@media (max-width: 575.98px) {
    .about-person-wrap:nth-child(2n) .about-person-wrap__text-box {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding-right: 0px;
    }
}

.h2 {
    font-size: 36px;
    color: #2D363F;
    font-family: "Playfair Display";
}

@media (max-width: 1285.98px) {
    .h2 {
        font-size: 34px;
    }
}

@media (max-width: 991.98px) {
    .h2 {
        font-size: 30px;
    }
}

@media (max-width: 767.98px) {
    .h2 {
        font-size: 28px;
    }
}

.section-5 {
    margin-top: 100px;
}

@media (max-width: 1285.98px) {
    .section-5 {
        margin-top: 80px;
    }
}

@media (max-width: 991.98px) {
    .section-5 {
        margin-top: 50px;
    }
}

.section-5 .h2 {
    text-align: center;
    padding-bottom: 15px;
    position: relative;
}

@media (max-width: 991.98px) {
    .section-5 .h2 {
        padding-bottom: 10px;
    }
}

.section-5 .h2::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 80px;
    background-color: #8BC5FB;
    left: 50%;
    transform: translate(-50%, 0%);
}

@media (max-width: 1285.98px) {
    .section-5 .h2::after {
        height: 2px;
    }
}

.packages-wrap {
    margin-top: 70px;
}

@media (max-width: 1285.98px) {
    .packages-wrap {
        margin-top: 50px;
    }
}

@media (max-width: 991.98px) {
    .packages-wrap {
        margin-top: 40px;
    }
}

.package-box {
    width: 270px;
    min-height: 320px;
    background: #FFFFFF;
    border: 1px solid #8BC5FB;
    padding: 40px 12px 10px 12px;
    text-align: center;
    margin-right: 40px;
    transform: scale(0.96);
    transition: transform 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1285.98px) {
    .package-box {
        width: 240px;
        min-height: 290px;
        padding: 30px 10px 8px 10px;
        margin-right: 7px;
        margin-left: 7px;
    }
}

@media (max-width: 991.98px) {
    .package-box {
        margin-right: 5px;
        margin-left: 5px;
    }
}

@media (max-width: 767.98px) {
    .package-box {
        width: 230px;
        min-height: 278px;
       
        margin-bottom: 15px;
    }
}


.package-box:hover {
    transform: scale(1);
}

.package-box__head {
    text-align: center;
    font-family: "Playfair Display";
    font-weight: bold;
    font-size: 26px;
    line-height: 35px;
    color: #2D363F;
}

@media (max-width: 1285.98px) {
    .package-box__head {
        font-size: 24px;
        line-height: 27px;
    }
}

@media (max-width: 767.98px) {
    .package-box__head {
        font-size: 22px;
        line-height: 22px;
    }
}

.package-box__price {
    font-weight: 600;
    font-size: 24px;
    font-family: "Montserrat";
    color: #2D363F;
    position: relative;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
}

@media (max-width: 1285.98px) {
    .package-box__price {
        font-size: 22px;
        padding-top: 15px;
        padding-bottom: 8px;
    }
}

@media (max-width: 767.98px) {
    .package-box__price {
        font-size: 19px;
        padding-bottom: 4px;
        padding-top: 12px;
    }
}

.package-box__price::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 80px;
    background-color: #8BC5FB;
    left: 50%;
    transform: translate(-50%, 0%);
}

.package-box__coment-price {
    font-family: "Montserrat";
    font-size: 18px;
    color: #2D363F;
    padding-top: 10px;
    font-weight: 600;
}

@media (max-width: 1285.98px) {
    .package-box__coment-price {
        font-size: 17px;
        padding-top: 8px;
    }
}

@media (max-width: 767.98px) {
    .package-box__coment-price {
        font-size: 14px;
        padding-top: 0;
    }
}

.package-box__about-package {
    padding-top: 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #2D363F;
    font-family: "Montserrat";
}

@media (max-width: 1285.98px) {
    .package-box__about-package {
        font-size: 13px;
        line-height: 17px;
        padding-top: 10px;
    }
}

@media (max-width: 767.98px) {
    .package-box__about-package {
        font-size: 12px;
        padding-top: 5px;
    }
}

.package-box__btn {
    text-decoration: none;
    width: 195px;
    height: 50px;
    margin: 20px auto 14px auto;
    background-color: #fff;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #8BC5FB;
    transition: 0.2s;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
}

@media (max-width: 1285.98px) {
    .package-box__btn {
        width: 185px;
        height: 45px;
    }
}

@media (max-width: 767.98px) {
    .package-box__btn {
        margin: 0px auto 14px auto;
    }
}

.package-box__btn:hover {
    background-color: #8BC5FB;
    border: 2px solid #8BC5FB;
    transition: 0.2s;
}

.package-box__btn:hover span {
    color: #fff;
    font-weight: 700;
}

.package-box__btn span {
    color: #8BC5FB;
}

.packages-wrap {
    display: flex;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .packages-wrap {
        flex-wrap: wrap;
    }
}

.services-img {
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .services-img {
        display: none;
    }
}

.services-img__img {
    position: relative;
    z-index: 200;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 626px;
}

@media (max-width: 1285.98px) {
    .services-img__img {
        width: 100%;
        height: 500px;
    }
}

@media (max-width: 991.98px) {
    .services-img__img {
        height: 380px;
    }
}

.services-img::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -34px;
    left: 0;
    width: calc(100% - 88px);
    height: 50px;
    background-color: #D0E9FF;
    z-index: 1;
}

@media (max-width: 1285.98px) {
    .services-img::after {
        bottom: -30px;
    }
}

@media (max-width: 991.98px) {
    .services-img::after {
        bottom: -20px;
        width: calc(100% - 38px);
    }
}

.services .h2 {
    padding-top: 20px;
    position: relative;
    text-align: left;
    margin-bottom: 20px;
}

@media (max-width: 1285.98px) {
    .services .h2 {
        font-size: 30px;
        line-height: 32px;
        padding-top: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 991.98px) {
    .services .h2 {
        font-size: 24px;
        padding-bottom: 10px;
    }
}

.services .h2::after {
    left: 0;
    transform: translate(0px, 0px);
}

@media (max-width: 1285.98px) {
    .services .h2::after {
        height: 2px;
    }
}

.services-price-box {
    font-family: "Montserrat";
    color: #2D363F;
    padding: 24px 24px 14px 24px;
    position: relative;
}

@media (max-width: 1285.98px) {
    .services-price-box {
        padding: 20px 15px 14px 15px;
    }
}

@media (max-width: 991.98px) {
    .services-price-box {
        padding: 16px 10px 6px 10px;
    }
}

.services-price-box::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #8BC5FB;
    left: 50%;
    transform: translate(-50%, 0%);
}

.services-price-box__head {
    font-size: 22px;
    font-weight: 600;
}

@media (max-width: 1285.98px) {
    .services-price-box__head {
        font-size: 18px;
    }
}

@media (max-width: 991.98px) {
    .services-price-box__head {
        font-size: 16px;
    }
}

.services-price-box__p {
    padding-top: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}

@media (max-width: 1285.98px) {
    .services-price-box__p {
        font-size: 13px;
        line-height: 18px;
    }
}

@media (max-width: 991.98px) {
    .services-price-box__p {
        font-size: 11px;
        padding-top: 8px;
    }
}

.services-price-box__price-time-wrap {
    padding-top: 12px;
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 16px;
}

@media (max-width: 1285.98px) {
    .services-price-box__price-time-wrap {
        font-size: 14px;
    }
}

@media (max-width: 991.98px) {
    .services-price-box__price-time-wrap {
        font-size: 13px;
        padding-top: 4px;
    }
}

.fixed {
    position: fixed;
}

.section-6 {
    margin-top: 80px;
}

@media (max-width: 1285.98px) {
    .section-6 {
        margin-top: 60px;
    }
}

.section-6 .container .h2 {
    padding-top: 20px;
    position: relative;
    text-align: left;
    padding-bottom: 15px;
}

@media (max-width: 1285.98px) {
    .section-6 .container .h2 {
        font-size: 30px;
    }
}

@media (max-width: 991.98px) {
    .section-6 .container .h2 {
        font-size: 24px;
        padding-bottom: 10px;
    }
}

@media (max-width: 767.98px) {
    .section-6 .container .h2 {
        font-size: 22px;
    }
}

.section-6 .container .h2::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 80px;
    background-color: #8BC5FB;
    left: 0;
}

@media (max-width: 1285.98px) {
    .section-6 .container .h2::after {
        height: 2px;
    }
}

.comments-slider {
    margin-top: 50px;
    max-width: 830px;
    background: #D0E9FF;
    margin-right: -150px;
    position: relative;
    z-index: 100;
}

@media (max-width: 1285.98px) {
    .comments-slider {
        margin-top: 40px;
        max-width: 730px;
    }
}

@media (max-width: 991.98px) {
    .comments-slider {
        max-width: 456px;
        margin-top: 30px;
    }
}

@media (max-width: 575.98px) {
    .comments-slider {
        max-width: 100%;
    }
}

.comment-element {
    min-height: 410px;
    background: #D0E9FF;
    color: #2D363F;
    padding: 120px 20px 60px 20px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

@media (max-width: 1285.98px) {
    .comment-element {
        padding: 100px 20px 50px 20px;
        min-height: 360px;
    }
}

@media (max-width: 991.98px) {
    .comment-element {
        padding: 90px 12px 50px 12px;
        min-height: 306px;
    }
}

@media (max-width: 767.98px) {
    .comment-element {
        padding: 80px 12px 40px 12px;
        min-height: 290px;
    }
}

.comment-element__p {
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
}

@media (max-width: 1285.98px) {
    .comment-element__p {
        font-size: 13px;
        line-height: 20px;
    }
}

@media (max-width: 991.98px) {
    .comment-element__p {
        font-size: 12px;
    }
}

@media (max-width: 767.98px) {
    .comment-element__p {
        font-size: 11px;
    }
}

.comment-element__signature {
    font-size: 15px;
    font-weight: 700;
    padding-top: 30px;
}

@media (max-width: 1285.98px) {
    .comment-element__signature {
        font-size: 14px;
    }
}

.comment-element i.icon {
    position: absolute;
    display: inline-block;
    left: 20px;
    top: 40px;
    color: #627689;
    font-size: 50px;
}

@media (max-width: 1285.98px) {
    .comment-element i.icon {
        font-size: 40px;
    }
}

@media (max-width: 767.98px) {
    .comment-element i.icon {
        font-size: 36px;
    }
}

@media (max-width: 991.98px) {
    .comment-element i.icon {
        top: 20px;
    }
}

.comments-img {
    width: 507px;
    height: 700px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

@media (max-width: 1285.98px) {
    .comments-img {
        width: 407px;
        height: 600px;
        float: right;
    }
}

@media (max-width: 991.98px) {
    .comments-img {
        width: 100%;
        height: 500px;
    }
}

@media (max-width: 767.98px) {
    .comments-img {
        height: 474px;
    }
}

@media (max-width: 575.98px) {
    .comments-img {
        display: none;
    }
}

.section-7 {
    margin-top: 70px;
}

.section-7 .h2 {
    text-align: center;
    padding-bottom: 15px;
    position: relative;
}

@media (max-width: 991.98px) {
    .section-7 .h2 {
        padding-bottom: 10px;
    }
}

.section-7 .h2:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 80px;
    background-color: #8BC5FB;
    left: 50%;
    transform: translate(-50%, 0%);
}

@media (max-width: 991.98px) {
    .section-7 .h2:after {
        height: 2px;
    }
}

.gallery {
    margin-top: 50px;
}

.masonry {
    /*column-count: 4;*/
    column-count: 4;
    column-gap: 14px;
}

.masonry .mItem {
    display: inline-block;
    margin-bottom: 16px;
    width: 100%;
}

.masonry .mItem img {
    width: 100%;
}

@media (max-width: 1199px) {
    .masonry {
        column-count: 3;
    }
}

@media (max-width: 991px) {
    .masonry {
        column-count: 3;
    }
}

@media (max-width: 571px) {
    .masonry {
        column-count: 2;
    }
}

@media (max-width: 371px) {
    .masonry {
        column-count: 2;
    }
}

.section-8 {
    margin-top: 100px;
}

@media (max-width: 767.98px) {
    .section-8 {
        margin-top: 50px;
    }
}

.section-8 .h2 {
    text-align: left;
    padding-bottom: 15px;
    position: relative;
}

@media (max-width: 1285.98px) {
    .section-8 .h2 {
        font-size: 32px;
        padding-bottom: 12px;
    }
}

@media (max-width: 991.98px) {
    .section-8 .h2 {
        font-size: 30px;
        padding-bottom: 10px;
    }
}

@media (max-width: 767.98px) {
    .section-8 .h2 {
        font-size: 28px;
    }
}

.section-8 .h2:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 80px;
    background-color: #8BC5FB;
    left: 0;
}

@media (max-width: 1285.98px) {
    .section-8 .h2:after {
        height: 2px;
    }
}

@media (max-width: 991.98px) {
    .section-8 .h2:after {
        width: 60px;
    }
}

.section-8 .p {
    margin-top: 30px;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    font-family: "Montserrat";
    color: #2D363F;
    max-width: 390px;
}

@media (max-width: 1285.98px) {
    .section-8 .p {
        font-size: 13px;
        line-height: 20px;
        margin-top: 20px;
    }
}

@media (max-width: 991.98px) {
    .section-8 .p {
        font-size: 12px;
    }
}

.mine-contacts {
    padding: 40px 0;
}

@media (max-width: 1285.98px) {
    .mine-contacts {
        padding: 30px 0;
    }
}

@media (max-width: 991.98px) {
    .mine-contacts {
        padding: 26px 0;
    }
}

.mine-contacts__item {
    color: #2D363F;
    font-family: "Montserrat";
    padding-bottom: 14px;
}

@media (max-width: 991.98px) {
    .mine-contacts__item {
        padding-bottom: 10px;
    }
}

.mine-contacts__item span {
    font-weight: 700;
    font-size: 16px;
    padding-right: 10px;
}

@media (max-width: 1285.98px) {
    .mine-contacts__item span {
        font-size: 14px;
    }
}

@media (max-width: 991.98px) {
    .mine-contacts__item span {
        font-size: 13px;
    }
}

.mine-contacts__item a {
    text-decoration: none;
    color: #2D363F;
    cursor: pointer;
    transition: 0.2s;
    border-bottom: 1px solid transparent;
}

@media (max-width: 991.98px) {
    .mine-contacts__item a {
        font-size: 13px;
    }
}

.mine-contacts__item a:hover {
    border-bottom: 1px solid #8BC5FB;
    transition: 0.2s;
}

.hours-box {
    color: #2D363F;
}

.hours-box__h {
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 20px;
}

@media (max-width: 1285.98px) {
    .hours-box__h {
        font-size: 14px;
        padding-bottom: 16px;
    }
}

.hours-box__item {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 15px;
}

@media (max-width: 1285.98px) {
    .hours-box__item {
        font-size: 14px;
        padding-bottom: 12px;
    }
}

@media (max-width: 991.98px) {
    .hours-box__item {
        font-size: 13px;
        padding-bottom: 8px;
    }
}

.social-box {
    display: flex;
    margin-top: 10px;
}

.social-box a {
    display: inline-block;
    margin-right: 24px;
    text-decoration: none;
}

@media (max-width: 1285.98px) {
    .social-box a {
        margin-right: 20px;
    }
}

.social-box a::last-child {
    margin-right: 0;
}

.social-box i.icon {
    font-size: 24px;
    transition: 0.2s;
    color: #2D363F;
}

@media (max-width: 1285.98px) {
    .social-box i.icon {
        font-size: 22px;
    }
}

@media (max-width: 991.98px) {
    .social-box i.icon {
        font-size: 18px;
    }
}

.social-box i.icon:hover {
    color: #8BC5FB;
}

.map-box {
    width: 100%;
    height: 494px;
}

@media (max-width: 1285.98px) {
    .map-box {
        height: 350px;
    }
}

@media (max-width: 991.98px) {
    .map-box {
        height: 300px;
    }
}

@media (max-width: 767.98px) {
    .map-box {
        margin-top: 30px;
    }
}

.section-9 {
    margin-top: 100px;
    position: relative;
}

@media (max-width: 1285.98px) {
    .section-9 {
        margin-top: 80px;
    }
}

@media (max-width: 991.98px) {
    .section-9 {
        margin-top: 50px;
    }
}

.section-9:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    z-index: 20;
    height: 100%;
    background: rgba(45, 54, 63, 0.74);
}

@media (max-width: 991.98px) {
    .section-9:after {
        width: 60%;
    }
}

@media (max-width: 767.98px) {
    .section-9:after {
        width: 100%;
    }
}

.section-9 .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
    background-repeat: no-repeat;
}

.head-form {
    position: relative;
    padding-top: 60px;
    z-index: 50;
    padding-bottom: 15px;
    position: relative;
}

@media (max-width: 1285.98px) {
    .head-form {
        padding-top: 50px;
    }
}

@media (max-width: 991.98px) {
    .head-form {
        padding-top: 40px;
    }
}

.head-form__h2 {
    font-family: "Playfair Display";
    font-size: 36px;
    color: #fff;
}

@media (max-width: 1285.98px) {
    .head-form__h2 {
        font-size: 34px;
    }
}

@media (max-width: 991.98px) {
    .head-form__h2 {
        font-size: 30px;
    }
}

.head-form__h3 {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    font-family: "Montserrat";
    padding-top: 15px;
}

@media (max-width: 1285.98px) {
    .head-form__h3 {
        font-size: 16px;
        padding-top: 10px;
    }
}

@media (max-width: 991.98px) {
    .head-form__h3 {
        font-size: 14px;
        padding-top: 8px;
    }
}

.head-form:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 80px;
    background-color: #8BC5FB;
    left: 0;
}

@media (max-width: 1285.98px) {
    .head-form:after {
        height: 2px !important;
    }
}

@media (max-width: 991.98px) {
    .head-form:after {
        width: 60px;
    }
}

.form {
    position: relative;
    z-index: 50;
    margin-top: 100px;
    max-width: 500px;
    padding-bottom: 70px;
}

@media (max-width: 1285.98px) {
    .form {
        margin-top: 60px;
        width: 90%;

    }
}

@media (max-width: 991.98px) {
    .form {
        margin-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 575.98px) {
    .form {
        width: 100%;
    }
}

button.dc-btn:disabled {
    background-color: transparent;
    opacity: 0.3;
    cursor: not-allowed;
}

button.dc-btn:disabled:hover {
    color: #8BC5FB;
}

.up-button {
    width: 52px;
    height: 52px;
    border-radius: 5px;
    cursor: pointer;
    position: fixed;
    right: 5%;
    bottom: 10%;
    display: none;
    background-color: #2D363F;
    opacity: 0.7;
    transition: 0.3s;
    z-index: 300;
    cursor: pointer;
}

@media (max-width: 991.98px) {
    .up-button {
        width: 42px;
        height: 42px;
    }
}

.up-button i.icon {
    position: absolute;
    margin: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
}

@media (max-width: 991.98px) {
    .up-button i.icon {
        font-size: 20px;
    }
}

.up-button:hover {
    opacity: 0.8;
}

.up-button:active {
    opacity: 0.2;
}

.up-button_show {
    display: inline-block;
}

.h-modal {
    font-size: 20px;
    position: relative;
    padding-bottom: 5px;
}

.h-modal:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 80px;
    background-color: #8BC5FB;
    left: 0;
}

.p-modal {
    padding-top: 10px;
    max-width: 400px;
    font-size: 11px;
}

.modal-window .form {
    margin-top: 50px;
    padding-bottom:10px;
}

.modal-messege__messege {
    font-size: 16px;
    text-align: center;
    padding: 30px;
    border: 1px solid #8BC5FB;
}

.privacy-policy {
    max-width: 800px;
}

.privacy-policy__messege {
    font-size: 13px;
    text-align: center;
    padding: 30px;
    border: 1px solid #8BC5FB;
}

.comments-wrap {
    position: relative;
}

.slick-arows-box {
    position: absolute;
    z-index: 100;
    bottom: -13px;
    left: 370px;
    display: flex;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .slick-arows-box {
        left: 54%;
        transform: translate(0, -46%);
        bottom: -43px;
    }
}

@media (max-width: 767.98px) {
    .slick-arows-box {
        bottom: -38px;
        left: 75%;
        transform: translate(0, -25%);
    }
}

@media (max-width: 575.98px) {
    .slick-arows-box {
        bottom: -38px;
        left: 38%;
    }
}

.slick-prev:active,
.slick-next:active {
    margin-top: 0;
}

.slick-arrow {
    width: 46px;
    height: 46px;
    background-color: transparent;
    position: relative;
    z-index: 100;
    transition: 0.2s;
}

.slick-arrow i.icon {
    font-size: 25px;
    color: #2D363F;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.slick-arrow:hover {
    background-color: transparent;
}

.fancybox-content {
    padding: 22px !important;
}

/*polyleng switcher*/
.main-menu li.menu-item-375::after {
    display: none;
}

.main-menu li.menu-item-375>a::after {
    display: none;

}

.main-menu li {
    padding: 3px;
}
@media (max-width: 767.98px) {
  .main-menu li {
      text-align: center!important;
  }  
}
.main-menu li.menu-item-375 a {
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 0 4px;
}

.main-menu li.menu-item-375 {
    color: #fff;
    min-width: 100px;
    position: relative;
    z-index: 1;
    padding-top: 5px;
}

.main-menu li.menu-item-375:hover {
    background: #2D363F;
    border-radius: 3px;
}

.main-menu li.menu-item-375:hover ul.sub-menu {
    display: block;
    transition: 0.3s;

}

ul.sub-menu {
    position: absolute;
    display: none;
    z-index: 100;
    width: 100%;
    left: 0;
    background: #2D363F;
    border-radius: 0 0 3px 3px;

}

ul.sub-menu li {
    margin-right: 0 !important;
    display: flex;
    justify-content: left;
    align-items: center;
}

.main-menu li.menu-item-375 {
    z-index: 1;
    position: relative;
}

.main-menu li.menu-item-375::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
background-color: transparent;
    bottom: 0;
    top: 0;
    left: 0;
    z-index: 30;
}

ul.sub-menu li:hover {
    transition: .3s;
    background-color: #39424a;
    border-radius: 3px;
}
@media (max-width: 767.98px) {
  ul.sub-menu li:hover {
    background-color: transparent;
  }
}
ul.sub-menu li a span {
    /*font-size: 18px;*/
}
ul.sub-menu li {
  padding: 0!important;

}
ul.sub-menu li:hover {
    border: none;
}

ul.sub-menu li a {
    padding: 4px 0px 4px 6px!important;
    position: relative;
    z-index: 10;
    width: 100%;

}

ul.sub-menu li a::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 50;
    bottom: 0;
    right: 0;
    background-color: transparent;
    border-radius: 3px;
}
ul.sub-menu li img {
  margin-bottom: 0!important;
}
.main-menu li.menu-item-375 a img {
    width: 15px !important;
    height: 15px !important;
    border-radius: 3px;
    border: 1px solid #fff;
    margin-bottom: 3px;
}
@media (max-width: 767.98px) {
  .main-menu li.menu-item-375 a img {
    width: 20px !important;
    height: 20px !important;   
  }
}
ul.sub-menu li:last-child {
  padding-bottom: 5px;
}
.page-content {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #8BC5FB;
  font-size: 2.5em;
  text-align: center;
}
@media (max-width: 767.98px) {
  .page-content {
    font-size: 1.5em;
  }
}
.error-404 {
  position: relative; 
  height: 100vh;
}
.priv {
  opacity: 0.7; 
}
.priv a {
  text-decoration:  none;
}

.bks-box {
    margin-top: -8px;
    margin-left: -4px;
    margin-right: 20px!important;
}

/*.bks-icon-sm {*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    background-image: url('../img/svg/booksy-icon-mj.svg');*/
/*    transition: .2s;*/
/*    background-position: center;    */
/*}*/

.bks-icon-sm.hd {
    width: 26px;
    height: 26px;
    display: inline-block;
    margin-bottom: -6px;
    margin-left: -4px;
    background-image: url('../img/svg/booksy-icon-mj.svg')!important;
}
.bks-icon-sm.hd:hover {
  background-image: url('../img/svg/booksy-icon-mj-hover.svg')!important;   
}

.bks-icon-sm.org {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../img/svg/booksy-icon-org.svg');
    transition: .2s;
    background-position: center;    
}

.bks-icon-sm.ft:hover {
    opacity: .7;
}

.bks-icon-sm.ft {
    width: 38px;
    height: 38px;
}

@media (max-width: 1285.98px) {
    .bks-box {
        margin-top: -7px;
    }
    .bks-icon-sm.ft {
        width: 34px;
        height: 34px;
    }
    
    .bks-icon-sm.hd {
        width: 26px;
        height: 26px;  
         margin-bottom: -5px;
    }
}

@media (max-width: 991.98px){
    .bks-icon-sm.hd {
        width: 22px;
        height: 22px;
        margin-bottom: -5px;    
    }
    .bks-icon-sm.ft {
        width: 28px;
        height: 28px;
    }
    
    .bks-box {
        margin-top: -5px;
    }    
}

.booksy-widget-container-default.booksy-widget-container-pl .booksy-business-link {
    display: none!important;
}

.booksy-widget-container-default.booksy-widget-container-pl .booksy-widget-button {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../img/svg/booksy-icon-org.svg')!important;
    transition: .2s;
    background-position: center;     
    width: 26px;
    height: 26px;
}

/*# sourceMappingURL=style.css.map */