@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap");
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
ol,
ul {
    padding: 0;
    list-style: none;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

h1 {
    margin: 0.67em 0;
    font-size: 2em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

td,
th {
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
    background-color: transparent;
}

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

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    color: inherit;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
}

.h1,
h1 {
    font-size: 36px;
}

.h2,
h2 {
    font-size: 30px;
}

.h3,
h3 {
    font-size: 24px;
}

.h6,
h6 {
    font-size: 12px;
}

p {
    margin: 0;
}

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

ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

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

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

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

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

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

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

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

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

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

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

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    background-color: transparent;
}

.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}

.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both;
}

.hidden {
    display: none !important;
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

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

.sb-hidden {
    display: none !important;
    visibility: hidden !important;
}

body {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: normal;
    font-size: 1rem;
    color: #242438;
    position: relative;
}

.sb-link {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #000ff0;
    position: relative;
    margin-top: 16px;
    display: inline-block;
}

.sb-link:hover,
.sb-link:focus {
    color: #000ff0;
    text-decoration: none;
}

.sb-link:after,
.sb-link:before {
    content: "";
    display: inline-block;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.sb-link:after {
    -webkit-transform: rotateZ(-45deg) translateY(2px);
    transform: rotateZ(-45deg) translateY(2px);
    background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%09%3Cpath%20d%3D%22M13.025%201l-2.847%202.828%206.176%206.176h-16.354v3.992h16.354l-6.176%206.176%202.847%202.828%2010.975-11z%22%20fill%3D%22rgb(0%2C15%2C240)%22%2F%3E%0A%3C%2Fsvg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 6px 8px;
    margin-top: 4px;
}

.sb-link:before {
    width: 0;
    height: 2px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: -4px;
    left: 0;
    background-color: #000ff0;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    margin: auto;
}

.sb-link:hover:before {
    width: 100%;
    height: 2px;
    display: inline-block;
}

body {
    overflow-x: hidden !important;
}

.sb-body {
    overflow-x: hidden !important;
}

.sb-row {
    padding: 60px 0;
    position: relative;
}

@media (min-width: 992px) {
    .sb-row {
        padding: 70px 0;
    }
    .sb-row:last-child {
        padding-bottom: 120px;
    }
}

.sb-row:first-child {
    padding-top: 120px;
}

@media (min-width: 768px) {
    .sb-row:first-child {
        padding-bottom: 70px;
    }
}

@media (min-width: 992px) {
    .sb-row:first-child {
        padding-bottom: 150px;
        padding-top: 140px;
    }
}

@media (min-width: 1800px) {
    .sb-row:first-child {
        padding-bottom: 280px;
    }
}

.sb-row.sb-row--alt {
    padding-bottom: 0;
}

.sb-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 8px;
}

@media (min-width: 768px) {
    .sb-list--2c {
        -ms-grid-columns: auto 1fr;
        grid-template-columns: auto 1fr;
        grid-column-gap: 30px;
    }
}

.sb-list__item {
    font-size: 0.875rem;
    color: #00000a;
    position: relative;
    padding-left: 28px;
}

.sb-list__item:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 10px;
    left: 5px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sb-list__item:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 4px;
    border-radius: 50%;
}

.sb-action {
    position: relative;
    display: inline-block;
    font-weight: 500;
    font-size: 1.125rem;
    color: #00000a;
    padding: 10px 40px 10px 24px;
    border-radius: 24.5px;
}

.sb-actions {
    text-align: left;
}

.sb-action:before,
.sb-action:after {
    content: "";
    display: block;
    position: absolute;
    border: solid;
    top: 50%;
    border-width: 0 0 2px 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.sb-action:before {
    width: 2px;
    height: 2px;
    right: 30px;
    opacity: 0;
}

.sb-action:after {
    width: 8px;
    height: 8px;
    right: 28px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: -3px;
}

.sb-action:hover,
.sb-action:focus {
    text-decoration: none;
    outline: none;
}

.sb-action:hover:before,
.sb-action:focus:before {
    width: 10px;
    right: 22px;
    opacity: 1;
}

.sb-action:hover:after,
.sb-action:focus:after {
    right: 22px;
}

.sb-action + .sb-action {
    margin-top: 16px;
}

@media (min-width: 768px) {
    .sb-action + .sb-action {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .sb-hero {
        margin-top: 30px;
        margin-bottom: 120px;
        padding-bottom: 80px;
    }
}

.sb-hero__shadow {
    position: absolute;
    overflow: hidden;
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (min-width: 992px) {
    .sb-hero__shadow {
        width: 110%;
        padding-right: 20%;
        border-radius: 0 0 0 100px;
        -webkit-transform-origin: left;
        transform-origin: left;
        margin: auto;
        -webkit-transform: rotate(-10deg) translate(10px, -10px);
        transform: rotate(-10deg) translate(10px, -10px);
    }
    .sb-hero__shadow .img {
        -webkit-transform: rotate(10deg) translate(0, -7%);
        transform: rotate(10deg) translate(0, -7%);
    }
    .sb-hero__shadow .sb-hero__media {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 60% 33%;
        grid-template-columns: 60% 33%;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.sb-hero__label {
    font-weight: bold;
    font-size: 1rem;
    color: #00000a;
    margin-bottom: 1rem;
}

.sb-hero__title {
    font-weight: bold;
    font-size: calc(1.525rem + 3.3vw);
    color: #ffffff;
    line-height: 1.1;
    padding-bottom: 18px;
    max-width: 640px;
    letter-spacing: -0.5px;
}

@media (min-width: 1200px) {
    .sb-hero__title {
        font-size: 3rem;
    }
}

@media (min-width: 1500px) {
    .sb-hero__title {
        max-width: 720px;
        font-weight: bold;
        font-size: calc(1.575rem + 3.9vw);
        color: #ffffff;
        line-height: 1.05;
    }
}

@media (min-width: 1500px) and (min-width: 1200px) {
    .sb-hero__title {
        font-size: 3rem;
    }
}

.sb-hero__desc {
    margin-bottom: calc(1.325rem + 0.9vw);
    max-width: 620px;
}

@media (min-width: 1200px) {
    .sb-hero__desc {
        margin-bottom: 2rem;
    }
}

@media (min-width: 992px) {
    .sb-hero__desc {
        font-size: 1.25rem;
        color: #00000a;
    }
}

@media (max-width: 991px) {
    .sb-article .container--alt {
        width: auto;
    }
}

.sb-article__label {
    font-weight: normal;
    font-size: 0.875rem;
    color: #242438;
    margin-bottom: 0.25rem;
}

.sb-article__title {
    line-height: 1.2;
    letter-spacing: -0.642857px;
    font-weight: bold;
    font-size: calc(1.35rem + 1.2vw);
    color: #00000a;
    margin-bottom: calc(1.5rem + 3vw);
}

@media (min-width: 1200px) {
    .sb-article__title {
        font-size: 2.25rem;
    }
}

@media (min-width: 1200px) {
    .sb-article__title {
        margin-bottom: 3.75rem;
    }
}

@media (min-width: 768px) {
    .sb-article__title {
        text-align: center;
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
    }
}

.sb-article__title--alt {
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .sb-article__title--alt {
        text-align: left;
        margin-left: 0;
    }
}

.sb-article__heading {
    font-weight: bold;
    font-size: calc(1.275rem + 0.3vw);
    color: #00000a;
    margin-bottom: 0.5rem;
    line-height: 1.4;
    letter-spacing: -0.2px;
}

@media (min-width: 1200px) {
    .sb-article__heading {
        font-size: 1.5rem;
    }
}

.sb-article__heading--alt {
    font-size: 1.25rem;
    color: #00000a;
}

.sb-article__desc {
    letter-spacing: -0.333333px;
}

.sb-article__desc--alt {
    margin-bottom: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
    .sb-article__desc--alt {
        margin-bottom: 1.875rem;
    }
}

.sb-article__group {
    max-width: 400px;
}

.sb-article__group img,
.sb-article__group svg {
    max-width: 60px;
    margin-bottom: 0.75rem;
}

.sb-article__group + .sb-article__group {
    margin-top: 50px;
}

@media (min-width: 768px) {
    .sb-article__group + .sb-article__group {
        margin-top: 60px;
    }
}

.sb-article__img {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .sb-article__img {
        margin-bottom: 0;
    }
}

.sb-article__figure {
    margin-bottom: 30px;
    max-width: 420px;
}

@media (min-width: 768px) {
    .sb-article__figure {
        margin-bottom: 0;
    }
}

.sb-article--3c {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 50px;
}

@media (min-width: 768px) {
    .sb-article--3c {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 992px) {
    .sb-article--3c {
        -ms-grid-columns: 40% 1fr 1fr;
        grid-template-columns: 40% 1fr 1fr;
        grid-gap: 80px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sb-article--3c > div:first-child {
        grid-column: 1/-1;
    }
}

.sb-arrow {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
    margin-right: -60px;
    background: #ffffff;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.sb-arrow:after {
    content: "";
    display: inline-block;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
    background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%09%3Cpath%20d%3D%22M13.025%201l-2.847%202.828%206.176%206.176h-16.354v3.992h16.354l-6.176%206.176%202.847%202.828%2010.975-11z%22%20fill%3D%22rgb(0%2C15%2C240)%22%2F%3E%0A%3C%2Fsvg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 6px 8px;
    position: absolute;
    bottom: 12px;
    right: 18px;
}

.sb-card {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 8px;
    padding: 40px 30px;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.sb-card:hover,
.sb-card:active,
.sb-card:focus {
    text-decoration: none;
    outline: none;
}

.sb-card:hover .sb-arrow,
.sb-card:active .sb-arrow,
.sb-card:focus .sb-arrow {
    margin-right: -20px;
}

.sb-card:hover {
    -webkit-box-shadow: 7px 48px 42px 0px rgba(0, 0, 0, 0.13), 0px 4px 26px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 7px 48px 42px 0px rgba(0, 0, 0, 0.13), 0px 4px 26px 0px rgba(0, 0, 0, 0.09);
}

.sb-cards {
    display: -ms-grid;
    display: grid;
    grid-gap: 30px;
    margin: 0 -15px;
}

@media (min-width: 992px) {
    .sb-cards {
        margin: 0;
        -ms-grid-columns: 38% 58%;
        grid-template-columns: 38% 58%;
        grid-gap: 4%;
    }
}

.sb-cards > div:last-child {
    overflow-x: scroll;
    position: relative;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(4, 300px);
    grid-gap: 20px;
    padding: 0 15px;
    padding-bottom: 80px;
}

@media (min-width: 992px) {
    .sb-cards > div:last-child {
        overflow: visible;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        padding: 0;
    }
}

.sb-cards > div:last-child:after {
    content: "";
    width: 1px;
    display: block;
    height: 1px;
    position: relative;
}

@media (min-width: 992px) {
    .sb-cards > div:last-child:after {
        display: none;
    }
}

.sb-card__title {
    font-weight: bold;
    font-size: 1.125rem;
    color: #00000a;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
}

.sb-card__desc {
    position: relative;
    z-index: 2;
}

.sb-card--alt {
    border-radius: 0;
    -webkit-box-shadow: 2px 6px 8px 8px rgba(180, 186, 191, 0.2);
    box-shadow: 2px 6px 8px 8px rgba(180, 186, 191, 0.2);
    height: 100%;
    max-width: 480px;
    margin: auto;
}

.sb-card--alt:hover .sb-link:before,
.sb-card--alt:focus .sb-link:before {
    width: 100%;
}

@media (min-width: 992px) {
    .sb-card--alt {
        -webkit-box-shadow: 7px 48px 42px 0px rgba(0, 0, 0, 0.13), 0px 4px 26px 0px rgba(0, 0, 0, 0.09);
        box-shadow: 7px 48px 42px 0px rgba(0, 0, 0, 0.13), 0px 4px 26px 0px rgba(0, 0, 0, 0.09);
        border-radius: 12px;
        padding: 60px 40px;
        margin-bottom: 0;
    }
}

.sb-card--alt .sb-card__title {
    font-weight: 600;
    margin-bottom: 40px;
}

.sb-card--alt .sb-card__desc {
    font-weight: normal;
    font-size: calc(1.275rem + 0.3vw);
    color: #00000a;
}

@media (min-width: 1200px) {
    .sb-card--alt .sb-card__desc {
        font-size: 1.5rem;
    }
}

.sb-card--alt .sb-link {
    position: absolute;
    right: 20px;
    bottom: 16px;
}

.sb-card--alt .sb-link:after {
    padding: 8px 8px;
    margin-top: 0;
}

.sb-card--alt .sb-link:before {
    height: 3px;
}

.sb-testimonial {
    position: relative;
}

.sb-testimonial__container {
    padding: 30px;
    display: block;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-box-shadow: 0px 3px 8px 1px rgba(114, 113, 113, 0.25);
    box-shadow: 0px 3px 8px 1px rgba(114, 113, 113, 0.25);
    background: linear-gradient(189.98deg, #faf4ff 0%, #ffffff 76.75%);
}

.sb-testimonial__container > div:last-child {
    display: none;
}

@media (min-width: 768px) {
    .sb-testimonial__container > div:last-child {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 60px 1fr;
        grid-template-columns: 60px 1fr;
        grid-gap: 15px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 30px;
    }
}

@media (min-width: 768px) {
    .sb-testimonial__container {
        border-radius: 19px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr auto;
        grid-template-columns: 1fr auto;
        grid-gap: calc(1rem + 3vw);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
    }
    .sb-testimonial__container > div:last-child {
        display: block;
        text-align: center;
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .sb-testimonial__container {
        padding: calc(1.475rem + 2.7vw) calc(1.725rem + 5.7vw) calc(1.4375rem + 2.25vw);
        max-width: 860px;
        margin: auto;
    }
}

@media (min-width: 1200px) {
    .sb-testimonial__container {
        padding: 3.5rem 6rem 3.125rem;
    }
}

.sb-testimonial__container:not(.disabled):hover,
.sb-testimonial__container:not(.disabled):focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: 0 1px 1px 0 rgba(90, 122, 190, 0.1), 0 10px 20px 0 rgba(90, 122, 190, 0.2);
    box-shadow: 0 1px 1px 0 rgba(90, 122, 190, 0.1), 0 10px 20px 0 rgba(90, 122, 190, 0.2);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.sb-testimonial__container:not(.disabled):hover .sb-link:before,
.sb-testimonial__container:not(.disabled):focus .sb-link:before {
    width: 100%;
    height: 2px;
    display: inline-block;
}

.sb-testimonial__title {
    color: var(--blue-900);
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .sb-testimonial__title {
        font-size: 28px;
        line-height: 34px;
        max-width: 420px;
    }
}

.sb-testimonial__desc {
    color: #64648c;
    letter-spacing: -0.38px;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .sb-testimonial__desc {
        font-size: 18px;
        line-height: 28px;
        max-width: 460px;
        margin-bottom: 24px;
    }
}

@media (min-width: 992px) {
    .sb-testimonial__desc {
        position: relative;
    }
}

@media (min-width: 992px) {
    .sb-testimonial__desc:before {
        content: "\201c";
        position: absolute;
        font-size: 3rem;
        font-family: sans-serif;
        color: #ffffff;
        z-index: 1;
        left: 0;
        top: 0;
        margin-left: -40px;
        margin-top: 20px;
    }
    .sb-testimonial__desc:after {
        content: "";
        position: absolute;
        width: 36px;
        height: 36px;
        background: var(--blue-900);
        z-index: 0;
        border-radius: 50%;
        left: 0;
        top: 0;
        margin-left: -50px;
        margin-top: 4px;
    }
}

.sb-testimonial__author {
    color: var(--blue-900);
    font-weight: bold;
}

@media (min-width: 768px) {
    .sb-testimonial__author {
        font-size: 18px;
        line-height: 24px;
    }
}

.sb-testimonial__author span {
    display: block;
    font-size: 14px;
    color: #00000a;
    font-weight: normal;
    line-height: 1.3;
    margin-top: 4px;
}

.sb-testimonial__img {
    border-radius: 50%;
    max-width: 100%;
    height: auto;
    margin-left: -6px;
}

@media (min-width: 768px) {
    .sb-testimonial__img {
        margin-bottom: 16px;
    }
}

@media (min-width: 768px) {
    .sb-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .cb-footer,
    .l-footer {
        padding-top: 0;
    }
}

svg.hero {
    margin: auto;
    display: block;
}

svg.hero * {
    fill: none;
}

svg.hero path {
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    display: none;
}

.sb-body--purple .sb-hero__shadow {
    background: linear-gradient(117.05deg, var(--blue-900) 24.41%, var(--blue-900) 61.68%, var(--blue-900) 88.97%);
}

.sb-body--purple .sb-hero__label,
.sb-body--purple .sb-hero__desc {
    color: #ffffff;
}

.sb-body--purple .sb-list__item {
    color: #ffffff;
}

.sb-body--purple .sb-list__item:before {
    background: #ffffff;
}

.sb-body--purple .sb-list__item:after {
    border-color: #9200e0;
}

.sb-body--purple .sb-action {
    color: #ffffff;
    background: linear-gradient(108.28deg, #ff8c8c 16.63%, #f94dd2 72.89%);
}

.sb-body--purple .sb-action--alt {
    background: transparent;
    color: #ffffff;
}

.sb-body--purple .sb-card {
    background: linear-gradient(-135deg, #4300a3 0%, #6100bb 33%, #a700f1 100%);
}

.sb-body--purple .sb-card__title,
.sb-body--purple .sb-card__desc {
    color: #ffffff;
}

.sb-body--purple .sb-card--alt {
    background: #ffffff;
}

.sb-body--purple .sb-card--alt .sb-card__title,
.sb-body--purple .sb-card--alt .sb-card__desc {
    color: #54150e;
}

.sb-body--red .sb-hero__shadow {
    background: -webkit-gradient(linear, right top, left top, from(#ff9a9e), to(#fad0c4));
    background: linear-gradient(-90deg, #ff9a9e 0%, #fad0c4 100%);
}

.sb-body--red .sb-hero__label,
.sb-body--red .sb-hero__desc {
    color: #54150e;
}

.sb-body--red .sb-hero__title {
    background: -webkit-gradient(linear, right top, left top, color-stop(0, #f97000), to(#f3587c));
    background: linear-gradient(-90deg, #f97000 0, #f3587c 100%);
    -webkit-background-clip: text;
}

.sb-body--red .sb-list__item {
    color: #54150e;
}

.sb-body--red .sb-list__item:before {
    background-color: #fa655b;
}

.sb-body--red .sb-list__item:after {
    border-color: #faccc1;
}

.sb-body--red .sb-action {
    color: #ffffff;
    background: #fa665b;
}

.sb-body--red .sb-action--alt {
    background: transparent;
    color: #54150e;
}

.sb-body--red .sb-card {
    background: -webkit-gradient(linear, right top, left top, from(#ff9a9e), to(#fad0c4));
    background: linear-gradient(-90deg, #ff9a9e 0%, #fad0c4 100%);
}

.sb-body--red .sb-card--alt {
    background: #ffffff;
}

.sb-body--red .sb-card__title,
.sb-body--red .sb-card__desc {
    color: #54150e;
}

.sb-body--blue .sb-hero__shadow {
    background: linear-gradient(-135deg, #eaafc8 0%, #9767ad 52%, #764ba2 100%);
}

.sb-body--blue .sb-hero__label,
.sb-body--blue .sb-hero__desc {
    color: #ffffff;
}

.sb-body--blue .sb-hero__title {
    background: -webkit-gradient(linear, right top, left top, from(#eaafc8), to(#ffe6f5));
    background: linear-gradient(-90deg, #eaafc8 0%, #ffe6f5 100%);
    -webkit-background-clip: text;
}

.sb-body--blue .sb-list__item {
    color: #ffffff;
}

.sb-body--blue .sb-list__item:before {
    background: #ffffff;
}

.sb-body--blue .sb-list__item:after {
    border-color: #8457a7;
}

.sb-body--blue .sb-action {
    color: #ffffff;
    background: #5417a8;
}

.sb-body--blue .sb-action--alt {
    background: transparent;
    color: #ffffff;
}

.sb-body--blue .sb-card {
    background: linear-gradient(-135deg, #eaafc8 0%, #9767ad 52%, #764ba2 100%);
}

.sb-body--blue .sb-card__title,
.sb-body--blue .sb-card__desc {
    color: #ffffff;
}

.sb-body--blue .sb-card--alt {
    background: #ffffff;
}

.sb-body--blue .sb-card--alt .sb-card__title,
.sb-body--blue .sb-card--alt .sb-card__desc {
    color: #54150e;
}

.sb-body--yellow .sb-hero__shadow {
    background: linear-gradient(-135deg, #f6d365 0%, #fbb17a 47%, #fda085 100%);
}

.sb-body--yellow .sb-hero__label,
.sb-body--yellow .sb-hero__desc {
    color: #492e29;
}

.sb-body--yellow .sb-hero__title {
    background: -webkit-gradient(linear, right top, left top, from(#f7735a), to(#a13e45));
    background: linear-gradient(-90deg, #f7735a 0%, #a13e45 100%);
    -webkit-background-clip: text;
}

.sb-body--yellow .sb-list__item {
    color: #492e29;
}

.sb-body--yellow .sb-list__item:before {
    background: #c0444d;
}

.sb-body--yellow .sb-list__item:after {
    border-color: #fca780;
}

.sb-body--yellow .sb-action {
    color: #ffffff;
    background: #c0444d;
}

.sb-body--yellow .sb-action--alt {
    background: transparent;
    color: #492e29;
}

.sb-body--yellow .sb-card {
    background: linear-gradient(-135deg, #f6d365 0%, #fbb17a 47%, #fda085 100%);
}

.sb-body--yellow .sb-card--alt {
    background: #ffffff;
}

.sb-body--yellow .sb-card__title,
.sb-body--yellow .sb-card__desc {
    color: #492e29;
}

.sb-body--pd .sb-hero__shadow {
    background: #041b32;
}

.sb-body--pd .sb-hero__label,
.sb-body--pd .sb-hero__title,
.sb-body--pd .sb-hero__desc {
    color: #ffffff;
}

.sb-body--pd .sb-action {
    color: #ffffff;
    background: #337cbf;
}

.sb-body--pd .sb-action--alt {
    background: transparent;
    color: #ffffff;
}

.sb-body--boc .sb-hero__shadow {
    background: #041b32;
}

.sb-body--boc .sb-hero__label,
.sb-body--boc .sb-hero__title,
.sb-body--boc .sb-hero__desc {
    color: #ffffff;
}

.sb-body--boc .sb-action {
    color: #ffffff;
    background: #5f57e7;
}

.sb-body--boc .sb-action--alt {
    background: transparent;
    color: #ffffff;
}

.animate {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0.6;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0.6;
    }
    to {
        opacity: 1;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0.7;
        -webkit-transform: translate3d(0, 15%, 0);
        transform: translate3d(0, 15%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0.7;
        -webkit-transform: translate3d(0, 15%, 0);
        transform: translate3d(0, 15%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0.1;
        -webkit-transform: translate3d(0, -15%, 0);
        transform: translate3d(0, -15%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0.1;
        -webkit-transform: translate3d(0, -15%, 0);
        transform: translate3d(0, -15%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0.2;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0.2;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0.1;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0.1;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.scale {
    -webkit-animation-name: scale;
    animation-name: scale;
}

@-webkit-keyframes scale {
    from {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale {
    from {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.scaleSmall {
    -webkit-animation-name: scaleSmall;
    animation-name: scaleSmall;
}

@-webkit-keyframes scaleSmall {
    from {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleSmall {
    from {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@media (min-width: 992px) {
    .l-footer {
        padding-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .temp {
        text-align: center !important;
    }
}

/* Second Fold */

.za-slider {
    position: relative;
    overflow: hidden;
}
.za-slider:after,
.za-slider:before {
    content: "";
    width: 50px;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    z-index: 1;
    background: -webkit-linear-gradient(left, #fff, hsla(0, 0%, 100%, 0));
    background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
}
.za-slider:after {
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.za-slider:before {
    left: 0;
}
@-webkit-keyframes sliderScroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-1600px);
        transform: translateX(-1600px);
    }
}
@keyframes sliderScroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-1600px);
        transform: translateX(-1600px);
    }
}
.za-slider__main {
    display: grid;
    grid-template-columns: repeat(16, minmax(160px, 1fr));
    -webkit-animation: sliderScroll 40s linear infinite;
    animation: sliderScroll 40s linear infinite;
}
.za-slider__wrap .za-slider__logo1 {
    background-position: 0 0;
}
.za-slider__wrap .za-slider__logo2 {
    background-position: -135px 0;
}
.za-slider__wrap .za-slider__logo3 {
    background-position: -270px 0;
}
.za-slider__wrap .za-slider__logo4 {
    background-position: -405px 0;
}
.za-slider__wrap .za-slider__logo5 {
    background-position: -540px 0;
}
.za-slider__wrap .za-slider__logo6 {
    background-position: -675px 0;
}
.za-slider__wrap .za-slider__logo7 {
    background-position: -810px 0;
}
.za-slider__wrap .za-slider__logo8 {
    background-position: -945px 0;
}
.za-slider__logo {
    width: 135px;
    height: 50px;
    display: inline-block;
    margin: auto;
    background-image: url(/static/website/version/images/customers/logos/logos-sprite.png);
    background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .za-slider__logo {
        background-image: url(/static/website/version/images/customers/logos/logos-sprite-2x.png);
        background-size: 1078px 50px;
    }
}
.za-article__heading,
.za-article__subheading,
.za-article__subtitle,
.za-article__title {
    line-height: 1.25;
    letter-spacing: -0.5px;
}
.za-article__header {
    margin-bottom: calc(1.275rem + 0.3vw);
    position: relative;
}
@media (min-width: 1200px) {
    .za-article__header {
        margin-bottom: 1.5rem;
    }
}
.za-article__header--quote:before {
    position: absolute;
    top: -20px;
    left: -30px;
    z-index: -1;
    content: "";
    background: url(/static/website/version/images/home/coc/hero-quote.svg) 50% / contain no-repeat;
    min-width: 80px;
    min-height: 60px;
}
@media (min-width: 1200px) {
    .za-article__header--quote:before {
        min-width: 100px;
        min-height: 80px;
        position: absolute;
        top: -37px;
        left: -27px;
    }
}
.za-article__content {
    margin-bottom: calc(1.325rem + 0.9vw);
    max-width: 420px;
}
@media (min-width: 1200px) {
    .za-article__content {
        margin-bottom: 2rem;
    }
}
@media (min-width: 768px) {
    .za-article__actions {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 1px;
    }
    .za-article__action + .za-article__action {
        margin-left: calc(1.275rem + 0.3vw);
    }
}
@media (min-width: 768px) and (min-width: 1200px) {
    .za-article__action + .za-article__action {
        margin-left: 1.5rem;
    }
}
@media (max-width: 767px) {
    .za-article__action + .za-article__action {
        margin-top: 12px;
    }
}
.za-article__title {
    font-weight: 700;
    font-size: calc(1.3875rem + 1.65vw);
    color: #00000a;
}
@media (min-width: 1200px) {
    .za-article__title {
        font-size: 2.625rem;
    }
}
.za-article__subtitle {
    font-weight: 700;
    font-size: calc(1.35rem + 1.2vw);
    color: #00000a;
}
@media (min-width: 1200px) {
    .za-article__subtitle {
        font-size: 2.25rem;
    }
}
.za-article__heading {
    font-weight: 700;
    font-size: calc(1.325rem + 0.9vw);
    color: #00000a;
    line-height: 1.15;
}
@media (min-width: 1200px) {
    .za-article__heading {
        font-size: 2rem;
    }
}
.za-article__subheading {
    font-weight: 700;
    font-size: calc(1.2625rem + 0.15vw);
    color: #00000a;
}
@media (min-width: 1200px) {
    .za-article__subheading {
        font-size: 1.375rem;
    }
}
.za-article__content {
    font-size: 1rem;
    color: #64648c;
}
.za-article__list {
    margin: calc(1.275rem + 0.3vw) 0 calc(1.3875rem + 1.65vw);
}
@media (min-width: 1200px) {
    .za-article__list {
        margin: 1.5rem 0 2.625rem;
    }
}
.za-article__item {
    font-size: 1rem;
    color: #64648c;
    position: relative;
    padding-left: calc(1.275rem + 0.3vw);
    margin-bottom: 0.75rem;
}
@media (min-width: 1200px) {
    .za-article__item {
        padding-left: 1.5rem;
    }
}
.za-article__item:after,
.za-article__item:before {
    content: "";
}
.za-article__item:before {
    width: 12px;
    height: 12px;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0;
    background-color: #5c07d1;
    border-radius: 50%;
}
.za-article__item:after {
    width: 3px;
    height: 6px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}
.za-article--center {
    position: relative;
    z-index: 100;
}
@media (min-width: 992px) {
    .za-article--center {
        text-align: center;
    }
}
.za-article--center .za-article__content {
    max-width: 600px;
}
@media (min-width: 992px) {
    .za-article--center .za-article__content {
        margin: auto;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .za-article--hero {
        padding-left: 20px;
    }
}
@media (max-width: 767px) {
    .za-article--hero {
        margin-top: -42px;
    }
}
.za-medias {
    display: grid;
}
@media (min-width: 992px) {
    .za-medias {
        grid-template-columns: repeat(2, minmax(250px, 1fr));
        grid-gap: 32px;
    }
}
@media (max-width: 991px) {
    .za-medias {
        grid-template-columns: repeat(5, minmax(250px, 1fr));
        grid-gap: 24px;
        overflow: auto;
        margin: 0 -15px;
        padding: 0 15px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .za-medias::-webkit-scrollbar {
        display: none;
    }
    .za-medias:after {
        content: "";
        width: 10px;
        height: 10px;
        display: inline-block;
    }
}
.za-media {
    padding: calc(1.325rem + 0.9vw) calc(1.375rem + 1.5vw);
    position: relative;
    border-radius: 6px;
    box-shadow: -8px 8px 19px -8px rgba(123, 127, 218, 0.2);
    display: grid;
    grid-template-rows: auto 1fr;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
@media (min-width: 1200px) {
    .za-media {
        padding: 2rem 2.5rem;
    }
}
.za-media:focus,
.za-media:hover {
    box-shadow: 0 1px 1px 0 rgba(90, 122, 190, 0.1), 0 10px 20px 0 rgba(90, 122, 190, 0.2);
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}
.za-media .za-link {
    text-align: right;
}
.za-media .za-link:focus:before,
.za-media .za-link:hover:before {
    display: none;
}
.za-media__aside {
    margin-bottom: 1rem;
}
.za-media__header {
    margin-bottom: 0.75rem;
}
.za-media__content {
    margin-bottom: 1rem;
}
.za-media__main {
    display: grid;
    grid-template-rows: auto 1fr auto;
}
.za-media__icon {
    max-width: 50px;
}
.za-media__title {
    font-weight: 600;
    font-size: 1rem;
    color: #232323;
    line-height: 1.25;
}
.za-media__title > span {
    display: block;
}
.za-media__content {
    font-size: 1rem;
    color: #64648c;
}
.za-scrollspy__medias {
    max-width: 900px;
    margin: auto;
}
.za-scrollspy__media {
    padding-top: calc(1.875rem + 7.5vw);
}
@media (min-width: 1200px) {
    .za-scrollspy__media {
        padding-top: 7.5rem;
    }
}
@media (min-width: 768px) {
    .za-scrollspy__media {
        display: grid;
        grid-template-columns: minmax(auto, 390) 1fr;
        grid-column-gap: 30px;
    }
}
@media (min-width: 992px) {
    .za-scrollspy__media:nth-child(2) .za-scrollspy__main {
        padding-top: 18px;
    }
}
@media (min-width: 992px) {
    .za-scrollspy__media:nth-child(4) .za-scrollspy__main {
        padding-top: 10px;
    }
}
@media (min-width: 992px) {
    .za-scrollspy__main {
        padding-top: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .za-scrollspy__aside {
        max-width: 520px;
    }
}
@media (max-width: 767px) {
    .za-scrollspy__aside {
        max-width: 300px;
        margin: 0 auto 24px;
    }
}
.za-scrollspy__nav {
    position: relative;
    border-bottom: 1px solid rgba(153, 140, 170, 0.25098);
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
}
.za-scrollspy__nav:after,
.za-scrollspy__nav:before {
    display: none;
}
.za-scrollspy__nav > li.active > a {
    font-weight: 600;
    font-size: 1rem;
    color: #000ff0;
    pointer-events: none;
    letter-spacing: -0.5px;
}
.za-scrollspy__nav > li.active > a:before {
    width: 100%;
    height: 2px;
    display: inline-block;
    content: "";
    bottom: -2px;
}
.za-scrollspy__header {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    padding-top: 1.25rem;
    z-index: 2;
}
@media (min-width: 768px) {
    .za-scrollspy__header:after {
        width: 100%;
        height: 120px;
        display: inline-block;
        position: absolute;
        top: -40px;
        content: "";
        z-index: -1;
        background: -webkit-linear-gradient(top, hsla(0, 0%, 100%, 0.933333) 40%, hsla(0, 0%, 100%, 0) 110%);
        background: linear-gradient(180deg, hsla(0, 0%, 100%, 0.933333) 40%, hsla(0, 0%, 100%, 0) 110%);
        -webkit-backdrop-filter: grayscale(1) blur(8px);
        backdrop-filter: grayscale(1) blur(8px);
    }
    @-moz-document url-prefix() {
        .za-scrollspy__header:after {
            background: #fff;
        }
    }
}
.za-scrollspy__action {
    font-size: 1rem;
    color: #64648c;
    position: relative;
    padding: 0.5rem;
    display: inline-block;
    line-height: 1.4;
}
@media (min-width: 992px) {
    .za-scrollspy__action {
        padding: 1.125rem 0;
    }
}
@media (min-width: 1200px) {
    .za-scrollspy__action {
        padding: 1.125rem 1rem;
    }
}
.za-scrollspy__action:before {
    content: "";
    bottom: -2px;
}
.za-scrollspy__action:focus,
.za-scrollspy__action:hover {
    color: #000ff0;
}
.za-scrollspy__action:focus:before,
.za-scrollspy__action:hover:before {
    width: 100%;
    height: 2px;
    display: inline-block;
}
.za-card {
    padding: calc(1.475rem + 2.7vw) calc(1.725rem + 5.7vw) calc(1.4375rem + 2.25vw);
    display: block;
}
@media (min-width: 1200px) {
    .za-card {
        padding: 3.5rem 6rem 3.125rem;
    }
}
@media (min-width: 768px) {
    .za-card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.za-card__main {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media (min-width: 768px) {
    .za-card__main {
        padding-right: calc(1.75rem + 6vw);
    }
}
@media (min-width: 768px) and (min-width: 1200px) {
    .za-card__main {
        padding-right: 6.25rem;
    }
}
.za-card__aside {
    text-align: center;
}
@media (max-width: 991px) {
    .za-card__aside {
        display: none;
    }
}
.za-card__header {
    font-weight: 700;
    font-size: calc(1.325rem + 0.9vw);
    color: #00000a;
    margin-bottom: calc(1.275rem + 0.3vw);
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .za-card__header {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
}
.za-card__content {
    font-size: 1.125rem;
    color: #64648c;
    margin-bottom: calc(1.275rem + 0.3vw);
    position: relative;
}
@media (min-width: 1200px) {
    .za-card__content {
        margin-bottom: 1.5rem;
    }
}
.za-card__content:after,
.za-card__content:before {
    content: "";
}
.za-card__content:before {
    content: "";
    position: absolute;
    top: 6px;
    left: -54px;
    width: 36px;
    height: 36px;
    display: inline-block;
    background: #5c07d1;
    border-radius: 50%;
}
@media (max-width: 767px) {
    .za-card__content:before {
        position: absolute;
        left: -30px;
        width: 20px;
        height: 20px;
        display: inline-block;
    }
}
.za-card__content:after {
    content: "\201C";
    position: absolute;
    top: 34px;
    left: -44px;
    font-family: sans-serif;
    font-size: calc(1.3875rem + 1.65vw);
    color: #fff;
    line-height: 0;
}
@media (min-width: 1200px) {
    .za-card__content:after {
        font-size: 2.625rem;
    }
}
@media (max-width: 767px) {
    .za-card__content:after {
        position: absolute;
        top: 24px;
        left: -26px;
        font-size: calc(1.325rem + 0.9vw);
        color: #fff;
    }
}
@media (max-width: 767px) and (min-width: 1200px) {
    .za-card__content:after {
        font-size: 2rem;
    }
}
.za-card__author {
    width: 120px;
    height: 120px;
    display: inline-block;
    margin-bottom: 0.5rem;
    border-radius: 50%;
    overflow: hidden;
}
.za-card__adesig {
    font-weight: 500;
    font-size: 1rem;
    color: #5c07d1;
    line-height: 1.3;
}
.za-card__adesig > span {
    font-size: 0.75rem;
    color: #00000a;
    display: block;
}
@media (min-width: 768px) {
    .za-footer {
        box-shadow: 0 1px 8px 1px hsla(0, 0%, 69%, 0.26);
        border-radius: 12px;
        padding: 40px;
    }
}
@media (min-width: 992px) {
    .za-footer {
        padding: 54px;
    }
}
.za-footer__container {
    display: grid;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .za-footer__container {
        grid-gap: 30px;
        margin-top: -120px;
    }
}
@media (min-width: 768px) {
    .za-footer__container {
        grid-template-columns: minmax(100px, 180px) 1fr;
        grid-gap: 60px;
    }
}
@media (min-width: 992px) {
    .za-footer__container {
        margin-left: -145px;
    }
}
@media (max-width: 767px) {
    .za-footer__aside {
        max-width: 150px;
    }
}
.za-footer__header {
    margin-bottom: 42px;
}
@media (min-width: 768px) {
    .za-footer__header {
        margin-bottom: calc(1.3625rem + 1.35vw);
    }
}
@media (min-width: 768px) and (min-width: 1200px) {
    .za-footer__header {
        margin-bottom: 2.375rem;
    }
}
.za-footer__cols {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-row-gap: 34px;
}
.za-footer__col {
    max-width: 120px;
    padding-left: 8px;
}
.za-footer__title {
    font-weight: 700;
    font-size: calc(1.35rem + 1.2vw);
    color: #181064;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .za-footer__title {
        font-size: 2.25rem;
    }
}
.za-footer__heading {
    font-weight: 700;
    font-size: calc(1.325rem + 0.9vw);
    color: #181064;
    line-height: 0.8;
    padding-left: 8px;
    margin-left: -8px;
    margin-bottom: 18px;
}
@media (min-width: 1200px) {
    .za-footer__heading {
        font-size: 2rem;
    }
}
.za-footer__desc {
    font-size: 0.875rem;
    color: #181064;
    line-height: 1.4;
}
.za-hero__main {
    background: -webkit-linear-gradient(top, rgba(91, 1, 180, 0.08), hsla(0, 0%, 100%, 0)), #fff;
    background: linear-gradient(180deg, rgba(91, 1, 180, 0.08), hsla(0, 0%, 100%, 0)), #fff;
    box-shadow: -20px 18px 25px -4px #eef;
    border-radius: 80px;
    -webkit-transform: translateX(-80px) translateY(-200px) rotate(330deg);
    -ms-transform: translateX(-80px) translateY(-200px) rotate(330deg);
    transform: translateX(-80px) translateY(-200px) rotate(330deg);
    overflow: hidden;
    position: relative;
    min-width: 650px;
    min-height: 350px;
}
@media (min-width: 560px) and (max-width: 767px) {
    .za-hero__main {
        min-width: 700px;
        min-height: 400px;
        -webkit-transform: translateX(0) translateY(-240px) rotate(330deg);
        -ms-transform: translateX(0) translateY(-240px) rotate(330deg);
        transform: translateX(0) translateY(-240px) rotate(330deg);
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .za-hero__main {
        min-width: 700px;
        -webkit-transform: translateX(-20px) translateY(-140px) rotate(330deg);
        -ms-transform: translateX(-20px) translateY(-140px) rotate(330deg);
        transform: translateX(-20px) translateY(-140px) rotate(330deg);
    }
}
@media (min-width: 992px) {
    .za-hero__main {
        border-radius: 130px;
        min-width: 800px;
        min-height: 500px;
        -webkit-transform: translateX(0) translateY(-240px) rotate(330deg);
        -ms-transform: translateX(0) translateY(-240px) rotate(330deg);
        transform: translateX(0) translateY(-240px) rotate(330deg);
    }
}
@media (min-width: 1200px) {
    .za-hero__main {
        -webkit-transform: translateX(80px) translateY(-240px) rotate(330deg);
        -ms-transform: translateX(80px) translateY(-240px) rotate(330deg);
        transform: translateX(80px) translateY(-240px) rotate(330deg);
    }
}
.za-hero__main:before {
    width: 100%;
    height: 300px;
    display: inline-block;
    position: absolute;
    right: 120px;
    bottom: -100px;
    content: "";
    background: url(/static/website/version/images/home/coc/bg/testimonial-bg.svg) no-repeat;
    overflow: visible;
    display: block;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.za-hero__label {
    font-size: 0.875rem;
    color: #00000a;
    position: absolute;
    top: 200px;
    right: -60px;
    line-height: 1.25;
    opacity: 0.5;
    visibility: hidden;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 767px) {
    .za-hero__label {
        position: absolute;
        right: -30px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .za-hero__label {
        position: absolute;
        right: 0;
    }
}
@media (min-width: 991px) and (max-width: 1199px) {
    .za-hero__label {
        position: absolute;
        right: -30px;
    }
}
.za-hero__label span {
    font-weight: 700;
    display: block;
    margin-bottom: 4px;
}
.za-hero__figures {
    -webkit-transform: translateY(-10px) translateX(130px) rotate(30deg);
    -ms-transform: translateY(-10px) translateX(130px) rotate(30deg);
    transform: translateY(-10px) translateX(130px) rotate(30deg);
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    width: 250%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.za-hero__figure {
    position: relative;
    max-width: 400px;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (min-width: 768px) and (max-width: 991px) {
    .za-hero__figure {
        max-width: 320px;
    }
}
@media (min-width: 768px) {
    .za-hero__dots {
        position: absolute;
        top: 100px;
        left: 5px;
        width: 0;
    }
}
@media (min-width: 1200px) {
    .za-hero__dots {
        position: absolute;
        top: 100px;
        left: -20px;
    }
}
@media (min-width: 1350px) {
    .za-hero__dots {
        position: absolute;
        top: 100px;
        left: -80px;
    }
}
@media (max-width: 767px) {
    .za-hero__dots {
        position: absolute;
        top: -70px;
        left: 65px;
        width: 100%;
        text-align: center;
    }
}
.za-hero__dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    border: 2px solid #d4d4e8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 2px 0;
}
.za-hero__dot:focus,
.za-hero__dot:hover {
    background-color: #d4d4e8;
}
#za-hero__slide1:checked ~ .za-radio .za-hero .za-hero__figures {
    margin-left: 1%;
    -webkit-transform-origin: 1% 0;
    -ms-transform-origin: 1% 0;
    transform-origin: 1% 0;
}
#za-hero__slide2:checked ~ .za-radio .za-hero .za-hero__figures {
    margin-left: -50%;
    -webkit-transform-origin: 20% 0;
    -ms-transform-origin: 20% 0;
    transform-origin: 20% 0;
}
#za-hero__slide3:checked ~ .za-radio .za-hero .za-hero__figures {
    margin-left: -100%;
    -webkit-transform-origin: 40% 0;
    -ms-transform-origin: 40% 0;
    transform-origin: 40% 0;
}
#za-hero__slide4:checked ~ .za-radio .za-hero .za-hero__figures {
    margin-left: -150%;
    -webkit-transform-origin: 60% 0;
    -ms-transform-origin: 60% 0;
    transform-origin: 60% 0;
}
#za-hero__slide5:checked ~ .za-radio .za-hero .za-hero__figures {
    margin-left: -200%;
    -webkit-transform-origin: 80% 0;
    -ms-transform-origin: 80% 0;
    transform-origin: 80% 0;
}
#za-hero__slide1:checked ~ .za-radio .za-hero__figure1,
#za-hero__slide2:checked ~ .za-radio .za-hero__figure2,
#za-hero__slide3:checked ~ .za-radio .za-hero__figure3,
#za-hero__slide4:checked ~ .za-radio .za-hero__figure4,
#za-hero__slide5:checked ~ .za-radio .za-hero__figure5 {
    visibility: visible;
    opacity: 1;
}
#za-hero__slide1:checked ~ .za-radio .za-hero__figure1 .za-hero__label,
#za-hero__slide2:checked ~ .za-radio .za-hero__figure2 .za-hero__label,
#za-hero__slide3:checked ~ .za-radio .za-hero__figure3 .za-hero__label,
#za-hero__slide4:checked ~ .za-radio .za-hero__figure4 .za-hero__label,
#za-hero__slide5:checked ~ .za-radio .za-hero__figure5 .za-hero__label {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
#za-hero__slide1,
#za-hero__slide2,
#za-hero__slide3,
#za-hero__slide4,
#za-hero__slide5 {
    display: none;
}
#za-hero__slide1:checked ~ .za-radio .za-hero__dots label:first-child,
#za-hero__slide2:checked ~ .za-radio .za-hero__dots label:nth-child(2),
#za-hero__slide3:checked ~ .za-radio .za-hero__dots label:nth-child(3),
#za-hero__slide4:checked ~ .za-radio .za-hero__dots label:nth-child(4),
#za-hero__slide5:checked ~ .za-radio .za-hero__dots label:nth-child(5) {
    background: #5c07d1;
    border-color: #5c07d1;
}
@media (max-width: 767px) {
    #za-hero__slide1:checked ~ .za-radio .za-hero__dots label:first-child,
    #za-hero__slide2:checked ~ .za-radio .za-hero__dots label:nth-child(2),
    #za-hero__slide3:checked ~ .za-radio .za-hero__dots label:nth-child(3),
    #za-hero__slide4:checked ~ .za-radio .za-hero__dots label:nth-child(4),
    #za-hero__slide5:checked ~ .za-radio .za-hero__dots label:nth-child(5) {
        width: 20px;
    }
}
@media (min-width: 768px) {
    #za-hero__slide1:checked ~ .za-radio .za-hero__dots label:first-child,
    #za-hero__slide2:checked ~ .za-radio .za-hero__dots label:nth-child(2),
    #za-hero__slide3:checked ~ .za-radio .za-hero__dots label:nth-child(3),
    #za-hero__slide4:checked ~ .za-radio .za-hero__dots label:nth-child(4),
    #za-hero__slide5:checked ~ .za-radio .za-hero__dots label:nth-child(5) {
        height: 20px;
    }
}
.za-article__titles {
    overflow: hidden;
}
@media (min-width: 768px) {
    .za-article__titles {
        padding-right: 32px;
    }
}
.za-article__title {
    opacity: 0;
    height: 0;
    -webkit-transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    overflow: hidden;
}
#za-hero__slide1:checked ~ .za-radio .za-article__titles .za-article__title1,
#za-hero__slide2:checked ~ .za-radio .za-article__titles .za-article__title2,
#za-hero__slide3:checked ~ .za-radio .za-article__titles .za-article__title3,
#za-hero__slide4:checked ~ .za-radio .za-article__titles .za-article__title4,
#za-hero__slide5:checked ~ .za-radio .za-article__titles .za-article__title5 {
    opacity: 1;
    height: auto;
}
.za-bg {
    -webkit-transform: translateX(-200px) rotate(330deg);
    -ms-transform: translateX(-200px) rotate(330deg);
    transform: translateX(-200px) rotate(330deg);
    position: absolute;
    top: 40px;
    width: 600px;
    height: 300px;
}
.za-bg__container:before {
    display: block;
    border-radius: 20px;
    width: 100%;
    background-color: #fff;
    opacity: 0.6;
    height: 300px;
    content: "";
    z-index: 4;
    position: relative;
}
.za-bg__purple {
    position: absolute;
    width: 240px;
    height: 240px;
    bottom: -90px;
    left: 120px;
    z-index: 1;
    background: -webkit-radial-gradient(50%, 63.23% 63.23%, at 50%, #5701b1 0, #ce91ff 61.99%, #fff 100%);
    background: radial-gradient(63.23% 63.23% at 50%, at 50%, #5701b1 0, #ce91ff 61.99%, #fff 100%);
    background: -webkit-radial-gradient(50% 50%, 63.23% 63.23%, #5701b1 0, #ce91ff 61.99%, #fff 100%);
    background: radial-gradient(63.23% 63.23% at 50% 50%, #5701b1 0, #ce91ff 61.99%, #fff 100%);
    border-radius: 30px;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-animation: morph 4s linear infinite alternate;
    animation: morph 4s linear infinite alternate;
}
@media (max-width: 1100px) {
    .za-bg__purple {
        width: 200px;
        height: 200px;
    }
}
.za-bg__white {
    position: absolute;
    left: 30px;
    bottom: -90px;
    width: 170px;
    height: 170px;
    z-index: 2;
    background: -webkit-radial-gradient(
        50%,
        66.26% 66.26%,
        at 50%,
        rgba(253, 248, 244, 0.8) 0,
        hsla(0, 0%, 88.2%, 0.608333) 84.9%,
        rgba(253, 248, 244, 0.8) 100%
    );
    background: radial-gradient(
        66.26% 66.26% at 50%,
        at 50%,
        rgba(253, 248, 244, 0.8) 0,
        hsla(0, 0%, 88.2%, 0.608333) 84.9%,
        rgba(253, 248, 244, 0.8) 100%
    );
    background: -webkit-radial-gradient(
        50% 50%,
        66.26% 66.26%,
        rgba(253, 248, 244, 0.8) 0,
        hsla(0, 0%, 88.2%, 0.608333) 84.9%,
        rgba(253, 248, 244, 0.8) 100%
    );
    background: radial-gradient(
        66.26% 66.26% at 50% 50%,
        rgba(253, 248, 244, 0.8) 0,
        hsla(0, 0%, 88.2%, 0.608333) 84.9%,
        rgba(253, 248, 244, 0.8) 100%
    );
    border-radius: 20px;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    -webkit-animation: morph2 4s linear infinite alternate;
    animation: morph2 4s linear infinite alternate;
}
@media (max-width: 1100px) {
    .za-bg__white {
        width: 150px;
        height: 150px;
    }
}

.za-bg__purple {
    position: absolute;
    width: 240px;
    height: 240px;
    bottom: -90px;
    left: 120px;
    z-index: 1;
    background: -webkit-radial-gradient(50%, 63.23% 63.23%, at 50%, #5701b1 0, #ce91ff 61.99%, #fff 100%);
    background: radial-gradient(63.23% 63.23% at 50%, at 50%, #5701b1 0, #ce91ff 61.99%, #fff 100%);
    background: -webkit-radial-gradient(50% 50%, 63.23% 63.23%, #5701b1 0, #ce91ff 61.99%, #fff 100%);
    background: radial-gradient(63.23% 63.23% at 50% 50%, #5701b1 0, #ce91ff 61.99%, #fff 100%);
    border-radius: 30px;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-animation: morph 4s linear infinite alternate;
    animation: morph 4s linear infinite alternate;
}
@media (max-width: 1100px) {
    .za-bg__purple {
        width: 200px;
        height: 200px;
    }
}
.za-bg__white {
    position: absolute;
    left: 30px;
    bottom: -90px;
    width: 170px;
    height: 170px;
    z-index: 2;
    background: -webkit-radial-gradient(
        50%,
        66.26% 66.26%,
        at 50%,
        rgba(253, 248, 244, 0.8) 0,
        hsla(0, 0%, 88.2%, 0.608333) 84.9%,
        rgba(253, 248, 244, 0.8) 100%
    );
    background: radial-gradient(
        66.26% 66.26% at 50%,
        at 50%,
        rgba(253, 248, 244, 0.8) 0,
        hsla(0, 0%, 88.2%, 0.608333) 84.9%,
        rgba(253, 248, 244, 0.8) 100%
    );
    background: -webkit-radial-gradient(
        50% 50%,
        66.26% 66.26%,
        rgba(253, 248, 244, 0.8) 0,
        hsla(0, 0%, 88.2%, 0.608333) 84.9%,
        rgba(253, 248, 244, 0.8) 100%
    );
    background: radial-gradient(
        66.26% 66.26% at 50% 50%,
        rgba(253, 248, 244, 0.8) 0,
        hsla(0, 0%, 88.2%, 0.608333) 84.9%,
        rgba(253, 248, 244, 0.8) 100%
    );
    border-radius: 20px;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    -webkit-animation: morph2 4s linear infinite alternate;
    animation: morph2 4s linear infinite alternate;
}
@media (max-width: 1100px) {
    .za-bg__white {
        width: 150px;
        height: 150px;
    }
}
@-webkit-keyframes morph {
    0% {
        -webkit-transform: rotate(20deg) translateY(0);
        transform: rotate(20deg) translateY(0);
        background: -webkit-radial-gradient(50%, 63% 63%, at 50%, #5701b1 0, #ce91ff 62%, #fff 100%);
        background: radial-gradient(63% 63% at 50%, at 50%, #5701b1 0, #ce91ff 62%, #fff 100%);
        background: -webkit-radial-gradient(50% 50%, 63% 63%, #5701b1 0, #ce91ff 62%, #fff 100%);
        background: radial-gradient(63% 63% at 50% 50%, #5701b1 0, #ce91ff 62%, #fff 100%);
    }
    50% {
        -webkit-transform: rotate(20deg) translateY(-10px);
        transform: rotate(20deg) translateY(-10px);
        background: -webkit-radial-gradient(50%, 63% 63%, at 50%, #5701b1 2%, #ce91ff 65%, #fff 100%);
        background: radial-gradient(63% 63% at 50%, at 50%, #5701b1 0, #ce91ff 65%, #fff 100%);
        background: -webkit-radial-gradient(50% 50%, 63% 63%, #5701b1 2%, #ce91ff 65%, #fff 100%);
        background: radial-gradient(63% 63% at 50% 50%, #5701b1 2%, #ce91ff 65%, #fff 100%);
    }
    to {
        -webkit-transform: rotate(20deg) translateY(0);
        transform: rotate(20deg) translateY(0);
        background: -webkit-radial-gradient(50%, 63% 63%, at 50%, #5701b1 0, #ce91ff 62%, #fff 100%);
        background: radial-gradient(63% 63% at 50%, at 50%, #5701b1 0, #ce91ff 62%, #fff 100%);
        background: -webkit-radial-gradient(50% 50%, 63% 63%, #5701b1 0, #ce91ff 62%, #fff 100%);
        background: radial-gradient(63% 63% at 50% 50%, #5701b1 0, #ce91ff 62%, #fff 100%);
    }
}
@keyframes morph {
    0% {
        -webkit-transform: rotate(20deg) translateY(0);
        transform: rotate(20deg) translateY(0);
        background: -webkit-radial-gradient(50%, 63% 63%, at 50%, #5701b1 0, #ce91ff 62%, #fff 100%);
        background: radial-gradient(63% 63% at 50%, at 50%, #5701b1 0, #ce91ff 62%, #fff 100%);
        background: -webkit-radial-gradient(50% 50%, 63% 63%, #5701b1 0, #ce91ff 62%, #fff 100%);
        background: radial-gradient(63% 63% at 50% 50%, #5701b1 0, #ce91ff 62%, #fff 100%);
    }
    50% {
        -webkit-transform: rotate(20deg) translateY(-10px);
        transform: rotate(20deg) translateY(-10px);
        background: -webkit-radial-gradient(50%, 63% 63%, at 50%, #5701b1 2%, #ce91ff 65%, #fff 100%);
        background: radial-gradient(63% 63% at 50%, at 50%, #5701b1 0, #ce91ff 65%, #fff 100%);
        background: -webkit-radial-gradient(50% 50%, 63% 63%, #5701b1 2%, #ce91ff 65%, #fff 100%);
        background: radial-gradient(63% 63% at 50% 50%, #5701b1 2%, #ce91ff 65%, #fff 100%);
    }
    to {
        -webkit-transform: rotate(20deg) translateY(0);
        transform: rotate(20deg) translateY(0);
        background: -webkit-radial-gradient(50%, 63% 63%, at 50%, #5701b1 0, #ce91ff 62%, #fff 100%);
        background: radial-gradient(63% 63% at 50%, at 50%, #5701b1 0, #ce91ff 62%, #fff 100%);
        background: -webkit-radial-gradient(50% 50%, 63% 63%, #5701b1 0, #ce91ff 62%, #fff 100%);
        background: radial-gradient(63% 63% at 50% 50%, #5701b1 0, #ce91ff 62%, #fff 100%);
    }
}
@-webkit-keyframes morph2 {
    0% {
        -webkit-transform: rotate(20deg) translateY(0);
        transform: rotate(20deg) translateY(0);
        background: -webkit-radial-gradient(
            50%,
            66% 66%,
            at 50%,
            rgba(253, 248, 244, 0.8) 0,
            hsla(0, 0%, 88.2%, 0.608333) 81%,
            rgba(253, 248, 244, 0.8) 100%
        );
        background: radial-gradient(
            66% 66% at 50%,
            at 50%,
            rgba(253, 248, 244, 0.8) 0,
            hsla(0, 0%, 88.2%, 0.608333) 81%,
            rgba(253, 248, 244, 0.8) 100%
        );
        background: -webkit-radial-gradient(
            50% 50%,
            66% 66%,
            rgba(253, 248, 244, 0.8) 0,
            hsla(0, 0%, 88.2%, 0.608333) 81%,
            rgba(253, 248, 244, 0.8) 100%
        );
        background: radial-gradient(66% 66% at 50% 50%, rgba(253, 248, 244, 0.8) 0, hsla(0, 0%, 88.2%, 0.608333) 81%, rgba(253, 248, 244, 0.8) 100%);
    }
    50% {
        -webkit-transform: rotate(20deg) translateY(10px);
        transform: rotate(20deg) translateY(10px);
        background: -webkit-linear-gradient(
            50%,
            66% 66%,
            at 0,
            rgba(253, 248, 244, 0.8) 0,
            hsla(0, 0%, 88.2%, 0.608333) 84%,
            rgba(253, 248, 244, 0.8)
        );
        background: linear-gradient(66% 66% at 50%, at 0, rgba(253, 248, 244, 0.8) 0, hsla(0, 0%, 88.2%, 0.608333) 84%, rgba(253, 248, 244, 0.8));
        background: -webkit-linear-gradient(50% 50%, 66% 66%, rgba(253, 248, 244, 0.8) 0, hsla(0, 0%, 88.2%, 0.608333) 84%, rgba(253, 248, 244, 0.8));
        background: linear-gradient(66% 66% at 50% 50%, rgba(253, 248, 244, 0.8) 0, hsla(0, 0%, 88.2%, 0.608333) 84%, rgba(253, 248, 244, 0.8));
    }
    to {
        -webkit-transform: rotate(20deg) translateY(0);
        transform: rotate(20deg) translateY(0);
        background: -webkit-radial-gradient(
            50%,
            66% 66%,
            at 50%,
            rgba(253, 248, 244, 0.8) 0,
            hsla(0, 0%, 88.2%, 0.608333) 83%,
            rgba(253, 248, 244, 0.8) 100%
        );
        background: radial-gradient(
            66% 66% at 50%,
            at 50%,
            rgba(253, 248, 244, 0.8) 0,
            hsla(0, 0%, 88.2%, 0.608333) 83%,
            rgba(253, 248, 244, 0.8) 100%
        );
        background: -webkit-radial-gradient(
            50% 50%,
            66% 66%,
            rgba(253, 248, 244, 0.8) 0,
            hsla(0, 0%, 88.2%, 0.608333) 83%,
            rgba(253, 248, 244, 0.8) 100%
        );
        background: radial-gradient(66% 66% at 50% 50%, rgba(253, 248, 244, 0.8) 0, hsla(0, 0%, 88.2%, 0.608333) 83%, rgba(253, 248, 244, 0.8) 100%);
    }
}
@keyframes morph2 {
    0% {
        -webkit-transform: rotate(20deg) translateY(0);
        transform: rotate(20deg) translateY(0);
        background: -webkit-radial-gradient(
            50%,
            66% 66%,
            at 50%,
            rgba(253, 248, 244, 0.8) 0,
            hsla(0, 0%, 88.2%, 0.608333) 81%,
            rgba(253, 248, 244, 0.8) 100%
        );
        background: radial-gradient(
            66% 66% at 50%,
            at 50%,
            rgba(253, 248, 244, 0.8) 0,
            hsla(0, 0%, 88.2%, 0.608333) 81%,
            rgba(253, 248, 244, 0.8) 100%
        );
        background: -webkit-radial-gradient(
            50% 50%,
            66% 66%,
            rgba(253, 248, 244, 0.8) 0,
            hsla(0, 0%, 88.2%, 0.608333) 81%,
            rgba(253, 248, 244, 0.8) 100%
        );
        background: radial-gradient(66% 66% at 50% 50%, rgba(253, 248, 244, 0.8) 0, hsla(0, 0%, 88.2%, 0.608333) 81%, rgba(253, 248, 244, 0.8) 100%);
    }
    50% {
        -webkit-transform: rotate(20deg) translateY(10px);
        transform: rotate(20deg) translateY(10px);
        background: -webkit-linear-gradient(
            50%,
            66% 66%,
            at 0,
            rgba(253, 248, 244, 0.8) 0,
            hsla(0, 0%, 88.2%, 0.608333) 84%,
            rgba(253, 248, 244, 0.8)
        );
        background: linear-gradient(66% 66% at 50%, at 0, rgba(253, 248, 244, 0.8) 0, hsla(0, 0%, 88.2%, 0.608333) 84%, rgba(253, 248, 244, 0.8));
        background: -webkit-linear-gradient(50% 50%, 66% 66%, rgba(253, 248, 244, 0.8) 0, hsla(0, 0%, 88.2%, 0.608333) 84%, rgba(253, 248, 244, 0.8));
        background: linear-gradient(66% 66% at 50% 50%, rgba(253, 248, 244, 0.8) 0, hsla(0, 0%, 88.2%, 0.608333) 84%, rgba(253, 248, 244, 0.8));
    }
    to {
        -webkit-transform: rotate(20deg) translateY(0);
        transform: rotate(20deg) translateY(0);
        background: -webkit-radial-gradient(
            50%,
            66% 66%,
            at 50%,
            rgba(253, 248, 244, 0.8) 0,
            hsla(0, 0%, 88.2%, 0.608333) 83%,
            rgba(253, 248, 244, 0.8) 100%
        );
        background: radial-gradient(
            66% 66% at 50%,
            at 50%,
            rgba(253, 248, 244, 0.8) 0,
            hsla(0, 0%, 88.2%, 0.608333) 83%,
            rgba(253, 248, 244, 0.8) 100%
        );
        background: -webkit-radial-gradient(
            50% 50%,
            66% 66%,
            rgba(253, 248, 244, 0.8) 0,
            hsla(0, 0%, 88.2%, 0.608333) 83%,
            rgba(253, 248, 244, 0.8) 100%
        );
        background: radial-gradient(66% 66% at 50% 50%, rgba(253, 248, 244, 0.8) 0, hsla(0, 0%, 88.2%, 0.608333) 83%, rgba(253, 248, 244, 0.8) 100%);
    }
}

/* Second Fold */

/* Fourth Fold */
.za-scrollspy__medias {
    max-width: 900px;
    margin: auto;
}
.za-scrollspy__media {
    padding-top: calc(1.875rem + 7.5vw);
}
@media (min-width: 1200px) {
    .za-scrollspy__media {
        padding-top: 7.5rem;
    }
}
@media (min-width: 768px) {
    .za-scrollspy__media {
        display: grid;
        grid-template-columns: minmax(auto, 390px) 1fr;
        grid-column-gap: 60px;
    }
}
@media (min-width: 992px) {
    .za-scrollspy__media:nth-child(2) .za-scrollspy__main {
        padding-top: 18px;
    }
}
@media (min-width: 992px) {
    .za-scrollspy__media:nth-child(4) .za-scrollspy__main {
        padding-top: 10px;
    }
}
@media (min-width: 992px) {
    .za-scrollspy__main {
        padding-top: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .za-scrollspy__aside {
        max-width: 520px;
    }
}
@media (max-width: 767px) {
    .za-scrollspy__aside {
        max-width: 300px;
        margin: 0 auto 24px;
    }
}

.za-scrollspy__nav:after,
.za-scrollspy__nav:before {
    display: none;
}

.za-scrollspy__nav > li.active > a:before {
    width: 100%;
    height: 2px;
    display: inline-block;
    content: "";
    bottom: -2px;
}

.za-link--icon:before,
.za-scrollspy__action:before,
.za-scrollspy__nav > li.active > a:before {
    width: 0;
    height: 2px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: -4px;
    left: 0;
    background-color: #000ff0;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    margin: auto;
}

.za-scrollspy__action {
    font-size: 1rem;
    color: #64648c;
    position: relative;
    padding: 0.5rem;
    display: inline-block;
    line-height: 1.4;
}
@media (min-width: 992px) {
    .za-scrollspy__action {
        padding: 1.125rem 0;
    }
}
@media (min-width: 1200px) {
    .za-scrollspy__action {
        padding: 1.125rem 1rem;
    }
}
.za-scrollspy__action:before {
    content: "";
    bottom: -2px;
}
.za-scrollspy__action:focus,
.za-scrollspy__action:hover {
    color: #000ff0;
}
.za-scrollspy__action:focus:before,
.za-scrollspy__action:hover:before {
    width: 100%;
    height: 2px;
    display: inline-block;
}

.za-link {
    font-family: "IBM Plex Sans", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    font-size: 1rem;
    color: #000ff0;
    position: relative;
}
.za-link:hover,
.za-linkfocus {
    color: #000ff0;
    text-decoration: none;
}
.za-link--icon:after,
.za-link--icon:before {
    content: "";
    display: inline-block;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.za-link--icon:after {
    -webkit-transform: rotate(-45deg) translateY(2px);
    -ms-transform: rotate(-45deg) translateY(2px);
    transform: rotate(-45deg) translateY(2px);
    background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%09%3Cpath%20d%3D%22M13.025%201l-2.847%202.828%206.176%206.176h-16.354v3.992h16.354l-6.176%206.176%202.847%202.828%2010.975-11z%22%20fill%3D%22rgb(0%2C15%2C240)%22%2F%3E%0A%3C%2Fsvg%3E");
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    padding: 6px 8px;
    margin-top: 4px;
}
.za-link:hover,
.za-linkfocus {
    color: #000ff0;
    text-decoration: none;
}
.za-link--icon:hover:before {
    width: 100%;
    height: 2px;
    display: inline-block;
}
.za-link--icon:after,
.za-link--icon:before {
    content: "";
    display: inline-block;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.za-link--icon:before,
.za-scrollspy__nav > li.active > a:before,
.za-scrollspy__action:before {
    width: 0;
    height: 2px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;
    background-color: #000ff0;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    margin: auto;
}
.za-scrollspy__nav > li.active > a:before {
    width: 100%;
    height: 2px;
    display: inline-block;
    content: "";
    bottom: -2px;
}
/* Fourth Fold */

@media (max-width: 1199px) {
    .sb-hero__title {
        font-size: 3rem;
    }
}

@media (max-width: 767px) {
    .sb-hero__title {
        font-size: 2rem;
    }
}

.za-head {
    background-color: var(--opal-100);
    font-size: 13px;
    border-radius: 20px;
    color: var(--blue-900);
    display: inline-block;
    padding: 5px 16px;
    margin-bottom: 18px;
    font-weight: 600;
}
