/*!
 * Bootstrap Reboot v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: #fff0;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    font-style: normal;
    line-height: inherit;
}
address,
dl,
ol,
ul {
    margin-bottom: 1rem;
}
dl,
ol,
ul {
    margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #007bff;
    background-color: #fff0;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img {
    border-style: none;
}
img,
svg {
    vertical-align: middle;
}
svg {
    overflow: hidden;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
/*!
* Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
* Copyright 2011-2022 The Bootstrap Authors
* Copyright 2011-2022 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}
*,
:after,
:before {
    box-sizing: inherit;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.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: 100%;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 95%;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 95%;
    }
}
@media (min-width: 1280px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1280px;
    }
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-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: 992px) {
    .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: 1280px) {
    .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%;
    }
}
@media (min-width: 1400px) {
    .col-xxl {
        flex-basis: 0%;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xxl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xxl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xxl-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-xxl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xxl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xxl-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xxl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xxl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xxl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xxl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xxl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xxl-first {
        order: -1;
    }
    .order-xxl-last {
        order: 13;
    }
    .order-xxl-0 {
        order: 0;
    }
    .order-xxl-1 {
        order: 1;
    }
    .order-xxl-2 {
        order: 2;
    }
    .order-xxl-3 {
        order: 3;
    }
    .order-xxl-4 {
        order: 4;
    }
    .order-xxl-5 {
        order: 5;
    }
    .order-xxl-6 {
        order: 6;
    }
    .order-xxl-7 {
        order: 7;
    }
    .order-xxl-8 {
        order: 8;
    }
    .order-xxl-9 {
        order: 9;
    }
    .order-xxl-10 {
        order: 10;
    }
    .order-xxl-11 {
        order: 11;
    }
    .order-xxl-12 {
        order: 12;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66667%;
    }
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1280px) {
    .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 (min-width: 1400px) {
    .d-xxl-none {
        display: none !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1280px) {
    .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;
    }
}
@media (min-width: 1400px) {
    .flex-xxl-row {
        flex-direction: row !important;
    }
    .flex-xxl-column {
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        justify-content: space-around !important;
    }
    .align-items-xxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        align-content: center !important;
    }
    .align-content-xxl-between {
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        align-self: auto !important;
    }
    .align-self-xxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.m-n1 {
    margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}
.m-n2 {
    margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}
.m-n3 {
    margin: -1rem !important;
}
.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}
.m-n4 {
    margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}
.m-n5 {
    margin: -3rem !important;
}
.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1280px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1400px) {
    .m-xxl-0 {
        margin: 0 !important;
    }
    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important;
    }
    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important;
    }
    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.25rem !important;
    }
    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem !important;
    }
    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem !important;
    }
    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xxl-5 {
        margin: 3rem !important;
    }
    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem !important;
    }
    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem !important;
    }
    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important;
    }
    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important;
    }
    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem !important;
    }
    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem !important;
    }
    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xxl-5 {
        padding: 3rem !important;
    }
    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem !important;
    }
    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem !important;
    }
    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem !important;
    }
    .m-xxl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xxl-n1,
    .my-xxl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xxl-n1,
    .mx-xxl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xxl-n1,
    .my-xxl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xxl-n1,
    .mx-xxl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xxl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xxl-n2,
    .my-xxl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xxl-n2,
    .mx-xxl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xxl-n2,
    .my-xxl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xxl-n2,
    .mx-xxl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xxl-n3 {
        margin: -1rem !important;
    }
    .mt-xxl-n3,
    .my-xxl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xxl-n3,
    .mx-xxl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xxl-n3,
    .my-xxl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xxl-n3,
    .mx-xxl-n3 {
        margin-left: -1rem !important;
    }
    .m-xxl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xxl-n4,
    .my-xxl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xxl-n4,
    .mx-xxl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xxl-n4,
    .my-xxl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xxl-n4,
    .mx-xxl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xxl-n5 {
        margin: -3rem !important;
    }
    .mt-xxl-n5,
    .my-xxl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xxl-n5,
    .mx-xxl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xxl-n5,
    .my-xxl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xxl-n5,
    .mx-xxl-n5 {
        margin-left: -3rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important;
    }
    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important;
    }
    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !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;
}
.all_pages {
    position: fixed;
    top: 20%;
    right: 0;
    z-index: 999999;
}
.all_pages:hover ul {
    right: 0;
}
.all_pages .page_point {
    padding: 10px 15px;
    background: #00d2ff;
    cursor: pointer;
}
.all_pages ul {
    background: #00d2ff;
    padding: 15px 20px;
    position: absolute;
    top: 100%;
    width: 200px;
    right: -200px;
    transition: 0.4s;
    max-height: 500px;
    overflow-y: auto;
}
.all_pages ul li {
    list-style: none;
    margin-bottom: 15px;
    font-size: 16px;
}
.all_pages ul li a {
    color: #fff;
}
*,
:after,
:before {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
li,
p,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
img {
    vertical-align: top;
    max-width: 100%;
}
button:focus-visible,
input,
select,
textarea {
    outline: 0;
}
@font-face {
    font-family: Inter-f;
    src: url(../fonts/Inter-Light.ttf);
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: Inter-f;
    src: url(../fonts/Inter-Regular.ttf);
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: Inter-f;
    src: url(../fonts/Inter-Medium.ttf);
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: Inter-f;
    src: url(../fonts/Inter-SemiBold.ttf);
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: Inter-f;
    src: url(../fonts/Inter-Bold.ttf);
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: Roboto-f;
    src: url(../fonts/Roboto-Bold.ttf);
    font-weight: 700;
    font-display: swap;
}
:root {
    --white: #fff;
    --black: #191b1e;
    --dark-grey: #393f46;
    --blue: #0013f5;
    --secondary: #4c4cff;
    --yellow: #f3b33e;
    --index: calc(1vh + 1vw);
}
body,
html {
    height: 100%;
    box-sizing: border-box;
    background-color: #fff;
}
body,
html,
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}
body,
h1,
html,
p {
    color: var(--black);
    font-family: Inter-f, sans-serif;
}
h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
}
@media (max-width: 575px) {
    h1 {
        font-size: 38px;
    }
}
h2 {
    font-family: Inter-f, sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: var(--dark-grey);
    line-height: 1.2;
    margin-bottom: 0;
}
@media (max-width: 575px) {
    h2 {
        font-size: 38px;
    }
}
h3 {
    font-family: Inter-f, sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: var(--black);
    line-height: 1.25;
    margin-bottom: 0;
}
@media (max-width: 575px) {
    h3 {
        font-size: 29px;
    }
}
h5 {
    font-family: Inter-f, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--dark-grey);
    line-height: 1.5;
}
h5,
h6 {
    margin-bottom: 0;
}
.wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.menu a {
    text-decoration: none;
}
.menu__list a {
    color: var(--black);
}
.menu__list li:hover .menu__link {
    color: var(--secondary);
}
.sub-menu__list a {
    color: var(--black);
}
.sub-menu-list__title {
    font-family: Inter-f, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    color: rgb(57 63 70 / 0.6);
    padding-bottom: 24px;
}
.menu__list {
    display: flex;
    align-items: center;
}
@media (max-width: 1023px) {
    .menu__list {
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
}
.menu__list > li {
    padding: 20px 40px 20px 0;
    transition: all 0.3s ease;
}
@media (max-width: 1100px) {
    .menu__list > li {
        padding: 20px 15px 20px 0;
    }
}
@media (max-width: 1023px) {
    .menu__list > li {
        width: 100%;
        text-align: left;
        padding: 0;
    }
}
@media (min-width: 1024px) {
    .menu-item-has-children:hover .sub-menu__list {
        display: block;
    }
}
.menu-item-has-children {
    transition: all 0.3s ease;
}
@media (min-width: 1024px) {
    .menu-item-has-children:hover {
        color: var(--secondary);
    }
    .menu-item-has-children:hover:after {
        transform-origin: center;
        transform: rotate(180deg);
        top: 6px;
        right: 20px;
    }
}
@media (max-width: 1023px) {
    .menu__link:after {
        display: inline-block;
        padding-left: 30px;
        content: url(../img/chevron-up.svg);
    }
}
.sub-menu__list {
    position: absolute;
    width: auto;
    top: 100%;
    display: none;
    z-index: 999;
    border-radius: 16px;
    transition: all 0.3s ease;
    white-space: nowrap;
    cursor: pointer;
}
@media (max-width: 1023px) {
    .sub-menu__list {
        transform: translateX(-50%);
        top: 100%;
        right: 0;
        left: 50%;
        position: relative;
        min-width: auto;
        transition: all 0.3s ease;
        margin-top: 0;
    }
}
.sub-menu__list-simple {
    padding: 24px;
}
@media (max-width: 1023px) {
    .sub-menu__list-simple {
        padding: 8px 0 0;
    }
}
@media (min-width: 1024px) {
    .menu-item-has-children:hover:after {
        content: "";
        position: absolute;
        display: block;
        left: 15%;
        bottom: 0;
        margin-top: 45px;
        width: 0;
        height: 0;
        border-left: 19px solid #fff0;
        border-right: 19px solid #fff0;
        border-top: 21px solid var(--white);
        z-index: 1001;
    }
}
.sub-menu__list {
    background: var(--white);
    box-shadow: 0 0 15px rgb(0 0 0 / 0.2);
    min-width: 200px;
}
@media (max-width: 1023px) {
    .sub-menu__list {
        background: #fff0;
        box-shadow: none;
    }
}
.sub-menu__list li:hover a {
    color: var(--secondary);
}
.sub-menu__list-simple li a {
    display: inline-block;
    font-family: Inter-f, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    padding-bottom: 15px;
}
@media (max-width: 1023px) {
    .sub-menu__list-simple li a {
        padding-left: 0;
        padding-right: 64px;
    }
}
.menu__list .menu-item {
    position: relative;
    transition: all 0.3s ease;
}
.menu-item > a {
    font-family: Inter-f, sans-serif;
    font-weight: 600;
    line-height: 1.25;
}
.header {
    transition: all 0.3s ease;
    z-index: 999;
    padding: 15px 0;
    background: hsl(0 0% 100% / 0.89);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.header,
.header_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.header_fixed {
    bottom: 0;
    transition: all 5s ease;
}
@media (min-width: 1024px) {
    .header-right__menu {
        display: flex;
    }
}
@media (max-width: 1023px) {
    .header_right .header-right__menu {
        transform: translateX(100%);
        transition: transform 0.3s ease;
    }
}
.header__burger {
    display: none;
}
@media (max-width: 1023px) {
    .header__burger {
        display: block;
        position: relative;
        width: 40px;
        height: 27px;
        z-index: 101;
        cursor: pointer;
    }
}
@media (max-width: 1023px) {
    .header__burger:after,
    .header__burger:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        top: 20px;
        right: 0;
        background-color: var(--blue);
        border-radius: 6px;
    }
    .header__burger:before {
        top: 0;
    }
    .header__burger:after {
        bottom: 0;
    }
    .header__burger span {
        position: absolute;
        width: 100%;
        height: 3px;
        right: 0;
        top: 10px;
        background-color: var(--blue);
        border-radius: 3px;
    }
    .header__burger.active {
        width: 32px;
        height: 34px;
    }
    .header__burger.active:before {
        transform: rotate(45deg);
        top: 9px;
    }
    .header__burger.active:after {
        transform: rotate(-45deg);
        top: 9px;
    }
    .header__burger.active span {
        transform: scale(0);
    }
}
.header__wrapper {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 1023px) {
    .header-left__logo {
        margin-right: auto;
    }
}
.header-left__logo img {
    width: 139px;
    height: auto;
    max-width: 100%;
}
@media (max-width: 1100px) and (min-width: 1024px) {
    .header-left__logo img {
        max-width: 90%;
    }
}
@media (max-width: 1023px) {
    .container__header-right {
        display: flex;
        justify-content: flex-end;
        padding: 0;
    }
}
@media (max-width: 767px) {
    .container__header-right {
        padding-right: 15px;
    }
}
@media (max-width: 575px) {
    .container__header-right {
        padding: 0 15px 0 0;
    }
}
@media (max-width: 1023px) {
    .header-right__menu {
        position: fixed;
        transition: all 0.3s ease;
        top: 78px;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 6;
        text-align: left;
        background-color: var(--white);
        padding: 43px 64px 80px;
    }
}
@media (max-width: 1023px) and (max-width: 820px) {
    .header-right__menu {
        padding: 43px 50px 80px;
    }
}
@media (max-width: 1023px) and (max-width: 575px) {
    .header-right__menu {
        padding: 43px 24px 80px;
    }
}
@media (max-width: 1023px) {
    .menu_overflow {
        overflow: auto;
        height: 100vh;
        bottom: 0;
    }
}

.header__buttons {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 1023px) {
    .header__buttons {
        flex-direction: row;
        justify-content: space-between;
        margin-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 60px;
    }
}
@media (max-width: 575px) {
    .header__buttons {
        flex-wrap: wrap;
    }
}
.button__contacts span {
    display: block;
}
.button__contacts-wrapper {
    background-color: #ecf5fc;
    width: 185px;
    max-width: 100%;
    border-radius: 6px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
}
@media (max-width: 1023px) {
    .button__contacts-wrapper {
        margin-right: 40px;
    }
}
@media (max-width: 575px) {
    .button__contacts-wrapper {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.button__contacts-wrapper a {
    color: var(--blue);
    font-family: Inter-f, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}
.button__contacts {
    background: url(../img/phone.svg) no-repeat;
    background-position: left top 7px;
    background-size: 18px;
    text-align: center;
    padding-left: 33px;
}
.button__contacts a:hover {
    text-decoration: none;
}

.button__login {
    width: fit-content;
    height: 44px;
    max-width: 100%;
    margin: auto 1rem;
    color: var(--yellow);
    font-family: 'Inter-f', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    background: #fff0;
}
.button__login:hover {
    text-decoration: none;
    color: var(--white);
}
@media (max-width: 1200px) {
    .button__login {
        margin: auto 0.5rem;
    }
}
@media (max-width: 1023px) {
    .button__login {
        width: 48%;
        margin: auto 0rem;
    }
}
@media (max-width: 575px) {
    .button__login {
        width: 100%;
        margin-bottom: 20px;
    }
}
.button__get-started {
    width: 138px;
    height: 44px;
    max-width: 100%;
    color: var(--white);
    font-family: Inter-f, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}
@media (max-width: 1023px) {
    .button__get-started {
        width: 48%;
    }
}
@media (max-width: 575px) {
    .button__get-started {
        width: 100%;
    }
}
.sub-menu__software-wrapper {
    display: flex;
}
@media (max-width: 1023px) {
    .sub-menu__software-wrapper {
        flex-direction: column;
    }
}
.sub-menu__software {
    width: 750px;
    padding: 0;
    white-space: normal;
    left: -200px;
}
@media (max-width: 1200px) {
    .sub-menu__software {
        left: -120px;
    }
}
@media (max-width: 1100px) {
    .sub-menu__software {
        width: 900px;
        left: -150px;
    }
}
@media (max-width: 1023px) {
    .sub-menu__software {
        left: 50%;
    }
}
.sub-menu-software__block {
    display: flex;
    width: 50%;
    padding: 24px 10px 0 0;
}
@media (max-width: 575px) {
    .sub-menu-software__block {
        width: 100%;
    }
}
.software__block__content-link {
    font-family: Inter-f, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: var(--black);
    padding-bottom: 5px;
}
.software__block__content-link:hover {
    color: var(--secondary);
    transition: all 0.3s ease;
}
@media (max-width: 1023px) {
    .software__block__content-link {
        font-size: 14px;
    }
}
.software__block__content p {
    font-family: Inter-f, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #4f4c4d;
}
@media (max-width: 1023px) {
    .software__block__content p {
        font-size: 12px;
    }
}
@media (max-width: 1023px) {
    .software__sub-menu__links {
        display: flex;
    }
}
@media (max-width: 575px) {
    .software__sub-menu__links {
        flex-direction: column;
    }
}
.sub-menu-software__block img {
    width: 34px;
    height: 34px;
    margin-right: 8px;
}
.software__block__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sub-menu-software__block-wrapper-row1 {
    display: flex;
    flex-wrap: wrap;
    padding-left: 25px;
}
@media (max-width: 1023px) {
    .sub-menu-software__block-wrapper-row1 {
        padding-left: 0;
    }
}
.sub-menu-software__block-wrapper-row2 {
    border-top: 1px solid rgb(137 140 245 / 0.3);
    margin-top: 24px;
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 25px;
}
@media (max-width: 1023px) {
    .sub-menu-software__block-wrapper-row2 {
        padding-left: 0;
    }
}
.sub-menu-software__solution {
    width: 100%;
    padding-top: 16px;
}
@media (max-width: 1023px) {
    .sub-menu-software__solution {
        width: 100%;
        padding: 0;
    }
}
.sub-menu-software__solution h6 {
    padding-left: 25px;
}
@media (max-width: 1023px) {
    .sub-menu-software__solution h6 {
        padding-left: 0;
    }
}
.sub-menu-software__indust-feat {
    width: 30%;
    background: #ecf5fc;
    padding: 16px 24px 24px;
    display: none;
}
@media (max-width: 1023px) {
    .sub-menu-software__indust-feat {
        width: 100%;
        padding: 24px;
    }
}
.indust-feat__block {
    width: 50%;
}

.sub-menu-list-software__title {
    font-family: 'Inter-f', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    color: rgb(57 63 70 / 0.6);
}

.sub-menu__icon {
    display: none;
    padding-bottom: 24px;
    padding-left: 25px;
}
@media (max-width: 1023px) {
    .sub-menu__icon {
        padding-left: 0;
    }
}
@media (max-width: 575px) {
    .sub-menu__icon {
        flex-direction: column;
    }
}
.sub-menu-icon__content {
    width: 50%;
    display: flex;
    align-items: center;
}
@media (max-width: 575px) {
    .sub-menu-icon__content {
        width: 100%;
    }
}
.sub-menu-icon__content a {
    font-family: Inter-f, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--black);
}
@media (max-width: 1023px) {
    .sub-menu-icon__content a {
        font-size: 14px;
    }
}
@media (max-width: 575px) {
    .sub-menu__icon .sub-menu-icon__content:first-child {
        margin-bottom: 10px;
    }
}
.sub-menu-icon__content img {
    margin-left: 10px;
    margin-right: 12px;
    width: 17px;
    height: 17px;
}
.indust-feat__block ul {
    padding-top: 24px;
}
.indust-feat__block ul li {
    line-height: 1;
    padding-bottom: 10px;
}
.indust-feat__block a {
    color: var(--black);
    font-family: Inter-f, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    padding: 0 0 6px;
}
@media (max-width: 1023px) {
    .indust-feat__block a {
        font-size: 14px;
    }
}
.menu__link {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--black);
}
@media (max-width: 1023px) {
    .menu__link {
        font-size: 18px;
    }
}
@media (max-width: 1023px) {
    .menu-item-has-children {
        margin-bottom: 27px;
    }
}
.blue__button,
.header__left-menu {
    display: flex;
    align-items: center;
}
.blue__button {
    background: var(--blue);
    justify-content: center;
    border-radius: 6px;
    transition: all 0.3s ease;
}
.blue__button:hover {
    background: var(--secondary);
}
.blue__button__section-article {
    width: 145px;
    max-width: 100%;
    height: 49px;
    color: var(--white);
    border: 1px solid var(--blue);
    font-family: Inter-f, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}
.blue__button__section-article:hover {
    text-decoration: none;
    color: var(--white);
}
.yellow__button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    transition: all 0.3s ease;
    border: 2px solid var(--yellow);
}
.yellow__button:hover {
    background: var(--yellow);
}
.yellow__button:hover a {
    color: var(--white);
    text-decoration: none;
}
.yellow__button a {
    color: var(--yellow);
    font-family: 'Inter-f', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.75;
}

.button-title-block__wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
@media (max-width: 575px) {
    .button-title-block__wrapper {
        flex-wrap: wrap;
    }
}
.get-started__title-block {
    width: 48%;
    height: 61px;
    color: var(--white);
    font-family: Inter-f, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.75;
}
@media (max-width: 575px) {
    .get-started__title-block {
        width: 100%;
        margin-bottom: 20px;
    }
}
.button__talk-to-sales {
    width: 48%;
    height: 61px;
    background: #fff0;
    color: var(--yellow);
    font-family: Inter-f, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.75;
}
.button__talk-to-sales:hover {
    color: var(--white);
}
@media (max-width: 575px) {
    .button__talk-to-sales {
        width: 100%;
    }
}

/* hero-section */
.title-block__section {
    padding-top: 160px;
    padding-bottom: 60px;
}
@media (max-width: 820px) {
    .title-block__section {
        padding-top: 60px;
    }
}

.title-block__row {
    display: flex;
    flex-direction: row;
    gap:10%;
}

@media (max-width: 820px) {
    .title-block__row {
        flex-direction: column-reverse;
        column-gap: 15%;
    }
}
.title-block__content {
    width: 45%;
}

@media (max-width: 1280px) {
    .title-block__content {
        padding-right: 0;
    }
}
@media (max-width: 820px) {
    .title-block__content {
        width: 100%;
        text-align: center;
    }
}

.title-block__content h1 {
    padding-bottom: 2rem;
}
.title-block__content p {
    font-size: 1.375rem;
}
@media (max-width: 575px) {
    .title-block__content p {
        font-size: 1.125rem;
    }
}

.title-block__content span a {
    color: var(--blue);
}

.title-block__content a {
    transition: all 0.3s ease;
}
.title-block__content a:hover {
    text-decoration: none;
    color: var(--secondary);
}

.title-block__content p.sub-menu-list-software__title{
    padding-top: 2rem;
    text-transform: initial;
}

@media (max-width: 820px) {
    .title-block__image {
        padding-top: 1rem;
    }
}

.title-block__image {
    width: 45%;
}

@media (max-width: 820px) {
    .title-block__image {
        width: 100%;
        margin-left: 0;
        text-align: center;
        margin-bottom: 40px;
    }
}

.title-block__image img {
    width: 597px;
    height: auto;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.fincloud-products__section {
    padding-top: 60px;
    padding-bottom: 60px;
}
@media (max-width: 575px) {
    .fincloud-products__section {
        padding-bottom: 25px;
    }
}
.fincloud-products__title {
    text-align: center;
    padding-bottom: 80px;
}

.fincloud-products__title p {
    width: 50%;
    margin: 2rem auto;
    font-size: 22px;
}

@media (max-width: 1023px) {
    .fincloud-products__title p {
        width: 75%;
    }
}
@media (max-width: 575px) {
    .fincloud-products__title p {
        width: 100%;
    }
}

.fincloud-products__blocks-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fincloud-products__hero {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10%;
    padding-bottom: 80px;
}
@media (max-width: 991px) {
    .fincloud-products__hero {
        flex-direction: column;
    }
}
.product-hero__image {
    width: 45%;
    display: flex;
    align-items: center;
    padding-right: 65px;
}
@media (max-width: 991px) {
    .product-hero__image {
        width: 100%;
        justify-content: center;
        padding-right: 0;
    }
}

.product-hero__image img {
    border-radius: 1.5rem;
    width: 572px;
    height: auto;
    max-width: 100%;
}
@media (max-width: 991px) {
    .product-hero {
        width: 100%;
        justify-content: center;
        padding-right: 0;
    }
}

.product-hero__content {
    width: 45%;
    align-self: center;
}
@media (max-width: 991px) {
    .product-hero__content {
        width: 100%;
    }
}
.product-hero__content-wrapper p {
    font-size: 18px;
    padding-top: 32px;
    padding-bottom: 33px;
}
.product-hero__content-wrapper {
    max-width: 445px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 991px) {
    .product-hero__content-wrapper {
        max-width: 100%;
        padding-top: 30px;
        text-align: center;
    }
}
@media (max-width: 991px) {
    .product-hero__content-wrapper a {
        margin-left: auto;
        margin-right: auto;
    }
}

.fincloud-products__block {
    width: 25%;
    text-align: center;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 2rem;
    padding-right: 2rem;
}
@media (max-width: 1279px) {
    .fincloud-products__block {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 991px) {
    .fincloud-products__block {
        width: 50%;
        margin-bottom: 55px;
    }
}
@media (max-width: 575px) {
    .fincloud-products__block {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}
.fincloud-products__block img {
    width: auto;
    height: 203px;
    -o-object-fit: contain;
    object-fit: contain;
}
.fincloud-products__block h4 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-family: Inter-f, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--dark-grey);
    line-height: 1.5;
}
@media (max-width: 991px) {
    .fincloud-products__block {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.fincloud-products__block p {
    padding-bottom: 1.5rem;
    font-size: 18px;
}
@media (max-width: 991px) {
    .fincloud-products__block {
        padding-bottom: 1rem;
    }
}

.fincloud-products-block__button {
    width: 165px;
    max-width: 100%;
    height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--blue);
    border: 2px solid var(--blue);
    border-radius: 6px;
    transition: all 0.3s ease;
    font-family: Inter-f, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.67;
    padding-left: 30px;
    padding-right: 30px;
}
.fincloud-products-block__button:hover {
    text-decoration: none;
    color: var(--white);
    background: var(--blue);
}
@media (max-width: 912px) {
    .fincloud-products-block__button {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.fincloud-products__block a {
    margin-left: auto;
    margin-right: auto;
}
.business-type__section {
    display: none;
    margin-top: 40px;
    padding-top: 80px;
    padding-bottom: 80px;
    background: #ecf5fc;
}
.business-type-section__title {
    font-size: 44px;
    color: var(--black);
}
@media (max-width: 575px) {
    .business-type-section__title {
        font-size: 35px;
    }
}
.business-type__section p {
    font-size: 22px;
    width: 60%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0;
}
@media (max-width: 912px) {
    .business-type__section p {
        width: 80%;
    }
}
@media (max-width: 768px) {
    .business-type__section p {
        width: 100%;
    }
}
.checkbox__block {
    width: 140px;
    height: 140px;
    background: var(--white);
    border-radius: 24px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    padding: 16px 10px 20px;
    margin-left: 10px;
    margin-right: 10px;
    filter: opacity(0.6);
    transition: all 0.3s ease;
}
.checkbox__block:hover {
    filter: opacity(1);
    box-shadow: 0 0 5px rgb(0 0 0 / 0.2);
}
@media (max-width: 991px) {
    .checkbox__block {
        margin-bottom: 15px;
    }
}
@media (max-width: 575px) {
    .checkbox__block {
        width: 100px;
        height: 100px;
    }
}
.checked {
    filter: opacity(1);
    box-shadow: 0 0 5px rgb(0 0 0 / 0.2);
}
.checkbox__block img {
    width: 55px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 55px;
    margin-bottom: auto;
    margin-top: auto;
}
@media (max-width: 575px) {
    .checkbox__block img {
        width: 40px;
        max-height: 40px;
    }
}
.checkbox__block h6 {
    text-align: center;
    font-size: 12px;
    margin-bottom: 0;
    margin-left: 5px;
    font-family: Roboto-f, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}
@media (max-width: 575px) {
    .checkbox__block h6 {
        font-size: 11px;
        line-height: 1.2;
    }
}
.checkbox__wrapper {
    display: flex;
    justify-content: center;
}
@media (max-width: 991px) {
    .checkbox__wrapper {
        margin-left: auto;
        margin-right: auto;
        width: 637px;
        flex-wrap: wrap;
        max-width: 100%;
    }
}
.radio__input {
    display: flex;
}
.checkbox__block input {
    width: 16px;
    height: 16px;
}
@media (max-width: 575px) {
    .checkbox__block input {
        width: 12px;
        height: 12px;
    }
}
.button__arrow {
    width: 220px;
    height: 58px;
    border: 3px solid var(--blue);
    border-radius: 32px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 40px;
    color: var(--blue);
    font-family: Inter-f, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    transition: all 0.3s ease;
    background: #fff0;
}
.button__arrow:hover {
    background: var(--blue);
    color: var(--white);
}
.button__arrow:hover:after {
    content: url(../img/white-chevron-right.svg);
}
.button__arrow:after {
    content: url(../img/chevron-right.svg);
    display: inline-block;
    padding-left: 15px;
}
.article__section {
    padding-top: 80px;
    padding-bottom: 116px;
}
@media (max-width: 575px) {
    .article__section {
        padding-bottom: 80px;
    }
}
.article__wrapper {
    display: flex;
    flex-direction: row;
    gap: 10%;
}
@media (max-width: 650px) {
    .article__wrapper {
        flex-direction: column;
    }
}
.article__block-left {
    background: url(../img/article_img1.png) no-repeat;
}
@media (max-width: 650px) {
    .article__block-left {
        margin-bottom: 40px;
    }
}

.article__block-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.article__block-right {
    background: url(../img/article_img2.png) no-repeat;
    margin-left: 60px;
    margin-right: -60px;
}
@media (max-width: 1450px) {
    .article__block-right {
        margin-right: 0;
        margin-left: 30px;
    }
}
@media (max-width: 991px) {
    .article__block-right {
        margin-right: 0;
        margin-left: 15px;
    }
}
@media (max-width: 650px) {
    .article__block-right {
        margin-left: 0;
    }
}
.article__block {
    width: 45%;
    display: flex;
    background-size: contain;
    background-position: 100% 100%;
    padding: 60px 0 40px;
}
@media (max-width: 1280px) {
    .article__block {
        padding: 0;
    }
}
@media (max-width: 991px) {
    .article__block {
        width: 47.5%;
    }
}

@media (max-width: 640px) {
    .article__block {
        width: 100%;
    }
}

.article__block-column h3 {
    width: 55%;
}
@media (max-width: 1200px) {
    .article__block-columnn h3 {
        width: 80%;
    }
}
@media (max-width: 768px) {
    .article__block-column h3 {
        width: 90%;
    }
}
@media (max-width: 650px) {
    .article__block-column h3 {
        width: 80%;
    }
}
@media (max-width: 500px) {
    .article__block-column h3 {
        width: 75%;
    }
}

.article__block-column p {
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 55%;
}
@media (max-width: 650px) {
    .article__block-column p {
        width: 45%;
    }
}



.crm-page__title-block-section {
    padding-bottom: 85px;
}
@media (max-width: 575px) {
    .crm-page__title-block-section {
        padding-bottom: 60px;
    }
}
.crm__title-block-section h1 {
    font-size: 52px;
}
@media (max-width: 912px) {
    .crm__title-block-section h1 {
        font-size: 44px;
    }
}
@media (max-width: 575px) {
    .crm__title-block-section h1 {
        font-size: 38px;
    }
}


.crm-get-started__title-block {
    width: 161px;
    height: 55px;
    max-width: 100%;
    color: var(--white);
    font-family: Inter-f, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.75;
}
@media (max-width: 820px) {
    .crm-get-started__title-block {
        width: 362px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 575px) {
    .crm-get-started__title-block {
        width: 100%;
    }
}
.crm-page__title-block-section .title-block__content {
    padding-right: 7%;
}
@media (max-width: 1280px) {
    .crm-page__title-block-section .title-block__content {
        padding-right: 60px;
    }
}
@media (max-width: 1024px) {
    .crm-page__title-block-section .title-block__content {
        padding-right: 15px;
    }
}
@media (max-width: 820px) {
    .crm-page__title-block-section .title-block__content {
        padding-right: 0;
    }
}


.columns-section {
    padding-top: 80px;
    padding-bottom: 80px;
}
@media (max-width: 575px) {
    .columns-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.columns-section__wrapper {
    display: flex;
    flex-direction: row;
    margin-left: 4%;
    margin-right: 4%;
    justify-content: space-between;
    gap: 3rem;
    row-gap: 2rem;
}

@media (max-width: 992px) {
    .columns-section__wrapper{
        flex-wrap: wrap;
    }
}

@media (max-width: 640px) {
    .columns-section__wrapper{
        flex-direction: column;
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
}

.columns-section__4-block {
    width: 20%;
    text-align: left;
}

.columns-section__3-block {
    width: 30%;
    text-align: left;
}

@media (max-width: 992px) {
    .columns-section__4-block {
        width: 40%;
        margin-bottom: 2.5rem;
    }
}

@media (max-width: 640px) {
    .columns-section__3-block,
    .columns-section__4-block {
        width: 100%;
    }
}

.columns-section__3-block img,
.columns-section__4-block img{
    width: 60px;
    height: auto;
    max-width: 100%;
    margin-bottom: 1.125rem;
}
.columns-section__3-block p,
.columns-section__4-block p{
    margin-top: 1.5rem;
}
@media (max-width: 640px) {
    .columns-section__3-block p,
    .columns-section__4-block p{
        margin-top: 1rem;
    }
}

.content-section,
.page__section-left-image {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}

.content-section__wrapper,
.page-section-left-image__wrapper {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 575px) {
    .content-section__wrapper,
    .page-section-left-image__wrapper {
        flex-wrap: wrap;
    }
}
.crm-page-section-left-image__block-image {
    text-align: left;
    width: 50%;
}
@media (max-width: 1280px) {
    .crm-page-section-left-image__block-image {
        padding-right: 30px;
    }
}
@media (max-width: 1024px) {
    .crm-page-section-left-image__block-image {
        padding-right: 20px;
    }
}
@media (max-width: 575px) {
    .crm-page-section-left-image__block-image {
        width: 100%;
        margin-bottom: 24px;
        padding-right: 0;
    }
}
.crm-page-section-left-image__block-image img {
    width: 550px;
    height: auto;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.content-section__block-content,
.crm-page-section-left-image__block-content {
    width: 44%;
}
@media (max-width: 575px) {
    .content-section__block-content,
    .crm-page-section-left-image__block-content {
        width: 100%;
        padding-left: 0;
    }
}

.content-section__block-content img,
.crm-page-section-left-image__block-content img {
    width: 64px;
    height: auto;
    max-width: 100%;
    margin-bottom: 20px;
}

.content-section__block-content h2,
.crm-page-section-left-image__block-content h2 {
    font-size: 38px;
    padding-bottom: 30px;
}
@media (max-width: 767px) {
    .content-section__block-content h2,
    .crm-page-section-left-image__block-content h2 {
        font-size: 2rem;
    }
}

.crm-page-section-3col__block {
    width: 30%;
    text-align: left;
}
@media (max-width: 575px) {
    .crm-page-section-3col__block {
        width: 100%;
    }
}
@media (max-width: 575px) {
    .crm-page-section-3col__block:not(:last-child) {
        margin-bottom: 40px;
    }
}
.crm-page-section-3col__block img {
    width: 60px;
    height: auto;
    max-width: 100%;
    margin-bottom: 20px;
}
@media (max-width: 575px) {
    .crm-page-section-3col__block img {
        margin-bottom: 20px;
    }
}
.crm-page-section-3col__block h3,
.crm-page-section-2__block h3,
.onboarding-page__section3col .crm-page-section-3col__block h3,
.partnership__3col .crm-page-section-3col__block h3 {
    font-size: 20px;
    color: var(--dark-grey);
    line-height: 1.4;
}
.crm-page-section-3col__block p {
    margin-top: 24px;
}
@media (max-width: 575px) {
    .crm-page-section-3col__block p {
        margin-top: 20px;
    }
}
.crm-page__section-right-image {
    padding-top: 60px;
    padding-bottom: 60px;
}
@media (max-width: 575px) {
    .crm-page__section-right-image {
        padding-bottom: 40px;
    }
}
.crm-page-section-right-image__wrapper {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 575px) {
    .crm-page-section-right-image__wrapper {
        flex-wrap: wrap;
    }
}

.content-section__block-image,
.crm-page-section-right-image__block-image {
    width: 550px;
    height: auto;
    max-width: 100%;
    text-align: right;
    width: 44%;
}

@media (max-width: 575px) {
    .content-section__block-image,
    .crm-page-section-right-image__block-image {
        width: 100%;
        padding-left: 0;
        order: 1;
        padding-bottom: 24px;
    }
}

.content-section__block-image img,
.crm-page-section-right-image__block-image img {
    width: 550px;
    height: auto;
    max-width: 100%;
}

.crm-page-section-right-image__block-content {
    width: 50%;
    padding-right: 80px;
}
@media (max-width: 1280px) {
    .crm-page-section-right-image__block-content {
        padding-right: 30px;
    }
}
@media (max-width: 1024px) {
    .crm-page-section-right-image__block-content {
        padding-right: 20px;
    }
}
@media (max-width: 575px) {
    .crm-page-section-right-image__block-content {
        width: 100%;
        order: 2;
        padding-right: 0;
    }
}
.crm-page-section-right-image__block-content img {
    width: 64px;
    height: auto;
    max-width: 100%;
    margin-bottom: 20px;
}
.crm-page-section-right-image__block-content h2 {
    font-size: 38px;
    padding-bottom: 30px;
}
@media (max-width: 767px) {
    .crm-page-section-right-image__block-content h2 {
        font-size: 35px;
    }
}
.crm-page__blog-list {
    padding-top: 80px;
    padding-bottom: 95px;
}
@media (max-width: 575px) {
    .crm-page__blog-list {
        padding-bottom: 80px;
    }
}
.crm-page-blog-list__wrapper {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 575px) {
    .crm-page-blog-list__wrapper {
        flex-wrap: wrap;
    }
}
.crm-page-blog__block {
    position: relative;
    width: 31%;
    border-radius: 6px;
    border: 1px solid #ededea;
    transition: all 0.3s ease;
}
.crm-page-blog__block:hover {
    box-shadow: 0 8px 25px rgb(0 0 0 / 0.15);
}
@media (max-width: 575px) {
    .crm-page-blog__block {
        width: 100%;
        margin-bottom: 16px;
    }
}
.crm-page-blog__block-content {
    padding: 35px;
}
@media (max-width: 820px) {
    .crm-page-blog__block-content {
        padding: 16px;
    }
}
.crm-page-blog__block img {
    width: 399px;
    height: 203px;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
@media (max-width: 575px) {
    .crm-page-blog__block img {
        width: 100%;
    }
}
.crm-page-blog__block h6 {
    font-family: Inter-f, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--black);
}
.crm-page-blog__block p {
    padding-top: 20px;
    padding-bottom: 75px;
}
.crm-page-blog__block a {
    font-family: Inter-f, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--blue);
    transition: all 0.3s ease;
}
.crm-page-blog__block a:hover {
    text-decoration: none;
    color: var(--secondary);
}
.buton-post__absolute {
    position: absolute;
    left: 35px;
    bottom: 35px;
}
@media (max-width: 820px) {
    .buton-post__absolute {
        left: 16px;
        bottom: 16px;
    }
}
.btn_customer-portal {
    width: 137px;
    height: 55px;
    color: var(--white);
    font-family: Inter-f, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.75;
    max-width: 100%;
    margin: 30px auto 120px;
}
.btn_customer-portal:hover {
    text-decoration: none;
    background: var(--secondary);
    color: var(--white);
}
.customer-portal__section {
    padding-top: 35px;
    padding-bottom: 60px;
}
.btn__learn-more {
    width: 129px;
    height: 41px;
    color: var(--white);
    font-family: Inter-f, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    max-width: 100%;
    margin-top: 30px;
}
.btn__learn-more:hover {
    text-decoration: none;
    background: var(--secondary);
    color: var(--white);
}
.cust-port__3col-block-wrapper {
    display: flex;
    justify-content: space-between;
}
.cust-port__3col-4sect-wrapper p {
    height: fit-content;
}
.col3__display .crm-page-section-3col__block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cust-port_section-left-image p:not(:last-child),
.cust-port_section-right-image p:not(:last-child) {
    padding-bottom: 20px;
}
.cust-port__title-block-content h1 {
    font-size: 52px;
}
@media (max-width: 1024px) {
    .cust-port__title-block-content h1 {
        font-size: 48px;
    }
}
@media (max-width: 820px) {
    .cust-port__title-block-content h1 {
        font-size: 44px;
    }
}
.payment-ivr__section-3col {
    padding-bottom: 80px;
}
.payment-ivr__section-3col h2 {
    padding-bottom: 60px;
}
@media (max-width: 767px) {
    .payment-ivr__section-3col h2 {
        font-size: 35px;
    }
}
@media (max-width: 1186px) {
    .payment-ivr__section-3col h5 {
        min-height: 60px;
    }
}
@media (max-width: 575px) {
    .payment-ivr__section-3col h5 {
        min-height: 0;
    }
}
.expression__section {
    padding-top: 60px;
    padding-bottom: 60px;
}
.expression__content {
    padding-left: 10%;
    padding-right: 10%;
}
@media (max-width: 1024px) {
    .expression__content {
        padding: 0;
    }
}
.expression__text {
    padding-bottom: 10px;
    text-align: center;
    font-family: Inter-f, sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4;
    color: #6a6e71;
}
@media (max-width: 767px) {
    .expression__text {
        padding-bottom: 50px;
        font-size: 32px;
    }
}
.expression__name {
    font-size: 20px;
    font-weight: 600;
    color: #7e8387;
}
.expression__name,
.expression_position {
    text-align: right;
    font-family: Inter-f, sans-serif;
    line-height: 1.5;
}
.expression_position {
    font-size: 16px;
    font-weight: 300;
    color: #393f46;
}
@media (max-width: 820px) {
    .payment-ivr__title-block-section {
        padding-top: 160px;
    }
}
.payment-ivr__title-block-section .title-block__content {
    width: 100%;
    text-align: center;
    padding-right: 9%;
    padding-left: 9%;
}
@media (max-width: 1024px) {
    .payment-ivr__title-block-section .title-block__content {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (max-width: 820px) {
    .payment-ivr__title-block-section .title-block__content {
        order: 2;
    }
}
.payment-ivr__title-block-section .payment-ivr__title-block-image {
    order: 1;
}
.payment-ivr__title-block-section .crm-get-started__title-block {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}
@media (max-width: 820px) {
    .payment-ivr__title-block-section .crm-get-started__title-block {
        margin-bottom: 0;
    }
}
@media (max-width: 575px) {
    .payment-ivr__title-block-section .crm-get-started__title-block {
        width: 100%;
    }
}
.payment-ivr__title-block-section .title-block__row {
    flex-wrap: wrap;
}
.payment-ivr__title-block-image {
    width: 100%;
    text-align: center;
}
@media (max-width: 820px) {
    .payment-ivr__title-block-image {
        margin-bottom: 80px;
    }
}
@media (max-width: 575px) {
    .payment-ivr__title-block-image {
        margin-bottom: 24px;
    }
}
.payment-ivr__title-block-image img {
    width: 1000px;
    height: auto;
    max-width: 100%;
}
.mt__footer .business-type__section {
    margin-bottom: 80px;
}
@media (max-width: 767px) {
    .onboarding__title-block-section {
        padding-bottom: 40px;
    }
}
.onboarding__title-block-section .title-block__content {
    width: 100%;
    text-align: center;
    padding-right: 9%;
    padding-left: 9%;
}
@media (max-width: 1024px) {
    .onboarding__title-block-section .title-block__content {
        padding-right: 0;
        padding-left: 0;
    }
}
.onboarding__title-block-section .title-block__content h1 {
    padding-left: 16%;
    padding-right: 16%;
}
@media (max-width: 767px) {
    .onboarding__title-block-section .title-block__content h1 {
        padding-left: 10%;
        padding-right: 10%;
    }
}
@media (max-width: 575px) {
    .onboarding__title-block-section .title-block__content h1 {
        padding-right: 0;
        padding-left: 0;
    }
}
.customer-journey__section {
    padding-top: 60px;
    padding-bottom: 60px;
}
.customer-journey-section__content h2 {
    color: var(--black);
    font-size: 44px;
    padding-bottom: 20px;
}
@media (max-width: 767px) {
    .customer-journey-section__content h2 {
        font-size: 35px;
    }
}
.customer-journey__section a {
    color: var(--blue);
}
.customer-journey__section a:hover {
    text-decoration: none;
    color: var(--secondary);
}
.customer-journey-section__content p {
    padding-left: 12%;
    padding-right: 12%;
}
@media (max-width: 820px) {
    .customer-journey-section__content p {
        padding-right: 0;
        padding-left: 0;
    }
}
.image__full-width {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.customer-journey-section__content {
    text-align: center;
    margin-bottom: 80px;
    padding-right: 10%;
    padding-left: 10%;
}
@media (max-width: 1024px) {
    .customer-journey-section__content {
        margin-bottom: 40px;
    }
}
@media (max-width: 820px) {
    .customer-journey-section__content {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (max-width: 575px) {
    .customer-journey-section__content {
        margin-bottom: 20px;
    }
}
.onboarding-page__title h2 {
    font-size: 42px;
    color: var(--dark-grey);
}
@media (max-width: 767px) {
    .onboarding-page__title h2 {
        font-size: 35px;
    }
}
.onboarding-page__section3col .customer-journey-section__content p {
    padding-right: 20%;
    padding-left: 20%;
}
@media (max-width: 1024px) {
    .onboarding-page__section3col .customer-journey-section__content p {
        padding-right: 10%;
        padding-left: 10%;
    }
}
@media (max-width: 820px) {
    .onboarding-page__section3col .customer-journey-section__content p {
        padding-right: 0;
        padding-left: 0;
    }
}
.onboarding-page__perfomance {
    padding-top: 60px;
    padding-bottom: 60px;
}
.onboarding-page__perfomance .customer-journey-section__content p {
    padding-right: 0;
    padding-left: 0;
}
.onboarding-page__iconic-brands {
    padding-top: 60px;
    padding-bottom: 80px;
}
.onboarding-page__iconic-brands .customer-journey-section__content p {
    padding-right: 16%;
    padding-left: 16%;
}
@media (max-width: 1024px) {
    .onboarding-page__iconic-brands .customer-journey-section__content p {
        padding-right: 10%;
        padding-left: 10%;
    }
}
@media (max-width: 820px) {
    .onboarding-page__iconic-brands .customer-journey-section__content p {
        padding-right: 0;
        padding-left: 0;
    }
}
.expression__wrapper {
    display: flex;
    margin-top: 80px;
}
@media (max-width: 820px) {
    .expression__wrapper {
        margin-top: 40px;
    }
}
@media (max-width: 575px) {
    .expression__wrapper {
        flex-wrap: wrap;
        padding-left: auto;
        margin-top: 20px;
    }
}
.expression__left-col {
    width: 50%;
}
@media (max-width: 575px) {
    .expression__left-col {
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
}
.expression__left-col p {
    font-size: 20px;
}
.expression__right-col {
    width: 50%;
    padding-left: 20%;
}
@media (max-width: 1024px) {
    .expression__right-col {
        padding-left: 10%;
    }
}
@media (max-width: 575px) {
    .expression__right-col {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
}
.expression__left-col img {
    width: 80px;
    height: auto;
    max-width: 100%;
    margin-top: 20px;
}
@media (max-width: 575px) {
    .expression__left-col img {
        margin-left: auto;
    }
}
.expression__right-col h2 {
    padding-bottom: 20px;
}
@media (max-width: 1024px) {
    .expression__right-col h2 {
        font-size: 35px;
    }
}
@media (max-width: 767px) {
    .expression__right-col h2 {
        font-size: 32px;
    }
}
@media (max-width: 575px) {
    .expression__right-col h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .expression__right-col h3 {
        font-size: 26px;
    }
}
.expression__one-col {
    width: 75%;
    margin: auto;
    font-size: 20px;
    color: var(--dark-grey);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.expression__one-col img {
    width: 110px;
}
.page__support .crm-page__section-right-image {
    padding-bottom: 80px;
}
.button__support {
    width: 241px;
    height: 41px;
    color: var(--white);
    font-family: Inter-f, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    max-width: 100%;
    margin-top: 1rem;
}
.page__support .title-block__content h1 {
    padding-left: 15%;
    padding-right: 15%;
}
@media (max-width: 768px) {
    .page__support .title-block__content h1 {
        padding-left: 7%;
        padding-right: 7%;
    }
}
@media (max-width: 575px) {
    .page__support .title-block__content h1 {
        padding-right: 0;
        padding-left: 0;
    }
}
.integration-left-image__block-image {
    text-align: center;
}
.integration-left-image__block-image img {
    width: 400px;
    height: auto;
    max-width: 100%;
}
.button__integration {
    width: 131px;
    height: 41px;
    color: var(--white);
    font-family: Inter-f, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    max-width: 100%;
}
.button__integration:hover {
    text-decoration: none;
    color: var(--white);
}
@media (max-width: 575px) {
    .integration__right-image-section {
        padding-bottom: 60px;
    }
}
.logo__section {
    padding-top: 60px;
    padding-bottom: 60px;
}
@media (max-width: 575px) {
    .logo__section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.logo__wrapper {
    padding-left: 6%;
    padding-right: 6%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-self: center;
}
@media (max-width: 1024px) {
    .logo__wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 768px) {
    .logo__wrapper {
        justify-content: space-evenly;
    }
}
@media (max-width: 575px) {
    .logo__wrapper {
        justify-content: left;
    }
}
.logo__wrapper a {
    width: 17%;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
    .logo__wrapper a {
        width: 21%;
        margin-bottom: 30px;
    }
}
@media (max-width: 575px) {
    .logo__wrapper a {
        width: 33.3%;
    }
}
.logo__wrapper img {
    width: 190px;
    height: auto;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
@media (max-width: 768px) {
    .logo__wrapper img {
        width: 80%;
    }
}
.logo__section h2 {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .logo__section h2 {
        font-size: 35px;
    }
}
.title__content h1 {
    padding-bottom: 40px;
}
.title__content p {
    font-size: 22px;
    padding-left: 28%;
    padding-right: 28%;
}
@media (max-width: 820px) {
    .title__content p {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (max-width: 912px) {
    .live-training__section .title__content p {
        padding-right: 0;
        padding-left: 0;
    }
}
.title__content h1 {
    font-size: 52px;
}
@media (max-width: 912px) {
    .title__content h1 {
        font-size: 44px;
    }
}
@media (max-width: 575px) {
    .title__content h1 {
        font-size: 38px;
    }
}
.live-training__section {
    padding-bottom: 0;
}
.live-training__section-left-image {
    padding-top: 100px;
    padding-bottom: 80px;
}
@media (max-width: 767px) {
    .live-training__section-left-image {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media (max-width: 575px) {
    .live-training__section-left-image {
        font-size: 38px;
    }
}
.live-training__button {
    width: 135px;
    height: 45px;
    color: var(--white);
    font-family: Inter-f, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    max-width: 100%;
    margin-top: 20px;
    margin-left: auto;
}
.live-training__button:hover {
    color: var(--white);
    text-decoration: none;
}
.live-training__button:after {
    content: url(../img/chevron-right-register.svg);
    display: inline-block;
    padding-left: 8px;
}
.live-training__block-list {
    padding-bottom: 80px;
}
@media (max-width: 575px) {
    .live-training__block-list {
        padding-bottom: 60px;
    }
}
.live-training__block-list .crm-page-blog__block a {
    color: var(--white);
    margin-top: 0;
}
.button__absolute {
    position: absolute;
    right: 35px;
    bottom: 35px;
}
@media (max-width: 820px) {
    .button__absolute {
        right: 16px;
        bottom: 16px;
    }
}
@media (max-width: 1024px) {
    .newsletter__wrapper {
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media (max-width: 912px) {
    .newsletter__wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (max-width: 820px) {
    .newsletter__wrapper {
        padding-left: 35px;
        padding-right: 35px;
    }
}
@media (max-width: 768px) {
    .newsletter__wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}
.live-training-newsletter {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #ecf5fc;
    margin-bottom: 80px;
}
@media (max-width: 575px) {
    .live-training-newsletter {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
.live-training__content-newsletter {
    text-align: center;
    width: 960px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.live-training__content-newsletter h2 {
    font-size: 44px;
    color: var(--black);
}
@media (max-width: 767px) {
    .live-training__content-newsletter h2 {
        font-size: 38px;
    }
}
.live-training__content-newsletter p {
    font-size: 22px;
    padding-top: 30px;
    padding-bottom: 35px;
}
.input__newsletter {
    position: relative;
    width: 960px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.input__newsletter input {
    width: 100%;
    border: 1px solid #b9b9b9;
    border-radius: 6px;
    font-family: Inter-f, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--black);
    background: var(--white);
    padding: 10px 120px 10px 25px;
}
.input__newsletter button {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 55px;
    width: 112px;
    background: var(--blue);
    color: var(--white);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    font-family: Inter-f, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    transition: all 0.3s ease;
}
.input__newsletter button:hover {
    background: var(--secondary);
}
button {
    color: var(--white);
}
.button__partnership {
    width: 215px;
}
@media (max-width: 820px) {
    .button__partnership {
        width: 362px;
    }
}
@media (max-width: 575px) {
    .button__partnership {
        width: 100%;
    }
}
@media (max-width: 820px) {
    .partnership__title-block-image {
        margin-bottom: 20px;
    }
}
@media (max-width: 575px) {
    .partnership__3col {
        padding-bottom: 60px;
    }
}
.partnership__3col h2 {
    padding-bottom: 40px;
    font-size: 38px;
}
.partnership-3col__paragraph {
    padding-bottom: 60px;
}
.partner-program__list li {
    font-family: Inter-f, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    padding-top: 15px;
    color: var(--black);
    background: url(../img/check-bold.svg) no-repeat;
    background-size: 22px 18px;
    padding-left: 30px;
    background-position: left top 18px;
}
.page__partnership .cust-port_section-left-image li:not(:first-child),
.page__partnership .cust-port_section-left-image li:not(:last-child),
.page__partnership .cust-port_section-right-image li:not(:first-child),
.page__partnership .cust-port_section-right-image li:not(:last-child) {
    padding-bottom: 13px;
}
.page__partnership .crm-page-section-left-image__block-image img {
    border-radius: 16px;
}
.block-image__height {
    max-height: 422px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.partnership__section6 h5 {
    padding-top: 10px;
}
.partnership__section6 .button-title-block__wrapper {
    margin-top: 60px;
}
@media (max-width: 767px) {
    .partnership__section6 .button-title-block__wrapper {
        margin-top: 20px;
    }
}
.partnership__section6 {
    padding-bottom: 80px;
}
@media (max-width: 575px) {
    .partnership__section6 {
        padding-top: 40px;
    }
}
.newsroom-title-block__section {
    background: #ecf5fc;
    margin-top: 95px;
    padding-top: 80px;
    padding-bottom: 75px;
    text-align: center;
}
.newsroom__title-block__content h1 {
    font-size: 52px;
}
@media (max-width: 912px) {
    .newsroom__title-block__content h1 {
        font-size: 44px;
    }
}
@media (max-width: 575px) {
    .newsroom__title-block__content h1 {
        font-size: 38px;
    }
}
.newsroom__title-block__content p {
    padding-left: 25%;
    padding-right: 25%;
    font-size: 22px;
    padding-top: 40px;
}
@media (max-width: 1024px) {
    .newsroom__title-block__content p {
        padding-left: 10%;
        padding-right: 10%;
    }
}
@media (max-width: 575px) {
    .newsroom__title-block__content p {
        padding-right: 0;
        padding-left: 0;
    }
}
.news__wrapper {
    width: 700px;
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 45px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 768px) {
    .news__wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (max-width: 575px) {
    .news__wrapper {
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 10px;
    }
}
.news__block time {
    font-size: 18px;
    color: #979797;
    line-height: 1.5;
}
.news__block a {
    padding-top: 10px;
    font-family: Inter-f, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.75;
    color: var(--blue);
    padding-bottom: 22px;
    border-bottom: 1px solid #979797;
    display: block;
    transition: all 0.3s ease;
}
.news__block a:hover {
    text-decoration: none;
    color: var(--secondary);
}
.news__block:not(:first-child) {
    padding-top: 30px;
}
.newsroom__section3 {
    padding-top: 45px;
    padding-bottom: 60px;
}
@media (max-width: 575px) {
    .newsroom__section3 {
        padding-bottom: 20px;
    }
}
.newsroom-download__wrapper {
    padding-left: 6%;
    padding-right: 6%;
    display: flex;
}
@media (max-width: 1280px) {
    .newsroom-download__wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 575px) {
    .newsroom-download__wrapper {
        flex-wrap: wrap;
    }
}
.button__download {
    width: 197px;
    height: 55px;
    max-width: 100%;
    color: var(--white);
    font-family: Inter-f, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.button__download:hover {
    background: var(--secondary);
}
.download__block {
    width: 50%;
}
@media (max-width: 575px) {
    .download__block {
        width: 100%;
        margin-bottom: 40px;
    }
}
@media (max-width: 911px) {
    .link-content__left {
        padding-right: 40px;
    }
}
@media (max-width: 768px) {
    .link-content__left {
        padding-right: 24px;
    }
}
@media (max-width: 575px) {
    .link-content__left {
        padding-right: 0;
    }
}
.link__content {
    width: 400px;
    max-width: 100%;
}
@media (max-width: 575px) {
    .link__content {
        width: 100%;
    }
}
.link-content__right {
    margin-left: auto;
}
@media (max-width: 911px) {
    .link-content__right {
        padding-left: 40px;
    }
}
@media (max-width: 768px) {
    .link-content__right {
        padding-left: 24px;
    }
}
@media (max-width: 575px) {
    .link-content__right {
        padding-left: 0;
    }
}
.link__content img {
    width: 400px;
    height: auto;
    max-width: 100%;
}
@media (max-width: 575px) {
    .link__content img {
        width: 100%;
    }
}
.newsroom__section3 h2 {
    padding-bottom: 35px;
    text-align: center;
}
@media (max-width: 767px) {
    .newsroom__section3 h2 {
        font-size: 35px;
    }
}
.newsroom__section-about {
    padding-top: 60px;
    padding-bottom: 80px;
}
@media (max-width: 575px) {
    .newsroom__section-about {
        padding-bottom: 70px;
    }
}
.about__wrapper {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
@media (max-width: 820px) {
    .about__wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (max-width: 768px) {
    .about__wrapper {
        padding-left: 24px;
        padding-right: 24px;
    }
}
@media (max-width: 575px) {
    .about__wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}
.about__wrapper h2 {
    padding-bottom: 15px;
    font-size: 38px;
    text-align: center;
}
@media (max-width: 767px) {
    .about__wrapper h2 {
        font-size: 35px;
    }
}
.about__wrapper h5 {
    padding-top: 45px;
}
.about__wrapper p {
    padding-top: 25px;
}
.button__font {
    font-family: Inter-f, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;
    color: var(#fff);
}
.button__newsroom {
    width: 249px;
    height: 53px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}
.newsroom__newsletter {
    padding-top: 45px;
}
.newsroom__content-newsletter {
    width: 700px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.blog-post__section {
    padding-top: 155px;
    padding-bottom: 80px;
}
.blog-slider__section {
    width: 1120px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 160px 5px 80px;
}
.blog-slider__section h1 {
    font-size: 52px;
    text-align: center;
    padding-bottom: 77px;
}
@media (max-width: 912px) {
    .blog-slider__section h1 {
        font-size: 44px;
    }
}
@media (max-width: 575px) {
    .blog-slider__section h1 {
        font-size: 38px;
    }
}
.blog-slider__block {
    border: 1px solid #ededea;
    border-radius: 6px;
}
.blog-slider__block .category__link a {
    color: var(--secondary);
    transition: all 0.3s ease;
    font-family: Inter-f, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;
    text-transform: uppercase;
}
.blog-slider__block .category__link a:hover {
    text-decoration: none;
    color: var(--blue);
}
.blog-slider__title-content h3 {
    padding-top: 16px;
    padding-bottom: 12px;
}
.blog-slider__title-content {
    padding: 23px 24px 32px;
}
.blog__btn {
    width: 141px;
    height: 41px;
    max-width: 100%;
    color: var(--white);
    margin-left: auto;
    margin-top: 31px;
}
.blog__btn:hover {
    text-decoration: none;
    background: var(--secondary);
    color: var(--white);
}
.blog-slider__image img {
    width: 100%;
    height: 299px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
@media (max-width: 912px) {
    .blog-slider__image img {
        height: 263px;
    }
}
@media (max-width: 575px) {
    .blog-slider__image img {
        height: 177px;
    }
}
.swiper {
    position: relative;
    padding-bottom: 70px;
}
.swiper-pagination-bullets {
    bottom: 0;
    height: 20px;
}
.swiper-pagination-bullet {
    bottom: 0;
    width: 20px;
    height: 20px;
    background: #fff0;
    border: 3px solid #ededea;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: var(--blue);
    border: 3px solid var(--blue);
}
:root {
    --swiper-pagination-bullet-horizontal-gap: 16px;
}
.blog-page__post-section {
    padding-bottom: 80px;
}
.blog-slider__block {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 100%;
    justify-content: space-between;
}
.category__blog {
    padding-bottom: 80px;
    width: 1080px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.category__checkbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.category__checkbox li {
    background: #ecf5fc;
    height: 53px;
    width: 20%;
    min-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin-bottom: 8px;
    margin-right: 4px;
    margin-left: 4px;
    padding-left: 5px;
    padding-right: 5px;
    flex-grow: 1;
    cursor: pointer;
}
@media (max-width: 991px) {
    .category__checkbox li {
        width: auto;
        min-width: 20%;
    }
}
@media (max-width: 685px) {
    .category__checkbox li {
        min-width: 40%;
    }
}
@media (max-width: 470px) {
    .category__checkbox li {
        width: auto;
        min-width: 35%;
    }
}
@media (max-width: 389px) {
    .category__checkbox li {
        width: auto;
        min-width: 30%;
    }
}
@media (max-width: 356px) {
    .category__checkbox li {
        width: 70%;
    }
}
.category__checkbox li:last-child {
    flex-grow: 0;
    min-width: 53px;
    width: auto;
}
@media (max-width: 389px) {
    .category__checkbox li:last-child {
        min-width: 35px;
    }
}
@media (max-width: 356px) {
    .category__checkbox li:last-child {
        width: 55px;
    }
}
.category__checkbox li:last-child a {
    margin-left: 0;
}
.category__checkbox a {
    color: var(--blue);
    transition: all 0.3s ease;
    font-family: Inter-f, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    margin-left: 8px;
}
.category__checkbox a:hover {
    text-decoration: none;
    color: var(--secondary);
}
@media (max-width: 1024px) {
    .category__checkbox a {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .category__checkbox a {
        font-size: 14px;
    }
}
.category__checkbox img {
    width: 23px;
    height: 23px;
}
@media (max-width: 991px) {
    .category__checkbox img {
        width: 22px;
        height: 22px;
    }
}
.blog-post__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1080px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
}
.post__block {
    width: calc(50% - 16px);
    margin-bottom: 24px;
}
@media (max-width: 700px) {
    .post__block {
        width: 100%;
    }
}
.post__image img {
    height: 220px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
@media (max-width: 912px) {
    .post__image img {
        height: 191px;
    }
}
@media (max-width: 820px) {
    .post__image img {
        height: 170px;
    }
}
@media (max-width: 768px) {
    .post__image img {
        height: 158px;
    }
}
.post__block .blog-slider__title-content {
    padding: 15px 16px 16px;
}
.post__block .blog__btn {
    margin-top: 23px;
    width: 124px;
}
.case-study__list {
    width: 1080px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.case-study__block {
    width: calc(50% - 16px);
    display: flex;
    margin-bottom: 24px;
}
@media (max-width: 700px) {
    .case-study__block {
        width: 100%;
    }
}
.case-study__block img {
    width: 80px;
    height: auto;
    max-width: 100%;
    margin-right: 24px;
}
.case-study__block h6 {
    font-size: 18px;
    color: #000;
    border: 2px solid #000;
    height: 41px;
    width: 131px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.case-study__block a,
.case-study__block h6 {
    font-family: Inter-f, sans-serif;
    font-weight: 700;
    line-height: 1.5;
}
.case-study__block a {
    color: var(--blue);
    transition: all 0.3s ease;
    font-size: 20px;
    padding-top: 13px;
    padding-bottom: 13px;
    display: block;
}
.case-study__block a:hover {
    text-decoration: none;
    color: var(--secondary);
}
.case-study__block p {
    font-size: 18px;
}
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"] + label:before {
    content: "\2714";
    color: #fff0;
    display: inline-block;
    border: 1px solid #ccc;
    font-size: 12px;
    font-weight: 900;
    line-height: 14px;
    margin: 5px 0 0;
    height: 16px;
    width: 16px;
    text-align: center;
    vertical-align: middle;
    transition: color 0.3s ease;
    border-radius: 6px;
}
input[type="checkbox"]:checked + label:before {
    color: var(--white);
    border-color: var(--blue);
    background: var(--blue);
}
.category__blog {
    position: relative;
}
.search__form-container {
    width: 100%;
    height: 135px;
    background: var(--white);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0 0 15px rgb(0 0 0 / 0.2);
    border-radius: 6px;
    padding: 8px 24px;
    opacity: 0;
    z-index: -2;
    transform: translate(100%);
    transition: all 0.6s ease;
}
.blog-page__post-section .container {
    overflow: hidden;
}
.search__visible {
    opacity: 1;
    z-index: 5;
    transform: translate(0);
}
.search__hidden {
    opacity: 0;
    z-index: -2;
    transform: translate(100%);
}
.search__close {
    transition: all 555ms ease;
}
.search__img {
    margin-left: auto;
    margin-bottom: 8px;
}
.search-section__input-search button {
    background: #fff0;
}
.search-section__input-wrapper {
    position: relative;
}
.search-section__input-search {
    width: 60%;
    padding: 15px 24px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
}
@media (max-width: 767px) {
    .search-section__input-search {
        width: 80%;
    }
}
@media (max-width: 575px) {
    .search-section__input-search {
        width: 100%;
    }
}
@media (max-width: 350px) {
    .search-section__input-search {
        padding: 14px;
    }
}
.search-section__input-search input:-ms-input-placeholder {
    color: var(--black);
    font-family: Inter-f, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    opacity: 1;
    width: 100%;
    padding-right: 30px;
}
.search-section__input-search input,
.search-section__input-search input::placeholder {
    color: var(--black);
    font-family: Inter-f, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    opacity: 1;
    width: 100%;
    padding-right: 30px;
}
@media (max-width: 400px) {
    .search-section__input-search input:-ms-input-placeholder {
        font-size: 12px;
    }
    .search-section__input-search input,
    .search-section__input-search input::placeholder {
        font-size: 12px;
    }
}
.search-section__input-search input:-ms-input-placeholder {
    color: #979797;
}
.search-section__input-search input::placeholder {
    color: #979797;
}
.search-section__input-search button {
    position: absolute;
    right: 0;
    top: 0;
}
.blog-post__wrapper {
    width: 800px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.category__link a {
    color: var(--secondary);
    transition: all 0.3s ease;
    font-family: Inter-f, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.75;
    text-transform: uppercase;
}
.category__link a:hover {
    text-decoration: none;
    color: var(--blue);
}
.blog-post__image {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}
.caption {
    position: absolute;
    left: 8px;
    bottom: 8px;
    background: hsl(0 0% 100% / 0.8);
    height: 36px;
    border-radius: 6px;
    margin-right: 8px;
    width: calc(100% - 16px);
    padding-left: 8px;
    display: flex;
    align-items: center;
    font-family: Inter-f, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #7e7e7e;
}
.blog-post__image img {
    width: 800px;
    height: auto;
    max-width: 100%;
}
@media (max-width: 575px) {
    .post-contact-info__data {
        width: 100%;
    }
}
.blog-post__title-content p {
    font-size: 22px;
}
.blog-post__title-content h2 {
    font-size: 38px;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media (max-width: 767px) {
    .blog-post__title-content h2 {
        font-size: 35px;
    }
}
.blog-post__contact-info {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 575px) {
    .blog-post__contact-info {
        flex-direction: column;
        align-items: flex-start;
    }
}
.contact-info__border-bottom {
    padding-bottom: 20px;
    border-bottom: 1px solid #7e7e7e;
    margin-bottom: 40px;
}
.contact-info__border-top {
    padding-top: 20px;
    border-top: 1px solid #7e7e7e;
    margin-top: 80px;
}
@media (max-width: 575px) {
    .post__soc-link {
        width: 100%;
    }
}
.post__soc-link img {
    width: 48px;
    height: 48px;
    margin-left: 15px;
}
@media (max-width: 575px) {
    .post__soc-link img {
        margin-top: 20px;
        margin-left: 0;
        margin-right: 20px;
        width: 40px;
        height: 40px;
    }
}
.post-contact-info__data p {
    font-family: Inter-f, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75;
    color: #7e7e7e;
}
.post-contact-info__data span,
.post__text h4 {
    font-weight: 700;
}
.post__text h4 {
    padding-top: 50px;
    padding-bottom: 20px;
    margin-bottom: 0;
    font-family: Inter-f, sans-serif;
    font-size: 24px;
    color: var(--dark-grey);
    line-height: 1.5;
}
.post__text h3 {
    padding-top: 80px;
    padding-bottom: 35px;
    line-height: 1.5;
}
.post__text p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    line-height: 1.8;
}
.post__text-block p:not(:last-child) {
    padding-bottom: 40px;
}
.contact__section {
    padding-top: 160px;
    padding-bottom: 70px;
}
.contacts__wrapper {
    display: flex;
    width: 1136px;
    max-width: 100%;
}
@media (max-width: 820px) {
    .contacts__wrapper {
        flex-wrap: wrap;
    }
}
.contacts__select {
    width: 50%;
    padding-right: 32px;
}
@media (max-width: 820px) {
    .contacts__select {
        width: 100%;
        padding-right: 0;
    }
}
.contacts__info {
    width: 50%;
    padding-left: 32px;
}
@media (max-width: 820px) {
    .contacts__info {
        width: 100%;
        margin-top: 60px;
        padding-left: 0;
    }
}
.contact__section h1 {
    padding-bottom: 38px;
}
.contact__subtitle {
    padding-bottom: 32px;
}
.contact__subtitle2,
.contacts__info h5 {
    padding-bottom: 24px;
}
.contact__address a {
    padding-top: 10px;
    padding-bottom: 51px;
    display: block;
}
.contact__connect p:first-child {
    padding-bottom: 10px;
}
.contacts__info a {
    color: var(--blue);
    font-family: Inter-f, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.contacts__info a:hover {
    text-decoration: none;
    color: var(--secondary);
}
.select__wrapper {
    padding-bottom: 29px;
}
.contact-us__sales a {
    color: var(--blue);
    font-family: Inter-f, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 8px;
}
.contact-us__sales a:hover {
    text-decoration: none;
    color: var(--secondary);
}
.contact-us__sales p {
    padding-top: 23px;
}
.contact-us__support h5 {
    padding-bottom: 16px;
}
.button__contact-support {
    color: var(--yellow);
    font-family: Inter-f, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.75;
    height: 61px;
}
.button__contact-support:hover {
    color: var(--white);
    text-decoration: none;
}
.button__contact-support-request {
    width: 234px;
    max-width: 100%;
    margin-bottom: 37px;
}
.button__contact-support-log-in {
    width: 133px;
    max-width: 100%;
}
#partnership h5,
#pressInquiries h5 {
    color: var(--black);
    padding-bottom: 16px;
}
.home__last-section {
    background: url(../img/last-section_background.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 480px;
    background-position: 50%;
    padding-top: 80px;
    margin-bottom: -2px;
}
@media (max-width: 1280px) {
    .home__last-section {
        background-size: cover;
    }
}
@media (max-width: 820px) {
    .home__last-section {
        padding-bottom: 350px;
    }
}
@media (max-width: 600px) {
    .home__last-section {
        padding-bottom: 250px;
    }
}
.home__last-section__row {
    display: flex;
    padding-bottom: 32px;
}
@media (max-width: 820px) {
    .home__last-section__row {
        flex-wrap: wrap;
    }
}
.home__last-section__modal {
    width: 50%;
    align-self: center;
    padding-right: 8.75%;
}
@media (max-width: 1280px) {
    .home__last-section__modal {
        padding-right: 1.5%;
    }
}
@media (max-width: 820px) {
    .home__last-section__modal {
        width: 100%;
        text-align: center;
        padding-right: 0;
    }
}
.home__last-section__text {
    width: 50%;
    padding-left: 44px;
    align-self: center;
}
@media (max-width: 1280px) {
    .home__last-section__text {
        padding-left: 40px;
    }
}
@media (max-width: 820px) {
    .home__last-section__text {
        width: 100%;
        padding-left: 0;
        padding-top: 40px;
    }
}
.home__last-section__paragraph {
    font-size: 22px;
}
@media (max-width: 820px) {
    .home__last-section__paragraph {
        text-align: justify;
    }
}
.home__last-section__paragraph span a {
    color: var(--blue);
}
.home__last-section__paragraph span a:hover {
    color: var(--secondary);
    text-decoration: none;
}
.home__last-section__modal .button-title-block__wrapper {
    justify-content: space-between;
}
.footer__row1 {
    margin: 0 10px;
    border-top: 1px solid #e8e9e9;
    display: flex;
    padding-top: 80px;
    padding-bottom: 70px;
}
@media (max-width: 768px) {
    .footer__row1 {
        flex-wrap: wrap;
        justify-content: flex-end;
        padding-bottom: 40px;
        padding-top: 60px;
    }
}
@media (max-width: 575px) {
    .footer__row1 {
        padding-bottom: 0;
    }
}
.footer__logo {
    width: 36%;
}
@media (max-width: 1279px) {
    .footer__logo {
        width: 28%;
    }
}
@media (max-width: 991px) {
    .footer__logo {
        width: 20%;
        padding-right: 20px;
    }
}
@media (max-width: 768px) {
    .footer__logo {
        width: 31%;
    }
}
@media (max-width: 575px) {
    .footer__logo {
        width: 100%;
        padding-bottom: 50px;
    }
}
.footer__logo img {
    width: 128px;
    height: auto;
    max-width: 100%;
}
.footer__link {
    width: 16%;
}
@media (max-width: 1279px) {
    .footer__link {
        width: 18%;
    }
}
@media (max-width: 991px) {
    .footer__link {
        width: 20%;
        padding-right: 10px;
    }
}
@media (max-width: 768px) {
    .footer__link {
        width: 23%;
        padding-bottom: 20px;
    }
}
@media (max-width: 700px) {
    .footer__link {
        width: 34.5%;
    }
}
@media (max-width: 575px) {
    .footer__link {
        width: 50%;
        padding-bottom: 50px;
    }
}
.footer__link .title {
    font-family: Inter-f, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;
    padding-bottom: 20px;
    margin-bottom: 0;
    color: var(--dark-grey);
}
@media (max-width: 768px) {
    .footer__link .title {
        padding-bottom: 15px;
    }
}
.footer__link ul li {
    margin-bottom: 14px;
}
@media (max-width: 991px) {
    .footer__link ul li {
        margin-bottom: 12px;
    }
}
.footer__link a {
    font-family: Inter-f, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    color: var(--dark-grey);
    transition: all 0.3s ease;
}
.footer__link a:hover {
    text-decoration: none;
    color: var(--secondary);
}
@media (max-width: 991px) {
    .footer__link a {
        font-size: 13px;
    }
}
@media (max-width: 768px) {
    .footer__link a {
        font-size: 14px;
    }
}
.contact__button-footer {
    width: 96px;
    height: 27px;
    max-width: 100%;
}
.contact__button-footer a {
    color: var(--white);
    font-weight: 700;
}
.contact__button-footer a:hover {
    color: var(--white);
}
.footer__row2 {
    background: #4d4dff;
}
.footer__row2-content {
    display: flex;
    padding: 0;
    justify-content: space-between;
    align-self: self-end;
}
.footer__row2-content:first-of-type {
    padding-top: 80px;
}
.footer__row2-content:last-of-type {
    padding-bottom: 80px;
}
@media (max-width: 912px) {
    .footer__row2-content {
        flex-wrap: wrap;
    }
}
.footer-row2__text {
    width: 50%;
    padding-right: 10%;
}
@media (max-width: 991px) {
    .footer-row2__text {
        padding-right: 5%;
    }
}
@media (max-width: 912px) {
    .footer-row2__text {
        width: 70%;
        padding-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .footer-row2__text {
        width: 80%;
    }
}
@media (max-width: 575px) {
    .footer-row2__text {
        width: 100%;
    }
}
.footer-row2__text .title,
.footer-row2__text p {
    color: var(--white);
    font-family: Inter-f, sans-serif;
    font-size: 16px;
    line-height: 1.9;
}
.footer-row2__text .title {
    font-weight: 700;
    padding-bottom: 25px;
}
.footer-row2__text p {
    font-weight: 400;
}
.footer-row2__terms {
    width: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: end;
    padding-right: 40px;
}
@media (max-width: 1279px) {
    .footer-row2__terms {
        padding-right: 0;
    }
}
@media (max-width: 912px) {
    .footer-row2__terms {
        width: 100%;
        justify-content: space-between;
    }
}
@media (max-width: 485px) {
    .footer-row2__terms {
        width: 100%;
        justify-content: left;
        flex-wrap: wrap;
    }
}
.link__terms {
    margin-left: 69px;
    margin-right: 29px;
}
@media (max-width: 991px) {
    .link__terms {
        margin-left: 39px;
    }
}
@media (max-width: 485px) {
    .link__terms {
        margin-left: 0;
    }
}
.footer-row2__terms ul {
    display: flex;
}
@media (max-width: 485px) {
    .footer-row2__terms p {
        width: 100%;
    }
}
.footer-row2__terms a,
.footer-row2__terms p {
    font-family: Inter-f, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 2;
    color: var(--white);
}
.footer-row2__terms a {
    transition: all 0.3s ease;
}
.footer-row2__terms a:hover {
    text-decoration: none;
    opacity: 0.8;
    color: var(--white);
}
.modal,
.modal__body {
    overflow: auto;
}
.modal__body .container-fluid,
.modal__body .container-lg,
.modal__body .container-md,
.modal__body .container-sm,
.modal__body .container-xl {
    padding-left: 0;
    padding-right: 0;
}
.modal__wrapper {
    display: flex;
}
.modal__image-block {
    width: 40%;
    position: fixed;
    left: 0;
    top: 0;
}
@media (max-width: 912px) {
    .modal__image-block {
        display: none;
    }
}
.modal__image-block img {
    height: 100vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}
.modal__form {
    margin-left: 40%;
    width: 60%;
}
@media (max-width: 912px) {
    .modal__form {
        width: 100%;
        margin-left: 0;
    }
}
.modal-form__wrapper {
    padding-top: 150px;
    padding-bottom: 25px;
    width: 414px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 768px) {
    .modal-form__wrapper {
        padding-top: 105px;
    }
}
@media (max-width: 575px) {
    .modal-form__wrapper {
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }
}
.modal-form__paragraph {
    padding-top: 24px;
    padding-bottom: 24px;
}
.form__all-modal input {
    width: 100%;
    border: 1px solid #b9b9b9;
    padding: 15px;
    font-family: Inter-f, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.33;
    color: #6a6e71;
    border-radius: 6px;
    margin-bottom: 16px;
}
.form__all-modal input:-ms-input-placeholder {
    color: #6a6e71;
    opacity: 1;
}
.form__all-modal input::placeholder {
    color: #6a6e71;
    opacity: 1;
}
.form__all-modal input:focus-visible {
    border: 2px solid var(--blue);
}
.modalCheckbox {
    display: inline-block;
    text-align: start;
    margin-top: 7px;
    margin-bottom: 23px;
    width: 100%;
}
.form__all-modal input[type="checkbox"] {
    width: 12px;
    height: 12px;
    margin-right: 8px;
    margin-bottom: auto;
    margin-top: auto;
}
.modalCheckbox span {
    color: #6a6e71;
}
.button__modal {
    width: 100%;
    max-width: 100%;
    height: 61px;
    color: var(--white);
    font-family: Inter-f, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}
.modal__terms a {
    color: var(--blue);
    text-decoration: underline;
}
.modal__terms a:hover {
    color: var(--secondary);
}
.modal__conditions {
    color: #979797;
    font-family: Inter-f, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 35px;
}
.btn-close__modal {
    position: absolute;
    top: 75px;
    right: 75px;
    width: 32px;
    height: 32px;
    background: url(../img/close.svg) no-repeat;
    background-position: 50%;
}
.btn-close__modal,
.btn-close__modal:hover {
    color: var(--blue);
    opacity: 1;
}
@media (max-width: 575px) {
    .btn-close__modal {
        top: 24px;
        right: 24px;
    }
}
.btn-close:focus {
    box-shadow: none;
}
@media (max-width: 1280px) {
    .col3__container .container {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .container {
        padding-right: 40px;
        padding-left: 40px;
    }
}
@media (max-width: 575px) {
    .container {
        padding-right: 24px;
        padding-left: 24px;
    }
}
.choices__inner:before {
    content: "Select topic: ";
    display: inline-block;
    margin-top: 7px;
    font-size: 10px;
    color: #6a6e71;
    width: 100px;
}
.choices__inner,
.choices__inner:before {
    font-family: Inter-f, sans-serif;
    font-weight: 400;
    line-height: 1.5;
}
.choices__inner {
    display: flex;
    background-color: #fff0;
    border-radius: 6px;
    border: 1px solid #b9b9b9;
    color: var(--black);
    padding: 10px 16px 11px;
    font-size: 18px;
}
@media (max-width: 575px) {
    .choices__inner {
        font-size: 16px;
    }
}
.choices[data-type*="select-one"] .choices__inner {
    padding: 10px 16px 11px;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
    display: none;
}
.choices__item {
    transition: color 0.3s ease;
}
.choices__item:hover {
    color: var(--blue);
    background: #fff0;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    background-color: #fff0;
}
.choices__list--dropdown .choices__item--selectable,
.choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 15px;
}
.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
    padding: 5px 15px;
}
.choices__list--dropdown {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.choices__list--dropdown,
.choices__list[aria-expanded] {
    border: 1px solid #b9b9b9;
}
.choices__placeholder {
    opacity: 1;
}
.choices__placeholder:hover {
    color: var(--black);
}
.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
    font-size: 16px;
}
.choices__list[aria-expanded="false"] {
    display: none;
}
.choices__list[aria-expanded="true"] {
    display: block;
}
.live-training__section-left-image .container {
    padding-right: 0;
    padding-left: 0;
}
.terms__section {
    padding: 208px 20px 80px;
    width: 1038px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1280px) {
    .terms__section {
        width: 75%;
        max-width: 75%;
    }
}
@media (max-width: 991px) {
    .terms__section {
        width: 85%;
        max-width: 85%;
    }
}
@media (max-width: 767px) {
    .terms__section {
        width: 100%;
        max-width: 100%;
    }
}
.terms__list li {
    list-style-type: space-counter;
}
.terms__section h3 {
    font-size: 36px;
    text-transform: uppercase;
    color: #000;
    font-family: Helvetica, sans-serif;
}
.terms__date {
    font-size: 14px;
    color: #595959;
    font-weight: 700;
    padding-top: 22px;
    font-family: Arial, sans-serif;
}
.privacy__policy .terms__date {
    padding-bottom: 40px;
}
.terms__section h5 {
    font-size: 19px;
    text-transform: uppercase;
    padding-top: 48px;
}
.terms__section h5,
.terms__section h6 {
    font-weight: 700;
    color: #000;
    font-family: Arial, sans-serif;
}
.terms__section h6 {
    font-size: 17px;
    padding-top: 24px;
}
.terms-content__wrapper p {
    padding-top: 16px;
}
.terms-content__wrapper p,
.terms-content__wrapper ul li {
    font-size: 14px;
    color: #595959;
    line-height: 1.5;
    font-family: Arial, sans-serif;
}
.terms-content__wrapper ul li {
    list-style-type: square;
    margin-left: 40px;
}
@media (max-width: 575px) {
    .terms-content__wrapper ul li {
        margin-left: 20px;
    }
}
.terms-content__wrapper ul {
    padding-top: 16px;
}
.terms-content__wrapper div,
.terms-content__wrapper h5,
.terms-content__wrapper p {
    scroll-margin-top: 80px;
}
.text__bold {
    font-weight: 700;
}
.text__uppercase {
    text-transform: uppercase;
}
.terms-content__wrapper a {
    color: #3030f1;
    text-decoration: underline;
}
.terms-content__wrapper a:hover {
    color: #3030f1;
}
.italic {
    font-style: italic;
}
.text__decoration {
    text-decoration: underline;
}
body:not(.terms):not(.privacy__policy) br:not(:last-child) {
    padding-bottom: 20px;
}
.live-training-iframe {
    padding-bottom: 80px;
}
.live-training-iframe iframe {
    width: 100%;
    height: auto;
}
iframe .cssgrid {
    height: 100%;
}

.hosted__logo {
    padding-top: 1.5rem;
    display: flex;
    align-items: center;
    column-gap: 15px;
}
@media (max-width: 1279px) {
    .hosted__logo {
        justify-content: center;
    }
}
@media (max-width: 991px) {
    .hosted__logo {
        column-gap: 10px;
    }
}
@media (max-width: 575px) {
    .hosted__logo {
        flex-wrap: wrap;
        column-gap: 20px;
    }
}
.hosted__logo img {
    height: auto;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 100%;
    transition: all 333ms ease;
}
.hosted__logo a,
.hosted__logo div {
    display: flex;
    align-items: center;
}
@media (max-width: 575px) {
    .hosted__logo a,
    .hosted__logo div {
        width: calc(33.3% - 20px);
        margin-bottom: 20px;
        justify-content: center;
    }
}
.button__option-selected {
    background: var(--blue);
    color: var(--white);
}
.button__option-selected:after {
    content: url(../img/white-chevron-right.svg);
}
.login-modal__button {
    width: 295px;
    height: 61px;
    max-width: 100%;
    background: var(--yellow);
    color: var(--white);
    font-family: Inter-f, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.75;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: 2px solid var(--yellow);
    transition: all 0.3s ease;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
.login-modal__button:hover {
    background: #fff0;
    color: var(--yellow);
}
.login-modal__body p {
    font-weight: 500;
}
.login-modal__body .modal-form__wrapper {
    width: 100%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25vh;
    display: block;
    min-height: 100vh;
}
@media (max-width: 991px) and (max-height: 450px) {
    .login-modal__body .modal-form__wrapper {
        padding-top: 150px;
    }
}
@media (max-width: 768px) {
    .login-modal__body .modal-form__wrapper {
        padding-top: 105px;
    }
}
.login-modal__link {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
@media (max-width: 575px) {
    .login-modal__link {
        flex-direction: column;
    }
}
.login-modal__input,
.login-modal__link p {
    font-weight: 700;
    font-size: 18px;
    line-height: 2.4;
}
.login-modal__input {
    border: 1px solid #b9b9b9;
    border-radius: 6px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0 16px;
    width: 250px;
    font-family: Inter-f, sans-serif;
    color: var(--black);
}
@media (max-width: 991px) {
    .login-modal__input {
        width: 220px;
    }
}
@media (max-width: 912px) {
    .login-modal__input {
        width: 250px;
    }
}
@media (max-width: 575px) {
    .login-modal__input {
        max-width: 80%;
        margin: 5px auto;
    }
}
.login-modal__input:-ms-input-placeholder {
    color: #b9b9b9;
    opacity: 1;
    font-weight: 400;
    font-size: 18px;
    font-family: Inter-f, sans-serif;
    line-height: 2.4;
}
.login-modal__input::placeholder {
    color: #b9b9b9;
    opacity: 1;
    font-weight: 400;
    font-size: 18px;
    font-family: Inter-f, sans-serif;
    line-height: 2.4;
}
.post__text h2.wp-block-heading {
    font-size: 2.1rem;
    line-height: 1.4;
    margin-bottom: 1rem;
}
.blue__button.get-started__title-block a,
.blue__button.crm-get-started__title-block a,
.blue__button.btn__learn-more a,
.blue__button.button__support a,
.blue__button.button__get-started a {
    color: #fff !important;
}
.blue__button.get-started__title-block a:hover,
.blue__button.crm-get-started__title-block a:hover,
.blue__button.btn__learn-more a:hover,
.blue__button.button__support a:hover {
    text-decoration: none;
}
.yellow__button.button__talk-to-sales a:hover {
    color: #fff !important;
    text-decoration: none;
}
.products-full-block-content__wrapper h3 {
    font-size: 36px;
    color: var(--dark-grey);
    line-height: 1.5;
}
@media (max-width: 991px) {
    .products-full-block-content__wrapper h3 {
        font-size: 28px;
    }
}
.footer-row2__partnerships {
    width: 50%;
    color: #fff;
    font-size: 14px;
}
@media (max-width: 1024px) {
    .footer-row2__partnerships {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .footer-row2__partnerships .partners {
        flex-wrap: wrap;
        flex-direction: column;
    }
}
@media (min-width: 768px) {
    .footer-row2__partnerships .partners {
        padding-left: 40px;
    }
}
.footer-row2__partnerships .partners {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 1.5rem;
    gap: 1.5rem;
    align-items: center;
    background-color: rgb(255 255 255 / 0.8);
    border-radius: 16px;
    width: fit-content;
    margin: 8px auto 24px;
}
.footer-row2__partnerships .partners img {
    max-height: 4.75rem;
}
.post__text ul li {
    list-style: disc !important;
    margin-left: 1rem;
    margin-bottom: 0.5rem;
}
.fc-vs__button {
    padding: 0 1.5rem;
    height: 55px;
    max-width: 100%;
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.75;
    margin: auto;
    width: auto;
}
@media (max-width: 767px) {
    .fc-vs__button {
        padding: 1rem;
        height: 60px;
        line-height: 1.4;
    }
}
.right-solution-section-3col_wrapper {
    display: flex;
    flex-direction: row;
    margin: auto;
    justify-content: center;
    padding: 0;
    gap: 2rem;
}
@media (max-width: 767px) {
    .right-solution-section-3col_wrapper {
        flex-wrap: wrap;
    }
}
@media (max-width: 575px) {
    .right-solution-section-3col_wrapper {
        margin-left: 24px;
        margin-right: 24px;
    }
}
.right-solution-section-3col__block {
    width: 304px;
    border: 1px solid;
    border-radius: 6px;
    padding: 1.5rem;
    border-color: var(--secondary);
}
.right-solution-section-3col__block > div:first-child {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin-bottom: 1rem;
}
.right-solution-section-3col__block p {
    min-height: 130px;
    margin-bottom: 32px;
}
.right-solution-section-3col__block small {
    color: #b9b9b9;
}
.right-solution-section-3col__block h3 sub {
    font-weight: 400;
    font-size: 12px;
    padding-left: 4px;
    bottom: 0;
}
.right-solution-section-3col__block h5,
.right-solution-section-3col__block h6 {
    color: var(--secondary);
}
.right-solution-section-3col__block .blue__button.btn__learn-more {
    width: 100%;
    opacity: 1;
    transition: 300ms;
    background-color: var(--secondary);
}
.right-solution-section-3col__block .blue__button.btn__learn-more:hover {
    opacity: 0.75;
    transition: 300ms;
}
.right-solution-section-3col__block:first-of-type {
    border-color: var(--yellow);
}
.right-solution-section-3col__block:first-of-type h5,
.right-solution-section-3col__block:first-of-type h6 {
    color: var(--yellow);
}
.right-solution-section-3col__block:first-of-type .blue__button.btn__learn-more {
    background-color: var(--yellow);
}
.right-solution-section-3col__block:last-of-type {
    border-color: var(--blue);
}
.right-solution-section-3col__block:last-of-type h5,
.right-solution-section-3col__block:last-of-type h6 {
    color: var(--blue);
}
.right-solution-section-3col__block:last-of-type .blue__button.btn__learn-more {
    background-color: var(--blue);
}
@media (max-width: 575px) {
    .right-solution-section-3col__block {
        width: 100%;
    }
}
@media (max-width: 575px) {
    .right-solution-section-3col__block:not(:last-child) {
        margin-bottom: 40px;
    }
}
.crm-page-section-right-image__block-content.fc-vs-border__block {
    background-color: #ecf5fc;
    padding: 40px;
    border-radius: 16px;
}
.crm-page-section-left-image__block-content.fc-vs-border__block {
    padding: 40px;
}
@media (max-width: 767px) {
    .fc-vs-border__block .blue__button.crm-get-started__title-block.fc-vs__button {
        padding: 0 1rem !important;
        height: 55px !important;
        line-height: 1.5 !important;
    }
    .crm-page-section-right-image__block-content.fc-vs-border__block,
    .crm-page-section-left-image__block-content.fc-vs-border__block {
        padding: 20px;
        border-radius: 6px;
    }
    .fc-vs__order {
        order: 0;
        margin-bottom: 2rem;
    }
}
.fc-vs__softwares {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem 1rem;
    padding: 1rem;
    border-radius: 6px;
    background: #ecf5fc;
    margin: 2rem 1%;
}
.fc-vs__tag {
    background: var(--blue);
    border: 0;
    color: var(--white);
    padding: 0 6px;
    font-size: 12px;
    border-radius: 6px;
}
.crm-page__section-right-image ul {
    margin-left: 1rem;
}
.crm-page__section-right-image li {
    margin-left: 0.5rem;
    margin-bottom: 0.5rem;
}
.fc-vs-client .expression__one-col img {
    width: 150px;
}
.fc-vs-client .expression__wrapper {
    margin: 50px auto 30px;
}
.crm-page-blog-list__wrapper.resources {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem 1rem;
}
.crm-page-blog-list__wrapper.resources .blue__button {
    width: 100%;
    margin: 1rem auto 0;
}
.crm-page-blog-list__wrapper.resources .crm-page-blog__block {
    width: 24%;
}
@media (max-width: 861px) and (min-width: 576px) {
    .crm-page-blog-list__wrapper.resources .crm-page-blog__block {
        width: 40%;
    }
}
@media (max-width: 575px) {
    .crm-page-blog-list__wrapper.resources .crm-page-blog__block {
        width: 100%;
    }
}
.crm-page-blog-list__wrapper.resources .crm-page-blog__block img {
    width: 100%;
    object-position: top;
}
.crm-page-blog-list__wrapper.resources .crm-page-blog__block-content {
    padding: 1rem 1.5rem 1.5rem;
}
.live-training__block-list .crm-page-blog-list__wrapper {
    display: none;
}

.referral_partener__button{
    width: fit-content;
    padding: 8px 24px;
}

@media (max-width: 820px) {
    .referral_partener__button{
        width: 100%;
        padding: 8px 24px;
    }
}


.referral-partner_section-framed{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-top: 80px;
    padding-bottom: 80px;
}

.referral-partner_section-framed__content p{
    padding-left: 16%;
    padding-right: 16%;
}

@media (max-width: 820px) {
    .referral-partner_section-framed__content p {
        padding-right: 0;
        padding-left: 0;
    }
}

.referral-partner_section-title__wrapper{
    width: 100%;
    text-align: center;
    padding: 80px 0 60px;
}

.referral-partner_section__wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

@media (max-width: 575px) {
    .referral-partner_section__wrapper {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap:2rem;
    }
}

.referral-partner_section-left-image{
    margin-top: 160px;
    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width: 575px) {
    .referral-partner_section-left-image{
        margin-top: 80px;
        padding-bottom: 24px;
    }
}

.referral-partner__list li{
    padding-top: 10px;
    padding-left: 40px;
}

.referral-partner__list li div{
    font-size: 1.25rem;
    font-family: 'Inter-f';
    font-weight: bold;
}

.referral-partner__list li p{
    line-height: 1.4;
    padding: 0.5rem 0 1rem;
}

.referral-partner_section-3col__block{
    width: 30%;
    text-align: left;
    border: 1px solid #D2D2FF;
    border-radius: 1.5rem;
    padding: 3.5rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

@media (max-width: 575px) {
    .referral-partner_section-3col__block{
        width: 100%;
        gap: 1rem;  
    }
}

.referral-partner_section-3col__block-step{
    font-family: 'Inter';
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #0000FF;
}

.referral-partner_section-3col__block h3{
    font-size: 22px;
    color: var(--dark-grey);
    line-height: 1.4;
}

.referral-partner_section-3col__block p{
    margin-top: 0;
}

.start-referring__container{
    display: block;
    background-color: #ecf5fc;
    padding: 104px 0px;
}

.start-referring__container .title-block__content{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.start-referring__container .title-block__content p{
    font-size: 18px;
    line-height: 26px;
}

.start-referring__container .button-title-block__wrapper{
    margin-top: 0;
}

