/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 2em
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: normal
}

dfn {
    font-style: normal
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: "\201C""\201D""\2018""\2019"
}

blockquote,
cite {
    font-style: normal
}

blockquote {
    margin: 0
}

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
input[disabled] {
    cursor: default
}

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

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=range]::-ms-tooltip {
    display: none
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-image: none
}

dl,
dd,
p {
    margin: 0
}

[type="text"],
[type="password"],
textarea {
    box-sizing: border-box;
    -webkit-appearance: none;
    padding: 0;
    border: 0;
    border-radius: 0
}

[type="text"]:focus,
[type="password"]:focus,
textarea:focus {
    outline: none
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

textarea {
    resize: none
}

select:focus,
a:focus,
button {
    outline: none
}

button {
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent
}

button:active {
    color: initial
}

h1,
h2,
h3,
h4,
h5,
b,
em {
    margin: 0;
    font-weight: normal
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th {
    font-weight: normal;
    text-align: left
}

th,
td {
    padding: 0
}

a {
    text-decoration: none;
    color: inherit
}

address {
    font-style: normal
}

.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: #233E63 !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #16263d !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: red !important
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #c00 !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: #233E63 !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: red !important
}

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

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

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

.rounded-sm {
    border-radius: .2rem !important
}

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

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

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

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

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

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

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

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

.d-flex {
    display: flex !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
    .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: 1366px) {
    .d-xlg-none {
        display: none !important
    }

    .d-xlg-inline {
        display: inline !important
    }

    .d-xlg-inline-block {
        display: inline-block !important
    }

    .d-xlg-block {
        display: block !important
    }

    .d-xlg-table {
        display: table !important
    }

    .d-xlg-table-row {
        display: table-row !important
    }

    .d-xlg-table-cell {
        display: table-cell !important
    }

    .d-xlg-flex {
        display: flex !important
    }

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

@media (min-width: 1600px) {
    .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.85714%
}

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

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

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

.flex-row {
    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: 1024px) {
    .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: 1366px) {
    .flex-xlg-row {
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1600px) {
    .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: 1024px) {
    .float-lg-left {
        float: left !important
    }

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

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

@media (min-width: 1366px) {
    .float-xlg-left {
        float: left !important
    }

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

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

@media (min-width: 1600px) {
    .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(15, 26, 43, 0.075) !important
}

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

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(15, 26, 43, 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: .25rem !important
}

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

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

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

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

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

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

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

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

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

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

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

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

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

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

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

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

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

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

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

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

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

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

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

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

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

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

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

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

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

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

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

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

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

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

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

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

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

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

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

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

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

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

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

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

    .m-sm-1 {
        margin: .25rem !important
    }

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

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

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

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

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

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

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

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

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

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

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

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

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

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

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

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

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

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

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

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

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

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

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

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

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

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

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

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

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

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

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

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

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

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

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

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

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

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

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

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

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

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

    .m-md-1 {
        margin: .25rem !important
    }

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

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

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

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

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

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

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

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

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

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

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

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

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

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

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

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

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

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

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

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

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

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

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

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

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

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

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

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

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

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

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

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

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

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

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

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

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

@media (min-width: 1024px) {
    .m-lg-0 {
        margin: 0 !important
    }

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

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

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

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

    .m-lg-1 {
        margin: .25rem !important
    }

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

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

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

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

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

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

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

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

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

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

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

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

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

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

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

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

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

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

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

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

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

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

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

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

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

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

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

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

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

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

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

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

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

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

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

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

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

@media (min-width: 1366px) {
    .m-xlg-0 {
        margin: 0 !important
    }

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

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

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

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

    .m-xlg-1 {
        margin: .25rem !important
    }

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

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

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

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

    .m-xlg-2 {
        margin: .5rem !important
    }

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

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

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

    .ml-xlg-2,
    .mx-xlg-2 {
        margin-left: .5rem !important
    }

    .m-xlg-3 {
        margin: 1rem !important
    }

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

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

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

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

    .m-xlg-4 {
        margin: 1.5rem !important
    }

    .mt-xlg-4,
    .my-xlg-4 {
        margin-top: 1.5rem !important
    }

    .mr-xlg-4,
    .mx-xlg-4 {
        margin-right: 1.5rem !important
    }

    .mb-xlg-4,
    .my-xlg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xlg-4,
    .mx-xlg-4 {
        margin-left: 1.5rem !important
    }

    .m-xlg-5 {
        margin: 3rem !important
    }

    .mt-xlg-5,
    .my-xlg-5 {
        margin-top: 3rem !important
    }

    .mr-xlg-5,
    .mx-xlg-5 {
        margin-right: 3rem !important
    }

    .mb-xlg-5,
    .my-xlg-5 {
        margin-bottom: 3rem !important
    }

    .ml-xlg-5,
    .mx-xlg-5 {
        margin-left: 3rem !important
    }

    .p-xlg-0 {
        padding: 0 !important
    }

    .pt-xlg-0,
    .py-xlg-0 {
        padding-top: 0 !important
    }

    .pr-xlg-0,
    .px-xlg-0 {
        padding-right: 0 !important
    }

    .pb-xlg-0,
    .py-xlg-0 {
        padding-bottom: 0 !important
    }

    .pl-xlg-0,
    .px-xlg-0 {
        padding-left: 0 !important
    }

    .p-xlg-1 {
        padding: .25rem !important
    }

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

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

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

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

    .p-xlg-2 {
        padding: .5rem !important
    }

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

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

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

    .pl-xlg-2,
    .px-xlg-2 {
        padding-left: .5rem !important
    }

    .p-xlg-3 {
        padding: 1rem !important
    }

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

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

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

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

    .p-xlg-4 {
        padding: 1.5rem !important
    }

    .pt-xlg-4,
    .py-xlg-4 {
        padding-top: 1.5rem !important
    }

    .pr-xlg-4,
    .px-xlg-4 {
        padding-right: 1.5rem !important
    }

    .pb-xlg-4,
    .py-xlg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xlg-4,
    .px-xlg-4 {
        padding-left: 1.5rem !important
    }

    .p-xlg-5 {
        padding: 3rem !important
    }

    .pt-xlg-5,
    .py-xlg-5 {
        padding-top: 3rem !important
    }

    .pr-xlg-5,
    .px-xlg-5 {
        padding-right: 3rem !important
    }

    .pb-xlg-5,
    .py-xlg-5 {
        padding-bottom: 3rem !important
    }

    .pl-xlg-5,
    .px-xlg-5 {
        padding-left: 3rem !important
    }

    .m-xlg-n1 {
        margin: -.25rem !important
    }

    .mt-xlg-n1,
    .my-xlg-n1 {
        margin-top: -.25rem !important
    }

    .mr-xlg-n1,
    .mx-xlg-n1 {
        margin-right: -.25rem !important
    }

    .mb-xlg-n1,
    .my-xlg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xlg-n1,
    .mx-xlg-n1 {
        margin-left: -.25rem !important
    }

    .m-xlg-n2 {
        margin: -.5rem !important
    }

    .mt-xlg-n2,
    .my-xlg-n2 {
        margin-top: -.5rem !important
    }

    .mr-xlg-n2,
    .mx-xlg-n2 {
        margin-right: -.5rem !important
    }

    .mb-xlg-n2,
    .my-xlg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xlg-n2,
    .mx-xlg-n2 {
        margin-left: -.5rem !important
    }

    .m-xlg-n3 {
        margin: -1rem !important
    }

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

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

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

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

    .m-xlg-n4 {
        margin: -1.5rem !important
    }

    .mt-xlg-n4,
    .my-xlg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xlg-n4,
    .mx-xlg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xlg-n4,
    .my-xlg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xlg-n4,
    .mx-xlg-n4 {
        margin-left: -1.5rem !important
    }

    .m-xlg-n5 {
        margin: -3rem !important
    }

    .mt-xlg-n5,
    .my-xlg-n5 {
        margin-top: -3rem !important
    }

    .mr-xlg-n5,
    .mx-xlg-n5 {
        margin-right: -3rem !important
    }

    .mb-xlg-n5,
    .my-xlg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xlg-n5,
    .mx-xlg-n5 {
        margin-left: -3rem !important
    }

    .m-xlg-auto {
        margin: auto !important
    }

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

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

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

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

@media (min-width: 1600px) {
    .m-xl-0 {
        margin: 0 !important
    }

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

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

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

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

    .m-xl-1 {
        margin: .25rem !important
    }

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

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

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

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

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

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

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

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

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

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

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

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

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

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

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

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

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

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

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

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

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

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

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

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

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

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

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

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

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

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

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

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

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

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

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

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

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

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

.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: 1024px) {
    .text-lg-left {
        text-align: left !important
    }

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

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

@media (min-width: 1366px) {
    .text-xlg-left {
        text-align: left !important
    }

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

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

@media (min-width: 1600px) {
    .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: #233E63 !important
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0f1b2a !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: red !important
}

a.text-danger:hover,
a.text-danger:focus {
    color: #b30000 !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(15, 26, 43, 0.5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important
}

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

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

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

@media (min-width: 576px) {

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

@media (min-width: 768px) {

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

@media (min-width: 1024px) {

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

@media (min-width: 1600px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xlg,
    .container-xl {
        max-width: 1140px
    }
}

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

.col {
    flex-basis: 0;
    flex-grow: 1;
    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.33333%;
    max-width: 33.33333%
}

.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.66667%;
    max-width: 16.66667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        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.33333%;
        max-width: 33.33333%
    }

    .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.66667%;
        max-width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        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.33333%;
        max-width: 33.33333%
    }

    .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.66667%;
        max-width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        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.33333%;
        max-width: 33.33333%
    }

    .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.66667%;
        max-width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xlg-last {
        order: 13
    }

    .order-xlg-0 {
        order: 0
    }

    .order-xlg-1 {
        order: 1
    }

    .order-xlg-2 {
        order: 2
    }

    .order-xlg-3 {
        order: 3
    }

    .order-xlg-4 {
        order: 4
    }

    .order-xlg-5 {
        order: 5
    }

    .order-xlg-6 {
        order: 6
    }

    .order-xlg-7 {
        order: 7
    }

    .order-xlg-8 {
        order: 8
    }

    .order-xlg-9 {
        order: 9
    }

    .order-xlg-10 {
        order: 10
    }

    .order-xlg-11 {
        order: 11
    }

    .order-xlg-12 {
        order: 12
    }

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

    .offset-xlg-1 {
        margin-left: 8.33333%
    }

    .offset-xlg-2 {
        margin-left: 16.66667%
    }

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

    .offset-xlg-4 {
        margin-left: 33.33333%
    }

    .offset-xlg-5 {
        margin-left: 41.66667%
    }

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

    .offset-xlg-7 {
        margin-left: 58.33333%
    }

    .offset-xlg-8 {
        margin-left: 66.66667%
    }

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

    .offset-xlg-10 {
        margin-left: 83.33333%
    }

    .offset-xlg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1600px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        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.33333%;
        max-width: 33.33333%
    }

    .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.66667%;
        max-width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: 1
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tooltip-inner {
    max-width: 18.75rem;
    padding: .75rem 1.25rem;
    color: #fff;
    text-align: center;
    background-color: #233E63;
    border-radius: .25rem
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

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

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

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

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

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

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

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

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

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion: reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 1;
    transition: opacity 0.15s ease
}

@media (prefers-reduced-motion: reduce) {

    .carousel-control-prev,
    .carousel-control-next {
        transition: none
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50% / 100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url(../../assets/media/carousel-arrow-prev.svg)
}

.carousel-control-next-icon {
    background-image: url(../../assets/media/carousel-arrow-next.svg)
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: .5rem;
    height: .5rem;
    margin-right: .25rem;
    margin-left: .25rem;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    background-clip: padding-box;
    border-top: .25rem solid transparent;
    border-bottom: .25rem solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease
}

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

.carousel-indicators .active {
    opacity: 1
}

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

.modal-open {
    overflow: hidden
}

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

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

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

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

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

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

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

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

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(15, 26, 43, 0.2);
    border-radius: 1.5rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #233E63
}

.modal-backdrop.fade {
    opacity: 0
}

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

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 2rem 1.875rem;
    border-bottom: 0 solid #dee2e6;
    border-top-left-radius: calc(1.5rem - 1px);
    border-top-right-radius: calc(1.5rem - 1px)
}

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

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

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

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0 1.875rem 1.875rem-.25rem;
    border-top: 0 solid #dee2e6;
    border-bottom-right-radius: calc(1.5rem - 1px);
    border-bottom-left-radius: calc(1.5rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

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

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

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

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

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: min-content
    }

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

@media (min-width: 1024px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1600px) {
    .modal-xl {
        max-width: 1140px
    }
}

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

.nav-link {
    display: block;
    padding: 20 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fade {
    transition: opacity 0.15s linear
}

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

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

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

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

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

@font-face {
    font-family: 'Inter-Regular';
    src: url(../fonts/Inter-Regular.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: 'Inter-SemiBold';
    src: url(../fonts/Inter-SemiBold.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: 'SangBleuKingdom-Regular';
    src: url(../fonts/SangBleuKingdom-Regular-WebXL.woff) format("woff"), url(../fonts/SangBleuKingdom-Regular-WebXL.woff2) format("woff2");
    font-display: swap
}

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

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    font-family: "SangBleuKingdom-Regular", serif
}

b,
strong {
    font-family: "Inter-SemiBold", sans-serif
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    text-transform: uppercase
}

h1,
.h1 {
    font-size: 1.75rem;
    line-height: 2.25rem
}

h2,
.h2 {
    font-size: 1.375rem;
    line-height: 2rem
}

.main-content h2,
.main-content .h2 {
    padding-top: 1.875rem;
    margin-top: 1.875rem;
    border-top: 1px solid rgba(71, 100, 145, 0.12)
}

.main-content h3,
.main-content .h3 {
    margin-top: 1.875rem
}

.main-content>h2:first-child,
.main-content>.h2:first-child {
    padding-top: 0;
    margin-top: .75rem;
    border-top: 0
}

.section+.dropdowns h2 {
    border-top: 0;
    margin-top: 0
}

h3,
.h3,
.main-content .invest-h h2 {
    font-size: 1.3125rem;
    line-height: 1.875rem
}

h4,
.h4 {
    font-size: 1.25rem;
    line-height: 1.75rem
}

h5,
.h5 {
    font-size: 1.1875rem;
    line-height: 1.5rem
}

h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    margin-bottom: 1.5rem
}

p {
    font-size: 1.125rem;
    line-height: 1.5625rem
}

p.serif {
    font-family: "SangBleuKingdom-Regular", serif
}

p.caption {
    font-size: .9375rem;
    line-height: 1.25rem
}

p.caption-mini {
    font-size: .875rem;
    line-height: 1.125rem
}

p.quote {
    font-size: 1.5rem;
    line-height: 2rem
}

p+p {
    margin-top: 1.5rem
}

@media screen and (min-width: 768px) {

    h1,
    .h1 {
        font-size: 2.25rem;
        line-height: 3.25rem
    }
}

@media screen and (min-width: 1366px) {

    h1,
    .h1 {
        font-size: 3.625rem;
        line-height: 5.125rem
    }

    h2,
    .h2 {
        font-size: 2.5rem;
        line-height: 3.75rem;
        letter-spacing: .03125rem
    }

    .main-content h2,
    .main-content .h2 {
        padding-top: 3.75rem;
        margin-top: 3.75rem
    }

    .main-content h3,
    .main-content .h3 {
        margin-top: 3.75rem
    }

    h3,
    .h3,
    .main-content .invest-h h2 {
        font-size: 1.75rem;
        line-height: 2.5rem
    }

    h4,
    .h4 {
        font-family: "SangBleuKingdom-Regular", serif;
        font-size: 1.5rem;
        line-height: 2.25rem
    }

    p.big {
        font-size: 1.3125rem
    }

    p.quote {
        font-size: 2rem;
        line-height: 2.625rem
    }
}

.tooltip {
    font-family: inherit;
    font-size: .875rem;
    line-height: 1.125rem
}

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

html,
body {
    font-family: "Inter-Regular", sans-serif;
    font-size: .9375rem;
    line-height: 1.25rem;
    width: 100%;
    scroll-behavior: smooth;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-width: 20rem;
    overflow-x: hidden
}

@media screen and (min-width: 1600px) {

    html,
    body {
        font-size: 1.125rem;
        line-height: 1.625rem
    }
}

body {
    background-image: url(../../assets/media/header-bg.png);
    background-position: left top;
    background-size: 100% auto;
    background-repeat: no-repeat
}

.container {
    position: relative;
    padding-left: .9375rem;
    padding-right: .9375rem;
    max-width: 90rem
}

@media screen and (min-width: 768px) {
    .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media screen and (min-width: 1366px) {
    .container {
        padding-left: 4rem;
        padding-right: 4rem
    }
}

.row {
    margin-right: -.9375rem;
    margin-left: -.9375rem
}

.row--big {
    margin-left: -1rem;
    margin-right: -1rem
}

.row--big>* {
    padding-left: 1rem;
    padding-right: 1rem
}

.row--small {
    margin-left: -.5rem;
    margin-right: -.5rem
}

.row--small>* {
    padding-left: .5rem;
    padding-right: .5rem
}

.row--x-small {
    margin-left: -.25rem;
    margin-right: -.25rem
}

.row--x-small>* {
    padding-left: .25rem;
    padding-right: .25rem
}

.row--x-center {
    justify-content: center
}

input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

input {
    padding: 0
}

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

a {
    color: #D2AB71;
    transition: all .3s ease-in-out
}

@media (hover: hover) {
    a:hover {
        color: #ac8b5a
    }
}

.line {
    border-bottom: 1px solid rgba(71, 100, 145, 0.12)
}

.max-restriction {
    max-width: 62.5rem;
    margin: 0 auto
}

.pseudo-bg--grey {
    position: relative
}

.pseudo-bg--grey>* {
    position: relative;
    z-index: 3
}

.pseudo-bg--grey+h2,
.pseudo-bg--grey+.h2 {
    border: 0
}

.pseudo-bg--grey,
.pseudo-bg--grey::before,
.pseudo-bg--grey::after {
    background-color: #FBFBFC
}

.pseudo-bg--grey::before,
.pseudo-bg--grey::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1
}

.pseudo-bg--grey::after {
    left: -100%
}

.pseudo-bg--grey::before {
    right: -100%
}

button {
    color: inherit;
    outline: none
}

.btn {
    font-size: 1.1875rem;
    line-height: 1.5625rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.3125rem 1.5rem;
    border-radius: .375rem;
    text-transform: uppercase;
    transition: all 0.2s linear;
    border: 0
}

.btn--primary {
    background-color: #EDB782;
    color: #fff
}

.btn--primary-sm {
    justify-content: center;
    max-width: 15rem;
    margin: 0 auto;
    padding: 1rem 2.5rem
}

.btn--secondary {
    background-color: #0F1A2B;
    color: #fff
}

.btn--bordered {
    color: #0F1A2B;
    border: 1px solid rgba(15, 26, 43, 0.64)
}

.btn--bordered-sm {
    display: inline-flex;
    font-size: 1rem;
    line-height: 1.375rem;
    padding: .5625rem .75rem;
    text-transform: capitalize
}

.btn--bordered-xl {
    min-width: 14.5rem;
    justify-content: center
}

.btn--full {
    width: 100%;
    max-width: none
}

.btn i {
    font-size: 1.5rem;
    margin-left: auto;
    padding-left: 3.75rem
}

.btn--bordered-sm i {
    font-size: .75rem;
    line-height: .75rem;
    padding-left: 0;
    margin-left: .75rem
}

@media screen and (min-width: 768px) {
    .btn--bordered {
        display: inline-flex
    }
}

@media screen and (min-width: 1024px) {
    .btn i {
        padding-left: 4rem
    }

    .btn--bordered-sm i {
        padding-left: 0
    }
}

.text-center {
    text-align: center
}

.d-none {
    display: none
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width: 1024px) {
    .d-lg-block {
        display: block
    }
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-menu,
.icon-close,
.icon-close-modal {
    color: #0F1A2B
}

.icon-menu:hover,
.icon-menu:focus,
.icon-close:hover,
.icon-close:focus,
.icon-close-modal:hover,
.icon-close-modal:focus {
    color: #D2AB71
}

.icon-menu:before,
.icon-close:before,
.icon-close-modal:before {
    color: inherit
}

.icon-plus:before {
    content: "\e900"
}

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

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

.icon-menu:before {
    content: "\e903"
}

.icon-trees:before {
    content: "\e904"
}

.icon-atom:before {
    content: "\e905"
}

.icon-health:before {
    content: "\e906"
}

.icon-run:before {
    content: "\e907"
}

.icon-column:before {
    content: "\e908"
}

.icon-infinity:before {
    content: "\e909"
}

.icon-vk:before {
    content: "\e90a"
}

.icon-twitter:before {
    content: "\e90b"
}

.icon-linkedIn:before {
    content: "\e90c"
}

.icon-instagram:before {
    content: "\e90d"
}

.icon-facebook:before {
    content: "\e90e"
}

.icon-close:before {
    content: "\e90f"
}

.icon-question:before {
    content: "\e910"
}

.icon-download:before {
    content: "\e911"
}

.icon-close-modal:before {
    content: "\e912"
}

.icon-credit-card:before {
    content: "\e913"
}

.icon-qr-code:before {
    content: "\e914"
}

.icon-bank-build:before {
    content: "\e915"
}

.icon-mail:before {
    content: "\e916"
}

.icon-telegram:before {
    content: "\e917"
}

.nav {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.5rem 0;
    z-index: 5
}

.nav__logo-link {
    display: inline-flex
}

.nav__logo {
    width: 11.5rem;
    height: 3.5rem
}

.nav__burger {
    font-size: 24px;
    margin-left: auto
}

.nav__links {
    margin-left: auto
}

.nav__link {
    font-family: "Inter-SemiBold", sans-serif;
    font-size: .875rem;
    line-height: 1.125rem;
    letter-spacing: .03125rem;
    text-transform: uppercase
}

.nav a {
    color: #0F1A2B
}

@media screen and (max-width: 1023.9px) {
    .nav__links {
        display: flex;
        flex-direction: column
    }

    .nav__link-item {
        margin-bottom: 3rem
    }
}

@media screen and (min-width: 1024px) {
    .nav {
        padding: 3rem 0 1.5rem;
        border-bottom: 1px solid rgba(71, 100, 145, 0.12)
    }

    .nav__logo {
        width: 13.4375rem;
        height: 4.125rem
    }

    .nav__burger {
        display: none
    }

    .nav__link-item+.nav__link-item {
        margin-left: 2rem
    }
}

.nav--tabs {
    position: relative;
    padding: 0;
    margin-bottom: 1.5rem;
    border-bottom: 0
}

.nav--tabs::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -100%;
    right: -100%;
    border-top: 1px solid #E2E4E6
}

.nav--tabs .nav-link {
    display: flex;
    align-items: center;
    position: relative;
    padding: .375rem 0 .625rem;
    margin-right: .875rem;
    border-bottom: .125rem solid transparent;
    color: #D2AB71;
    z-index: 2
}

.nav--tabs .nav-item:last-child .nav-link {
    margin-right: 0
}

.nav--tabs .nav-text {
    font-size: .75rem;
    line-height: 1rem;
    font-family: "Inter-SemiBold", sans-serif;
    text-transform: uppercase
}

.nav--tabs .nav-icon {
    font-size: 1.25rem;
    line-height: 1.25rem;
    margin-right: .5rem
}

.nav--tabs .nav-link.active {
    color: #0F1A2B;
    border-bottom-color: #D2AB71
}

@media screen and (min-width: 1024px) {
    .nav--tabs .nav-link {
        padding: .375rem 0 1.25rem;
        margin-right: 2.5rem
    }

    .nav--tabs .nav-icon {
        font-size: 1.5rem;
        line-height: 1.5rem;
        margin-right: .625rem
    }

    .nav--tabs .nav-text {
        font-size: .875rem;
        line-height: 1.125rem
    }
}

[data-menu-mobile-btn] {
    cursor: pointer
}

.menu-mobile {
    position: fixed;
    top: 0;
    right: -19.75rem;
    width: 18.75rem;
    height: 100%;
    padding: 5.5rem 2.5rem;
    background-color: #fff;
    transition: all .3s ease-out;
    z-index: 20;
    box-shadow: -1.25rem 0px 1.25rem 1px rgba(71, 100, 145, 0.12);
    overflow-y: auto;
    overflow-x: hidden;
    visibility: hidden
}

.menu-mobile--opened {
    right: 0;
    visibility: visible
}

.menu-mobile__close {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 2.5rem;
    right: .75rem;
    z-index: 10
}

.menu-mobile__close .icon-close {
    font-size: 1.5rem;
    line-height: 1.5rem
}

.menu-mobile a {
    color: #0F1A2B
}

.header {
    overflow: hidden
}

.header__main {
    margin-top: 2.5rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid rgba(71, 100, 145, 0.12)
}

.header__main,
.header__bottom {
    position: relative;
    z-index: 5
}

.header__title {
    max-width: 57.75rem
}

.header__title {
    margin-bottom: 2.5rem
}

.header__subtitle {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 3rem
}

.header__bottom {
    margin: 5.375rem 0 5rem
}

.header__btn+.header__btn {
    margin-left: 1.5rem
}

.header__additional-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 2.25rem;
    height: 2.25rem;
    color: #fff;
    background-color: #0F1A2B;
    border-radius: 50%;
    font-size: 1.5rem;
    margin-top: 1.5rem
}

.header__img {
    position: absolute;
    width: 19rem;
    height: 19rem;
    right: 0;
    top: 3.125rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: 0;
    opacity: .45
}

.homepage-header .header__img {
    width: 16.125rem;
    height: 19.375rem;
    top: 5rem;
    opacity: 1
}

@media screen and (max-width: 1023.9px) {
    .header__btns {
        display: none
    }

    .header__additional {
        text-align: center
    }
}

@media screen and (min-width: 1024px) {
    .header__main {
        margin-top: 7.5rem
    }

    .header__bottom {
        margin: 5rem 0 6rem
    }

    .header__subtitle {
        font-size: 1.5rem;
        line-height: 2.25rem
    }

    .header__btns {
        display: flex;
        margin-bottom: 5rem
    }

    .header__img {
        width: 27rem;
        height: 27rem;
        right: 0;
        top: 9rem
    }

    .homepage-header .header__img {
        width: 32.25rem;
        height: 38.75rem;
        top: 10rem
    }
}

.step {
    position: relative;
    display: flex;
    align-items: center;
    padding: 1.875rem 1.875rem 1.875rem 1.625rem;
    border: 1px solid rgba(71, 100, 145, 0.12);
    margin-bottom: 1.125rem;
    border-radius: .75rem;
    cursor: pointer
}

.step,
.step__num {
    transition: all .3s ease-in-out
}

.step__num {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.125rem;
    line-height: 2.5rem;
    flex: 0 0 2.5rem;
    margin-right: 1.875rem;
    color: #fff;
    background-color: #233E63;
    border-radius: 50%;
    text-align: center
}

.step__name {
    font-size: 1.0625rem;
    line-height: 1.4375rem;
    text-transform: uppercase;
    letter-spacing: 6%;
    margin-right: .75rem
}

.step__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .75rem;
    line-height: 1rem;
    width: 1.25rem;
    height: 1.25rem;
    flex: 0 0 1.25rem;
    margin-left: auto;
    background-color: rgba(237, 183, 130, 0.2);
    color: #D2AB71;
    border-radius: 50%
}

@media (hover: hover) {
    .step:hover {
        background-color: #FFF5E7;
        border-color: #FFF5E7
    }

    .step:hover .step__num {
        color: #0F1A2B;
        background-color: #fff
    }
}

@media screen and (min-width: 768px) {
    .step {
        margin-bottom: 2rem
    }
}

@media screen and (min-width: 1024px) {
    .step {
        height: 14.375rem;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        padding: 2rem;
        border-radius: 3rem
    }

    .step__name {
        max-width: 12rem;
        margin-right: 0
    }

    .step__icon {
        position: absolute;
        top: 2rem;
        right: 2rem
    }
}

.news__img {
    display: block;
    width: 100%;
    max-width: 11.25rem
}

.news__date {
    font-size: .875rem;
    line-height: 1.125rem;
    color: rgba(15, 26, 43, 0.48);
    margin: 1.5rem 0 .5rem 0
}

.news__title {
    font-size: 1.0625rem;
    line-height: 1.5625rem;
    text-transform: uppercase;
    letter-spacing: 6%
}

.news__title a {
    color: inherit
}

.news__category {
    display: inline-block;
    padding: .125rem .375rem;
    font-size: .875rem;
    line-height: 1.25rem;
    color: #fff;
    background-color: #EDB782;
    border-radius: .25rem;
    text-transform: uppercase;
    letter-spacing: 4%
}

.news__content {
    margin-top: 2.5rem
}

.news--list {
    overflow: hidden
}

.news--list .news__title {
    margin-bottom: .5rem
}

@media screen and (max-width: 767.9px) {
    .news--list {
        padding-bottom: .625rem
    }
}

@media screen and (min-width: 768px) {
    .row-news+.row-news {
        margin-top: 2.5rem
    }
}

.row--news>.col-12,
.row--news .news__category {
    display: none
}

.row--news.no-filter .col-12,
.row--news .col-12.show {
    display: block
}

.row--news.no-filter .news__category {
    display: inline-block
}

.col-news {
    padding-bottom: 2.5rem
}

@media screen and (min-width: 768px) {
    .col-news {
        margin-bottom: 2.5rem;
        border-bottom: 1px solid rgba(71, 100, 145, 0.12);
        border-right: 1px solid rgba(71, 100, 145, 0.12)
    }

    .col-news:nth-child(3n+3) {
        border-right: 0
    }
}

blockquote {
    font-family: "SangBleuKingdom-Regular", serif;
    margin-bottom: 1.875rem;
    padding: 1.875rem 0 0 3.125rem;
    background-image: url(../../assets/media/quote.svg);
    background-position: 0 1.5625rem;
    background-repeat: no-repeat;
    background-size: 1.75rem auto
}

blockquote p {
    letter-spacing: -1px
}

.main-content blockquote p {
    max-width: none
}

blockquote cite {
    font-size: 1rem;
    line-height: 1.25rem;
    font-family: "Inter-Regular", sans-serif;
    display: block;
    margin-top: 1.25rem;
    color: rgba(15, 26, 43, 0.48)
}

@media screen and (min-width: 1366px) {
    blockquote {
        margin-bottom: 3.75rem;
        padding: 4.375rem 0 0 7rem;
        background-position: 0 3.125rem;
        background-size: 3.625rem auto
    }

    blockquote p {
        font-size: 2rem;
        line-height: 2.625rem
    }
}

.dropdowns {
    padding-bottom: 1.875rem
}

.dropdowns h2,
.dropdowns .h2 {
    border-top: 0
}

@media screen and (min-width: 1366px) {
    .dropdowns {
        padding-bottom: 3.75rem
    }
}

.dropdown {
    font-size: 1.125rem;
    line-height: 1.375rem;
    background-color: #fff
}

.dropdown__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
    cursor: pointer
}

.dropdown__title {
    color: #D2AB71;
    margin-right: 1.25rem;
    text-transform: uppercase;
    letter-spacing: .0125rem
}

.dropdown__arrow {
    width: 1.25rem;
    height: .5625rem;
    transition: transform .3s ease-in-out
}

.dropdown__content {
    max-width: 45.375rem;
    padding: 0 1.5rem 1.5rem
}

.dropdown+.dropdown {
    margin-top: .375rem
}

[aria-expanded="true"] .dropdown__arrow {
    transform: rotate(180deg)
}

.endowment {
    padding: .875rem;
    background-color: #FBFBFC
}

.endowment__img {
    max-height: 11.25rem;
    margin-bottom: .375rem
}

.endowment__name {
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-bottom: .5rem
}

.endowment__name a {
    color: inherit
}

.endowment__desc {
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin-bottom: 1.5rem
}

.endowment__btn {
    margin-bottom: 1.5rem
}

@media screen and (max-width: 767.9px) {
    .endowment {
        margin-bottom: 1.25rem
    }
}

@media screen and (min-width: 768px) {
    .endowment {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100%;
        padding: 1.5rem 1.5rem 2rem
    }

    .endowment__name {
        font-size: 1.5rem;
        line-height: 2.25rem
    }

    .endowment__desc {
        margin-bottom: 2rem
    }

    .endowment__btn {
        margin-top: auto
    }
}

@media screen and (min-width: 768px) {
    .col-endowment {
        margin-bottom: 2rem
    }
}

.row--endowments>.col-12 {
    display: none
}

.row--endowments.no-filter .col-12,
.row--endowments .col-12.show {
    display: block
}

.filter {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.filter--btns {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

.filter--tabs {
    margin-bottom: 1.25rem
}

.filter--tabs::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid rgba(71, 100, 145, 0.12)
}

.filter--opened {
    z-index: 10
}

.filter--opened .filter__items {
    opacity: 1;
    z-index: 10
}

.filter--opened .filter__btn-open {
    display: none
}

.filter--opened .filter__btn-close {
    display: flex
}

.filter__title {
    font-size: 1rem;
    line-height: 1rem
}

.filter__btn {
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.filter__icon-svg {
    width: 1rem;
    height: 1rem
}

.filter__items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: opacity .2s ease-in-out
}

.filter__item {
    position: relative;
    display: flex;
    align-items: center;
    transition: all .2s ease-in-out
}

.filter--tabs .filter__item {
    font-size: .875rem;
    line-height: 1.125rem;
    font-family: "Inter-SemiBold", sans-serif;
    padding-bottom: .25rem;
    margin-right: 1rem;
    margin-bottom: .5rem;
    color: #D2AB71;
    border-bottom: .125rem solid transparent;
    text-transform: uppercase;
    letter-spacing: 4%
}

.filter--btns .filter__item {
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin-bottom: .5625rem;
    padding: .375rem .875rem;
    color: #D2AB71;
    border-radius: .1875rem
}

.filter--btns .filter__item::after {
    content: '';
    position: absolute;
    width: calc(100% - 28px);
    left: .875rem;
    bottom: .25rem;
    border-bottom: 1px dashed transparent
}

.filter__item:last-child {
    margin-right: 0
}

.filter--btns .filter__item.active {
    color: #0F1A2B;
    background-color: #FFF5E7
}

.filter--tabs .filter__item.active {
    color: #0F1A2B;
    border-color: #D2AB71
}

.filter__item .icon {
    margin-left: .75rem
}

.filter__btn-close {
    display: none
}

@media (hover: hover) {
    .filter--btns .filter__item:not(.active):hover::after {
        border-bottom-color: #D2AB71
    }
}

@media screen and (max-width: 767.9px) {
    .filter__items {
        padding: .75rem;
        margin-bottom: -.75rem;
        background-color: #fff;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        z-index: -1
    }
}

@media screen and (min-width: 768px) {
    .filter {
        background-color: transparent
    }

    .filter--tabs {
        margin-bottom: 4rem
    }

    .filter--btns {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem
    }

    .filter--tabs .filter__item {
        padding-bottom: 1.25rem;
        margin-right: 2.5rem;
        margin-bottom: 0
    }

    .filter__title,
    .filter__btn {
        display: none
    }
}

.member {
    text-align: center;
    margin-bottom: 1.5rem
}

.member__img {
    width: 7.5rem;
    height: 7.5rem;
    display: inline-block;
    border-radius: 50%
}

.member__name {
    font-size: 1.125rem;
    line-height: 1.375rem;
    max-width: 15rem;
    margin: 1rem auto 0
}

.member__position {
    font-size: .875rem;
    line-height: 1.25rem;
    margin-top: .25rem;
    color: rgba(15, 26, 43, 0.48)
}

@media screen and (min-width: 1366px) {
    .member {
        margin-bottom: 3rem
    }
}

.files {
    margin-top: 1.875rem;
    padding: 1.875rem 0
}

.files+.files {
    margin-top: 0
}

.files__row {
    margin-bottom: -1.5rem
}

.files h3,
.files .h3 {
    padding: 0;
    margin-top: 0
}

@media screen and (min-width: 1024px) {
    .files {
        margin-top: 2.5rem;
        padding: 2.5rem 0
    }
}

@media screen and (min-width: 1366px) {
    .files {
        margin-top: 4rem;
        padding: 3.75rem 0
    }

    .files__row {
        margin-bottom: -4.5rem
    }

    .files h3,
    .files .h3 {
        padding: 0;
        margin-bottom: 2.25rem
    }

    .files+h2,
    .files+.h2 {
        margin-top: 0
    }
}

.file {
    margin-bottom: 1.5rem;
    border-right: 1px solid rgba(71, 100, 145, 0.12)
}

.file__name {
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin-bottom: 1.5rem
}

@media screen and (min-width: 1366px) {
    .file {
        margin-bottom: 4.5rem
    }
}

.table {
    font-size: 1.25rem;
    line-height: 1.75rem;
    padding: 2.5rem 0
}

.table__row {
    border-bottom: 1px solid rgba(71, 100, 145, 0.12)
}

@media screen and (max-width: 575.9px) {
    .table__col:first-child {
        padding-top: .625rem
    }

    .table__col:last-child {
        padding-bottom: .625rem
    }
}

@media screen and (min-width: 576px) {
    .table__col {
        padding-top: .75rem;
        padding-bottom: .75rem
    }
}

@media screen and (min-width: 1366px) {
    .table {
        font-size: 1.5rem;
        line-height: 2.125rem;
        padding: 5rem 0
    }
}

.table-comparison {
    width: 100%
}

.table-comparison td {
    padding: .75rem 1.25rem .75rem;
    vertical-align: top;
    border-bottom: 1px solid rgba(71, 100, 145, 0.12)
}

.table-comparison tr:first-child td {
    border-bottom-color: #476491;
    font-weight: bold
}

.table-comparison tr:last-child td {
    border-bottom-color: transparent
}

.table-comparison tr:first-child td:nth-child(2) {
    border-radius: .375rem .375rem 0 0
}

.table-comparison tr:last-child td:nth-child(2) {
    border-radius: 0 0 .375rem .375rem
}

.table-comparison td:first-child {
    padding-left: 0
}

.table-comparison td:last-child {
    padding-right: 0
}

.table-comparison td:nth-child(2) {
    background-color: #FFF5E7
}

.carousel {
    margin-bottom: 3rem
}

.carousel-control-prev,
.carousel-control-next {
    width: 2.25rem;
    height: 2.25rem;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    background-color: #D2AB71;
    border-radius: 50%;
    cursor: pointer
}

.carousel-control-prev {
    left: 1.25rem
}

.carousel-control-next {
    right: 1.25rem
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: .5rem;
    height: .875rem
}

.carousel-control-prev-icon {
    margin-left: -.125rem
}

.carousel-control-next-icon {
    margin-right: -.125rem
}

.carousel-indicators {
    margin-bottom: 1.75rem
}

.carousel-indicators li {
    border: .125rem solid #D2AB71;
    opacity: 1;
    border-radius: 50%;
    background-clip: border-box
}

.carousel-indicators li.active {
    background-color: #D2AB71;
    opacity: 1
}

.carousel img {
    border-radius: .375rem
}

.modal-header {
    position: relative;
    padding-right: 3.375rem
}

.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2rem
}

.modal-body {
    overflow: hidden
}

.modal .table {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0
}

@media screen and (max-width: 767.9px) {
    .modal-title {
        font-size: 1.25rem;
        line-height: 1.625rem
    }
}

@media screen and (min-width: 1024px) {
    .modal-header {
        padding: 4rem 5.5rem 2.5rem
    }

    .modal-body {
        padding: 0 5.5rem 4rem
    }
}

.modal-step .modal-header {
    flex-direction: column
}

.modal-step .modal-header-num {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.125rem;
    line-height: 2.5rem;
    flex: 0 0 2.5rem;
    margin-bottom: 1rem;
    color: #fff;
    background-color: #233E63;
    border-radius: 50%;
    text-align: center
}

@media screen and (min-width: 576px) {
    .modal-step .modal-dialog {
        max-width: 51rem
    }
}

.modal-comparison .modal-body {
    overflow: hidden;
    overflow: auto
}

.modal-comparison .modal-dialog {
    max-width: 68.75rem
}

.form__item {
    margin-bottom: 1rem
}

.form__item--medium {
    margin-bottom: 1.5rem
}

.form__item--big {
    margin-bottom: 2rem
}

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

.form__text,
.form__textarea,
.form__label {
    font-size: 1.125rem;
    line-height: 1.625rem
}

.form__text,
.form__textarea {
    padding: 1.625rem 1.25rem .625rem;
    border: 1px solid #E2E4E6;
    border-radius: .5rem;
    outline: none
}

.form__textarea {
    height: 6.875rem;
    padding-top: 1.125rem;
    resize: none
}

.form__text.is-filled,
.form__textarea.is-filled {
    border-color: #EDB782
}

.form__label {
    display: block;
    position: relative;
    color: rgba(15, 26, 43, 0.24)
}

.form__label-big {
    font-size: 1.25rem;
    line-height: 1.625rem;
    display: block;
    position: relative;
    margin-bottom: .75rem
}

.form__label-text {
    position: absolute;
    top: 1.125rem;
    left: 1.25rem;
    transition: all .3s ease-in-out
}

.is-filled+.form__label-text,
.is-focus+.form__label-text {
    font-size: .75rem;
    line-height: .875rem;
    top: .5625rem
}

.is-filled--textarea+.form__label-text,
.is-focus--textarea+.form__label-text {
    top: -1.5rem;
    left: 0
}

.form__sum-list {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.25rem;
    line-height: 1.625rem;
    margin-bottom: -.625rem
}

.form__sum-item {
    color: #D2AB71;
    margin-bottom: .625rem;
    margin-right: 1rem;
    border-bottom: 1px dashed;
    cursor: pointer
}

.form__sum-item.active {
    color: #0F1A2B;
    border-bottom-width: 0
}

.form__text-sum {
    font-size: 3rem;
    line-height: 3.75rem;
    padding-right: 5rem
}

.form__currency {
    font-size: .75rem;
    line-height: .75rem;
    position: absolute;
    bottom: 1rem;
    right: 1.25rem;
    padding: .25rem .5rem;
    color: #0F1A2B;
    background-color: #F7F5F4;
    border-radius: .25rem
}

.form__errors {
    color: red;
    text-align: center
}

.form__text.error {
    border-color: red
}

.form input:placeholder-shown {
    border-color: yellow
}

.modal .form__text,
.modal .form__textarea {
    width: 100%
}

@media screen and (min-width: 1024px) {
    .form__item--medium {
        margin-bottom: 2.5rem
    }

    .form__item--big {
        margin-bottom: 4rem
    }
}

.wpcf7-form .wpcf7-not-valid-tip {
    display: block;
    font-size: .875rem;
    line-height: 1rem;
    color: red;
    margin-top: .5rem
}

.wpcf7-form.submitting .wpcf7-spinner {
    visibility: visible;
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    margin: 0
}

.wpcf7-form-control-wrap {
    display: block
}

.form__checkbox-label {
    font-size: 1.25rem;
    line-height: 1.625rem
}

.acceptance .form__checkbox-label {
    font-size: 1rem;
    line-height: 1.25rem
}

.wpcf7-acceptance {
    font-size: 1rem;
    line-height: 1.25rem;
    border-top: 1px solid #E2E4E6;
    padding-top: 1.5rem
}

.wpcf7-acceptance input,
.form__checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7-acceptance .form__checkbox-label,
.form__checkbox .wpcf7-list-item-label,
.form__checkbox .form__checkbox-label {
    position: relative;
    display: block;
    padding-left: 2.125rem;
    cursor: pointer
}

.wpcf7-acceptance .wpcf7-list-item-label::before,
.wpcf7-acceptance .form__checkbox-label::before,
.form__checkbox .wpcf7-list-item-label::before,
.form__checkbox .form__checkbox-label::before {
    content: '';
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: .375rem;
    left: 0;
    background-color: #fff;
    border-radius: .125rem;
    border: 1px solid #D2AB71;
    overflow: hidden
}

.wpcf7-acceptance input:checked~.wpcf7-list-item-label::before,
.wpcf7-acceptance input:checked~.form__checkbox-label::before,
.form__checkbox input:checked~.wpcf7-list-item-label::before,
.form__checkbox input:checked~.form__checkbox-label::before {
    background-image: url(../../assets/media/check.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #D2AB71
}

.wpcf7-not-valid {
    border-color: red !important
}

.wpcf7-response-output {
    display: none
}

.cookies {
    position: fixed;
    bottom: 4rem;
    padding: .875rem;
    background-color: #fff;
    border-radius: .625rem;
    margin: 0 auto;
    border: 1px solid #0F1A2B;
    z-index: 10;
    transform: translateY(100vh);
    opacity: 0;
    transition: transform 0.4s ease-in-out,
        opacity 0.4s linear
}

.show-cookies .cookies {
    transform: translate(0, 0);
    opacity: 1
}

.cookies__content {
    margin-top: .625rem
}

.cookies__text {
    font-size: .875rem;
    line-height: 1.125rem
}

.cookies__btn-container {
    width: 6.625rem
}

.cookies__btn {
    font-size: .875rem;
    line-height: 2.25rem;
    width: 100%;
    color: #fff;
    background-color: #0F1A2B;
    letter-spacing: 1px;
    border-radius: .375rem;
    transition: border-color 0.2s linear,
        background-color 0.2s linear
}

@media screen and (max-width: 767.9px) {
    .cookies {
        left: .9375rem;
        right: .9375rem
    }

    .cookies__btn-container {
        margin-top: 1.5rem
    }
}

@media screen and (min-width: 768px) {
    .cookies {
        width: 32.5rem;
        bottom: 5.25rem;
        right: 1.5rem;
        transform: translateX(100vw);
        transition: transform 0.7s ease-in-out,
            opacity 0.7s linear
    }

    .cookies__content {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-top: .875rem
    }

    .cookies__btn-container {
        flex-shrink: 0;
        margin-left: 2.625rem
    }
}

@media screen and (min-width: 1366px) {
    .cookies {
        right: 4rem
    }
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center
}

.pagination .page-numbers {
    margin: .25rem .125rem;
    padding: .25rem
}

.pagination .icon-arrow-right {
    display: block;
    font-size: .875rem;
    line-height: .875rem
}

.pagination .prev {
    margin-right: .375rem
}

.pagination .next {
    margin-left: .375rem
}

.pagination .prev .icon-arrow-right {
    transform: rotate(180deg)
}

.wp-block-columns {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
    margin-left: -1rem;
    margin-right: -1rem
}

.wp-block-columns .wp-block-column {
    word-break: normal
}

.wp-block-columns .wp-block-column {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: 0 !important
}

@media screen and (max-width: 1023.9px) {
    .wp-block-columns {
        flex-wrap: wrap
    }

    .wp-block-columns .wp-block-column {
        width: 50%
    }

    .not-homepage .wp-block-columns>.wp-block-column:not(:only-child) {
        flex: 0 0 auto !important;
        flex-basis: 50% !important
    }
}

@media screen and (max-width: 767.9px) {
    .wp-block-columns .wp-block-column {
        width: 100%
    }

    .not-homepage .wp-block-columns>.wp-block-column:not(:only-child) {
        flex-basis: 100% !important
    }
}

@media screen and (min-width: 1366px) {
    .wp-block-columns.big-indent {
        margin-left: -2rem;
        margin-right: -2rem
    }

    .wp-block-columns.big-indent .wp-block-column {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.not-homepage p {
    max-width: 56rem
}

.main-content p+ul,
.main-content p+ol {
    margin-top: .75rem
}

.main-content ol:not(.carousel-indicators) {
    list-style-type: decimal;
    padding-left: 1.25rem
}

.main-content ul,
.main-content ol:not(.carousel-indicators) {
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin-bottom: 1.875rem
}

.main-content ol:not(.carousel-indicators) li {
    padding-left: .625rem
}

.main-content ul li,
.main-content ol:not(.carousel-indicators) li {
    margin-bottom: .625rem
}

.main-content ul li {
    position: relative;
    padding-left: 2.5rem
}

.main-content ul.links li {
    margin-bottom: .125rem
}

.main-content ul li::before {
    content: '';
    position: absolute;
    top: .625rem;
    left: 1rem;
    background-color: #0F1A2B;
    width: .25rem;
    height: .25rem;
    border-radius: 50%
}

.main-content ul.links li::before {
    background-color: #D2AB71
}

.wp-block-image {
    display: block;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

@media screen and (min-width: 1366px) {
    .wp-block-image {
        margin-top: 3rem;
        margin-bottom: 3rem
    }

    h2+.wp-block-image {
        margin-top: 3.75rem;
        margin-bottom: 5rem
    }
}

.footer {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 1.25rem 0 2rem
}

.footer__menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.footer__menu,
.footer__contacts {
    margin-bottom: 2.5rem
}

.footer__menu-item {
    flex: 0 0 auto;
    width: calc(50% - 16px);
    margin-bottom: .625rem;
    white-space: nowrap
}

.footer__social {
    display: flex;
    margin-bottom: 5rem
}

.footer__social-item {
    margin-right: 2rem
}

.footer__social-item:last-child {
    margin-right: 0
}

.footer__text {
    font-size: .75rem;
    line-height: 1rem;
    color: rgba(15, 26, 43, 0.48);
    margin-bottom: 1.5rem
}

.footer__copyright,
.footer__creator {
    letter-spacing: -.02em
}

.footer a {
    color: #0F1A2B
}

@media screen and (min-width: 576px) {
    .footer__menu {
        flex-direction: column
    }

    .footer__social {
        margin-bottom: 2.5rem
    }

    .footer__text {
        padding-top: 1.5rem;
        border-top: 1px solid rgba(34, 5, 5, 0.12)
    }
}

@media screen and (min-width: 1024px) {
    .footer__text {
        margin-bottom: 3.5rem
    }
}

@media screen and (min-width: 1366px) {
    .footer {
        padding: 5rem 0 1.625rem
    }

    .footer__social {
        justify-content: flex-end
    }
}

.homepage-header {
    border-bottom: 1px solid rgba(71, 100, 145, 0.12)
}

.homepage .header__main {
    border-bottom: 0
}

.homepage .header__subtitle {
    margin-top: .75rem
}

.homepage .header__title,
.homepage .header__subtitle {
    margin-bottom: 0
}

@media screen and (min-width: 1024px) {
    .homepage h1 {
        font-size: 4.5rem;
        line-height: 5.625rem
    }

    .homepage .header__img {
        right: 2rem;
        top: 10rem
    }

    .homepage .header__main {
        margin-top: 6rem
    }
}

@media screen and (min-width: 1366px) {
    .page-endowments .line {
        margin-bottom: 5rem
    }
}

.page-endowment .members {
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(71, 100, 145, 0.12)
}

@media screen and (min-width: 1024px) {
    .page-endowment .members {
        margin-bottom: 3rem
    }
}

.page-press-center .header__main {
    margin-bottom: 0;
    border-bottom: 0
}

.page-news .header__main {
    border-bottom: 0
}

.page-news h1 {
    font-size: 1.25rem;
    line-height: 1.625rem;
    margin-bottom: 0
}

@media screen and (min-width: 375px) {
    .page-news h1 {
        font-size: 1.375rem;
        line-height: 1.75rem
    }
}

@media screen and (min-width: 768px) {
    .page-news h1 {
        font-size: 2rem;
        line-height: 2.875rem
    }
}

@media screen and (min-width: 1366px) {
    .page-news h1 {
        font-size: 2.625rem;
        line-height: 3.5rem
    }
}

.section {
    position: relative;
    padding: 5rem 0 3.75rem
}

.section--bg-grey-02 {
    background-color: rgba(35, 62, 99, 0.02)
}

.section--bg-pseudo::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50%;
    right: -50%;
    z-index: 1
}

.section--bg,
.section--bg-pseudo::before {
    background-image: url(../../assets/media/section-bg-m.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto
}

.section--bg-pseudo h2 {
    border-top: 0
}

.section__title {
    margin-bottom: 2.5rem;
    word-break: break-word
}

.section__subtitle {
    font-size: 1rem;
    line-height: 1.125rem;
    margin-bottom: 2.5rem;
    text-transform: uppercase
}

@media screen and (min-width: 1024px) {

    .section--bg,
    .section--bg-pseudo::before {
        background-image: url(../../assets/media/section-bg-d.jpg)
    }

    .section__subtitle {
        margin-bottom: 3rem
    }
}

@media screen and (min-width: 1366px) {
    .section {
        padding: 7.5rem 0
    }

    .section__title {
        margin-bottom: 3.75rem
    }
}

.section-quote {
    padding: 5rem 0 0
}

.section-quote__author {
    display: flex;
    margin-top: 1rem
}

.section-quote__author-img {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.section-quote__author-info {
    font-size: .8125rem;
    line-height: 1.125rem;
    color: rgba(15, 26, 43, 0.48)
}

.section-quote__author-info p+p {
    margin-top: 0
}

@media screen and (max-width: 1023.9px) {
    .section-quote__info {
        margin-top: 5rem
    }

    .section-quote__author {
        align-items: center
    }

    .section-quote__author-info {
        margin-left: .75rem
    }

    .section-quote .caption {
        padding-top: 1.5rem;
        border-top: 1px solid rgba(71, 100, 145, 0.12)
    }
}

@media screen and (min-width: 1024px) {
    .section-quote {
        padding: 5rem 0 3.75rem
    }

    .section-quote__inner {
        display: flex
    }

    .section-quote__author {
        flex-direction: column-reverse;
        margin-top: 2rem
    }

    .section-quote__author-img {
        width: 4rem;
        height: 4rem;
        margin-top: 1.5rem
    }

    .section-quote__info {
        border-left: 1px solid rgba(71, 100, 145, 0.12)
    }
}

.section-endowment {
    padding: 5rem 0 3.75rem
}

.section-endowment__descr-container {
    margin-top: 1rem
}

.section-endowment__cols {
    margin-top: 5rem
}

.section-endowment__animated {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 14.125rem
}

.section-endowment__col {
    opacity: 0;
    transition: opacity .3s linear
}

.section-endowment__col.visible {
    opacity: 1
}

.section-endowment__col:not(:first-child) .section-endowment__animated-top {
    height: 5.5rem
}

.section-endowment__col:nth-of-type(2) .section-endowment__animated-top {
    display: flex;
    align-items: flex-end
}

.section-endowment__bronze {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #EDB782
}

.section-endowment__animated-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 8.125rem;
    background-color: #233E63;
    margin-top: .5rem
}

.section-endowment__col:first-child .section-endowment__animated-bottom {
    height: 6.375rem
}

.section-endowment__animated-bottom-text {
    color: #fff
}

.section-endowment__animated-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.section-endowment__heading {
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-family: "Inter-Regular", sans-serif;
    margin-top: 1.5rem
}

.section-endowment__descr {
    margin-top: .75rem
}

.section-endowment__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3.75rem
}

.section-endowment__bottom-icon-container {
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 2rem;
    background-color: #162C4A;
    border-radius: 50%
}

.section-endowment__bottom-text {
    text-align: center;
    max-width: 26rem;
    margin-top: 1rem
}

@media screen and (max-width: 1023.9px) {
    .section-endowment__cols {
        flex-direction: column;
        align-items: center
    }

    .section-endowment__col {
        width: 16.25rem
    }

    .section-endowment__col+.section-endowment__col {
        margin-top: 3.75rem
    }
}

@media screen and (min-width: 1024px) {
    .section-endowment {
        padding: 7.5rem 0
    }

    .section-endowment__descr-container {
        margin-top: 2.5rem
    }

    .section-endowment__cols {
        margin-top: 4.625rem
    }

    .section-endowment__animated {
        height: 19.125rem
    }

    .section-endowment__col:not(:first-child) .section-endowment__animated-top {
        height: 7.5rem
    }

    .section-endowment__animated-bottom {
        height: 11rem;
        margin-top: .625rem
    }

    .section-endowment__col:first-child .section-endowment__animated-bottom {
        height: 8.75rem
    }

    .section-endowment__animated-bottom-text {
        display: none
    }

    .section-endowment__heading {
        margin-top: 2.5rem
    }

    .section-endowment__descr {
        margin-top: 1.5rem
    }

    .section-endowment__bottom {
        width: 100%;
        max-width: 40rem;
        border-top: 1px solid rgba(71, 100, 145, 0.12);
        padding-top: 2rem;
        margin: 6.25rem auto 0
    }
}

.section-today__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid rgba(34, 5, 5, 0.12)
}

.section-today__item {
    flex: 0 0 auto;
    width: calc(50% - 10px);
    padding: 1rem 0;
    border-bottom: 1px solid rgba(34, 5, 5, 0.12)
}

.section-today__item-num {
    display: block;
    font-size: 1.5rem;
    line-height: 2.125rem;
    margin-bottom: .5rem
}

.section-today__item-text {
    font-size: .75rem;
    line-height: 1.125rem;
    text-transform: uppercase;
    letter-spacing: 6%
}

@media screen and (min-width: 768px) {
    .section-today__item {
        width: calc(33.3333% - 10px)
    }
}

@media screen and (min-width: 1024px) {
    .section-today__item {
        width: 16.6666%;
        padding: 1rem 1rem 0 1rem;
        border-bottom: none;
        border-right: 1px solid rgba(34, 5, 5, 0.12)
    }

    .section-today__item:first-child {
        padding-left: 0
    }

    .section-today__item:last-child {
        padding-right: 0;
        border-right: none
    }

    .section-today__item-num {
        margin-bottom: 1rem
    }
}

@media screen and (min-width: 1024px) {
    .section-today__item {
        padding-top: 2.5rem;
        padding-right: 2rem
    }

    .section-today__item:last-child {
        padding-right: 0
    }
}

.section-platform__steps {
    margin-top: 2rem
}

.section-platform p+a {
    font-size: 1.1875rem;
    line-height: 1.5625rem;
    display: inline-block;
    margin-top: .5rem
}

@media screen and (min-width: 768px) {
    .section-platform__steps {
        margin-top: 2.5rem
    }
}

@media screen and (min-width: 1024px) {
    .section-platform__steps {
        margin-top: 3.75rem
    }
}

@media screen and (min-width: 1366px) {
    .section-platform {
        padding: 4rem 0
    }

    .section-platform__steps {
        margin-top: 5rem
    }
}

.section-change {
    padding-top: 0
}

.section-change__title,
.section-change__inner {
    position: relative;
    z-index: 5
}

.section-change .section__title {
    margin-bottom: 1.5rem;
    border-top: 0
}

.section-change__inner {
    max-width: 43.25rem;
    margin: 0 auto
}

.section-change__text {
    max-width: 40rem;
    margin: 0 auto 2.5rem
}

.section-change__btns {
    display: flex;
    flex-direction: column
}

.section-change__btn {
    width: 100%;
    text-align: left
}

.section-change__desc {
    font-size: 1rem;
    line-height: 1.25rem;
    max-width: 26rem;
    margin: 1.5rem auto 0
}

@media screen and (max-width: 1023.9px) {
    .section-change__btn+.section-change__btn {
        margin-top: 1.5rem
    }
}

@media screen and (min-width: 1024px) {
    .section-change__btns {
        flex-direction: row;
        justify-content: space-between
    }

    .section-change__btns--single {
        justify-content: center
    }

    .section-change__btn {
        width: 20.625rem
    }

    .section-change__btns--single .section-change__btn {
        width: auto
    }
}

@media screen and (min-width: 1366px) {
    .section-change .section__title {
        margin-top: 4.25rem;
        margin-bottom: 2.5rem
    }

    .main-content .section-change .section__title {
        padding-top: 7.5rem
    }

    .section-change__text {
        margin-bottom: 5rem
    }

    .section-change__desc {
        margin-top: 2.5rem
    }

    .section-change p {
        font-size: 1.125rem
    }
}

.section-news {
    padding-top: 0
}

.section-news .btn {
    margin-top: 1rem
}

@media screen and (min-width: 768px) {
    .section-news .btn {
        margin-top: 5rem
    }
}

@media screen and (min-width: 1024px) {
    .section-news {
        padding-top: 7rem
    }
}

.section-filter {
    padding-top: 0;
    padding-bottom: 0
}

.section-filter .section__title {
    margin-bottom: 1.5rem
}

@media screen and (min-width: 1366px) {
    .section-filter .section__title {
        padding-top: 4rem
    }
}

.section-history {
    position: relative;
    padding: 3.75rem 0 5rem
}

.section-history__title {
    margin-bottom: 1rem
}

.section-history__text {
    margin-bottom: 1.5rem
}

.section-history__slider-item-media {
    text-align: center;
    margin-bottom: .75rem
}

.section-history__slider-item-date,
.section-history__slider-item-text {
    color: rgba(15, 26, 43, 0.48)
}

.section-history__slider-item-date {
    font-size: .75rem;
    line-height: .875rem;
    margin-bottom: .25rem
}

.section-history__slider-item-title {
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-family: "SangBleuKingdom-Regular", serif;
    letter-spacing: -.02rem;
    margin-bottom: .5rem
}

.section-history__slider-item-text {
    font-size: 1rem;
    line-height: 1.25rem
}

.section-history__slider-nav {
    font-size: .875rem;
    line-height: 1.125rem;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    height: 5.625rem;
    margin-top: 2.5rem;
    color: rgba(15, 26, 43, 0.48)
}

.section-history__slider-nav-link {
    display: inline-block
}

.section-history__slider-nav-lines {
    display: flex;
    align-items: flex-end;
    height: 2rem;
    margin-top: 1.5rem
}

.section-history__slider-nav-line {
    display: block;
    height: 1rem;
    margin-right: 1rem;
    border-left: 1px solid rgba(15, 26, 43, 0.24);
    transition: all .3s ease-in-out
}

.section-history__slider-nav-line:first-child {
    height: 1.625rem
}

.active .section-history__slider-nav-line:first-child {
    height: 2rem;
    border-color: #D2AB71
}

.section-history a {
    color: inherit
}

.section-history .active a {
    color: #0F1A2B
}

@media screen and (max-width: 1365.9px) {
    .section-history__slider-list {
        display: flex;
        align-items: center;
        overflow: hidden
    }

    .section-history__slider-item {
        text-align: center;
        flex: 0 0 100%
    }

    .section-history__slider-nav {
        padding: 0 1.25rem;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .section-history__slider-nav::-webkit-scrollbar {
        display: none
    }

    .section-history__slider-nav-link {
        display: inline-block;
        transform: translateX(-20px)
    }
}

@media screen and (min-width: 1024px) {
    .section-history__title {
        margin-bottom: 2.5rem
    }

    .section-history__text {
        padding-right: 3.625rem
    }
}

@media screen and (min-width: 1366px) {
    .section-history {
        padding: 0
    }

    .section-history::after,
    .section-history::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        height: 7.5rem;
        z-index: 3
    }

    .section-history::after {
        bottom: 0;
        background: linear-gradient(180deg, rgba(251, 251, 252, 0) 0%, rgba(251, 251, 252, 0.64) 100%)
    }

    .section-history::before {
        top: 0;
        background: linear-gradient(180deg, rgba(251, 251, 252, 0.64) 0%, rgba(251, 251, 252, 0) 100%)
    }

    .section-history__title {
        margin-top: 7.5rem
    }

    .section-history__text {
        font-size: 1.25rem;
        line-height: 1.75rem;
        padding-right: 5rem
    }

    .section-history__slider {
        display: flex;
        height: 62.5rem;
        overflow: hidden
    }

    .section-history__slider-list {
        position: relative;
        padding-top: 14.375rem;
        height: 100%;
        overflow-y: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        z-index: 1
    }

    .section-history__slider-list::-webkit-scrollbar {
        display: none
    }

    .section-history__slider-item {
        display: flex;
        align-items: flex-start;
        text-align: left
    }

    .section-history__slider-item-media {
        max-width: 19.75rem;
        flex: 0 0 19.75rem;
        padding-right: 2rem;
        text-align: right
    }

    .section-history__slider-item-info {
        padding-left: 1rem;
        padding-right: 2rem;
        border-left: 1px solid rgba(71, 100, 145, 0.12)
    }

    .section-history__slider-item-date {
        margin-bottom: .75rem
    }

    .section-history__slider-item-title {
        margin-bottom: 1.5rem
    }

    .section-history__slider-item-text {
        margin-bottom: 5rem
    }

    .section-history__slider-nav {
        flex-direction: column;
        flex: 0 0 9rem;
        height: auto;
        width: 9rem;
        margin-top: 14.375rem
    }

    .section-history__slider-nav-item {
        display: flex
    }

    .section-history__slider-nav-lines {
        flex-direction: column;
        height: auto;
        flex: 0 0 2rem;
        width: 2rem;
        margin-top: 0
    }

    .section-history__slider-nav-line {
        height: 1px;
        width: 1rem;
        margin-right: 0;
        margin-top: 1rem;
        border-top: 1px solid rgba(15, 26, 43, 0.24);
        border-left-width: 0
    }

    .section-history__slider-nav-line:first-child {
        height: 1px
    }

    .active .section-history__slider-nav-line:first-child {
        height: 1px;
        width: 2rem
    }

    .section-history__slider-nav-line:last-child {
        display: none
    }

    .section-history__slider-nav-link {
        transform: translate(-32px, 7px)
    }
}

.stack {
    width: 100%
}

.stack>div {
    margin-top: .625rem;
    width: 100%;
    height: 1px;
    background-color: #233E63
}

.stack>div:first-child {
    margin-top: 0
}

.animation-stack>div {
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in;
    opacity: 0;
    transform: translateY(-200px) rotate(10deg)
}

.animation-stack>div:nth-child(2n) {
    transform: translateY(-200px) rotate(-10deg)
}

.animation-stack>div.animated {
    opacity: 1;
    transform: translateY(0) rotate(0deg)
}

.animation-stack>div.animated:nth-child(1) {
    opacity: 0.1
}

.animation-stack>div.animated:nth-child(2) {
    opacity: 0.2
}

.animation-stack>div.animated:nth-child(3) {
    opacity: 0.3
}

.animation-stack>div.animated:nth-child(4) {
    opacity: 0.4
}

.animation-stack>div.animated:nth-child(5) {
    opacity: 0.5
}

.animation-stack>div.animated:nth-child(6) {
    opacity: 0.6
}

.animation-stack>div.animated:nth-child(7) {
    opacity: 0.7
}

.animation-stack>div.animated:nth-child(8) {
    opacity: 0.8
}

.animation-stack>div.animated:nth-child(9) {
    opacity: 0.9
}

.grow {
    animation: growSmall 0.5s ease-out forwards 1s
}

.grow p {
    opacity: 0;
    animation: fadeIn 0.3s ease-out forwards 1.5s
}

@media screen and (min-width: 1366px) {
    .grow {
        animation-name: growBig
    }
}

@keyframes growSmall {
    from {
        height: 0
    }

    to {
        height: 5.5rem
    }
}

@keyframes growBig {
    from {
        height: 0
    }

    to {
        height: 7.5rem
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

:root {
    --size-first: 51px;
    --size-second: 41px;
    --size-third: 47px;
    --size-fourth: 39px;
    --size-fifth: 45px;
    --font-size: 24px;
    --transform-first: translate(-130px, -130px) scale(1);
    --transform-second: translate(94px, -136px) scale(1);
    --transform-third: translate(0, -90px) scale(1);
    --transform-fourth: translate(100px, 0) scale(1);
    --transform-fifth: translate(-80px, 30px) scale(1)
}

@media screen and (min-width: 1366px) {
    :root {
        --size-first: 69px;
        --size-second: 56px;
        --size-third: 63px;
        --size-fourth: 53px;
        --size-fifth: 61px;
        --font-size: 32px;
        --transform-first: translate(-200px, -190px) scale(1);
        --transform-second: translate(180px, -160px) scale(1);
        --transform-third: translate(-60px, -120px) scale(1);
        --transform-fourth: translate(130px, -10px) scale(1);
        --transform-fifth: translate(-220px, 50px) scale(1)
    }
}

.animated-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    font-size: var(--font-size);
    color: #fff;
    border-radius: 50%;
    background-color: #162C4A;
    transition: transform 0.5s ease-in-out,
        opacity 0.5s ease-in-out
}

.animated-icon:nth-of-type(1) {
    width: var(--size-first);
    height: var(--size-first)
}

.animated-icon:nth-of-type(1).animate {
    animation: animateFirst 1s ease-out forwards 1.5s
}

.animated-icon:nth-of-type(2) {
    width: var(--size-second);
    height: var(--size-second)
}

.animated-icon:nth-of-type(2).animate {
    animation: animateSecond 1s ease-out forwards 1.5s
}

.animated-icon:nth-of-type(3) {
    width: var(--size-third);
    height: var(--size-third)
}

.animated-icon:nth-of-type(3).animate {
    animation: animateThird 1s ease-out forwards 1.5s
}

.animated-icon:nth-of-type(4) {
    width: var(--size-fourth);
    height: var(--size-fourth)
}

.animated-icon:nth-of-type(4).animate {
    animation: animateFourth 1s ease-out forwards 1.5s
}

.animated-icon:nth-of-type(5) {
    width: var(--size-fifth);
    height: var(--size-fifth)
}

.animated-icon:nth-of-type(5).animate {
    animation: animateFifth 1s ease-out forwards 1.5s
}

@keyframes animateFirst {
    from {
        opacity: 0;
        transform: scale(0.4)
    }

    to {
        opacity: 1;
        transform: var(--transform-first)
    }
}

@keyframes animateSecond {
    from {
        opacity: 0;
        transform: scale(0.4)
    }

    to {
        opacity: 1;
        transform: var(--transform-second)
    }
}

@keyframes animateThird {
    from {
        opacity: 0;
        transform: scale(0.4)
    }

    to {
        opacity: 1;
        transform: var(--transform-third)
    }
}

@keyframes animateFourth {
    from {
        opacity: 0;
        transform: scale(0.4)
    }

    to {
        opacity: 1;
        transform: var(--transform-fourth)
    }
}

@keyframes animateFifth {
    from {
        opacity: 0;
        transform: scale(0.4)
    }

    to {
        opacity: 1;
        transform: var(--transform-fifth)
    }
}




body.page-id-5267 .header__subtitle.serif {
    display: none;
}

body.page-id-5267 .header__main {
    border: none;
}

body.page-id-5267 .form__consult__page {
    padding: 64px 0 0;
}



body.page-id-5267 .form__consult__page input,
body.page-id-5267 .form__consult__page textarea {
    width: 100%;
}

body.page-id-5267 .form__consult__page {
    max-width: 529px;
}

body.page-id-5267 .main-content p {
    font-family: SangBleu Kingdom;
    font-size: 26px;
    letter-spacing: -0.48px;
    line-height: 1.35;
    max-width: 650px;
}

@media screen and (max-width:1365px) {

    body.page-id-5267 .main-content p {
        font-size: 19px;
    }

}

@media screen and (max-width:550px) {
    body.page-id-5267 .main-content br {
        display: none
    }

    body.page-id-5267 .header__main {
        margin-bottom: 1.25rem;
    }

    body.page-id-5267 .form__consult__page {
        padding-top: 40px;
    }

}

.order_fix_btn {
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='35' viewBox='0 0 30 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9639 18.0514L13.5719 18.8758L11.4296 23.4254C10.7504 22.9862 10.1411 22.4469 9.63654 21.819C7.75425 19.4575 7.50974 16.0135 9.0932 13.4325C9.81119 12.2614 10.8591 11.2674 12.1204 10.6935C12.361 10.5817 12.6133 10.497 12.8655 10.4199L12.5784 9.86135C11.0104 10.3467 9.57056 11.2443 8.50328 12.504C6.34156 15.0504 6.1087 18.7333 7.89008 21.5609C8.67793 22.809 9.61714 23.6334 10.9677 24.4077L10.0285 26.4071C8.92243 25.783 7.92501 24.9586 7.10612 23.9609C4.31955 20.5631 3.93921 15.6784 6.1902 11.9031C7.39331 9.88061 9.14365 8.10084 11.286 7.31111L11.0531 6.8835C9.13977 7.58077 7.39719 8.75188 6.06601 10.3352C2.96119 14.018 2.4489 19.2225 4.97156 23.3329C6.06212 25.1127 7.66498 26.5381 9.52399 27.4858L8.59255 29.4658C7.0285 28.5952 5.61969 27.4357 4.48255 26.0373C0.791702 21.4954 0.36479 14.9541 3.3881 9.95766C4.80079 7.6193 6.947 5.68928 9.45413 4.5721C9.5628 4.52588 9.67147 4.47965 9.78014 4.43342L9.52399 3.93262C7.13329 4.86103 4.97156 6.35188 3.31436 8.33968C-0.605464 13.0472 -1.12164 19.9198 2.15782 25.105C3.60932 27.401 5.68567 29.2501 8.13071 30.4366L6.26782 34.393H8.15399L14.5848 18.1978L13.9639 18.0514Z' fill='white'/%3E%3Cpath d='M21.0153 3.82921L22.7346 0H20.8717L14.5845 16.5727L15.2093 16.7538L17.8872 10.7904C20.437 12.0039 21.9157 14.7082 21.9351 17.5589C21.9157 20.4559 20.1188 23.2835 17.3206 24.2697C17.0916 24.3506 16.8587 24.4122 16.6259 24.4623L16.917 25.0247C20.08 24.2427 22.7074 21.7117 23.2236 18.4565C23.2896 18.0366 23.3168 17.6128 23.3206 17.1891C23.3012 13.9339 21.2171 11.1063 18.2986 9.87352L19.2223 7.82023C22.4513 9.24559 24.5587 12.2735 25.1331 15.7907C25.2223 16.3339 25.2689 16.8809 25.2689 17.4318C25.2495 21.7079 22.6221 25.7374 18.5198 27.209C18.384 27.2591 18.2482 27.3014 18.1123 27.3438L18.3879 27.9024C22.4707 26.5926 25.8239 23.3335 26.5225 19.0806C26.6195 18.495 26.6622 17.9056 26.6661 17.3124C26.6467 12.6626 23.9222 8.65233 19.6841 6.7801L20.6078 4.72295C24.8692 6.67223 27.7295 10.7018 28.4513 15.3939C28.56 16.1104 28.6143 16.8308 28.6143 17.5551C28.5949 23.1756 25.0749 28.5072 19.7307 30.4873L19.9868 30.9881C22.2146 30.2023 24.256 28.9271 25.9093 27.236C27.9817 25.1095 29.3789 22.3551 29.8291 19.4273C29.9417 18.6876 29.996 17.9364 29.9999 17.1891C29.9805 11.3027 26.5108 5.94799 21.0153 3.82921Z' fill='white'/%3E%3C/svg%3E%0A");
    border-radius: 70px;
    background-color: #233E63;
    padding: 21px 20px 21px 70px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-repeat: no-repeat;
    background-position: 24px 50%;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 142%;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    display:flex;
    z-index:10
}

.order_fix_btn:hover {
    background-color: #EDB782;
    color: #fff;
}

@media screen and (max-width: 550px) {
    .order_fix_btn {
        font-size: 10px;
        background-size: 22px;
        padding: 15px 25px 15px 60px;
        right: 12px;
        bottom: 12px;
    }
}
.footer__section {
    position: relative;
}

.footer__section__copyright {
    position: absolute;
    right: 1rem;
    bottom: 2.5rem;
    color: #0F1A2B;
    text-align: right;
    font-size: 12px;
    z-index: 2;
    line-height:1rem;
}

.footer__section__copyright__title {
    color: rgba(15, 26, 43, 0.48);
    margin-bottom:0.15rem
}

.footer__section__copyright__value a:hover {
     color: rgba(15, 26, 43, 0.48);
}
.news__source__link.news__source__link--cat {
    margin-top: 1.15rem;
    font-size: 0.9rem;
    font-weight: 300;
    color: inherit;
}
.news__category a {
    color: inherit;
}

.news__category:has(a):hover {
    background: #d2ab71;
}


@media screen and (max-width:576px){
 .footer__section__copyright{position:static;text-align: left;margin-bottom: 2rem;padding-right: 15px;padding-left: 15px;}   
 
.footer__social {
    margin-bottom: 2rem;
}
}