@charset "UTF-8";.post-card__picture{position:relative;overflow:hidden}.post-card__picture:after{content:"";display:block;pointer-events:none}.post-card__img{position:absolute;min-width:100%;max-width:130%;min-height:100%;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@supports ((-o-object-fit: cover) or (object-fit: cover)){.post-card__img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%;top:0;bottom:0;left:0;right:0;min-width:0;max-width:none;min-height:0;-webkit-transform:none;transform:none}}

/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
sidebar,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
progress {
    vertical-align: baseline;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
    outline-width: 0;
}
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    border-bottom: none;
}
b,
strong {
    font-weight: inherit;
}
dfn {
    font-style: italic;
}
sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 60%;
    line-height: 0;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    overflow: visible;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
}
optgroup {
    font-weight: 700;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-input-placeholder {
    opacity: 0.54;
    color: inherit;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
*,
:after,
:before,
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@-ms-viewport {
    width: device-width;
}
html {
    font-size: 16px;
    -webkit-tap-headline-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    color: #7e84a7;
    background: #fff;
    font-weight: 400;
    font-family: Rubik, Arial, sans-serif;
    overflow-x: hidden;
    min-height: 100vh;
    position: relative;
}
@media screen and (min-width: 0) {
    body {
        font-size: 1rem;
        line-height: 1.50063;
    }
}
body:after,
body:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
body:before {
    top: 0;
    max-height: 3313px;
    background: radial-gradient(101.57% 91.5% at 53.4% 0, rgba(232, 237, 251, 0.5), hsla(0, 0%, 100%, 0.5));
}
body:after,
body:before {
    mix-blend-mode: multiply;
}
body:after {
    bottom: 550px;
    max-height: 3508px;
    background: radial-gradient(74.03% 47.53% at 56.32% 45.57%, rgba(232, 237, 251, 0.5) 0, hsla(0, 0%, 100%, 0.5) 100%);
}
body.scroll-is-locked {
    overflow: hidden;
    width: 100%;
    height: 100vh;
}
body.scroll-is-locked:before {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(86, 93, 132, 0.3) !important;
    z-index: 99;
    width: 100vw !important;
    height: 100vh !important;
}
body.aside-menu-is-visible {
    overflow: hidden;
}
@media (min-width: 768px) {
    body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (min-width: 1024px) {
    body:before {
        height: 38%;
    }
    body:after {
        bottom: 584px;
        height: 50%;
    }
}
[tabindex="-1"]:focus {
    outline: none !important;
}
img,
svg {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
svg:not(:root) {
    overflow: visible;
}
[role="button"] {
    cursor: pointer;
}
[role="button"],
a,
area,
button,
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
button {
    cursor: pointer;
}
button:active,
button:focus,
button:hover {
    outline: 0;
}
button,
input,
select,
textarea {
    line-height: inherit;
}
input[type="checkbox"]:disabled,
input[type="radio"]:disabled {
    cursor: default;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    -webkit-appearance: listbox;
}
textarea {
    resize: vertical;
}
fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    margin-bottom: 0.5em;
    padding: 0;
    font-size: 1.5em;
    line-height: inherit;
}
input[type="search"] {
    -webkit-appearance: none;
}
[hidden] {
    display: none !important;
}
.hidden,
.is-hidden {
    display: none;
}
hr {
    height: 0;
    margin: 0;
    border: 1px solid #eef0f6;
    border-width: 1px 0 0;
}
@font-face {
    font-family: icons;
    src: url(../fonts/icons.eot?iz1iny#iefix) format("embedded-opentype"), url(../fonts/icons.svg?iz1iny) format("svg"), url(../fonts/icons.woff?iz1iny) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
.custom-checkbox .custom-control__indicator:before,
.documentation-card__link:after,
.link-external:after,
.mfp-arrow-left:before,
.mfp-arrow-right:before,
.mfp-close:before,
.panel__toggle:before,
.play-button:before,
.review-card:before,
.slick-next:before,
.slick-prev:before,
.toggle:after,
[class*=" icon-"],
[class^="icon-"] {
    font-family: icons !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.documentation-card__link:after,
.icon-arrow:before {
    content: "\e900";
}
.icon-caret:before,
.play-button:before,
.toggle:after {
    content: "\e901";
}
.custom-checkbox .custom-control__indicator:before,
.icon-check:before {
    content: "\e902";
}
.icon-chevron-left:before,
.mfp-arrow-left:before,
.slick-prev:before {
    content: "\e903";
}
.icon-chevron-right:before,
.mfp-arrow-right:before,
.slick-next:before {
    content: "\e904";
}
.icon-close:before,
.mfp-close:before {
    content: "\e905";
}
.icon-external-link:before,
.link-external:after {
    content: "\e906";
}
.icon-minus:before,
.panel__toggle:before {
    content: "\e907";
}
.icon-play:before {
    content: "\e908";
}
.icon-plus:before,
.panel.is-collapsed .panel__toggle:before {
    content: "\e909";
}
.icon-quotes:before,
.review-card:before {
    content: "\e90a";
}
.icon-search:before {
    content: "\e90b";
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
    color: #2f334d;
    text-transform: capitalize;
}
.bg-dark .h1,
.bg-dark .h2,
.bg-dark .h3,
.bg-dark .h4,
.bg-dark .h5,
.bg-dark .h6,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6 {
    color: #fff;
}
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
.h1 a:focus,
.h1 a:hover,
.h2 a:focus,
.h2 a:hover,
.h3 a:focus,
.h3 a:hover,
.h4 a:focus,
.h4 a:hover,
.h5 a:focus,
.h5 a:hover,
.h6 a:focus,
.h6 a:hover,
h1 a:focus,
h1 a:hover,
h2 a:focus,
h2 a:hover,
h3 a:focus,
h3 a:hover,
h4 a:focus,
h4 a:hover,
h5 a:focus,
h5 a:hover,
h6 a:focus,
h6 a:hover {
    font-weight: 700;
    color: #8381d5;
}
@media screen and (min-width: 0) {
    .h1,
    h1 {
        font-size: 2.25rem;
        line-height: 1.38917;
        font-weight: 700;
        margin-bottom: 1rem;
    }
}
@media screen and (min-width: 1280px) {
    .h1,
    h1 {
        font-size: 3rem;
        line-height: 1.29187;
        margin-bottom: 1.5rem;
    }
}
@media screen and (min-width: 0) {
    .h2,
    h2 {
        font-size: 2.25rem;
        line-height: 1.38917;
        font-weight: 700;
        margin-bottom: 1rem;
    }
}
@media screen and (min-width: 1280px) {
    .h2,
    h2 {
        margin-bottom: 1.5rem;
    }
}
@media screen and (min-width: 0) {
    .h3,
    h3 {
        font-size: 1.875rem;
        line-height: 1.40033;
        margin-bottom: 2rem;
    }
}
@media screen and (min-width: 0) {
    .h3,
    .h4,
    h3,
    h4 {
        font-weight: 500;
    }
    .h4,
    h4 {
        font-size: 1.25rem;
        line-height: 1.4005;
        margin-bottom: 1.5rem;
    }
}
@media screen and (min-width: 0) {
    .h5,
    h5 {
        font-size: 1.125rem;
        line-height: 1.50056;
    }
}
@media screen and (min-width: 0) {
    .h5,
    .h6,
    h5,
    h6 {
        font-weight: 500;
        margin-bottom: 0.5rem;
    }
    .h6,
    h6 {
        font-size: 1rem;
        line-height: 1.50063;
    }
}
@media screen and (min-width: 0) {
    .text-xl {
        font-size: 1.25rem;
        line-height: 1.5005;
    }
}
@media screen and (min-width: 0) {
    .text-lg {
        font-size: 1.125rem;
        line-height: 1.50056;
    }
}
@media screen and (min-width: 0) {
    .text-md {
        font-size: 0.9375rem;
        line-height: 1.46733;
    }
}
@media screen and (min-width: 0) {
    .text-sm {
        font-size: 0.875rem;
        line-height: 1.50071;
    }
}
@media screen and (min-width: 0) {
    .text-xs {
        font-size: 0.75rem;
        line-height: 1.50083;
    }
}
.lead {
    font-size: 1.25rem;
    line-height: 1.4005;
    font-weight: 500;
    color: #565d84;
    margin-bottom: 2em;
}
.lead:last-child {
    margin-bottom: 0;
}
.important {
    border-left: 2px solid #8381d5;
    padding-left: 1rem;
}
blockquote {
    margin: 0;
}
dl,
ol,
p,
ul {
    margin-top: 0;
    margin-bottom: 0;
}
p {
    margin-bottom: 1.5rem;
}
p:last-child {
    margin-bottom: 0;
}
dd {
    margin: 0;
}
.dl-inline dd,
.dl-inline dt {
    display: inline;
    vertical-align: baseline;
}
.dl-inline dd:after {
    content: "\A";
    white-space: pre-line;
    display: block;
    font-size: 0;
}
.dl-inline dd:last-of-type:after {
    content: "";
}
address {
    font-style: normal;
    line-height: inherit;
}
ol li > ol,
ol li > ul,
ul li > ol,
ul li > ul {
    margin-bottom: 0;
}
b,
strong {
    font-weight: 700;
}
[data-lines] {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
[data-lines="2"] {
    -webkit-line-clamp: 2;
}
[data-lines="3"] {
    -webkit-line-clamp: 3;
}
[data-lines="4"] {
    -webkit-line-clamp: 4;
}
.is-unclipped {
    -webkit-line-clamp: initial;
}
.text-primary {
    color: #8381d5;
    fill: #8381d5;
}
.text-primary-light,
.text-secondary {
    color: #e7e7f8;
    fill: #e7e7f8;
}
.text-green {
    color: #48b9b0;
    fill: #48b9b0;
}
.text-orange {
    color: #f1ad65;
    fill: #f1ad65;
}
.text-yellow {
    color: #f0c753;
    fill: #f0c753;
}
.text-danger {
    color: #ed7777;
    fill: #ed7777;
}
.text-base {
    color: #7e84a7;
    fill: #7e84a7;
}
.text-muted {
    color: #cdd0e1;
    fill: #cdd0e1;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.text-nowrap {
    white-space: nowrap;
}
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%;
}
@media (min-width: 1280px) {
    .container {
        max-width: 1248px;
    }
}
.container:empty {
    display: none;
}
@media (min-width: 768px) {
    .container--sm {
        max-width: 842px;
    }
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}
.row--compact {
    margin-left: 0;
    margin-right: 0;
}
.row--compact > .col,
.row--compact > [class*=" col-"],
.row--compact > [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.row--sm {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
}
.row--sm > .col,
.row--sm > [class*=" col-"],
.row--sm > [class^="col-"] {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.row--md {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.row--md > .col,
.row--md > [class*=" col-"],
.row--md > [class^="col-"] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.row--lg {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}
.row--lg > .col,
.row--lg > [class*=" col-"],
.row--lg > [class^="col-"] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.row--xl {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}
.row--xl > .col,
.row--xl > [class*=" col-"],
.row--xl > [class^="col-"] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.col,
.col-2xl-1,
.col-2xl-2,
.col-2xl-3,
.col-2xl-4,
.col-2xl-5,
.col-2xl-6,
.col-2xl-7,
.col-2xl-8,
.col-2xl-9,
.col-2xl-10,
.col-2xl-11,
.col-2xl-12,
.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-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-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-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-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
}
.col-xs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-xs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-xs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-xs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-xs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-xs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-xs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-xs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-xs-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 576px) {
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 1024px) {
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 1280px) {
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 1440px) {
    .col-2xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-2xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-2xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-2xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-2xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-2xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-2xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-2xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-2xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-2xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-2xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-2xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.col-xs-auto {
    max-width: none;
    width: auto;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
}
@media (min-width: 576px) {
    .col-sm-auto {
        max-width: none;
        width: auto;
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
    }
}
@media (min-width: 768px) {
    .col-md-auto {
        max-width: none;
        width: auto;
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
    }
}
@media (min-width: 1024px) {
    .col-lg-auto {
        max-width: none;
        width: auto;
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
    }
}
@media (min-width: 1280px) {
    .col-xl-auto {
        max-width: none;
        width: auto;
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
    }
}
@media (min-width: 1440px) {
    .col-2xl-auto {
        max-width: none;
        width: auto;
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
    }
}
.col-xs-stretch {
    max-width: none;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}
@media (min-width: 576px) {
    .col-sm-stretch {
        max-width: none;
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
}
@media (min-width: 768px) {
    .col-md-stretch {
        max-width: none;
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
}
@media (min-width: 1024px) {
    .col-lg-stretch {
        max-width: none;
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
}
@media (min-width: 1280px) {
    .col-xl-stretch {
        max-width: none;
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
}
@media (min-width: 1440px) {
    .col-2xl-stretch {
        max-width: none;
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
}
.col-xs-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.col-xs-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.col-xs-initial {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
@media (min-width: 576px) {
    .col-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .col-sm-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .col-sm-initial {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}
@media (min-width: 768px) {
    .col-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .col-md-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .col-md-initial {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}
@media (min-width: 1024px) {
    .col-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .col-lg-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .col-lg-initial {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}
@media (min-width: 1280px) {
    .col-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .col-xl-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .col-xl-initial {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}
@media (min-width: 1440px) {
    .col-2xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .col-2xl-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .col-2xl-initial {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}
.col-xs-top {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.col-xs-center {
    -ms-flex-item-align: center;
    align-self: center;
}
.col-xs-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
@media (min-width: 576px) {
    .col-sm-top {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .col-sm-center {
        -ms-flex-item-align: center;
        align-self: center;
    }
    .col-sm-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}
@media (min-width: 768px) {
    .col-md-top {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .col-md-center {
        -ms-flex-item-align: center;
        align-self: center;
    }
    .col-md-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}
@media (min-width: 1024px) {
    .col-lg-top {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .col-lg-center {
        -ms-flex-item-align: center;
        align-self: center;
    }
    .col-lg-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}
@media (min-width: 1280px) {
    .col-xl-top {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .col-xl-center {
        -ms-flex-item-align: center;
        align-self: center;
    }
    .col-xl-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}
@media (min-width: 1440px) {
    .col-2xl-top {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .col-2xl-center {
        -ms-flex-item-align: center;
        align-self: center;
    }
    .col-2xl-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}
.align-items-xs-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.align-items-xs-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.align-items-xs-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.align-items-xs-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.align-self-xs-top {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.align-self-xs-center {
    -ms-flex-item-align: center;
    align-self: center;
}
.align-self-xs-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.align-self-xs-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
}
.justify-xs-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-xs-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-xs-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-xs-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-xs-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.order-xs-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.order-xs-last {
    -webkit-box-ordinal-group: 101;
    -ms-flex-order: 100;
    order: 100;
}
.order-xs-initial {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
@media (min-width: 576px) {
    .align-items-sm-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .align-items-sm-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .align-items-sm-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
    .align-self-sm-top {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center;
        align-self: center;
    }
    .align-self-sm-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline;
        align-self: baseline;
    }
    .justify-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
        order: 100;
    }
    .order-sm-initial {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}
@media (min-width: 768px) {
    .align-items-md-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .align-items-md-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .align-items-md-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
    .align-self-md-top {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .align-self-md-center {
        -ms-flex-item-align: center;
        align-self: center;
    }
    .align-self-md-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline;
        align-self: baseline;
    }
    .justify-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
        order: 100;
    }
    .order-md-initial {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}
@media (min-width: 1024px) {
    .align-items-lg-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .align-items-lg-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .align-items-lg-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
    .align-self-lg-top {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center;
        align-self: center;
    }
    .align-self-lg-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline;
        align-self: baseline;
    }
    .justify-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
        order: 100;
    }
    .order-lg-initial {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}
@media (min-width: 1280px) {
    .align-items-xl-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .align-items-xl-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .align-items-xl-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
    .align-self-xl-top {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center;
        align-self: center;
    }
    .align-self-xl-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline;
        align-self: baseline;
    }
    .justify-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
        order: 100;
    }
    .order-xl-initial {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}
@media (min-width: 1440px) {
    .align-items-2xl-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .align-items-2xl-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .align-items-2xl-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .align-items-2xl-baseline {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
    .align-self-2xl-top {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .align-self-2xl-center {
        -ms-flex-item-align: center;
        align-self: center;
    }
    .align-self-2xl-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .align-self-2xl-baseline {
        -ms-flex-item-align: baseline;
        align-self: baseline;
    }
    .justify-2xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-2xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-2xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-2xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-2xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .order-2xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-2xl-last {
        -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
        order: 100;
    }
    .order-2xl-initial {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}
a {
    text-decoration: none;
    color: #8381d5;
    outline: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.link-inherit {
    color: inherit;
}
.link-inherit:focus,
.link-inherit:hover {
    color: #8381d5;
}
.link-underline,
.link-underline:focus,
.link-underline:hover {
    text-decoration: underline;
}
.link-hidden,
.link-hidden:focus,
.link-hidden:hover {
    color: inherit;
    text-decoration: none;
}
.link-box {
    display: block;
    background-color: rgba(238, 240, 246, 0.6);
    border-left: 4px solid #8381d5;
    border-radius: 0.25rem;
    position: relative;
    white-space: nowrap;
    padding: 0.9375rem 1.0625rem 0.8125rem 1.125rem;
    color: #565d84;
    margin-top: 1rem;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
}
.theme-dark {
    color: #fff;
}
.theme-primary {
    background-color: #e7e7f8;
    color: #8381d5;
}
.theme-green {
    background-color: #e6f8f6;
    color: #48b9b0;
}
.theme-orange {
    background-color: #fff7ee;
    color: #f1ad65;
}
.theme-yellow {
    background-color: #fff9e8;
    color: #f0c753;
}
[data-aos="fade-up"] {
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.5s linear;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.5s linear;
    transition: transform 0.5s linear, opacity 0.3s ease-in-out;
    transition: transform 0.5s linear, opacity 0.3s ease-in-out, -webkit-transform 0.5s linear;
}
[data-aos="custom-fade-in"] {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
[data-aos="custom-fade-in"].aos-animate {
    opacity: 1;
}
[data-aos="custom-fade-up-float"] {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-animation: none;
    animation: none;
}
[data-aos="custom-fade-up-float"].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: b 5s 1s ease-in-out infinite;
    animation: b 5s 1s ease-in-out infinite;
}
[data-aos="custom-fade-up-float"].aos-animate[data-aos-delay="150"] {
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}
[data-aos="custom-fade-up-float"].aos-animate[data-aos-delay="300"] {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}
[data-aos="custom-fade-up-float"].aos-animate[data-aos-delay="450"] {
    -webkit-animation-delay: 1.45s;
    animation-delay: 1.45s;
}
[data-aos="animate-path"] {
    opacity: 0;
    -webkit-animation: 0s 0s;
    animation: 0s 0s;
}
[data-aos="animate-path"].aos-animate {
    opacity: 0.5;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    -webkit-animation: a 3s linear forwards 1s;
    animation: a 3s linear forwards 1s;
}
[data-aos="animate-path"].aos-animate[data-aos-animation-duration="8"] {
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
}
@-webkit-keyframes a {
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes a {
    to {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes b {
    0%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(0.5rem);
        transform: translateY(0.5rem);
    }
}
@keyframes b {
    0%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(0.5rem);
        transform: translateY(0.5rem);
    }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 0;
    display: block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.hamburger.is-active:hover,
.hamburger:hover {
    opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #2f334d;
}
.hamburger-box {
    width: 24px;
    height: 14px;
    display: block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    width: 24px;
    height: 2px;
    background-color: #2f334d;
    border-radius: 0;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.hamburger-inner:after,
.hamburger-inner:before {
    content: "";
    display: block;
}
.hamburger-inner:before {
    top: -6px;
}
.hamburger-inner:after {
    bottom: -6px;
}
.hamburger--spin .hamburger-inner {
    -webkit-transition-duration: 0.22s;
    transition-duration: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner:before {
    -webkit-transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
    transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner:after {
    -webkit-transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
    transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
}
.hamburger--spin.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
}
.mfp-bg {
    opacity: 0.4;
    background-color: #565d84;
}
.mfp-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    overflow: auto;
}
.mfp-content {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.mfp-s-loading .mfp-arrow {
    display: none;
}
button.mfp-arrow-left,
button.mfp-arrow-right {
    margin: 0 0.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 6px 13px rgba(0, 0, 0, 0.08);
    box-shadow: 0 6px 13px rgba(0, 0, 0, 0.08);
    border-radius: 0.5rem;
    color: #fff;
    opacity: 1;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
button.mfp-arrow-left:before,
button.mfp-arrow-right:before {
    border: 0;
    width: auto;
    height: auto;
    margin: 0 !important;
    color: #7e84a7;
    font-size: 1.5rem;
    opacity: 1;
}
button.mfp-arrow-left:after,
button.mfp-arrow-right:after {
    display: none;
}
button.mfp-arrow-left:focus,
button.mfp-arrow-left:hover,
button.mfp-arrow-right:focus,
button.mfp-arrow-right:hover {
    border-color: #8381d5;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button.mfp-close {
    background: none;
    font-size: 0;
    text-align: center;
    opacity: 1;
    width: 2rem;
    height: 2rem;
    line-height: 1;
    top: 0.5rem !important;
    right: 0.5rem !important;
    display: block;
}
button.mfp-close:before {
    font-size: 1rem;
    color: #7e84a7;
}
.mfp-iframe-holder button.mfp-close,
.mfp-image-holder button.mfp-close {
    right: 0.5rem;
    text-align: center;
    padding-right: 0;
    width: 1.5rem;
}
button.mfp-close:focus:before,
button.mfp-close:hover:before {
    color: #8381d5;
}
.mfp-figure:after {
    top: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
img.mfp-img {
    padding: 0 2rem;
}
.mfp-bottom-bar {
    display: none;
}
@media (min-width: 768px) {
    button.mfp-arrow-left,
    button.mfp-arrow-right {
        margin-left: 1rem;
        margin-right: 1rem;
    }
    button.mfp-close {
        top: 1.5rem !important;
        right: 1.5rem !important;
    }
}
.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.4;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}
.ps__rail-x,
.ps__rail-y {
    display: none;
    position: absolute;
    background-color: transparent;
    border-radius: 0.125rem;
}
.ps__rail-x {
    height: 4px;
    bottom: 0;
    margin-bottom: 0;
}
.ps__rail-x,
.ps__rail-y {
    transition: background-color 0.2s linear, opacity 0.2s linear;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
}
.ps__rail-y {
    width: 4px;
    right: 0;
    margin-right: 0;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
    display: block;
}
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover,
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y {
    opacity: 1;
}
.ps__thumb-x,
.ps__thumb-y {
    position: absolute;
    background-color: #e0e3ef;
    border-radius: 0.125rem;
}
.ps__thumb-x {
    transition: background-color 0.2s linear, height 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
    height: 4px;
    bottom: 0;
}
.ps__thumb-y {
    background-color: #7e84a7;
    transition: background-color 0.2s linear, width 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
    width: 4px;
    right: 0;
}
@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .ps {
        overflow: auto !important;
    }
}
.slick-list {
    width: 100%;
}
.slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.slick-track:after,
.slick-track:before {
    display: none;
}
.slick-initialized .slick-slide {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.slick-slide {
    outline: 0;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-arrow {
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    pointer-events: auto;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    width: 2rem;
    height: 2rem;
    border-width: 0;
    border-radius: 0.125rem;
    text-align: center;
    z-index: 20;
}
.slick-arrow:before {
    display: block;
    color: #8381d5;
    font-size: 1rem;
    line-height: 2;
    opacity: 1;
}
.slick-arrow:focus,
.slick-arrow:hover {
    background-color: #f1f1fd;
}
.slick-arrow:focus:before,
.slick-arrow:hover:before {
    color: #8381d5;
}
.slick-arrow.slick-disabled:before {
    color: #cdd0e1;
    opacity: 1;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}
.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: static;
    bottom: auto;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 3rem;
}
.slick-dots li {
    width: 16px;
    height: 16px;
    margin: 0 0.25rem;
}
.slick-dots li:only-child {
    display: none;
}
.slick-dots li button {
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    padding: 0;
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    opacity: 0.4;
}
.slick-dots li button:before {
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    background-color: #e0e3ef;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 4px;
    left: 4px;
    opacity: 1;
    content: "";
}
.slick-dots li.slick-active button {
    opacity: 1;
    border: 4px solid #8381d5;
}
.slick-dots li.slick-active button:before {
    opacity: 0;
}
.slick-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 4.125rem;
    margin-right: -0.5rem;
}
.slick-controls .slick-arrow {
    position: relative;
    top: 0 !important;
    left: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
}
@media (min-width: 1024px) {
    .slick-controls {
        width: 4.625rem;
    }
}
.brand-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.brand-card__img {
    display: block;
    height: 3.125rem;
    opacity: 0.6;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}
.brand-card:focus .brand-card__img,
.brand-card:hover .brand-card__img {
    opacity: 1;
}
@media (min-width: 1280px) {
    .brand-card__img {
        height: 4rem;
    }
    .brands__slider .brand-card__img {
        height: 4.5rem;
    }
}
.breadcrumb {
    color: #a3a8c6;
    font-size: 0.875rem;
    line-height: 1.50071;
    margin-bottom: 3.5rem;
}
.breadcrumb__list {
    padding: 0;
    list-style: none;
}
.breadcrumb__item {
    display: inline;
}
.breadcrumb__link {
    color: inherit;
}
.breadcrumb__link:focus,
.breadcrumb__link:hover {
    color: #8381d5;
}
.breadcrumb__icon-back {
    font-size: 0.5rem;
    margin-right: 0.5rem;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
@media (min-width: 1024px) {
    .breadcrumb {
        margin-bottom: 1.5rem;
    }
}
.button,
button {
    position: relative;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    background: none;
    border: 0;
    padding: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.button,
.button:focus,
.button:hover,
button,
button:focus,
button:hover {
    text-decoration: none;
    outline: 0;
}
.button.active.focus,
.button.active:focus,
.button.focus,
.button:active.focus,
.button:active:focus,
.button:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline: 0;
}
.button.focus,
button.focus {
    text-decoration: none;
}
.button.active,
.button:active,
button.active,
button:active {
    outline: 0;
}
.button.disabled,
.button:disabled,
button.disabled,
button:disabled {
    cursor: not-allowed;
    pointer-events: none;
}
.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid;
    border-radius: 0.25rem;
    height: 3.375rem;
    padding: 0.93719rem 2rem;
    font-size: 1rem;
    line-height: 1.37563;
    font-weight: 700;
    font-family: Rubik, Arial, sans-serif;
    white-space: nowrap;
}
.button__icon {
    font-size: 1.5rem;
}
.button__icon--right {
    margin-left: 0.5rem;
}
.button__icon--left {
    margin-right: 0.5rem;
}
.button--md {
    height: 42px;
    padding: 0.56219rem 1.5rem;
    font-weight: 500;
}
.button--sm {
    height: 38px;
    padding: 0.43719rem 1.5rem;
    font-weight: 500;
}
.button--sm .button__icon {
    font-size: 0.75rem;
}
.button--sm .button__icon--right {
    margin-left: 0.5rem;
}
.button--sm .button__icon--left {
    margin-right: 0.5rem;
}
.button--xs {
    height: 32px;
    padding: 0.24969rem 0.625rem;
    font-weight: 500;
}
.button--xs .button__icon {
    font-size: 0.6875rem;
}
.button--xs .button__icon--right {
    margin-left: 0.4375rem;
}
.button--xs .button__icon--left {
    margin-right: 0.4375rem;
}
.button--primary {
    color: #fff;
    border-color: #8381d5;
    background-color: #8381d5;
}
.button--primary:hover {
    color: #fff;
    border-color: #6967b7;
    background: #6967b7 radial-gradient(circle, transparent 1%, #6967b7 0) 50%/15000%;
}
.button--primary:active {
    border-color: #8381d5;
    background-color: #8381d5;
}
.button--secondary {
    color: #8381d5;
    border-color: #e7e7f8;
    background-color: #e7e7f8;
}
.button--secondary:hover {
    color: #8381d5;
    border-color: #c5c4ed;
    background: #c5c4ed radial-gradient(circle, transparent 1%, #c5c4ed 0) 50%/15000%;
}
.button--secondary:active {
    border-color: #e7e7f8;
    background-color: #e7e7f8;
}
.button--light {
    color: #7e84a7;
    border-color: #eef0f6;
    background-color: #eef0f6;
}
.button--light:hover {
    color: #fff;
    border-color: hsla(0, 0%, 100%, 0.3);
    background: hsla(0, 0%, 100%, 0.3) radial-gradient(circle, transparent 1%, hsla(0, 0%, 100%, 0.3) 0) 50%/15000%;
}
.button--light:active {
    border-color: #eef0f6;
    background-color: #eef0f6;
}
.button--outline-default {
    color: #a3a8c6;
    border-color: #a3a8c6;
    background-color: #fff;
}
.button--outline-default:hover {
    color: #eef0f6;
    border-color: #a3a8c6;
    background: #a3a8c6 radial-gradient(circle, transparent 1%, #a3a8c6 0) 50%/15000%;
}
.button--outline-default:active {
    border-color: #a3a8c6;
    background-color: #fff;
}
.button--ripple {
    background-position: 50%;
}
.button--ripple:active {
    background-size: 100%;
    -webkit-transition: background 0s;
    transition: background 0s;
}
.button.disabled,
.button.is-disabled,
.button:disabled {
    opacity: 0.3;
    -webkit-filter: drop-shadow(0 0 20px rgba(86, 93, 132, 0.1));
    filter: drop-shadow(0 0 20px rgba(86, 93, 132, 0.1));
}
a.button.disabled,
a.button.is-disabled,
fieldset[disabled] a.button {
    pointer-events: none;
}
.button--block,
input[type="button"].button_block,
input[type="reset"].button_block,
input[type="submit"].button_block {
    width: 100%;
}
.code {
    border-left: 4px solid #8381d5;
    background-color: rgba(238, 240, 246, 0.6);
    border-radius: 0.125rem;
    padding: 1rem 1.5rem;
}
.code__content {
    margin-top: 0;
    margin-bottom: 0;
}
.code__toggle {
    color: #8381d5;
    margin-top: 1.5rem;
    margin-bottom: -0.5rem;
}
.code.is-collapsed .code__content {
    height: 21em;
    overflow: hidden;
}
.documentation-card__title {
    line-height: 1.38944;
    text-transform: none;
}
.documentation-card__link {
    color: inherit;
    position: relative;
}
.documentation-card__link:after {
    position: absolute;
    font-size: 0.625rem;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    color: #8381d5;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.documentation-card__link:focus,
.documentation-card__link:hover {
    color: #8381d5;
    font-weight: 500;
}
.documentation-card__link:focus:after,
.documentation-card__link:hover:after {
    opacity: 1;
    margin-left: 0.8125rem;
}
.documentation-card__text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.documentation-card--search b,
.documentation-card--search strong {
    font-weight: 600;
}
.documentation-card--search .documentation-card__title {
    margin-bottom: 1rem;
}
.documentation-card--search .documentation-card__text {
    font-size: 1.125rem;
    line-height: 1.50056;
}
.documentation-card--search .documentation-card__title {
    font-weight: 400;
}
@media (min-width: 1024px) {
    .documentation-card__text {
        -webkit-line-clamp: 4;
    }
}
.dropdown {
    position: relative;
}
.dropdown__content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #e0e3ef;
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
    border-radius: 0.25rem;
    z-index: 50;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    margin-top: 0.1875rem;
    white-space: nowrap;
    min-width: 12.5rem;
}
.dropdown.is-active .dropdown__content {
    max-height: 70vh;
    overflow: auto;
    visibility: visible;
    -webkit-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
}
.dropdown__list {
    padding: 0;
    list-style: none;
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
}
.dropdown__link {
    display: block;
    padding: 0.875rem 1rem 0.8125rem;
    font-size: 0.875rem;
    line-height: 1.50071;
    color: #2f334d;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}
.dropdown__link:hover {
    background-color: #eef0f6;
}
.dropdown__link.theme-hover-primary:hover {
    background-color: #e7e7f8;
    color: #8381d5;
}
.dropdown__link.theme-hover-green:hover {
    background-color: #e6f8f6;
    color: #48b9b0;
}
.dropdown__link.theme-hover-orange:hover {
    background-color: #fff7ee;
    color: #f1ad65;
}
.dropdown__link.theme-hover-yellow:hover {
    background-color: #fff9e8;
    color: #f0c753;
}
.dropdown__link.is-active {
    background-color: #eef0f6;
}
.feature-card {
    text-align: center;
}
.feature-card__picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0.25rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.25rem;
}
.feature-card__icon {
    display: block;
    width: 1.75rem;
    height: 1.75rem;
}
.feature-card__title {
    margin-bottom: 0.5rem;
}
@media (min-width: 1280px) {
    .feature-card {
        text-align: left;
        max-width: 30.375rem;
    }
    .feature-card__picture {
        margin-left: 0;
    }
}
.gallery {
    margin-bottom: 1.5rem;
}
.gallery:last-child {
    margin-bottom: 0;
}
.gallery__item {
    margin-bottom: 1rem;
}
@media (min-width: 1024px) {
    .gallery {
        margin-bottom: 1rem;
    }
    .gallery:last-child {
        margin-bottom: 0;
    }
}
.index {
    position: relative;
    padding: 0;
    list-style: none;
    padding-left: 1.125rem;
}
.index:before {
    display: block;
    font-size: 0.75rem;
    line-height: 1.33417;
    text-transform: uppercase;
    color: #cdd0e1;
    content: attr(data-title);
    margin-bottom: 1rem;
}
.index:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0.125rem;
    background-color: #8381d5;
    border-radius: 0.25rem;
    content: "";
}
.index__item {
    margin-bottom: 0.5rem;
}
.index__item:last-child {
    margin-bottom: 0;
}
.media {
    margin: 0;
    margin-bottom: 2.5rem;
    position: relative;
}
.media:last-child {
    margin-bottom: 0;
}
.media__img {
    width: 100%;
    display: block;
    border-radius: 0.125rem;
}
.media__caption {
    color: #cdd0e1;
    text-align: center;
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.50071;
}
.media__caption a {
    color: inherit;
}
.media + .media {
    margin-top: -1.5rem;
}
.slider .media {
    margin-bottom: 0;
}
.media__play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}
.media--video {
    margin-bottom: 3.5rem;
}
.media--video:not(:first-child) {
    margin-top: 3.5rem;
}
.media--video:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(47, 51, 77, 0.3);
    border-radius: 0.125rem;
    z-index: 1;
    content: "";
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.media--video:focus:before,
.media--video:hover:before {
    background-color: rgba(47, 51, 77, 0.7);
}
@media (min-width: 768px) {
    .media__img {
        border-radius: 0.25rem;
    }
    .media__caption a {
        border-bottom: 1px solid;
    }
    .media--video {
        margin-bottom: 4rem;
    }
    .media--video:not(:first-child) {
        margin-top: 1.5rem;
    }
}
.pagination__list {
    padding: 0;
    list-style: none;
}
.pagination__link.is-selected {
    color: #8381d5;
}
.pagination__link.is-disabled {
    color: #eef0f6;
}
.panel {
    border-bottom: 1px solid #eef0f6;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
.panel:last-child {
    margin-bottom: 0;
}
.panel__header {
    position: relative;
    padding-right: 2.75rem;
    cursor: pointer;
}
.panel__title {
    margin-bottom: 0;
    text-transform: none;
}
.panel__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: -0.125rem;
    right: -0.5rem;
    font-size: 1rem;
    color: #8381d5;
    width: 32px;
    height: 32px;
    border-radius: 0.25rem;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.panel__toggle:focus,
.panel__toggle:hover {
    background-color: #f1f1fd;
}
.panel__body {
    margin-top: 1rem;
    padding-right: 1.5rem;
    color: #565d84;
}
.panel__content {
    margin-bottom: 1.5rem;
}
.panel__content:last-child {
    margin-bottom: 0;
}
.panel__content b,
.panel__content strong {
    font-weight: 500;
}
.panel__stats {
    margin-bottom: 2rem;
}
.panel__stats:last-child {
    margin-bottom: 0;
}
.panel__picture {
    margin-top: 3.5rem;
}
.panel__img,
.panel svg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}
.panel.is-collapsed .panel__body {
    display: none;
}
@media (min-width: 1024px) {
    .panel__picture {
        margin-top: 0;
    }
    .panel__content {
        margin-bottom: 2rem;
    }
}
.play-button {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0.25rem;
    background-color: #fff;
    background-color: rgba(231, 231, 248, 0.7);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    color: #8381d5;
}
.play-button:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    font-size: 1.125rem;
}
.media:focus .play-button,
.media:hover .play-button,
.play-button:focus,
.play-button:hover {
    color: #fff;
    background-color: rgba(131, 129, 213, 0.7);
}
.post-card__picture {
    display: block;
    margin-bottom: 1.5rem;
    border-radius: 0.125rem;
}
.post-card__picture:after {
    padding-top: 68.08511%;
}
.post-card__header {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.post-card__tag {
    margin-right: 0.5rem;
}
.post-card__date {
    font-size: 0.875rem;
    line-height: 1.50071;
    color: #a3a8c6;
}
.post-card__title {
    font-size: 1.5rem;
    line-height: 1.41708;
    margin-bottom: 0.5rem;
}
.post-card__text {
    color: #7e84a7;
}
@media (min-width: 1024px) {
    .post-card__picture {
        border-radius: 0.25rem;
    }
}
.quote {
    margin: 0;
    background-color: #eef0f6;
    border-radius: 0.25rem;
    padding: 1rem;
}
.quote__author {
    color: #565d84;
    font-weight: 500;
    margin-top: 1em;
}
.quote__author:before {
    content: "— ";
}
.result-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    background-color: #fff;
    border: 1px solid #eef0f6;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 6px 40px rgba(86, 93, 132, 0.05);
    box-shadow: 0 6px 40px rgba(86, 93, 132, 0.05);
    padding: 1.4375rem 0.9375rem;
    text-align: center;
}
.result-card__title {
    line-height: 1.37563;
    color: #7e84a7;
    margin-bottom: 1.5rem;
}
.result-card__number {
    font-size: 3rem;
    line-height: 1.29187;
    font-weight: 700;
    margin-bottom: 1px;
}
.result-card__info {
    font-size: 0.9375rem;
    line-height: 1.46733;
    color: #a3a8c6;
}
.review-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%;
    max-width: 272px;
    min-height: 18.625rem;
    background-color: #fff;
    border: 1px solid #eef0f6;
    border-radius: 0.25rem;
    padding: 2rem 1.5rem;
    position: relative;
    z-index: 1;
}
.review-card.is-expanded {
    -webkit-box-shadow: 0 6px 40px rgba(86, 93, 132, 0.05);
    box-shadow: 0 6px 40px rgba(86, 93, 132, 0.05);
    position: absolute;
    top: 0;
    left: 0.5rem;
    right: 0.5rem;
    width: auto;
    height: auto;
    min-height: 100%;
}
.review-card.is-expanded .review-card__quote {
    -webkit-line-clamp: initial;
    overflow: visible;
}
.review-card:before {
    display: block;
    font-size: 1.5rem;
    color: #e0e3ef;
    opacity: 0.5;
    margin-bottom: 1rem;
}
.review-card:after {
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
    content: "";
    background: url(/assets/img/dots-light-sm.svg) 0 0 no-repeat;
    opacity: 0.7;
    z-index: -1;
}
.reviews__slide:nth-child(4n + 1) .review-card:after {
    width: 44px;
    height: 60px;
}
.reviews__slide:nth-child(4n-1) .review-card:after {
    width: 101px;
    height: 60px;
}
.review-card__quote {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    margin-bottom: 2rem;
}
.review-card__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
}
.review-card__author-avatar {
    display: block;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3rem;
    flex: 0 0 3rem;
    margin-right: 1rem;
}
.review-card__author-name {
    font-weight: 500;
    color: #2f334d;
    margin-bottom: 1px;
}
.review-card__author-info {
    font-size: 0.875rem;
    line-height: 1.50071;
}
@media (min-width: 375px) {
    .review-card {
        max-width: 327px;
    }
}
@media (min-width: 1024px) {
    .review-card {
        max-width: none;
        -webkit-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }
    .review-card.is-expanded {
        left: 0.75rem;
        right: 0.75rem;
    }
}
@media (min-width: 1280px) {
    .review-card {
        padding: 1.75rem 2rem;
    }
}
.shadow {
    -webkit-filter: drop-shadow(0 6px 40px rgba(86, 93, 132, 0.05));
    filter: drop-shadow(0 6px 40px rgba(86, 93, 132, 0.05));
}
.shadow--light {
    -webkit-filter: drop-shadow(0 4px 16px rgba(47, 47, 69, 0.1));
    filter: drop-shadow(0 4px 16px rgba(47, 47, 69, 0.1));
}
.share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.share__label {
    margin-right: 1rem;
}
.social {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.social__item {
    position: relative;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.social__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    opacity: 1;
    color: #565d84;
    width: 1.5rem;
    height: 1.5rem;
}
.social__link:focus,
.social__link:hover {
    opacity: 0.75;
}
.social__icon {
    display: block;
    font-size: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
}
.social__icon.icon-facebook {
    width: 1.375rem;
    height: 1.375rem;
}
.solution-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    min-height: 16.25rem;
    background-color: #fff;
    border: 1px solid #eef0f6;
    border-radius: 0.25rem;
    padding: 1.4375rem;
    color: #7e84a7;
}
.solution-card__icon {
    display: block;
    width: 2rem;
    height: 2rem;
    margin-bottom: 1.375rem;
}
.solution-card__title {
    margin-bottom: 0.625rem;
}
.solution-card__action {
    margin-top: auto;
}
.solution-card__button {
    -webkit-transition: 0;
    transition: 0;
}
.solution-card:focus,
.solution-card:hover {
    color: #fff;
}
.solution-card:focus *,
.solution-card:hover * {
    color: inherit;
}
.solution-card:focus .solution-card__button,
.solution-card:hover .solution-card__button {
    border-color: hsla(0, 0%, 100%, 0);
    background-color: hsla(0, 0%, 100%, 0.3);
    color: #fff;
}
.solution-card.theme-primary .solution-card__icon {
    color: #8381d5;
}
.solution-card.theme-primary:focus,
.solution-card.theme-primary:hover {
    background-color: #8381d5;
}
.solution-card.theme-primary:focus .solution-card__icon,
.solution-card.theme-primary:hover .solution-card__icon {
    color: #fff;
}
.solution-card.theme-green .solution-card__icon {
    color: #48b9b0;
}
.solution-card.theme-green:focus,
.solution-card.theme-green:hover {
    background-color: #48b9b0;
}
.solution-card.theme-green:focus .solution-card__icon,
.solution-card.theme-green:hover .solution-card__icon {
    color: #fff;
}
.solution-card.theme-orange .solution-card__icon {
    color: #f1ad65;
}
.solution-card.theme-orange:focus,
.solution-card.theme-orange:hover {
    background-color: #f1ad65;
}
.solution-card.theme-orange:focus .solution-card__icon,
.solution-card.theme-orange:hover .solution-card__icon {
    color: #fff;
}
.solution-card.theme-yellow .solution-card__icon {
    color: #f0c753;
}
.solution-card.theme-yellow:focus,
.solution-card.theme-yellow:hover {
    background-color: #f0c753;
}
.solution-card.theme-yellow:focus .solution-card__icon,
.solution-card.theme-yellow:hover .solution-card__icon {
    color: #fff;
}
@media (min-width: 1280px) {
    .solution-card__description {
        margin-bottom: 1rem;
    }
}
.stats {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}
.stats .slick-list {
    overflow: visible;
}
.stats__item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0.5;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.stats__item.slick-active {
    opacity: 1;
}
.stats__number {
    color: #7e84a7;
    margin-bottom: 0;
}
.stats__info {
    color: #a3a8c6;
    font-size: 0.875rem;
    line-height: 1.50071;
}
@media (min-width: 768px) {
    .stats {
        margin-left: -2rem;
        margin-right: -2rem;
    }
    .stats__item {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.subscribe {
    position: relative;
    padding: 3.5rem 1.5rem 2.5rem;
    border-radius: 0.5rem;
    z-index: 1;
}
.subscribe:before {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    content: "";
    background: url(/assets/img/dots.svg) 0 0 / contain no-repeat;
    z-index: -1;
    width: 127px;
    height: 162px;
    opacity: 0.5;
}
.subscribe__title {
    margin-bottom: 3.125rem;
}
@media (min-width: 1280px) {
    .subscribe {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collpase;
    min-width: 794px;
}
.table td,
.table th {
    text-align: left;
    vertical-align: top;
    padding: 1rem 0.5rem;
}
.table td:first-child,
.table th:first-child {
    padding-left: 0;
}
.table td:last-child,
.table th:last-child {
    padding-right: 0;
}
.table td.middle,
.table th.middle {
    vertical-align: middle;
}
.table th {
    color: #565d84;
    font-weight: 500;
    padding-top: 0;
}
.table tbody td,
.table th {
    border-bottom: 1px solid #e0e3ef;
}
.table tbody td {
    font-size: 0.875rem;
    line-height: 1.50071;
}
.table tfoot td {
    padding-bottom: 0;
}
.table-container {
    margin-bottom: 3.5rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.table-container:last-child {
    margin-bottom: 0;
}
@media (min-width: 1024px) {
    .table-container {
        margin-bottom: 2rem;
    }
    .table-container:last-child {
        margin-bottom: 0;
    }
}
.table-wrapper {
    position: relative;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 0.75rem;
}
@media (min-width: 1024px) {
    .table-wrapper {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}
.table-footnote {
    margin-top: 2.6875rem;
}
@media (min-width: 1024px) {
    .table-footnote {
        margin-top: 1rem;
    }
}
.tabs__list {
    padding: 0;
    list-style: none;
}
.tabs__link {
    display: block;
}
.tabs__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tabs__tab {
    display: none;
    width: 100%;
}
.tabs__tab.is-active {
    display: block;
}
.tabs--default .tabs__list {
    margin-bottom: -1rem;
}
.tabs--default .tabs__item {
    margin-bottom: 1rem;
}
.tabs--default .tabs__link {
    color: #7e84a7;
    border: 1px solid #e0e3ef;
    border-radius: 0.25rem;
    padding: 0.4375rem 0.9375rem;
}
.tabs--default .tabs__link:focus:not(.is-active),
.tabs--default .tabs__link:hover:not(.is-active) {
    color: #565d84;
    background-color: #eef0f6;
    border-color: #eef0f6;
}
.tabs--default .tabs__link.is-active {
    color: #8381d5;
    background-color: rgba(131, 129, 213, 0.1);
    border-color: rgba(131, 129, 213, 0.1);
}
.tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-radius: 0.25rem;
    background: none;
    border: 1px solid #cdd0e1;
    color: #a3a8c6;
    padding: 0.1875rem 0.4375rem;
    white-space: nowrap;
}
.tag:hover {
    background-color: #eef0f6;
    border-color: #eef0f6;
    color: #7e84a7;
}
.tag.theme-primary:hover {
    border-color: #e7e7f8;
    background-color: #e7e7f8;
    color: #8381d5;
}
.tag.theme-green:hover {
    border-color: #e6f8f6;
    background-color: #e6f8f6;
    color: #48b9b0;
}
.tag.theme-orange:hover {
    border-color: #fff7ee;
    background-color: #fff7ee;
    color: #f1ad65;
}
.tag.theme-yellow:hover {
    border-color: #fff9e8;
    background-color: #fff9e8;
    color: #f0c753;
}
.tag.is-active,
.tag.is-active:hover {
    background-color: #2f334d;
    border-color: #2f334d;
    color: #fff;
}
.tag.is-active.theme-primary,
.tag.is-active.theme-primary:hover {
    border-color: #e7e7f8;
    background-color: #e7e7f8;
    color: #8381d5;
}
.tag.is-active.theme-green,
.tag.is-active.theme-green:hover {
    border-color: #e6f8f6;
    background-color: #e6f8f6;
    color: #48b9b0;
}
.tag.is-active.theme-orange,
.tag.is-active.theme-orange:hover {
    border-color: #fff7ee;
    background-color: #fff7ee;
    color: #f1ad65;
}
.tag.is-active.theme-yellow,
.tag.is-active.theme-yellow:hover {
    border-color: #fff9e8;
    background-color: #fff9e8;
    color: #f0c753;
}
.tag.is-active.theme-dark,
.tag.is-active.theme-dark:hover {
    border-color: #E0E3EF;
    background-color: #E0E3EF;
    color: #7E84A7;
}
.tag--lg {
    font-weight: 500;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
}
.tags {
    padding: 0;
    list-style: none;
}
.team-card {
    width: 100%;
}
.team-card__media {
    margin-bottom: 1rem;
}
.team-card__media .media__img,
.team-card__media:before {
    border-radius: 0.5rem;
}
.team-card__title {
    margin-bottom: 0;
}
.team-card__info {
    color: #565d84;
}
.text-block h2:not(:first-child),
.text-block h3:not(:first-child),
.text-block h4:not(:first-child) {
    margin-top: 3.5rem;
}
.text-block h6 {
    color: #565d84;
    margin-bottom: 1.1875rem;
}
.text-block b,
.text-block strong {
    font-weight: 500;
}
.text-block .code,
.text-block .important,
.text-block .quote {
    margin-bottom: 1.5rem;
}
.text-block .code:last-child,
.text-block .important:last-child,
.text-block .quote:last-child {
    margin-bottom: 0;
}
.text-block ol:not([class]),
.text-block ul:not([class]) {
    padding: 0;
    list-style: none;
}
.text-block ul:not([class]) {
    margin-bottom: 1.5rem;
}
.text-block ul:not([class]):last-child {
    margin-bottom: 0;
}
.text-block ul:not([class]) > li {
    margin-bottom: 1em;
    position: relative;
    padding-left: 0.55em;
}
.text-block ul:not([class]) > li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "·";
    color: #8381d5;
}
.text-block ol:not([class]) {
    counter-reset: a;
    margin-bottom: 2.5rem;
}
.text-block ol:not([class]):last-child {
    margin-bottom: 0;
}
.text-block ol:not([class]) > li {
    position: relative;
    padding-left: 1.3125em;
    margin-bottom: 1em;
}
.text-block ol:not([class]) > li:before {
    position: absolute;
    top: 0;
    left: 0;
    counter-increment: a;
    content: counter(a, decimal) ".";
    color: #8381d5;
}
@media (min-width: 1280px) {
    .text-block h2:not(:first-child),
    .text-block h3:not(:first-child),
    .text-block h4:not(:first-child) {
        margin-top: 4rem;
    }
    .text-block .code,
    .text-block .important,
    .text-block .quote,
    .text-block p {
        margin-bottom: 2rem;
    }
    .text-block .code:last-child,
    .text-block .important:last-child,
    .text-block .quote:last-child,
    .text-block p:last-child {
        margin-bottom: 0;
    }
    .text-block .important {
        padding-left: 1.5rem;
    }
    .text-block ul:not([class]) {
        margin-bottom: 2rem;
    }
    .text-block ol:not([class]) {
        margin-bottom: 3.125rem;
    }
}
.toggle {
    font-size: 0.875rem;
    line-height: 1.50071;
    color: #a3a8c6;
    white-space: nowrap;
}
.toggle:after {
    font-size: 0.3125rem;
    margin-left: 0.25rem;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.dropdown.is-active .toggle:after,
.toggle.is-active:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.video-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.video-control__button {
    margin-right: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
.video-control__info {
    font-size: 0.75rem;
    line-height: 1.50083;
    color: #a3a8c6;
}
.modal {
    position: relative;
    max-height: 100%;
    max-width: 36.75rem;
    width: 100%;
    margin: auto;
    overflow: hidden;
    background-color: #fff;
    border-radius: 0.5rem;
    padding: 3rem 1.5rem 2rem;
}
.modal__picture {
    margin-bottom: 2.5rem;
    position: relative;
    z-index: 1;
}
.modal__picture:before {
    position: absolute;
    top: -1.5rem;
    left: 0;
    width: 104px;
    height: 132px;
    content: "";
    z-index: -1;
    background: url(/assets/img/dots-light.svg) 0 0 / contain no-repeat;
}
.modal__img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.modal__header {
    text-align: center;
    margin-bottom: 2rem;
}
.modal__title {
    margin-bottom: 1rem;
}
.modal__title:last-child {
    margin-bottom: 0;
}
.modal__description {
    color: #565d84;
}
.bg-dark .modal__description {
    color: #a3a8c6;
}
.modal__body {
    max-width: 22.125rem;
    margin-left: auto;
    margin-right: auto;
}
.modal__action {
    margin-top: 2rem;
}
.modal__button {
    min-width: 8.75rem;
}
.modal__form {
    max-width: 24rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.modal__form:before {
    position: absolute;
    top: -1.5rem;
    left: 0;
    content: "";
    background: url(/assets/img/dots-light.svg) 0 0 / contain no-repeat;
    z-index: -1;
    width: 101px;
    height: 112px;
}
.bg-dark .modal__form:before {
    background-image: url(/assets/img/dots.svg);
    opacity: 0.7;
}
@media (min-width: 768px) {
    .modal {
        padding: 4.5rem 2.5rem 3.5rem;
    }
    .modal__picture {
        margin-bottom: 2rem;
    }
    .modal__picture:before {
        top: 1.25rem;
        left: -1rem;
        width: 138px;
        height: 176px;
    }
    .modal__action {
        margin-top: 5rem;
    }
    .modal__form:before {
        top: -2rem;
        left: -4.875rem;
        width: 138px;
        height: 176px;
    }
    .modal__form:after {
        position: absolute;
        right: -4.875rem;
        bottom: 1.375rem;
        content: "";
        background: url(/assets/img/dots-light.svg) 0 0 / contain no-repeat;
        z-index: -1;
        width: 138px;
        height: 176px;
    }
    .bg-dark .modal__form:after {
        background-image: url(/assets/img/dots.svg);
        opacity: 0.7;
    }
}
.form__input {
    position: relative;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    color: #2f334d;
    height: 2.875rem;
    background: #eef0f6;
    border: 1px solid #eef0f6;
    border-radius: 0.25rem;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    font-size: 1rem;
    line-height: 1.50063;
    font-weight: 400;
    font-family: Rubik, Arial, sans-serif;
    padding: 0.625rem 0.9375rem;
}
.form__input::-ms-expand {
    border: 0;
    background-color: transparent;
}
.form__input::-webkit-input-placeholder {
    opacity: 1;
    color: #a3a8c6;
}
.form__input::-moz-placeholder {
    opacity: 1;
    color: #a3a8c6;
}
.form__input:-ms-input-placeholder {
    opacity: 1;
    color: #a3a8c6;
}
.form__input::-ms-input-placeholder {
    opacity: 1;
    color: #a3a8c6;
}
.form__input::placeholder {
    opacity: 1;
    color: #a3a8c6;
}
.form__input:disabled,
.form__input[readonly] {
    opacity: 1;
    color: #a3a8c6;
}
.form__input:disabled {
    cursor: not-allowed;
    border-color: #eef0f6;
}
.form__input:active,
.form__input:focus {
    outline: 0;
}
.form__input.focus,
.form__input:focus {
    border-color: #eef0f6;
}
.form__input.has-error {
    border-color: #ed7777;
}
.form__input--dark {
    background-color: #565d84;
    color: #fff;
}
.form__input--dark,
.form__input--dark.focus,
.form__input--dark:focus {
    border-color: #565d84;
}
textarea.form__input {
    height: 6.1875rem;
    max-height: none;
}
.form__group {
    position: relative;
    margin-bottom: 1.5rem;
}
.form__group--button-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.form__group--button-right .form__field {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.form__group--button-right .form__input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-width: 0;
}
.form__field {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.form__field .form__input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.form__field-button {
    min-width: 4rem;
}
.form__field.is-focused .form__label--float {
    top: 0.25rem;
    font-size: 0.75rem;
    line-height: 1.50083;
}
.form__field.is-focused .form__input {
    padding-top: 1.375rem;
    padding-bottom: 0.375rem;
}
.form__field--button-right .form__input {
    border-right-width: 0;
}
.form__label {
    display: block;
}
.form__label--float {
    pointer-events: none;
    position: absolute;
    top: 0.625rem;
    left: 0.9375rem;
    color: #a3a8c6;
    margin-bottom: 0;
    z-index: 1;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.form__submit {
    text-align: center;
    margin-top: 2rem;
}
.form__errors-list {
    font-size: 0.75rem;
    line-height: 1.50083;
    color: #ed7777;
}
.form__errors-list:empty {
    display: none;
}
.custom-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    cursor: pointer;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-control__input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control__indicator {
    position: relative;
    display: block;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    margin-top: 0.1875rem;
    margin-right: 0.625rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    text-align: center;
    border-radius: 0.25rem;
    border: 1px solid #e0e3ef;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.custom-control__indicator:before {
    opacity: 0;
    position: absolute !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.custom-control__input:active ~ .custom-control__indicator,
.custom-control__input:checked ~ .custom-control__indicator {
    border-color: #48b9b0;
    background-color: #48b9b0;
}
.custom-control__input:active ~ .custom-control__indicator:before,
.custom-control__input:checked ~ .custom-control__indicator:before {
    opacity: 1;
}
.custom-checkbox .custom-control__indicator:before {
    font-size: 0.5rem;
    color: #fff;
}
.custom-radio .custom-control__indicator {
    border-radius: 50%;
}
.custom-radio .custom-control__indicator:before {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #fff;
    content: "";
}
.search-form {
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    width: 100%;
    position: relative;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    left: 0;
}
.search-form__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.search-form__field {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.search-form__input {
    height: auto;
    background: none;
    border: 0;
    color: #565d84;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.search-form__input::-webkit-input-placeholder {
    color: #cdd0e1;
}
.search-form__input::-moz-placeholder {
    color: #cdd0e1;
}
.search-form__input:-ms-input-placeholder {
    color: #cdd0e1;
}
.search-form__input::-ms-input-placeholder {
    color: #cdd0e1;
}
.search-form__input::placeholder {
    color: #cdd0e1;
}
.search-form__button,
.search-form__toggle {
    color: #a3a8c6;
}
.search-form__button:focus,
.search-form__button:hover,
.search-form__toggle:focus,
.search-form__toggle:hover {
    color: #8381d5;
}
.search-form__button {
    display: none;
}
.search-form__close {
    opacity: 0;
    visibility: hidden;
}
.search-form.is-collapsed {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    left: -1rem;
    width: 1rem;
}
.search-form.is-active .search-form__close {
    opacity: 1;
    visibility: visible;
}
@media (min-width: 1024px) {
    .search-form__toggle {
        display: none;
    }
    .search-form__button {
        display: block;
    }
    .search-form.is-collapsed {
        -webkit-transform: none;
        transform: none;
        left: 0;
        width: 100%;
    }
}
.subscription-form .form__input {
    border-color: #eef0f6;
}
.subscription-form .button {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}
.subscription-form .form__note {
    margin-top: 0.5625rem;
}
@media (min-width: 768px) {
    .subscription-form .button {
        height: 56px;
    }
    .subscription-form .form__note {
        margin-top: 1.5rem;
    }
}
.submenu {
    padding: 0;
    list-style: none;
}
.submenu__item {
    margin-bottom: 1.5rem;
}
.submenu__link {
    background: none;
    color: #565d84;
}
@media (min-width: 1280px) {
    .submenu {
        background-color: #fff;
        border-radius: 0.25rem;
        border: 1px solid #e0e3ef;
        -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
        padding-top: 0.4375rem;
        padding-bottom: 0.1875rem;
    }
    .submenu__item {
        margin-bottom: 0.25rem;
    }
    .submenu__link {
        display: block;
        font-size: 0.9375rem;
        line-height: 1.534;
        background-color: #fff;
        color: #7e84a7;
        padding: 0.5625rem 1.5rem 0.4375rem;
        white-space: nowrap;
    }
    .submenu__link.theme-primary:focus,
    .submenu__link.theme-primary:hover {
        background-color: #e7e7f8;
        color: #8381d5;
    }
    .submenu__link.theme-green:focus,
    .submenu__link.theme-green:hover {
        background-color: #e6f8f6;
        color: #48b9b0;
    }
    .submenu__link.theme-orange:focus,
    .submenu__link.theme-orange:hover {
        background-color: #fff7ee;
        color: #f1ad65;
    }
    .submenu__link.theme-yellow:focus,
    .submenu__link.theme-yellow:hover {
        background-color: #fff9e8;
        color: #f0c753;
    }
}
.nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
    background: radial-gradient(101.57% 91.5% at 53.4% 0, rgba(232, 237, 251, 0.5), hsla(0, 0%, 100%, 0.5));
    mix-blend-mode: multiply;
    background-color: #fff;
    padding: 6.5rem 1.5rem 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-height: 100vh;
    overflow: auto;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.nav.is-visible {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.nav__list {
    padding: 0;
    list-style: none;
}
.nav__item {
    margin-bottom: 2rem;
}
.nav__item.is-collapsed .nav__toggle {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.nav__item.is-collapsed .nav__submenu {
    display: none;
}
.nav__link {
    display: block;
    font-size: 1.25rem;
    line-height: 1.4005;
    font-weight: 500;
    color: #2f334d;
}
.nav__link.is-active {
    color: #565d84;
}
.nav__toggle {
    font-size: 0.3125rem;
    color: #a3a8c6;
    margin-right: 0.5rem;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.nav__submenu {
    margin-top: 1.5rem;
}
.nav__account {
    display: block;
    font-size: 1.25rem;
    line-height: 1.4005;
    font-weight: 500;
    color: #2f334d;
    margin-top: auto;
    margin-bottom: 1.25rem;
}
.nav__account:after {
    color: #a3a8c6;
    font-size: 0.75rem;
    margin-left: 0.5rem;
}
.nav__button {
    font-size: 0.9375rem;
    line-height: 1.46733;
    font-weight: 600;
}
@media (min-width: 1280px) {
    .nav {
        position: static;
        z-index: auto;
        background: none;
        padding: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-height: none;
        overflow: visible;
        -webkit-transition: 0s;
        transition: 0s;
    }
    .nav,
    .nav.is-visible {
        -webkit-transform: none;
        transform: none;
    }
    .nav__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -1.25rem;
        margin-right: -1.25rem;
        margin-right: auto;
    }
    .nav__item {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
        margin-bottom: 0;
        position: relative;
    }
    .nav__item.is-collapsed:hover .nav__toggle {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .nav__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 0.9375rem;
        line-height: 1.46733;
        font-weight: 400;
        color: #7e84a7;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    .nav__item:focus .nav__link,
    .nav__item:hover .nav__link {
        color: #565d84;
    }
    .nav__text {
        position: relative;
        display: block;
        -webkit-transition: inherit;
        transition: inherit;
    }
    .nav__text:after {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        border-bottom: 1px solid rgba(86, 93, 132, 0);
        -webkit-transition: inherit;
        transition: inherit;
        content: "";
    }
    .nav__item:focus .nav__text:after,
    .nav__item:hover .nav__text:after {
        width: 100%;
        border-bottom-color: #565d84;
    }
    .nav__toggle {
        margin-left: 0.25rem;
        margin-right: 0;
    }
    .nav__account {
        font-size: 0.9375rem;
        line-height: 1.46733;
        font-weight: 600;
        color: #565d84;
        margin: 0 2.5rem;
    }
    .nav__account:after {
        display: none;
    }
    .nav__submenu {
        display: block !important;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 100;
        min-width: 12.8125rem;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.15s ease-out 0.35s;
        transition: all 0.15s ease-out 0.35s;
    }
    .nav__item:focus .nav__submenu,
    .nav__item:hover .nav__submenu {
        opacity: 1;
        visibility: visible;
        -webkit-transition: 0.35s ease-in 0.15s;
        transition: 0.35s ease-in 0.15s;
    }
}
.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: 1.25s ease-in-out;
    transition: 1.25s ease-in-out;
    background-color: hsla(0, 0%, 100%, 0);
    border-bottom: 1px solid rgba(238, 240, 246, 0);
}
.header.is-scrolled {
    position: fixed;
    background-color: #fff;
    border-bottom-color: #eef0f6;
    -webkit-animation: c 1s;
    animation: c 1s;
}
.header__row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-top: 0.9375rem;
    padding-bottom: 0.875rem;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.header__col--button,
.header__col--logo,
.header__col--toggle {
    position: relative;
    z-index: 101;
}
.header__col--logo {
    margin-right: auto;
}
.header__logo {
    display: block;
    width: 18px;
    overflow: hidden;
}
.header__logo-img {
    display: block;
    height: 22px;
    width: 93px;
    max-width: none;
}
.nav-is-visible .header__logo {
    width: 93px;
}
.header__button {
    font-size: 0.9375rem;
    line-height: 1.46733;
    font-weight: 600;
    height: 1.9375rem;
    padding: 0 1rem;
}
.nav-is-visible .header__button {
    opacity: 0;
}
@media (min-width: 1280px) {
    .header__container {
        position: relative;
        z-index: 0;
    }
    .header__col--nav {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: 936px;
    }
    .header__row {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
    }
    .header.is-scrolled .header__row {
        padding-top: 1.1875rem;
        padding-bottom: 1.1875rem;
    }
    .header__logo {
        width: 9rem;
    }
    .header__logo-img {
        height: auto;
        width: 100%;
    }
    .nav-is-visible .header__logo {
        width: auto;
    }
}
@-webkit-keyframes c {
    0% {
        top: -100%;
    }
    to {
        top: 0;
    }
}
@keyframes c {
    0% {
        top: -100%;
    }
    to {
        top: 0;
    }
}
.main {
    padding-top: 6.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}
.main__aside {
    position: static;
}
@media (min-width: 768px) {
    .main {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}
@media (min-width: 1024px) {
    .main__aside {
        max-width: 16.5rem;
        position: relative;
    }
}
@media (min-width: 1280px) {
    .main {
        padding-top: 10rem;
    }
}
.footer {
    overflow: hidden;
}
.footer__col--contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 2.5rem;
}
.footer__main {
    padding: 3.3125rem 1.5rem 0.625rem;
}
.footer__logo {
    margin-bottom: 1.75rem;
}
.footer__logo-img {
    display: block;
    height: 1.4375rem;
}
.footer__address {
    font-size: 0.875rem;
    line-height: 1.50071;
    margin-bottom: 1.375rem;
}
.footer__contact {
    font-size: 1rem;
    line-height: 1.37563;
    font-weight: 700;
    color: #2f334d;
    margin-bottom: 0.5rem;
}
.footer__contact:last-child {
    margin-bottom: 0;
}
.footer__bottom {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 0.875rem;
}
.footer__copyright {
    font-size: 0.875rem;
    line-height: 1.50071;
    margin-bottom: 1.25rem;
}
.footer__menu {
    padding: 0;
    list-style: none;
    margin-bottom: 2rem;
}
.footer__menu-item {
    margin-bottom: 1.5rem;
}
.footer__menu-item.is-collapsed .footer__menu-toggle {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.footer__menu-item.is-collapsed .footer__submenu {
    display: none;
}
.footer__menu-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    color: #2f334d;
}
.footer__menu-link.link-external:after {
    color: #a3a8c6;
    font-size: 0.75rem;
    margin-left: 0.375rem;
}
.footer__menu-link:hover {
    color: #565d84;
}
.footer__menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #a3a8c6;
    font-size: 0.3125rem;
    width: 1rem;
    height: 1rem;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.footer__submenu {
    padding: 0;
    list-style: none;
    margin-top: 1.875rem;
}
.footer__submenu-item {
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.50071;
}
.footer__submenu-link {
    color: #565d84;
}
.footer__submenu-link:hover {
    color: #2f334d;
}
@media (min-width: 768px) {
    .footer__menu-toggle {
        display: none;
    }
    .footer__submenu {
        display: block !important;
    }
}
@media (min-width: 1024px) {
    .footer__main {
        padding: 4.6875rem 0 2.375rem;
    }
    .footer__menu {
        margin-bottom: 0;
    }
    .footer__menu-item {
        margin-bottom: 1.25rem;
    }
    .footer__menu-item.is-collapsed .footer__submenu {
        display: block;
    }
    .footer__menu-toggle {
        display: none;
    }
    .footer__submenu {
        margin-top: 1.375rem;
    }
    .footer__submenu-item {
        margin-bottom: 1.4375rem;
    }
    .footer__bottom {
        text-align: left;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .footer__copyright {
        font-size: 0.875rem;
        line-height: 1.50071;
        margin-bottom: 0;
    }
}
.utility-menu {
    display: inline-block;
    padding: 0;
    list-style: none;
    font-size: 0.75rem;
    line-height: 1.50083;
}
.utility-menu__item {
    display: inline;
}
.utility-menu__item:after {
    content: " ";
    letter-spacing: 2em;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='1' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.5' fill='%23565D84' d='M0 0h1v15.994H0z'/%3E%3C/svg%3E");
}
.utility-menu__link {
    white-space: nowrap;
    color: inherit;
}
.utility-menu__link:hover {
    opacity: 0.75;
}
@media (min-width: 1024px) {
    .utility-menu {
        font-size: 0.875rem;
        line-height: 1.50071;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -2.5rem;
        margin-right: -2.5rem;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .utility-menu__item {
        display: block;
        position: relative;
        min-height: 1px;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .utility-menu__item:after {
        display: none;
    }
}
.section {
    margin-bottom: 7.5rem;
}
.section[id]:before {
    height: 7.5rem;
    content: "";
    display: block;
    margin-top: -7.5rem;
}
@media (min-width: 1280px) {
    .section {
        margin-bottom: 11.25rem;
    }
    .section[id]:before {
        height: 11.25rem;
        margin-top: -11.25rem;
    }
}
.about__title {
    margin-bottom: 1.5rem;
}
.about__text {
    color: #565d84;
}
.about__text p {
    margin-bottom: 1.25rem;
}
.about__action {
    margin-top: 2rem;
}
.about__picture {
    margin-top: 3.5rem;
    position: relative;
}
.about__picture:before {
    position: absolute;
    left: -15px;
    bottom: -27px;
    width: 111px;
    height: 56px;
    content: "";
    opacity: 0.7;
    background: url(/assets/img/dots-light-lg.svg) 0 0 / contain no-repeat;
}
.about__media .media__img,
.about__media:before {
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 6px 40px rgba(86, 93, 132, 0.05);
    box-shadow: 0 6px 40px rgba(86, 93, 132, 0.05);
}
@media (min-width: 1024px) {
    .about__picture {
        margin-top: 0;
        padding-top: 74px;
    }
}
@media (min-width: 1280px) {
    .about__picture:before {
        left: -36px;
        bottom: 0;
        width: 198px;
        height: 102px;
    }
}
.aside-menu {
    margin-bottom: 1.5rem;
}
.aside-menu__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e0e3ef;
    overflow: hidden;
}
.aside-menu__level2,
.aside-menu__level3,
.aside-menu__list {
    padding: 0;
    list-style: none;
}
.aside-menu__body {
    position: absolute;
    top: 3.75rem;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100vh - 60px);
    z-index: 100;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.aside-menu__close {
    color: #fff;
    position: absolute;
    top: 1.8125rem;
    right: 1.5rem;
}
.aside-menu__list {
    background-color: #fff;
    width: 80%;
}
.aside-menu__list .h6 {
    text-transform: unset;
}
.aside-menu__item {
    border-bottom: 1px solid rgba(224, 227, 239, 0);
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.aside-menu__item.is-collapsed .aside-menu__toggle {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.aside-menu__item.is-collapsed .aside-menu__level2 {
    display: none;
}
.aside-menu__link {
    display: block;
    margin-bottom: 0;
}
.aside-menu__link.is-active {
    color: #8381d5;
}
.aside-menu__toggle {
    font-size: 0.4375rem;
    color: #a3a8c6;
    margin-left: 0.25rem;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.aside-menu__level2-item {
    margin-top: 1rem;
}
.aside-menu__level2-title {
    color: #565d84;
}
.aside-menu__level3 {
    margin-bottom: -0.5rem;
}
.aside-menu__level3-link {
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #7e84a7;
}
.aside-menu__level3-link:focus,
.aside-menu__level3-link:hover {
    color: #8381d5;
    font-weight: inherit !important;
}
.aside-menu__level3-link.is-active,
.aside-menu__level3-link.is-active:focus,
.aside-menu__level3-link.is-active:hover {
    color: #8381d5;
    font-weight: inherit !important;
}
.aside-menu.is-visible .aside-menu__body {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background: rgba(86, 93, 132, 0.6) !important;
}
.aside-menu.is-visible .aside-menu__list {
    padding: 0.5rem 1.5rem 2.5rem;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
@media (min-width: 1024px) {
    .aside-menu {
        display: block;
        position: sticky;
        top: 6.375rem;
        margin-bottom: 0;
    }
    .aside-menu__body {
        position: static;
        top: 0;
        left: 0;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: 0;
        transition: 0;
        height: auto;
    }
    .aside-menu__list {
        background: none;
        width: auto;
        max-height: calc(100vh - 250px);
        overflow-y: auto;
        padding-bottom: 40px;
    }
    .aside-menu__item {
        border-bottom-color: #e0e3ef;
    }
}
@media (min-width: 1280px) {
    .aside-menu {
        top: 9.5625rem;
    }
}
.billboard__breadcrumb,
.billboard__title {
    margin-bottom: 1rem;
}
.billboard__description {
    color: #565d84;
}
.billboard__description.text-lg p {
    margin-bottom: 1.25rem;
}
.billboard__description.text-lg p:last-child {
    margin-bottom: 0;
}
.billboard__action {
    margin-top: 2rem;
}
.billboard__picture {
    margin-top: 3.5rem;
}
.billboard__picture--overflow .billboard__img,
.billboard__picture--overflow svg {
    max-width: 110%;
}
.billboard__img,
.billboard svg {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.billboard--headline .billboard__title,
.billboard--main .billboard__title {
    margin-bottom: 1.5rem;
    position: relative;
    z-index: -1;
}
.billboard--headline .billboard__title:before,
.billboard--main .billboard__title:before {
    position: absolute;
    top: 0;
    left: -42px;
    content: "";
    z-index: -1;
    background: url(/assets/img/dots-light-xl.svg) 0 0 / contain no-repeat;
    width: 51px;
    height: 100px;
    opacity: 0.7;
}
@media (max-width: 1023px) {
    .billboard--headline .billboard__title,
    .billboard--main .billboard__title {
        font-size: 2.5rem;
        line-height: 1.30025;
    }
}
@media (min-width: 768px) {
    .billboard:not(.billboard--main) .billboard__picture {
        margin-top: 0;
    }
    .billboard--sm .billboard__content {
        max-width: 28rem;
    }
    .billboard--md .billboard__content {
        max-width: 30.25rem;
    }
    .billboard--md .billboard__picture {
        max-width: 42.375rem;
    }
    .billboard--reverse .billboard__row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .billboard--headline {
        text-align: center;
    }
}
@media (min-width: 1024px) {
    .billboard__picture {
        margin-top: 0;
    }
    .billboard__content--fixed {
        max-width: 29.875rem;
    }
    .billboard--main .billboard__content--fixed .billboard__title {
        margin-right: 0;
    }
    .billboard--main .billboard__title:before {
        top: -4px;
        left: -76px;
        width: 102px;
        height: 198px;
    }
    .billboard--headline .billboard__row {
        position: relative;
        z-index: 1;
    }
    .billboard--headline .billboard__row:before {
        position: absolute;
        top: -13px;
        left: 26%;
        content: "";
        z-index: -1;
        background: url(/assets/img/dots-light-xl.svg) 0 0 / contain no-repeat;
        width: 102px;
        height: 198px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        opacity: 0.7;
    }
    .billboard--headline .billboard__title:before {
        display: none;
    }
}
@media (min-width: 1280px) {
    .billboard__title {
        margin-bottom: 1.5rem;
    }
    .billboard__picture--overflow .billboard__img,
    .billboard__picture--overflow svg {
        max-width: none;
        height: auto;
    }
    .billboard--main {
        margin-top: -1.25rem;
        min-height: 28.125rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .billboard--main-spaced {
        margin-top: 0.375rem;
    }
    .billboard--main-compact {
        margin-top: -1.625rem;
    }
    .billboard--main .billboard__title {
        margin-right: -1.25rem;
    }
    .billboard--main .billboard__action {
        margin-top: 3.5rem;
    }
    .billboard--headline {
        margin-top: 1.25rem;
    }
    .billboard--headline .billboard__action {
        margin-top: 3.5rem;
    }
}
.blog__filter {
    margin-top: -1rem;
}
.blog__title {
    margin-bottom: 1.5rem;
}
.blog__list {
    margin-bottom: -2.5rem;
}
.blog__list + .blog__list {
    margin-top: 2.5rem;
}
.blog__item {
    margin-bottom: 2.5rem;
}
.blog__action {
    text-align: center;
    margin-top: 6.25rem;
    margin-bottom: -5rem;
}
@media (min-width: 1280px) {
    .blog__filter {
        margin-top: 0;
    }
    .blog__title {
        margin-bottom: 2.5rem;
    }
    .blog__list {
        margin-bottom: -4rem;
    }
    .blog__list + .blog__list {
        position: relative;
        margin-top: 5rem;
        padding-top: 5.0625rem;
    }
    .blog__list + .blog__list:before {
        position: absolute;
        top: 0;
        left: 0.75rem;
        right: 0.75rem;
        content: "";
        border-top: 1px solid #eef0f6;
    }
    .blog__item {
        margin-bottom: 4rem;
    }
    .blog__action {
        margin-top: 7.5rem;
    }
}
.brands__title {
    margin-bottom: 3.75rem;
    text-align: center;
}
.brands__subtitle {
    margin-bottom: 1.875rem;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.41708;
    font-weight: 500;
    color: #7e84a7;
}
.brands__list {
    padding: 0;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -1.875rem;
}
.brands__item {
    margin-bottom: 1.875rem;
}
.brands__slide {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (min-width: 1280px) {
    .brands__title {
        margin-bottom: 2.5rem;
    }
    .brands__subtitle {
        margin-bottom: 0;
        text-align: left;
        font-size: 1.875rem;
        line-height: 1.40033;
    }
    .brands__slider .slick-dots {
        margin-top: 2rem;
    }
}
.cta__body {
    border-radius: 0.5rem;
    padding: 4rem 1.5rem;
    -webkit-box-shadow: 0 6px 40px rgba(86, 93, 132, 0.05);
    box-shadow: 0 6px 40px rgba(86, 93, 132, 0.05);
    position: relative;
    z-index: 1;
    text-align: center;
}
.cta__body:before {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    width: 96px;
    height: 122px;
    background: url(/assets/img/dots.svg) 0 0 / cover no-repeat;
    content: "";
    opacity: 0.5;
    z-index: -1;
}
.cta__title {
    margin-bottom: 2rem;
}
.cta__button {
    min-width: 11.8125rem;
}
@media (max-width: 1279px) {
    .cta__title {
        font-size: 2.5rem;
        line-height: 1.30025;
    }
}
@media (min-width: 1280px) {
    .cta__body:before {
        top: 1.75rem;
        left: 1.75rem;
        width: 138px;
        height: 177px;
    }
    .cta__body:after {
        position: absolute;
        right: 1.5rem;
        bottom: 1.25rem;
        width: 317px;
        height: 112px;
        background: url(/assets/img/dots-horizontal.svg) 0 0 no-repeat;
        content: "";
        opacity: 0.5;
    }
    .cta__title {
        margin-bottom: 1.5rem;
    }
}
.documentation {
    margin-top: -1rem;
}
.documentation__breadcrumb {
    margin-bottom: 2.5rem;
}
.documentation__header {
    margin-bottom: 3rem;
}
.documentation__header--compact,
.documentation__index {
    margin-bottom: 2.5rem;
}
.documentation__section {
    margin-bottom: 5rem;
}
.documentation__section:last-child {
    margin-bottom: 0;
}
.documentation__label {
    margin-bottom: 1.5rem;
}
.documentation__block {
    margin-bottom: 3.5rem;
}
.documentation__block:last-child {
    margin-bottom: 0;
}
.documentation__block-title {
    border-bottom: 1px solid #e0e3ef;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.38944;
    color: #7e84a7;
    text-transform: unset !important;
}
.documentation__block-list {
    margin-bottom: -2rem;
}
.documentation__block-item {
    margin-bottom: 2rem;
}
.documentation__article {
    color: #565d84;
}
.documentation__article h4 {
    margin-bottom: 0.875rem;
}
.documentation--search .documentation__section {
    margin-bottom: 0.5rem;
}
.documentation--search .documentation__section:last-child {
    margin-bottom: 0;
}
@media (min-width: 1024px) {
    .documentation {
        margin-top: 0;
    }
    .documentation__header {
        margin-bottom: 4rem;
        max-width: 49.5rem;
    }
    .documentation__header--compact {
        margin-bottom: 1.25rem;
    }
    .documentation__header--compact .documentation__title {
        margin-bottom: 1rem;
    }
    .documentation__title {
        margin-bottom: 2rem;
    }
    .documentation__index {
        margin-bottom: 3.5rem;
    }
    .documentation__section {
        margin-bottom: 4rem;
    }
    .documentation__section:last-child {
        margin-bottom: 0;
    }
    .documentation__label {
        margin-bottom: 2rem;
    }
    .documentation__block-list {
        margin-bottom: -2.5rem;
    }
    .documentation__block-item {
        margin-bottom: 2.5rem;
    }
    .documentation--search .documentation__label {
        margin-top: 0.5rem;
        margin-bottom: 1.5rem;
    }
    .documentation--search .documentation__block-item {
        max-width: 25.5rem;
        width: 25.5rem;
    }
}
.features__title {
    text-align: center;
    margin-bottom: 3.5rem;
}
.features .slick-dots {
    margin-top: 1.5rem;
}
@media (min-width: 1280px) {
    .features__list {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }
    .features__item {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
    }
}
.filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #eef0f6;
    padding-bottom: 0.375rem;
    margin-bottom: 3rem;
    position: relative;
    z-index: 1;
}
.filter__tags-list {
    display: none;
}
.filter__dropdown {
    margin-right: 2rem;
}
.filter__search {
    margin-left: auto;
}
@media (min-width: 1024px) {
    .filter__tags {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: auto;
    }
    .filter__tags-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-right: 0.25rem;
    }
    .filter__dropdown {
        margin-right: 2.75rem;
    }
    .filter__search {
        max-width: 11.375rem;
        margin-left: 0;
    }
    .filter__search.is-active {
        max-width: 100%;
    }
}
@media (min-width: 1280px) {
    .filter {
        margin-bottom: 3.5rem;
    }
}
.panels__title {
    margin-bottom: 2rem;
}
.panels__picture {
    margin-top: 3.5rem;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}
.panels__img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 1024px) {
    .panels__picture {
        margin-top: 0;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .panels__img {
        margin-left: 0;
    }
}
.post__header,
.post__title {
    margin-bottom: 1.5rem;
}
.post__header {
    border-bottom: 1px solid #e0e3ef;
    padding-bottom: 1.5rem;
}
.post__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.post__author-avatar {
    display: block;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3rem;
    flex: 0 0 3rem;
    margin-right: 1rem;
}
.post__author-name {
    font-weight: 500;
    color: #565d84;
    margin-bottom: 1px;
}
.post__date {
    color: #a3a8c6;
}
.post__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    border-top: 1px solid #e0e3ef;
    padding-top: 1.5rem;
    margin-top: 2.5rem;
}
.post__share {
    margin-bottom: 1.5rem;
}
@media (min-width: 1280px) {
    .post__header {
        padding-bottom: 2.1875rem;
        margin-bottom: 2.5rem;
    }
    .post__footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 2rem;
        margin-top: 2rem;
    }
    .post__share {
        margin-left: 1.5rem;
        margin-bottom: 0;
    }
}
.products__title {
    margin-bottom: 2rem;
}
@media (max-width: 1023px) {
    .products .panel__body {
        padding-right: 0;
    }
}
@media (min-width: 1024px) {
    .products .row {
        position: relative;
    }
    .products__body {
        position: static;
    }
    .products .panel__picture {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 50%;
        /*display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;*/
    }
}
.reasons__header,
.reasons__title {
    margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
    .reasons__header {
        text-align: center;
        margin-bottom: 4rem;
    }
}
.request__body {
    border-radius: 0.5rem;
    padding: 3rem 1.5rem 2.5rem;
    -webkit-box-shadow: 0 6px 40px rgba(86, 93, 132, 0.05);
    box-shadow: 0 6px 40px rgba(86, 93, 132, 0.05);
    position: relative;
    z-index: 1;
}
.request__body:before {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    width: 101px;
    height: 112px;
    background: url(/assets/img/dots.svg) 0 0 no-repeat;
    content: "";
}
.request__header {
    margin-bottom: 2.25rem;
}
.request__title {
    color: #fff;
}
@media (min-width: 768px) {
    .request__header {
        margin-bottom: 0;
    }
}
@media (min-width: 1024px) {
    .request__body {
        padding: 80px 7.875rem 50px 4.5rem;
    }
    .request__body:after {
        position: absolute;
        right: 3.8125rem;
        bottom: 5.9375rem;
        width: 101px;
        height: 112px;
        background: url(/assets/img/dots.svg) 0 0 no-repeat;
        content: "";
        z-index: -1;
    }
    .request__header {
        max-width: 29.5rem;
    }
    .request__form {
        max-width: 25.5rem;
    }
}
@media (min-width: 1280px) {
    .request__title {
        margin-bottom: 1rem;
    }
}
.results__header {
    margin-bottom: 2rem;
}
.results__description {
    color: #565d84;
}
.results__list {
    margin-bottom: -1.5rem;
}
.results__item {
    margin-bottom: 1.5rem;
}
@media (min-width: 1280px) {
    .results__header {
        margin-bottom: 4.5rem;
    }
    .results__title {
        margin-bottom: 0;
    }
}
.reviews__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}
.reviews__controls {
    margin-right: -0.5rem;
}
.reviews__title {
    margin-bottom: 0;
}
.reviews__slider .slick-list {
    overflow: visible;
    z-index: 1;
}
.reviews__slide {
    width: 100%;
    max-width: 288px;
}
@media (min-width: 375px) {
    .reviews__slide {
        max-width: 343px;
    }
}
@media (max-width: 1023px) {
    .reviews__slider {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }
    .reviews__slide {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}
@media (min-width: 1024px) {
    .reviews__slide {
        max-width: none;
    }
}
.slider .slick-dots {
    margin-top: 1rem;
}
.slider .slick-arrow {
    width: 1.5rem;
    height: 1.5rem;
}
.slider .slick-arrow:before {
    color: #fff;
    font-size: 0.5625rem;
    line-height: 2.66667;
}
@media (min-width: 1024px) {
    .slider {
        padding-left: 2rem;
        padding-right: 2rem;
        margin-left: -2rem;
        margin-right: -2rem;
    }
    .slider .slick-arrow {
        background-color: #fff;
    }
    .slider .slick-arrow:before {
        color: #7e84a7;
    }
}
.solutions__header {
    margin-bottom: 2.5rem;
}
.solutions__description {
    color: #565d84;
}
.solutions__list {
    margin-bottom: -1.5rem;
}
.solutions__item {
    margin-bottom: 1.5rem;
}
@media (min-width: 1280px) {
    .solutions__header {
        margin-bottom: 3rem;
    }
    .solutions__title {
        margin-bottom: 0;
    }
}
.team__header {
    margin-bottom: 2rem;
}
.team__title {
    margin-bottom: 0;
}
.team__slider {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.team__slider .slick-dots {
    margin-top: 2rem;
    min-width: 100%;
}
@media (min-width: 768px) {
    .team__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 2.5rem;
    }
    .team__slider {
        padding-left: 0;
        padding-right: 0;
    }
    .team__slider .slick-track button {
        display: none;
    }
    .team__slider .slick-dots {
        margin-left: 0;
        margin-top: 3rem;
    }
}
@media (min-width: 1024px) {
    .page-docs .main {
        overflow: visible;
    }
}
.bg-light {
    background-color: #eef0f6;
    color: #565d84;
}
.bg-dark {
    background-color: #2f334d;
    color: #7e84a7;
}
.hidden-xs-up {
    display: none !important;
}
@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important;
    }
}
.display-xs-up {
    display: block !important;
}
@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}
@media (min-width: 576px) {
    .display-sm-up {
        display: block !important;
    }
}
@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}
@media (max-width: 1023px) {
    .hidden-md-down {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .display-md-up {
        display: block !important;
    }
}
@media (min-width: 1024px) {
    .hidden-lg-up {
        display: none !important;
    }
}
@media (max-width: 1279px) {
    .hidden-lg-down {
        display: none !important;
    }
}
@media (min-width: 1024px) {
    .display-lg-up {
        display: block !important;
    }
}
@media (min-width: 1280px) {
    .hidden-xl-up {
        display: none !important;
    }
}
@media (max-width: 1439px) {
    .hidden-xl-down {
        display: none !important;
    }
}
@media (min-width: 1280px) {
    .display-xl-up {
        display: block !important;
    }
}
@media (min-width: 1440px) {
    .hidden-2xl-up {
        display: none !important;
    }
}
.hidden-2xl-down {
    display: none !important;
}
@media (min-width: 1440px) {
    .display-2xl-up {
        display: block !important;
    }
}

.aside-menu__toggle__article-navigation {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  display: inline !important;
  line-height: 1rem;
}

.is-open .aside-menu__toggle__article-navigation {
  display: none !important;
  /*-webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);*/
}

/*# sourceMappingURL=app.css.map */
