:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #7FBF0E;
    --bs-secondary: #6423C9;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 127, 191, 14;
    --bs-secondary-rgb: 100, 35, 201;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: "Red Hat Display", sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-heading-color: ;
    --bs-link-color: #7FBF0E;
    --bs-link-hover-color: #66990b;
    --bs-code-color: black;
    --bs-highlight-bg: #fff3cd;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

.badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: 0.375rem;
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius, 0);
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

html,
body {
    height: 100%;
}

@media (max-width: 1199.98px) {
    html {
        font-size: 14px;
    }
}

@media (max-width: 991.98px) {
    html {
        font-size: 12px;
    }
}

@media (max-width: 575.98px) {
    html .container {
        --bs-gutter-x: 40px;
    }
}

.btn {
    --bs-btn-disabled-bg: #787979;
    text-transform: uppercase;
}


.page-wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page-wrapper .page-header,
.page-wrapper .section-header {
    text-align: center;
}

.page-wrapper .page-header.aside,
.page-wrapper .section-header.aside {
    text-align: left;
}

.page-wrapper .page-header .pre-title,
.page-wrapper .section-header .pre-title {
    font-size: 1.25rem;
}

.page-wrapper .page-header .title,
.page-wrapper .section-header .title {
    font-size: 3.125rem;
}

@media (max-width: 991.98px) {
    .page-wrapper .page-header .title,
    .page-wrapper .section-header .title {
        font-size: 2rem;
    }
}

.page-wrapper .page-header .title.xl,
.page-wrapper .section-header .title.xl {
    font-size: 5rem;
    padding-top: 0.625rem;
}

.page-wrapper .page-header .title em,
.page-wrapper .section-header .title em {
    font-weight: 900;
    font-style: normal;
    background: url(../ui/underline-lg.svg) no-repeat center bottom;
    background-size: 80% auto;
}

.page-wrapper .page-header .lead,
.page-wrapper .section-header .lead {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.page-wrapper .page-header strong,
.page-wrapper .section-header strong {
    font-weight: 900;
}

.page-wrapper main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.page-wrapper main .content-section {
    margin-top: 6.25rem;
    padding-top: 1px;
}

.page-wrapper main .content-section .section-header:not(.aside) {
    margin-bottom: 100px;
}

.page-wrapper main .content-section.bottom-padding {
    padding-bottom: 125px;
}

.page-wrapper main .section-header .title {
    line-height: 1.5em;
}

.divised-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 100px;
}

@media (max-width: 991.98px) {
    .divised-layout {
        gap: 50px;
    }
}

@media (max-width: 767.98px) {
    .divised-layout {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
}

.divised-layout a {
    color: #0052FF;
    text-decoration: none;
}

.divised-layout .content-column {
    width: 100%;
    overflow: auto;
}

.divised-layout .sidebar {
    width: 100%;
    max-width: 120px;
}

@media (max-width: 767.98px) {
    .divised-layout .sidebar {
        max-width: none;
        overflow: auto;
    }
}

@media (max-width: 767.98px) {
    .divised-layout .sidebar nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 8px;
    }
}

.divised-layout .sidebar nav a {
    color: black;
    text-decoration: none;
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 12px;
}

.body-dark .divised-layout .sidebar nav a {
    color: white;
}

.divised-layout .sidebar nav a.active {
    border-bottom-color: black;
}

.body-dark .divised-layout .sidebar nav a.active {
    border-bottom-color: white;
}

@media (max-width: 767.98px) {
    .divised-layout .sidebar nav a {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.divised-layout .info-block {
    width: 100%;
    border-radius: 0.375rem;
    background-color: white;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 2.1875rem 2.5rem;
    margin-bottom: 50px;
}

.body-dark .divised-layout .info-block {
    background-color: #202125;
    border:1px solid;
}

.divised-layout .info-block p:first-child,
.divised-layout .info-block p:last-child {
    margin: 0;
}

.divised-layout .content-block {
    background-color: white;
    border: 1px solid #DADADA;
    border-radius: 0.375rem;
    padding: 2.1875rem 2.5rem;
    margin-bottom: 50px;
    font-size: 1.125rem;
}

.body-dark .divised-layout .content-block {
    background-color: #202125;
    border: 1px solid #DADADA;
}

.divised-layout .snippet {
    background-color: #FBFBFB;
    border: 1px solid #DADADA;
    border-radius: 0.375rem;
    padding: 15px 25px;
    margin-bottom: 20px;
    font-size: 1rem;
}

.body-dark .divised-layout .snippet {
    background-color: #202125;
}

.divised-layout .snippet .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.divised-layout .snippet code em {
    color: #7FBF0E;
    font-style: normal;
}

.divised-layout .snippet .method {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.divised-layout .table-parameters {
    overflow: auto;
}

.divised-layout .badge {
    --bs-badge-border-radius: 50rem;
    --bs-badge-font-size: 1rem;
    --bs-badge-padding-x: 2.25rem;
    --bs-badge-padding-y: 0.9375rem;
    text-transform: uppercase;
    background-color: #787979;
}

.divised-layout .badge.get {
    background-color: #6423C9;
}

.divised-layout .badge.post {
    background-color: #771089;
}

.divised-layout .badge.put-patch {
    background-color: #0755C9;
}

.divised-layout .badge.delete {
    background-color: #C92323;
}

.divised-layout .badge.optional {
    background-color: #E20C3D;
}

.divised-layout .badge.required {
    background-color: #F97907;
}

.divised-layout .command {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.divised-layout table {
    font-size: 1rem;
    vertical-align: middle;
}

.divised-layout table thead {
    font-size: 1.125rem;
}

.divised-layout table td.type {
    white-space: nowrap;
}

.divised-layout table .badge {
    --bs-badge-font-size: 0.75rem;
    --bs-badge-padding-x: 1.375rem;
    --bs-badge-padding-y: 0.575rem;
}

.homepage header.navbar {
    padding-bottom: 120px;
}

.homepage .page-header .title {
    font-size: 5rem;
}

@media (max-width: 575.98px) {
    .homepage .page-header .title {
        line-height: 1;
        margin-bottom: 30px;
    }
}

.credentials-page {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.contact-form {
    padding-top: 70px;
}

.billing-cycle-toggle-container .cycle-option {
    font-weight: 900;
}

@media (max-width: 575.98px) {
    .billing-cycle-toggle-container .cycle-option {
        display: block;
        text-align: center;
        height: 32px;
    }
}

.billing-cycle-toggle-container .cycle-option:hover {
    cursor: pointer;
    color: #6423C9;
}

@media (min-width: 576px) {
    .billing-cycle-toggle-container .cycle-option + .cycle-option {
        margin-left: 24px;
    }
}

.billing-cycle-toggle-container .cycle-option span {
    display: block;
    position: relative;
}

.billing-cycle-toggle-container .cycle-option span::after {
    content: url(../ui/underline-sm-mauve.svg);
    position: absolute;
    bottom: -14px;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    opacity: 0;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}

.billing-cycle-toggle-container input[type="radio"] {
    display: none;
}

.billing-cycle-toggle-container input[type="radio"]:checked + span {
    color: #6423C9;
}

.billing-cycle-toggle-container input[type="radio"]:checked + span::after {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    opacity: 1;
}

.pricing-plans-table {
    margin: 70px auto 0;
    table-layout: fixed;
    overflow: hidden;
}

.pricing-plans-table thead tr td:first-child {
    vertical-align: top;
}

.pricing-plans-table thead .plan-name {
    font-size: var(--bs-body-font-size);
    font-weight: 900;
}

.pricing-plans-table thead .amount {
    font-size: 1.875rem;
}

.pricing-plans-table thead .cycle {
    font-size: 0.875rem;
    font-weight: 700;
    opacity: 0.25;
}

.pricing-plans-table tfoot td {
    padding: 0;
}

.pricing-plans-table td {
    width: 180px;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    vertical-align: middle;
    position: relative;
}

.pricing-plans-table td:not(.gap):not(.feature-name-col):hover::after {
    content: "";
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 10000px;
    width: 100%;
    left: 0;
    top: -5000px;
    z-index: -1;
}

.pricing-plans-table td.highlighted .btn {
    display: block;
    visibility: visible;
}

.pricing-plans-table tbody td:not(.gap) {
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
}

.pricing-plans-table .gap {
    width: 50px;
    min-width: 0;
}

.pricing-plans-table .feature-name-col {
    text-align: left;
    position: relative;
}

.pricing-plans-table .icon {
    display: block;
    width: 17px;
    height: 17px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.pricing-plans-table .icon.not {
    background-image: url(../ui/not-grey.svg);
}

.pricing-plans-table .icon.yes {
    background-image: url(../ui/checkmark-green.svg);
}

.pricing-plans-table .dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #D8D8D8;
    border: 1px solid #979797;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pricing-plans-table .btn {
    border-radius: 0 0 8px 8px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

@media (min-width: 1200px) {
    .pricing-plans-table .btn {
        visibility: hidden;
    }
}

body.article-page main header,
body.document-page main header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

body.article-page main header .title,
body.document-page main header .title {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    margin-bottom: 3.75rem;
}

body.article-page main header .updated,
body.document-page main header .updated {
    margin: 0;
}

body.document-page {
    background-image: url(../ui/legal-page-bg.png);
}

body.document-page .document-body p {
    margin-bottom: 2rem;
}

body.document-page .document-body h3 {
    text-transform: uppercase;
    font-size: 1.25rem;
    margin-bottom: 2rem;
}

.search-docs {
    margin: 4.375rem auto 0;
}

@media (min-width: 576px) {
    .search-docs {
        max-width: 80%;
    }
}

.search-docs .inline-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.search-docs .form-control {
    height: 80px;
    border-radius: 80px;
    padding-inline: 3.125rem;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: none;
}

.search-docs .btn-ico {
    padding: 0;
    min-width: 80px;
    height: 80px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.search-docs .btn-ico img {
    margin: 0 auto;
}

.search-docs .trending {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 0.875rem;
    padding-top: 20px;
    padding-inline: 3.125rem;
}

.search-docs .trending a {
    color: inherit;
}

.support-topics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    margin-top: 5.625rem;
    padding: 0;
}

.support-topics .topic {
    min-width: 215px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.support-topics a {
    height: 100%;
    display: block;
    border: 1px solid #DADADA;
    border-radius: 8px;
    background-color: #fff;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    text-decoration: none;
    color: #202125;
    font-size: 1.25rem;
}

.support-topics a .cover {
    height: 38px;
    margin-right: auto;
    margin-bottom: 4.375rem;
}

.support-topics a .title {
    font-weight: bold;
    margin-bottom: 10px;
}

.support-topics a .description {
    font-size: 0.875rem;
}

body.support-docs,
body.landing-page {
    background-image: url(../ui/support-docs-bg.png);
}

body.article-page {
    background-image: url(../ui/article-bg.png);
}

body.article-page .article-body p {
    margin-bottom: 3rem;
}

body.article-page .article-sidebar .title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 3.125rem;
}

body.article-page .article-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

body.article-page .article-sidebar ul li {
    border-width: 1px 0;
    border-style: solid;
    border-color: #E8E8E8;
    padding: 1.375rem 0;
}

body.article-page .article-sidebar ul li + li {
    margin-top: -1px;
}

body.article-page .article-sidebar ul a {
    color: inherit;
    text-decoration: none;
}

body.article-page .article-sidebar ul a:hover {
    text-decoration: underline;
}

body.article-page .related-articles {
    margin-top: 4.875rem;
}

body.article-page .related-articles .title {
    font-size: 1.875rem;
    margin-bottom: 3.125rem;
}

body.article-page .related-articles ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.125rem;
}

body.article-page .related-articles ul li {
    border-top: 1px solid #E8E8E8;
    padding-top: 1.25rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

body.article-page .related-articles ul a {
    color: #0C7DE6;
    text-decoration: none;
    font-weight: 600;
}

body.article-page .related-articles ul a:hover {
    text-decoration: underline;
}

@media (max-width: 575.98px) {
    body.landing-page .page-header .title.xl {
        font-size: 4rem;
    }
}

body.landing-page .page-header .lead,
body.landing-page .page-header .cta-action {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

body.landing-page .page-header .illustration img {
    display: block;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 575.98px) {
    body.landing-page .section-header .title {
        font-size: 2.125rem;
    }
}

body.landing-page footer.main-footer {
    background-color: #430E93;
    color: #fff;
    padding-bottom: 0;
}

body.landing-page .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 16px 0 16px;
    margin-top: 32px;
}

body.landing-page .big-footer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

body.landing-page .big-footer .branding .logo {
    max-height: 50px;
}

body.landing-page .big-footer .branding h6 {
    font-size: 2.5rem;
    margin-top: 3.75rem;
}

@media (max-width: 1399.98px) {
    body.landing-page .big-footer .branding h6 {
        font-size: 1.875rem;
    }
}

@media (min-width: 1400px) {
    body.landing-page .big-footer .branding,
    body.landing-page .big-footer .social {
        -ms-flex-preferred-size: 450px;
        flex-basis: 450px;
    }
}

body.landing-page .big-footer .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right;
}

body.landing-page .big-footer .social .end-align {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

body.landing-page .big-footer .social h6 {
    font-size: 1.25rem;
    margin-bottom: 20px;
}

body.landing-page .big-footer .social ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

body.landing-page .big-footer .social ul li {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 40px;
    flex-basis: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

body.landing-page .big-footer .nav-map .row {
    --bs-gutter-x: 100px;
}

@media (max-width: 575.98px) {
    body.landing-page .big-footer .nav-map .row {
        --bs-gutter-x: 25px;
    }
}

body.landing-page .big-footer .nav-map ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

body.landing-page .big-footer .nav-map ul li {
    padding: 0.5rem 0;
}

body.landing-page .big-footer .nav-map ul a {
    color: #fff;
    text-decoration: none;
}

body.landing-page .big-footer .nav-map ul a:hover {
    text-decoration: underline;
}

@media (min-width: 1400px) {
    .columned-copy-component .container,
    .columned-copy-component .row {
        --bs-gutter-x: 150px;
    }
}

.columned-copy-component .icon {
    margin-bottom: 50px;
}

.columned-copy-component h3 {
    margin-bottom: 30px;
    font-weight: 600;
}

@media (max-width: 575.98px) {
    .columned-copy-component div[class^=col] + div[class^=col] {
        margin-top: 30px;
    }
}

.columned-copy-component div[class^=col]::after {
    content: "";
    height: 1px;
    width: 60%;
    display: block;
    background-color: #E8E8E8;
    margin-top: 60px;
}

.columned-copy-component div[class^=col].center {
    text-align: center;
    margin-top: 30px;
}

.columned-copy-component div[class^=col].center ul {
    list-style-position: inside;
    padding: 0;
}

.columned-copy-component div[class^=col].center::after {
    margin-left: auto;
    margin-right: auto;
}

.video-component {
    color: #fff;
    margin-top: -6em;
}

.video-component > .container {
    position: relative;
}

.video-component img {
    width: 100%;
    display: block;
    border-radius: 30px;
}

.video-component .copy {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 3em 5em;
}

.video-component .title {
    font-size: 3.125rem;
}

@media (max-width: 1399.98px) {
    .video-component .title {
        font-size: 1.875rem;
    }
}

.video-component .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    width: 5em;
    height: 5em;
    border-radius: 50%;
    background: url(../ui/icon-play.svg) no-repeat center center;
    background-size: 18px;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}

.video-component .play-btn:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
}

.book-a-demo-component {
    margin-top: 6.25rem;
    color: #fff;
}

.book-a-demo-component .background {
    background: url(../ui/radial-dots-corner-bg.svg) no-repeat left bottom;
    background-size: contain;
    background-color: #6423C9;
    border-radius: 30px;
}

.book-a-demo-component .copy,
.book-a-demo-component .cover {
    padding: 0 60px;
}

.book-a-demo-component .cover {
    padding-top: 60px;
}

.book-a-demo-component .copy {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 575.98px) {
    .book-a-demo-component .copy {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 60px;
    }
}

.book-a-demo-component .title {
    font-size: 3.125rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

@media (max-width: 1399.98px) {
    .book-a-demo-component .title {
        font-size: 1.875rem;
    }
}

@media (max-width: 991.98px) {
    .book-a-demo-component .title {
        font-size: 1.25rem;
    }
}

.slider-showcase-component-section {
    background: url(../ui/colorful-bg.png) no-repeat center center;
    background-size: cover;
    color: #fff;
    padding-top: 100px !important;
    margin-bottom: 120px;
}

@media (max-width: 575.98px) {
    .slider-showcase-component-section {
        margin-bottom: 0;
    }
}

.slider-showcase-component-section .section-header {
    margin-bottom: 0 !important;
}

.slider-showcase-component-section.page-header .title em {
    background-image: url(../ui/underline-white.png);
}

.slider-wrapper {
    position: relative;
    top: 120px;
}

@media (max-width: 991.98px) {
    .slider-wrapper {
        top: 60px;
    }
}

@media (max-width: 575.98px) {
    .slider-wrapper {
        top: 0;
        margin-top: 30px;
        padding-bottom: 30px;
    }
}

.slider-wrapper .slider-nav {
    position: absolute;
    top: 50%;
    right: 2%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 575.98px) {
    .slider-wrapper .slider-nav {
        top: 0;
        right: 50%;
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    }
}

.slider-wrapper .slider-nav .btn.slick-disabled {
    --bs-btn-bg: #430E93;
}

.slider-wrapper .slider-nav .btn.btn-prev {
    --bs-btn-padding-x: 1.25rem;
}

.slider-wrapper .slider-nav .btn.btn-next {
    padding-right: 1.8rem;
    padding-left: 2rem;
    margin-left: 20px;
}

.slider-wrapper .slider-nav .btn.btn-next .label {
    display: inline-block;
    margin-right: 24px;
}

@media (max-width: 991.98px) {
    .slider-wrapper .slider-nav .btn.btn-next .label {
        display: none;
    }
}

.slider-wrapper .slider-nav .btn.btn-next svg {
    position: relative;
    top: -2px;
}

.slider-wrapper .slick-slider {
    overflow: hidden;
}

.slider-wrapper .slick-list {
    padding: 0 15% 0 0 !important;
    right: -6%;
}

.slider-wrapper .slick-slide {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

@media (max-width: 575.98px) {
    .slider-wrapper .slick-slide {
        -webkit-transform: scale(0.8) translate(20px, 0);
        transform: scale(0.8) translate(20px, 0);
    }
}

.slider-wrapper .slick-slide.slick-active {
    -webkit-animation: slide-entry-animation 500ms both;
    animation: slide-entry-animation 500ms both;
}

@media (max-width: 575.98px) {
    .slider-wrapper .slick-slide h3 {
        margin-top: 20px;
    }
}

@-webkit-keyframes slide-entry-animation {
    0% {
        -webkit-transform: scale(0.8) translate(0, 0);
        transform: scale(0.8) translate(0, 0);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }
}

@keyframes slide-entry-animation {
    0% {
        -webkit-transform: scale(0.8) translate(0, 0);
        transform: scale(0.8) translate(0, 0);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }
}

.who-uses-it-component {
    padding: 80px 0 100px !important;
}

.who-uses-it-component h1 {
    color: #6423C9;
    margin-bottom: 50px;
}

.who-uses-it-component .cta-action {
    margin-top: 50px;
}

.who-uses-it-component .logos {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 24px;
}

@media (max-width: 575.98px) {
    .who-uses-it-component .logos {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.who-uses-it-component .logos .logo {
    padding: 24px;
    border: 1px solid #E7E7E9;
    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;
}

.who-uses-it-component .logos .logo img {
    max-width: 100%;
    display: block;
    max-height: 24px;
}

.header-and-image-aside-component {
    margin-top: 180px;
}

.header-and-image-aside-component .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-and-image-aside-component .p-lead {
    margin-top: 40px;
    margin-bottom: 40px;
}

.header-and-image-aside-component .cta-action {
    margin-top: 60px;
}

.header-and-image-aside-component.top-offset-component {
    padding: 3em 5em;
    border-radius: 30px;
    margin-bottom: 50px;
}

.features-component {
    padding: 100px 0 110px !important;
}

.features-component + .features-component {
    margin-top: 0 !important;
}

.features-component .container, .features-component .row {
    --bs-gutter-x: 100px;
}

@media (max-width: 1399.98px) {
    .features-component .cta-action .btn {
        --bs-btn-padding-x: 1.5rem;
    }
}

@media (max-width: 1399.98px) {
    .features-component .section-header .title {
        font-size: 2rem;
    }
}

@media (max-width: 575.98px) {
    .features-block {
        margin-top: 30px;
    }
}

.features-block h3 {
    font-size: 30px;
    color: #6423C9;
    font-weight: 700;
    margin-bottom: 50px;
}

.features-block .pre-title {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 5rem;
}

.features-block h4 {
    font-size: 1.875rem;
    font-weight: bold;
}

@media (max-width: 1399.98px) {
    .features-block h4 {
        font-size: 1.5rem;
    }
}

.features-block .lead {
    margin-top: 20px;
    margin-bottom: 56px;
}

.features-block .feature {
    font-size: 1.25rem;
    line-height: 40px;
    border-top: 1px solid #E8E8E8;
    padding-top: 20px;
    margin-bottom: 60px;
    position: relative;
}

.features-block .feature::before {
    content: "";
    width: 80px;
    height: 3px;
    background-color: #6423C9;
    position: absolute;
    top: 1px;
    left: 0;
}

.top-offset-component {
    margin-top: -6em;
}

body.page-header-from-top .slider-showcase-component-section {
    padding-top: 190px !important;
    margin-top: -190px;
    text-align: left;
}
/*# sourceMappingURL=style.css.map */
