.w-block {
    display: block;
}

.w-clearfix:before,
.w-clearfix:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-clearfix:after {
    clear: both;
}

.w-hidden {
    display: none;
}

.w-button {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
}

.w-webflow-badge,
.w-webflow-badge * {
    z-index: auto;
    visibility: visible;
    box-sizing: border-box;
    float: none;
    clear: none;
    box-shadow: none;
    opacity: 1;
    direction: ltr;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
    text-indent: 0;
    text-transform: inherit;
    text-shadow: none;
    font-smoothing: auto;
    vertical-align: baseline;
    cursor: inherit;
    white-space: inherit;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    background: none;
    border: 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    width: auto;
    min-width: 0;
    max-width: none;
    height: auto;
    min-height: 0;
    max-height: none;
    margin: 0;
    padding: 0;
    list-style-type: disc;
    transition: none;
    display: block;
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    overflow: visible;
    transform: none;
}

.w-webflow-badge {
    white-space: nowrap;
    cursor: pointer;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
    visibility: visible !important;
    z-index: 2147483647 !important;
    color: #aaadb0 !important;
    opacity: 1 !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 6px !important;
    font-size: 12px !important;
    line-height: 14px !important;
    text-decoration: none !important;
    display: inline-block !important;
    position: fixed !important;
    top: auto !important;
    bottom: 12px !important;
    left: auto !important;
    right: 12px !important;
    overflow: visible !important;
    transform: none !important;
}

.w-webflow-badge > img {
    visibility: visible !important;
    opacity: 1 !important;
    vertical-align: middle !important;
    display: inline-block !important;
}

.w-list-unstyled {
    padding-left: 0;
    list-style: none;
}

.w-embed:before,
.w-embed:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-embed:after {
    clear: both;
}

.w-video {
    width: 100%;
    padding: 0;
    position: relative;
}

.w-video iframe,
.w-video object,
.w-video embed {
    border: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.w-form {
    margin: 0 0 15px;
}

.w-form-done {
    text-align: center;
    background-color: #ddd;
    padding: 20px;
    display: none;
}

.w-form-fail {
    background-color: #ffdede;
    margin-top: 10px;
    padding: 10px;
    display: none;
}

.w-input,
.w-select {
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    height: 38px;
    margin-bottom: 5px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    display: block;
}

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
    color: #999;
}

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
    color: #999;
}

.w-input:focus,
.w-select:focus {
    border-color: #3898ec;
    outline: 0;
}

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
    cursor: not-allowed;
}

.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
    background-color: #eee;
}

textarea.w-input,
textarea.w-select {
    height: auto;
}

.w-select {
    background-color: #f3f3f3;
}

.w-select[multiple] {
    height: auto;
}

.w-form-label {
    cursor: pointer;
    margin-bottom: 0;
    font-weight: normal;
    display: inline-block;
}

.w-radio {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block;
}

.w-radio:before,
.w-radio:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-radio:after {
    clear: both;
}

.w-radio-input {
    float: left;
    margin: 3px 0 0 -20px;
    line-height: normal;
}

.w-file-upload {
    margin-bottom: 10px;
    display: block;
}

.w-file-upload-input {
    opacity: 0;
    z-index: -100;
    width: 0.1px;
    height: 0.1px;
    position: absolute;
    overflow: hidden;
}

.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
    color: #333;
    display: inline-block;
}

.w-file-upload-error {
    margin-top: 10px;
    display: block;
}

.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
    display: none;
}

.w-file-upload-uploading-btn {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: normal;
    display: flex;
}

.w-file-upload-file {
    background-color: #fafafa;
    border: 1px solid #ccc;
    flex-grow: 1;
    justify-content: space-between;
    margin: 0;
    padding: 8px 9px 8px 11px;
    display: flex;
}

.w-file-upload-file-name {
    font-size: 14px;
    font-weight: normal;
    display: block;
}

.w-file-remove-link {
    cursor: pointer;
    width: auto;
    height: auto;
    margin-top: 3px;
    margin-left: 10px;
    padding: 3px;
    display: block;
}

.w-icon-file-upload-remove {
    margin: auto;
    font-size: 10px;
}

.w-file-upload-error-msg {
    color: #ea384c;
    padding: 2px 0;
    display: inline-block;
}

.w-file-upload-info {
    padding: 0 12px;
    line-height: 38px;
    display: inline-block;
}

.w-file-upload-label {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
}

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
    width: 20px;
    margin-right: 8px;
    display: inline-block;
}

.w-icon-file-upload-uploading {
    height: 20px;
}

.w-row:before,
.w-row:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-row:after {
    clear: both;
}

.w-row .w-row {
    margin-left: 0;
    margin-right: 0;
}

.w-col {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.w-col .w-col {
    padding-left: 0;
    padding-right: 0;
}

.w-col-1 {
    width: 8.33333%;
}

.w-col-2 {
    width: 16.6667%;
}

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

.w-col-4 {
    width: 33.3333%;
}

.w-col-5 {
    width: 41.6667%;
}

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

.w-col-7 {
    width: 58.3333%;
}

.w-col-8 {
    width: 66.6667%;
}

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

.w-col-10 {
    width: 83.3333%;
}

.w-col-11 {
    width: 91.6667%;
}

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

.w-hidden-main {
    display: none !important;
}

@media screen and (max-width: 991px) {
    .w-container {
        max-width: 728px;
    }

    .w-hidden-main {
        display: inherit !important;
    }

    .w-hidden-medium {
        display: none !important;
    }

    .w-col-medium-1 {
        width: 8.33333%;
    }

    .w-col-medium-2 {
        width: 16.6667%;
    }

    .w-col-medium-3 {
        width: 25%;
    }

    .w-col-medium-4 {
        width: 33.3333%;
    }

    .w-col-medium-5 {
        width: 41.6667%;
    }

    .w-col-medium-6 {
        width: 50%;
    }

    .w-col-medium-7 {
        width: 58.3333%;
    }

    .w-col-medium-8 {
        width: 66.6667%;
    }

    .w-col-medium-9 {
        width: 75%;
    }

    .w-col-medium-10 {
        width: 83.3333%;
    }

    .w-col-medium-11 {
        width: 91.6667%;
    }

    .w-col-medium-12 {
        width: 100%;
    }

    .w-col-stack {
        width: 100%;
        left: auto;
        right: auto;
    }
}

@media screen and (max-width: 767px) {
    .w-hidden-main,
    .w-hidden-medium {
        display: inherit !important;
    }

    .w-hidden-small {
        display: none !important;
    }

    .w-row,
    .w-container .w-row {
        margin-left: 0;
        margin-right: 0;
    }

    .w-col {
        width: 100%;
        left: auto;
        right: auto;
    }

    .w-col-small-1 {
        width: 8.33333%;
    }

    .w-col-small-2 {
        width: 16.6667%;
    }

    .w-col-small-3 {
        width: 25%;
    }

    .w-col-small-4 {
        width: 33.3333%;
    }

    .w-col-small-5 {
        width: 41.6667%;
    }

    .w-col-small-6 {
        width: 50%;
    }

    .w-col-small-7 {
        width: 58.3333%;
    }

    .w-col-small-8 {
        width: 66.6667%;
    }

    .w-col-small-9 {
        width: 75%;
    }

    .w-col-small-10 {
        width: 83.3333%;
    }

    .w-col-small-11 {
        width: 91.6667%;
    }

    .w-col-small-12 {
        width: 100%;
    }
}

@media screen and (max-width: 479px) {
    .w-container {
        max-width: none;
    }

    .w-hidden-main,
    .w-hidden-medium,
    .w-hidden-small {
        display: inherit !important;
    }

    .w-hidden-tiny {
        display: none !important;
    }

    .w-col {
        width: 100%;
    }

    .w-col-tiny-1 {
        width: 8.33333%;
    }

    .w-col-tiny-2 {
        width: 16.6667%;
    }

    .w-col-tiny-3 {
        width: 25%;
    }

    .w-col-tiny-4 {
        width: 33.3333%;
    }

    .w-col-tiny-5 {
        width: 41.6667%;
    }

    .w-col-tiny-6 {
        width: 50%;
    }

    .w-col-tiny-7 {
        width: 58.3333%;
    }

    .w-col-tiny-8 {
        width: 66.6667%;
    }

    .w-col-tiny-9 {
        width: 75%;
    }

    .w-col-tiny-10 {
        width: 83.3333%;
    }

    .w-col-tiny-11 {
        width: 91.6667%;
    }

    .w-col-tiny-12 {
        width: 100%;
    }
}

.w-widget {
    position: relative;
}

.w-widget-map {
    width: 100%;
    height: 400px;
}

.w-widget-map label {
    width: auto;
    display: inline;
}

.w-widget-map img {
    max-width: inherit;
}

.w-widget-map .gm-style-iw {
    text-align: center;
}

.w-widget-map .gm-style-iw > button {
    display: none !important;
}

.w-widget-twitter {
    overflow: hidden;
}

.w-widget-twitter-count-shim {
    vertical-align: top;
    text-align: center;
    background: #fff;
    border: 1px solid #758696;
    border-radius: 3px;
    width: 28px;
    height: 20px;
    display: inline-block;
    position: relative;
}

.w-widget-twitter-count-shim * {
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
    text-align: center;
    color: #999;
    font-family: serif;
    font-size: 15px;
    line-height: 12px;
    position: relative;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
    display: block;
    position: relative;
}

.w-widget-twitter-count-shim.w--large {
    width: 36px;
    height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
    margin-left: 5px;
    margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
    margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
    content: " ";
    pointer-events: none;
    border: solid rgba(0, 0, 0, 0);
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 0;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
    border-width: 4px;
    border-color: rgba(117, 134, 150, 0) #5d6c7b rgba(117, 134, 150, 0)
        rgba(117, 134, 150, 0);
    margin-top: -4px;
    margin-left: -9px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
    border-width: 5px;
    margin-top: -5px;
    margin-left: -10px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
    border-width: 4px;
    border-color: rgba(255, 255, 255, 0) #fff rgba(255, 255, 255, 0)
        rgba(255, 255, 255, 0);
    margin-top: -4px;
    margin-left: -8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
    border-width: 5px;
    margin-top: -5px;
    margin-left: -9px;
}

.w-widget-twitter-count-shim.w--vertical {
    width: 61px;
    height: 33px;
    margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
    content: " ";
    pointer-events: none;
    border: solid rgba(0, 0, 0, 0);
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
}

.w-widget-twitter-count-shim.w--vertical:before {
    border-width: 5px;
    border-color: #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
    margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
    border-width: 4px;
    border-color: #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
    width: 76px;
}

/* .w-background-video {
    color: #fff;
    height: 500px;
    position: relative;
    overflow: hidden;
} */

.w-background-video > video {
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none !important;
}

.w-background-video--control {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    position: absolute;
    bottom: 1em;
    right: 1em;
}

.w-background-video--control > [hidden] {
    display: none !important;
}

.w-icon-slider-left,
.w-icon-slider-right {
    width: 1em;
    height: 1em;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.w-slider-aria-label {
    clip: rect(0 0 0 0);
    border: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
}

.w-slider-force-show {
    display: block !important;
}

.w-icon-dropdown-toggle {
    width: 1em;
    height: 1em;
    margin: auto 20px auto auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

@media screen and (max-width: 767px) {
    .w-nav-brand {
        padding-left: 10px;
    }
}

.w-lightbox-backdrop {
    cursor: auto;
    letter-spacing: normal;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    color: #fff;
    text-align: center;
    z-index: 2000;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-tap-highlight-color: transparent;
    background: rgba(0, 0, 0, 0.9);
    outline: 0;
    font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana,
        sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    list-style: disc;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate(0);
}

.w-lightbox-backdrop,
.w-lightbox-container {
    -webkit-overflow-scrolling: touch;
    height: 100%;
    overflow: auto;
}

.w-lightbox-content {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.w-lightbox-view {
    opacity: 0;
    width: 100vw;
    height: 100vh;
    position: absolute;
}

.w-lightbox-view:before {
    content: "";
    height: 100vh;
}

.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
    height: 86vh;
}

.w-lightbox-frame,
.w-lightbox-view:before {
    vertical-align: middle;
    display: inline-block;
}

.w-lightbox-figure {
    margin: 0;
    position: relative;
}

.w-lightbox-group .w-lightbox-figure {
    cursor: pointer;
}

.w-lightbox-img {
    width: auto;
    max-width: none;
    height: auto;
}

.w-lightbox-image {
    float: none;
    max-width: 100vw;
    max-height: 100vh;
    display: block;
}

.w-lightbox-group .w-lightbox-image {
    max-height: 86vh;
}

.w-lightbox-caption {
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.4);
    padding: 0.5em 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.w-lightbox-embed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.w-lightbox-control {
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    width: 4em;
    transition: all 0.3s;
    position: absolute;
    top: 0;
}

.w-lightbox-left {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
    display: none;
    bottom: 0;
    left: 0;
}

.w-lightbox-right {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
    display: none;
    bottom: 0;
    right: 0;
}

.w-lightbox-close {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px;
    height: 2.6em;
    right: 0;
}

.w-lightbox-strip {
    white-space: nowrap;
    padding: 0 1vh;
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: auto;
    overflow-y: hidden;
}

.w-lightbox-item {
    box-sizing: content-box;
    cursor: pointer;
    width: 10vh;
    padding: 2vh 1vh;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
}

.w-lightbox-active {
    opacity: 0.3;
}

.w-lightbox-thumbnail {
    background: #222;
    height: 10vh;
    position: relative;
    overflow: hidden;
}

.w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
    height: 100%;
    left: 50%;
    transform: translate(-50%);
}

.w-lightbox-spinner {
    box-sizing: border-box;
    border: 5px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    animation: 0.8s linear infinite spin;
    position: absolute;
    top: 50%;
    left: 50%;
}

.w-lightbox-spinner:after {
    content: "";
    border: 3px solid rgba(0, 0, 0, 0);
    border-bottom-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
}

.w-lightbox-hide {
    display: none;
}

.w-lightbox-noscroll {
    overflow: hidden;
}

@media (min-width: 768px) {
    .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh;
    }

    .w-lightbox-view,
    .w-lightbox-view:before {
        height: 96vh;
    }

    .w-lightbox-group,
    .w-lightbox-group .w-lightbox-view,
    .w-lightbox-group .w-lightbox-view:before {
        height: 84vh;
    }

    .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh;
    }

    .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh;
    }

    .w-lightbox-left,
    .w-lightbox-right {
        opacity: 0.5;
        display: block;
    }

    .w-lightbox-close {
        opacity: 0.8;
    }

    .w-lightbox-control:hover {
        opacity: 1;
    }
}

.w-lightbox-inactive,
.w-lightbox-inactive:hover {
    opacity: 0;
}

.w-richtext:before,
.w-richtext:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-richtext:after {
    clear: both;
}

.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
    white-space: initial;
}

.w-richtext ol,
.w-richtext ul {
    overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after,
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
    outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.w-richtext figure {
    max-width: 60%;
    position: relative;
}

.w-richtext figure > div:before {
    cursor: default !important;
}

.w-richtext figure img {
    width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
    opacity: 0.6;
}

.w-richtext figure div {
    color: rgba(0, 0, 0, 0);
    font-size: 0;
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
    display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
    display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
    caption-side: bottom;
    display: table-caption;
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
    width: 60%;
    height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
    width: 100%;
}

.w-richtext figure.w-richtext-align-center {
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
    max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
    clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
    text-align: center;
    clear: both;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
    padding-bottom: inherit;
    display: inline-block;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
    display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
    float: left;
    clear: none;
    margin-right: 15px;
}

.w-richtext figure.w-richtext-align-floatright {
    float: right;
    clear: none;
    margin-left: 15px;
}

/* .w-nav {
    z-index: 1000;
    background: #ddd;
    position: relative;
} */

.w-nav:before,
.w-nav:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-nav:after {
    clear: both;
}

.w-nav-brand {
    float: left;
    color: #333;
    text-decoration: none;
    position: relative;
}

.w-nav-link {
    vertical-align: top;
    color: #222;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.w-nav-link.w--current {
    color: #0082f3;
}

.w-nav-menu {
    float: right;
    position: relative;
}

[data-nav-menu-open] {
    text-align: center;
    /* background: #c8c8c8; */
    min-width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: visible;
    display: block !important;
}

.w--nav-link-open {
    display: block;
    position: relative;
}

.w-nav-overlay {
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
}

.w-nav-overlay [data-nav-menu-open] {
    top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
    width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    right: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
    width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    left: auto;
}

.w-nav-button {
    float: right;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 18px;
    font-size: 24px;
    display: none;
    position: relative;
}

.w-nav-button:focus {
    outline: 0;
}

.w-nav-button.w--open {
    color: #fff;
    background-color: #c8c8c8;
}

.w-nav[data-collapse="all"] .w-nav-menu {
    display: none;
}

.w-nav[data-collapse="all"] .w-nav-button,
.w--nav-dropdown-open,
.w--nav-dropdown-toggle-open {
    display: block;
}

.w--nav-dropdown-list-open {
    position: static;
}

@media screen and (max-width: 991px) {
    .w-nav[data-collapse="medium"] .w-nav-menu {
        display: none;
    }

    .w-nav[data-collapse="medium"] .w-nav-button {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .w-nav[data-collapse="small"] .w-nav-menu {
        display: none;
    }

    .w-nav[data-collapse="small"] .w-nav-button {
        display: block;
    }

    .w-nav-brand {
        padding-left: 10px;
    }
}

@media screen and (max-width: 479px) {
    .w-nav[data-collapse="tiny"] .w-nav-menu {
        display: none;
    }

    .w-nav[data-collapse="tiny"] .w-nav-button {
        display: block;
    }
}

.w-tabs {
    position: relative;
}

.w-tabs:before,
.w-tabs:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-tabs:after {
    clear: both;
}

.w-tab-menu {
    position: relative;
}

.w-tab-link {
    vertical-align: top;
    text-align: left;
    cursor: pointer;
    color: #222;
    background-color: #ddd;
    padding: 9px 30px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.w-tab-link.w--current {
    background-color: #c8c8c8;
}

.w-tab-link:focus {
    outline: 0;
}

.w-tab-content {
    display: block;
    position: relative;
    overflow: hidden;
}

.w-tab-pane {
    display: none;
    position: relative;
}

.w--tab-active {
    display: block;
}

@media screen and (max-width: 479px) {
    .w-tab-link {
        display: block;
    }
}

.w-ix-emptyfix:after {
    content: "";
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.w-dyn-empty {
    background-color: #ddd;
    padding: 10px;
}

.w-dyn-hide,
.w-dyn-bind-empty,
.w-condition-invisible {
    display: none !important;
}

.wf-layout-layout {
    display: grid;
}

.w-code-component > * {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

:root {
    --color--secondary-color: #111;
    --color--primary-color: #7147e9;
    --white: white;
    --color--bg-color-03: #d7f3fe;
    --color--bg-color-05: #fee5cd;
    --color--bg-color-04: #f5daf6;
    --color--bg-color-01: #f8e3f8;
    --color--bg-color-02: #f1edfd;
    --color--bg-color-06: #b8f6b7;
    --section-gap--large: 80px;
    --section-gap--medium: 60px;
    --section-gap--small: 40px;
    --section-gap--extra-large: 140px;
    --section-gap--120px: 120px;
    --black: black;
}

.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.w-layout-layout {
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-auto-columns: 1fr;
    justify-content: center;
    padding: 20px;
}

.w-layout-cell {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.w-pagination-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
}

.w-pagination-previous {
    color: #333;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 9px 20px;
    font-size: 14px;
    display: block;
}

.w-pagination-previous-icon {
    margin-right: 4px;
}

.w-pagination-next {
    color: #333;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 9px 20px;
    font-size: 14px;
    display: block;
}

.w-checkbox {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block;
}

.w-checkbox:before {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-checkbox:after {
    content: " ";
    clear: both;
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-checkbox-input {
    float: left;
    margin: 4px 0 0 -20px;
    line-height: normal;
}

.w-checkbox-input--inputType-custom {
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 12px;
    height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
    .w-layout-blockcontainer {
        max-width: 728px;
    }
}

@media screen and (max-width: 767px) {
    .w-layout-blockcontainer {
        max-width: none;
    }
}

.primary-button {
    color: var(--white);
    margin-bottom: 5px;
    font-size: 18px;
    text-decoration: none;
    position: relative;
}

.primary-button-text-wrapper {
    z-index: 2;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--color--primary-color);
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    padding: 13px 20px;
    display: flex;
    position: relative;
}

.primary-button-shadow-block {
    border: 1px solid var(--color--secondary-color);
    background-color: var(--white);
    border-radius: 5px;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -4px;
    right: -4px;
}

.typography-wrapper {
    grid-row-gap: 70px;
    flex-direction: column;
    padding-top: 70px;
    display: flex;
}

.color-block {
    border-bottom: 1px solid var(--color--secondary-color);
    min-height: 100px;
}

.color-block.bg-color-03 {
    background-color: var(--color--bg-color-03);
}

.color-block.primrary-color {
    background-color: var(--color--primary-color);
}

.color-block.bg-color-05 {
    background-color: var(--color--bg-color-05);
}

.color-block.bg-color-04 {
    background-color: var(--color--bg-color-04);
}

.color-block.bg-color-01 {
    background-color: var(--color--bg-color-01);
}

.color-block.bg-color-02 {
    background-color: var(--color--bg-color-02);
}

.color-block.secondary-color {
    background-color: var(--color--secondary-color);
}

.color-block.bg-color-06 {
    background-color: var(--color--bg-color-06);
}

.style-gulde-link-wrapper {
    border: 1px solid var(--color--secondary-color);
    border-radius: 11px;
    position: -webkit-sticky;
    position: sticky;
    top: 220px;
    overflow: hidden;
}

.style-guide-heading {
    color: #fff;
    text-align: center;
}

.style-guide-button-wrapper {
    grid-row-gap: 70px;
    flex-direction: column;
    padding-top: 70px;
    display: flex;
}

.color-heading {
    font-weight: 400;
}

.color-wrapper {
    grid-row-gap: 70px;
    flex-direction: column;
    display: flex;
}

.color-code {
    text-transform: uppercase;
}

.main-container {
    max-width: 960px;
    padding-left: 15px;
    padding-right: 15px;
}

.style-guide-button-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.style-guide-typography-wrapper {
    grid-row-gap: 60px;
    flex-direction: column;
    display: flex;
}

.style-guide-heading-wrapper {
    background-color: var(--color--primary-color);
    padding-top: 20px;
    padding-bottom: 20px;
}

.style-guide-color-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.style-guide-short-info {
    color: var(--color--primary-color);
    margin-top: 30px;
    font-size: 16px;
}

.style-guide-link {
    color: var(--color--secondary-color);
    padding: 10px 20px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    display: block;
}

.style-guide-link:hover {
    background-color: var(--color--primary-color);
    color: var(--white);
}

.style-guide-link.w--current {
    background-color: var(--color--primary-color);
    color: #fff;
}

.style-guide-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 0.25fr 0.75fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.color-details-block {
    padding: 5px 10px;
}

.color-card {
    border: 1px solid var(--color--secondary-color);
}

.style-guide-content-wrapper {
    flex-direction: column;
    display: flex;
}

.style-guide-icon-wrapper {
    grid-row-gap: 70px;
    flex-direction: column;
    padding-top: 70px;
    display: flex;
}

.primary-button-icon {
    justify-content: center;
    align-items: center;
    margin-top: 3px;
    display: flex;
}

.footer-link-wrapper {
    grid-row-gap: 17px;
    flex-direction: column;
    margin-top: 28px;
    display: flex;
}

.footer-link {
    color: var(--color--secondary-color);
    font-size: 18px;
    text-decoration: none;
    transition: color 0.3s;
    display: inline-block;
}

.footer-link:hover,
.footer-link.w--current {
    color: var(--color--primary-color);
}

.footer-column {
    flex: none;
}

.footer-upper-content-wrapper {
    padding-top: var(--section-gap--large);
    padding-bottom: var(--section-gap--medium);
}

.footer-main-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
    display: flex;
}

.footer-paragraph {
    margin-top: 35px;
    margin-bottom: 35px;
    font-size: 18px;
}

.footer-about-column {
    max-width: 310px;
}

.footer-email {
    margin-bottom: 15px;
    font-size: 18px;
}

.social-link-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: center;
    display: flex;
}

.social-link-block {
    border: 1px solid var(--color--secondary-color);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    transition: border-color 0.3s, background-color 0.3s;
    display: flex;
    position: relative;
}

.social-link-block:hover {
    border-color: var(--color--primary-color);
    background-color: var(--color--primary-color);
}

.social-hover-icon {
    position: absolute;
}

.footer-copyright-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-top: 1px solid var(--color--secondary-color);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
}

.footer-copyright-text {
    text-align: center;
    font-size: 18px;
}

.footer-copyright-link {
    color: var(--color--secondary-color);
    font-family: Lexend Semi Bold, sans-serif;
    font-weight: 600;
    text-decoration: underline;
    transition: color 0.3s;
}

.footer-copyright-link:hover {
    color: var(--color--primary-color);
}

.navbar {
    z-index: 999;
    background-color: var(--white);
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    position: fixed;
    top: 0;
}

.navbar.preview-landing {
    background-color: rgba(0, 0, 0, 0);
    border: 1px #000;
}

.nav-menu-main-wrapper {
    z-index: 5;
    background-color: rgba(0, 0, 0, 0);
    padding-top: 25px;
    padding-bottom: 25px;
}

.navbar-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.nav-menu-wrapper {
    flex: 1;
    justify-content: space-between;
}

.nav-menu-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    display: flex;
}

.nav-link {
    color: var(--color--secondary-color);
    letter-spacing: 0.25px;
    font-size: 18px;
    line-height: 1.66;
    text-decoration: none;
    transition: color 0.3s;
    display: inline-block;
}

.nav-link:hover {
    color: var(--color--primary-color);
}

.nav-link:focus-visible {
    color: var(--color--primary-color);
}

.nav-link[data-wf-focus-visible],
.nav-link.w--current {
    color: var(--color--primary-color);
}

.nav-dropdown {
    display: block;
}

.nav-dropdown-toggle {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    letter-spacing: 0.25px;
    align-items: center;
    padding: 0;
    font-size: 18px;
    line-height: 1.66;
    transition: color 0.3s;
    display: flex;
}

.nav-dropdown-toggle:hover {
    color: var(--color--primary-color);
}

.nav-dropdown-toggle:focus-visible {
    color: var(--color--primary-color);
    border-radius: 5px;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
    color: var(--color--primary-color);
    border-radius: 5px;
}

.nav-dropdown-icon {
    justify-content: center;
    align-items: center;
    display: flex;
}

.nav-dropdown-list {
    background-color: rgba(0, 0, 0, 0);
    min-width: 180px;
}

.nav-dropdown-list.mega-menu {
    min-width: 650px;
    left: -320px;
}

.nav-dropdown-flex {
    border: 1px solid var(--color--primary-color);
    background-color: var(--white);
    border-radius: 16px;
    justify-content: space-between;
    margin-top: 20px;
    padding: 30px 40px;
    display: flex;
    box-shadow: 0 4px 16px rgba(113, 71, 233, 0.2);
}

.nav-dropdown-column {
    flex: none;
}

.nav-heading {
    color: var(--color--secondary-color);
    margin-bottom: 16px;
    font-family: Lexend Semi Bold, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}

.nav-heading.margin-top {
    margin-top: 16px;
}

.nav-dropdown-link-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: var(--color--secondary-color);
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 1.33;
    text-decoration: none;
    display: flex;
}

.nav-dropdown-link-block.w--current {
    color: var(--color--primary-color);
}

.nav-circle-shape {
    background-color: var(--color--primary-color);
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.mega-menu-link-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
}

.nav-menu-list-wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.secondary-button {
    border: 1px solid var(--color--secondary-color);
    background-color: var(--white);
    color: var(--color--secondary-color);
    border-radius: 5px;
    padding: 13px 26px;
    font-size: 18px;
    line-height: 1.66;
    transition: border-color 0.3s, color 0.3s ease-in-out,
        background-color 0.3s ease-in-out;
}

.secondary-button:hover {
    border-color: var(--color--primary-color);
    background-color: var(--color--primary-color);
    color: var(--white);
}

.nav-dropdown-link-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border: 1px solid var(--color--primary-color);
    background-color: var(--white);
    border-radius: 5px;
    flex-direction: column;
    margin-top: 20px;
    padding: 20px 30px;
    display: flex;
    box-shadow: 0 4px 16px rgba(113, 71, 233, 0.2);
}

.page-intro-section {
    padding-top: 200px;
    padding-bottom: 90px;
}

.page-intro-wrapper {
    flex-direction: column;
    align-items: center;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
}

.page-intro-heading-wrapper.pricing-heading-block {
    max-width: 500px;
}

.page-intro-heading-wrapper.contact-heading-block {
    max-width: 650px;
}

.page-intro-heading-wrapper.our-team-heading-block {
    max-width: 620px;
}

.page-intro-heading-wrapper.career-intro-heading-block {
    max-width: 500px;
}

.page-intro-heading-wrapper.integration-intro-heading-block {
    max-width: 700px;
}

.page-intro-paragraph-wrapper {
    max-width: 500px;
}

.page-intro-paragraph-wrapper.template-info {
    max-width: 550px;
}

.page-intro-paragraph-wrapper.our-team-paragraph-block {
    max-width: 520px;
}

.page-intro-paragraph-wrapper.career-intro-paragraph-block {
    max-width: 550px;
}

.page-intro-paragraph-wrapper.integration-intro-paragraph-block {
    max-width: 520px;
}

.page-intro-paragraph-wrapper.blog-author-intro-pargraph {
    max-width: 600px;
}

.page-intro-paragraph-wrapper.legal-page-intro-paragraph {
    max-width: 500px;
}

.page-intro-heading {
    text-align: center;
    font-size: 44px;
    line-height: 1.25;
}

.page-intro-paragraph {
    text-align: center;
    margin-top: 20px;
}

.page-intro-upper-shape {
    position: absolute;
    top: 50px;
    left: 0;
}

.page-intro-lower-shape {
    position: absolute;
    bottom: 0;
    right: 0;
}

.nav-menu-shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.license-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: var(--color--bg-color-01);
    border-radius: 5px;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
    display: flex;
}

.license-content-wrapper.bg-color-two {
    background-color: var(--color--bg-color-03);
}

.license-content-wrapper.bg-color-three {
    background-color: var(--color--bg-color-05);
}

.license-content-wrapper.bg-color-four {
    background-color: var(--color--bg-color-06);
}

.license-paragraph {
    color: #000;
    text-align: left;
    font-size: 16px;
    line-height: 1.625;
}

.license-heading {
    margin-top: 0;
}

.small-container {
    max-width: 960px;
}

.license-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}

.text-link {
    color: var(--color--secondary-color);
    font-family: Lexend Semi Bold, sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s;
}

.text-link:hover {
    color: var(--color--primary-color);
}

.changelog-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: var(--color--bg-color-02);
    border-radius: 11px;
    flex-direction: column;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px;
    display: flex;
}

.changelog-heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

.realeased-date-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.initial-release {
    background-color: var(--color--primary-color);
    color: #fff;
    border-radius: 5px;
    padding: 13px;
    display: inline-block;
}

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

.hero-section {
    padding-top: 200px;
    padding-bottom: 100px;
    overflow: hidden;
}

.hero-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    justify-items: stretch;
    display: grid;
}

.hero-content-wrapper {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    flex-direction: column;
    display: flex;
}

.hero-heading-wrapper {
    position: relative;
}

.heading-shape {
    background-image: url("https://assets-global.website-files.com/65dd9f1fc1354b976d7c7cea/65f118052b2ca670ab2494ec_heading-shape-small.svg");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
}

.home-hero-paragraph {
    margin-top: 30px;
}

.home-hero-paragraph.margin-right {
    margin-right: 40px;
}

.button-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
}

.hero-rating-block {
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
    display: flex;
}

.star-review-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    align-items: center;
    display: flex;
}

.hero-image-grid {
    z-index: 2;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1.1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: relative;
}

.hero-image {
    border: 1px solid var(--color--secondary-color);
    box-shadow: 0 30px 60px 0 rgba(198, 181, 246, 0.25),
        5px 5px 0 0 var(--color--secondary-color);
    border-radius: 10px;
}

.hero-grid-image-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
    display: flex;
}

.hero-grid-image-block.margin-top {
    margin-top: 40px;
}

.hero-image-grid-wrapper {
    max-width: 625px;
    position: relative;
}

.hero-grid-image-shape-block {
    position: relative;
}

.hero-grid-image-circle-shape {
    background-color: var(--color--bg-color-05);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -5px;
    left: 85px;
}

.hero-grid-image-star-shape {
    z-index: 3;
    position: absolute;
    bottom: 22px;
    right: -12px;
}

.image-grid-image-shape-wrapper {
    width: 296px;
    position: absolute;
    top: -60px;
    left: 60px;
}

.company-logo-section {
    padding-top: var(--section-gap--small);
    padding-bottom: var(--section-gap--small);
    border-top: 1px solid var(--color--secondary-color);
    border-bottom: 1px solid var(--color--secondary-color);
    background-color: var(--color--bg-color-01);
}

.logo-main-wrapper {
    grid-column-gap: 108px;
    align-items: center;
    margin-top: 35px;
    display: flex;
    overflow: hidden;
}

.logo-animation-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex: none;
    align-items: center;
    display: flex;
}

.company-logo-block {
    flex-direction: column;
    flex: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
}

.company-logo {
    display: block;
}

.company-logo-heading {
    text-align: center;
    font-family: Lexend Bold, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
}

.hero-content-shape-image {
    width: 100px;
    position: absolute;
    top: 120px;
    right: -20px;
}

.unique-features-heading-block {
    grid-template-rows: auto;
    grid-auto-columns: 1fr;
    align-items: start;
    margin-bottom: 50px;
    display: grid;
    position: relative;
}

.section-heading-block.our-features-heading-block {
    max-width: 800px;
}

.section-heading-block.integration-heading-block {
    max-width: 700px;
}

.section-heading-block.featured-blog-heading-block {
    max-width: 850px;
}

.section-heading-block.saas-solution-heading-block {
    max-width: 850px;
}

.section-heading-block.out-team-heading-block {
    max-width: 620px;
}

.section-heading-block.pricing-heading-block {
    max-width: 520px;
}

.section-heading-block.faq-heading-block {
    max-width: 580px;
}

.section-short-details-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.section-short-details-block.our-features-short-details-block {
    max-width: 600px;
}

.section-short-details-block.benefits-short-details-block {
    position: relative;
}

.section-short-details-block.testimonial-short-details-block,
.section-short-details-block.integration-short-details-block,
.section-short-details-block.blog-section-short-details-block {
    max-width: 610px;
}

.section-short-details-block.saas-solution-short-details-block {
    max-width: 610px;
}

.section-short-details-block.our-team-short-details-block {
    max-width: 520px;
}

.section-short-details-block.pricing-short-details-block {
    max-width: 510px;
}

.section-short-details-block.faq-paragraph-block {
    max-width: 600px;
}

.unique-feature-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
}

.unique-feature-image-wrapper {
    max-width: 676px;
    position: relative;
}

.image-animation-wrapper {
    background-color: var(--color--bg-color-02);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.animation-image {
    border-radius: 10px;
    width: 100%;
}

.image-overlay {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.image-overlay-segment {
    background-color: #26333A;
}

.unique-feature-shape-image {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.unique-feature-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    display: grid;
}

.unique-feature-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border: 1px solid var(--color--bg-color-02);
    border-radius: 10px;
    align-items: flex-start;
    padding: 15px 20px;
    transition: box-shadow 0.3s ease-in-out,
        background-position 0.3s ease-in-out, transform 0.3s ease-in-out;
    display: flex;
}
.unique-feature-block:hover h3, .unique-feature-block:hover p{
    color: white;
    
}
.unique-feature-block svg{
    height: 30px;
}
.unique-feature-block svg path{
    fill: #000;
}
.unique-feature-block:hover svg path, .unique-feature-block:hover img{
    fill: white !important;
}
.unique-feature-block:hover {
    background-color: #25B3E3;
    box-shadow: 5px 5px 0 0 var(--color--secondary-color);
    transform: translate(-5px, -5px);
}

.our-feautures-section-with-bg {
    border-top: 1px solid var(--color--secondary-color);
    border-bottom: 1px solid var(--color--secondary-color);
    background-color: var(--color--bg-color-03);
}

.section-heading-wrapper-center {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    display: flex;
}

.section-heading-wrapper-center.position-relative {
    max-width: 1090px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.feature-item {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    border: 1px solid var(--color--secondary-color);
    background-color: var(--color--bg-color-06);
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
}

.feature-item:hover {
    box-shadow: 5px 5px 0 0 var(--color--secondary-color);
    transform: translate(-5px, -5px);
}

/* .feature-item.bg-color-two {
    background-color: var(--color--bg-color-04);
} */

/* .feature-item.bg-color-three {
    background-color: var(--color--bg-color-05);
} */

.feature-icon-wrapper {
    background-color: var(--white);
    box-shadow: 0 4px 16px 0 var(--color--bg-color-06);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 110px;
    display: flex;
}

.feature-icon-wrapper.box-shadow-two {
    box-shadow: 0 4px 16px 0 var(--color--bg-color-04);
}

.feature-icon-wrapper.box-shadow-three {
    box-shadow: 0 4px 16px 0 var(--color--bg-color-05);
}

.feature-heading {
    text-align: center;
    margin-bottom: 15px;
    font-family: Lexend Semi Bold, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
}

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

.feature-card-content-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.button-wrapper-center {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    display: flex;
}

.benefits-grid {
    grid-template-rows: auto;
    grid-auto-columns: 1fr;
    display: grid;
}

.section-heading-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
}

.section-heading-wrapper.testimonial-heading-wrapper {
    max-width: 550px;
}

.benefits-item {
    grid-column-gap: 30px;
    /* grid-row-gap: 30px; */
    border: 1px solid var(--color--secondary-color);
    box-shadow: 5px 5px 0 0 var(--color--secondary-color);
    border-radius: 10px;
    flex-direction: column;
    max-width: 546px;
    padding: 20px;
    display: flex;
}

.benefit-heading {
    text-align: center;
    margin-bottom: 15px;
    font-family: Lexend Semi Bold, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
}

.benefit-paragraph {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

.benefits-shape-image {
    position: absolute;
    bottom: 0;
    right: 0;
}

.testimonial-section {
    overflow: hidden;
}

.testimonial-slider {
    grid-row-gap: 50px;
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    height: auto;
    display: flex;
}

.hidden-slider-nav {
    display: none;
}

.testimonial-slider-mask {
    width: 100%;
    max-width: 420px;
    overflow: visible;
}

.testimonial-slider-item {
    margin-right: 30px;
}

.testimonial-card {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    background-color: var(--white);
    border: 1px solid #000;
    border-radius: 10px;
    flex-direction: column;
    padding: 40px 45px 40px 40px;
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
    display: flex;
}

.testimonial-card:hover {
    box-shadow: 5px 5px 0 0 var(--color--secondary-color);
    transform: translate(-5px, -5px);
}

.testimonial-content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
}

.testimony-person-wrapper {
    grid-column-gap: 15px;
    align-items: center;
    display: flex;
}

.testimony-person-image {
    border-radius: 50%;
}

.testimony-person-details {
    flex-direction: column;
    display: flex;
}

.testimony-person-name {
    color: #000;
    font-family: Lexend Medium, sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.testimony-person-designation {
    color: #878787;
    font-size: 16px;
}

.testimonial-slider-arrow {
    border: 2px solid var(--color--secondary-color);
    color: var(--color--secondary-color);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    margin: 0;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    display: flex;
}

.testimonial-slider-arrow:hover {
    border-color: var(--color--primary-color);
    background-color: var(--color--primary-color);
    color: var(--white);
}

.testimonial-slider-arrow.left-arrow {
    margin-left: auto;
    top: 40px;
    right: 78px;
}

.testimonial-slider-arrow.right-arrow {
    top: 40px;
    right: 0;
}

.testimonial-arrow-icon {
    justify-content: center;
    align-items: center;
    display: flex;
}

.testimonial-shape-image {
    width: 65px;
    position: absolute;
    top: 160px;
    right: 220px;
}

.newsletter-section {
    padding-top: var(--section-gap--medium);
    padding-bottom: var(--section-gap--medium);
    background-color: #e0ecde;
}

.newsletter-section.bg-color-two {
    background-color: var(--color--bg-color-01);
}

.newsletter-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
}

.input-field {
    border: 1px solid var(--color--secondary-color);
    background-color: var(--white);
    color: var(--color--secondary-color);
    border-radius: 5px;
    min-height: 56px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.input-field:focus {
    border-color: var(--color--secondary-color);
    box-shadow: 5px 5px 0 0 var(--color--secondary-color);
    transform: translate(-5px, -5px);
}

.input-field::placeholder {
    color: #a5a5a5;
}

.newsletter-form-block {
    margin-top: 45px;
    margin-bottom: 0;
}

.newsletter-form {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    align-items: center;
    display: flex;
}

.submit-button {
    background-color: var(--color--primary-color);
    border-radius: 5px;
    padding: 13px 20px;
    transition: background-color 0.3s;
}

.submit-button:hover {
    background-color: var(--color--secondary-color);
}

.newsletter-image-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    max-width: 540px;
    margin-bottom: 20px;
    display: flex;
    position: relative;
}

.newsletter-image {

    border-radius: 10px;
}

.newsletter-image.image-one {
    width: 100%;
}

.newsletter-image.image-two {
    width: 47%;
    position: absolute;
    top: -100px;
    right: 35px;
    transform: rotate(-19deg);
}

.newsletter-image.image-three {
    width: 40%;
    margin-top: -140px;
    margin-left: 180px;
    transform: rotate(10deg);
}

.about-company-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
}

.about-company-image-wrapper {
    max-width: 676px;
    position: relative;
}

.about-company-content-wrapper {
    position: relative;
}

.integration-section-with-bg {
    border-top: 1px solid var(--color--secondary-color);
    border-bottom: 1px solid var(--color--secondary-color);
    background-color: var(--color--bg-color-01);
}

.integration-animation-wrapper {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    align-items: center;
    display: flex;
}

.integration-animation-wrapper.lower {
    margin-top: 30px;
}

.integration-list-wrapper {
    flex: none;
}

.integration-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
}

.integration-grid-item {
    flex: none;
}

.cms-empty-state {
    color: #01001a;
    text-align: center;
    background-color: #f5f6fa;
    border: 1px solid #01001a;
    border-radius: 10px;
    font-size: 24px;
}

.integration-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border: 1px solid var(--color--secondary-color);
    background-color: var(--white);
    border-radius: 10px;
    align-items: center;
    max-width: 305px;
    padding: 20px 0px;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.integration-icon-wrapper {
    background-color: rgba(141, 108, 237, 0.1);
    border-radius: 5px;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 85px;
    height: 85px;
    display: flex;
}

.integration-card-heading {
    font-family: Lexend Semi Bold, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    transition: color 0.3s;
}

.integration-card-heading:hover {
    color: var(--color--primary-color);
}

.integration-summery {
    font-size: 16px;
}

.featured-blog-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-auto-columns: 1fr;
    display: grid;
}

.feature-blog-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border: 1px solid var(--color--secondary-color);
    border-radius: 10px;
    flex-direction: column;
    padding: 20px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    display: flex;
}

.feature-blog-card:hover {
    box-shadow: 5px 5px 0 0 var(--color--secondary-color);
    transform: translate(-5px, -5px);
}

.featured-blog-image-link {
    display: block;
}

.featured-blog-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
}

.blog-meta-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}

.blog-category-link {
    color: var(--color--secondary-color);
    border-radius: 100px;
    padding: 4px 14px;
    font-size: 16px;
    line-height: 1.66;
    text-decoration: none;
    display: inline-block;
}

.blog-date {
    font-size: 16px;
    line-height: 1.66;
}

.featured-blog-heading {
    font-family: Lexend Medium, sans-serif;
    font-weight: 500;
    transition: color 0.3s;
}

/* .featured-blog-heading:hover {
    color: var(--color--primary-color);
} */

.blog-name-link {
    text-decoration: none;
}

.section-heading-shape-wrapper {
    margin-top: -30px;
}

.section-heading-upper-shape {
    max-width: 80px;
    position: absolute;
    top: 40px;
    left: 0;
}

.section-heading-lower-shape {
    width: 65px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.saas-solution-item-container {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    display: flex;
}

.saas-solution-item {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
}

.saas-solution-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px solid var(--color--secondary-color);
    background-color: var(--white);
    border-radius: 10px;
    grid-template-rows: auto;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
    overflow: hidden;
}

.saas-solution-tab-menu {
    justify-content: space-between;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
}

.saas-solution-tab-link {
    background-color: rgba(0, 0, 0, 0);
    padding: 13px 15px;
}

.saas-solution-tab-link.w--current {
    color: var(--color--primary-color);
    background-color: rgba(0, 0, 0, 0);
}

.saas-solution-tab-content {
    margin-top: 60px;
    overflow: visible;
}

.saas-solution-heading {
    margin-bottom: 25px;
    font-size: 30px;
}
.saas-solution-paragraph {
    font-size: 18px;
}

.saas-solution-image-wrapper {
    background-color: var(--color--bg-color-03);
    padding-left: 30px;
    padding-right: 30px;
}

.saas-solution-image-wrapper.bg-color-two {
    background-color: var(--color--bg-color-04);
}

.saas-solution-image-wrapper.bg-color-three {
    background-color: var(--color--bg-color-05);
}

.saas-solution-image-block-one {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    max-width: 460px;
    margin-bottom: 70px;
    display: flex;
    position: relative;
}

.saas-solution-image {
    /* border: 1px solid var(--color--secondary-color); */
    /* box-shadow: 5px 5px 0 0 var(--color--secondary-color); */
    border-radius: 10px;
    position: relative;
}

.saas-solution-image.block-one-image-two {
    position: relative;
    left: 0px;
    height: 400px;
}

.saas-solution-image.block-one-image-one {
    position: absolute;
   top: 200px;
   left: 0px;
   height: 300px;
}

.saas-solution-image.block-two-grid-image-two {
    max-width: 205px;
}

.saas-solution-image.block-three-grid-image-two {
    margin-top: 60px;
}

.saas-solution-image-element-two {
    position: absolute;
    bottom: -50px;
    right: 0px;
    height: 80px !important;
}


.saas-solution-image-element-one {
    max-width: 200px;
    position: absolute;
    top: 50px;
    left: 0px;
}

.saas-solution-image-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
}

.saas-solution-image-block-two {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 480px;
    display: flex;
    position: relative;
}

.saas-slolution-image-grid-one {
    z-index: 2;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: center;
    display: grid;
    position: absolute;
    top: -75px;
    left: -10px;
    right: -10px;
}

.saas-solution-image-column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-end;
    display: flex;
}

.saas-solution-image-block-three {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 480px;
    margin-bottom: 40px;
    display: flex;
    position: relative;
}

.saas-slolution-image-grid-three {
    z-index: 2;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    justify-items: center;
    display: grid;
    position: absolute;
    bottom: -40px;
    left: -10px;
    right: -10px;
}

.newsletter-reverse-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
}

.hero-centerd-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: start;
    justify-items: center;
    display: grid;
    position: relative;
}

.hero-heading-wrapper-center {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
    position: relative;
}

.hero-content-wrapper-center {
    flex-direction: column;
    max-width: 885px;
    display: flex;
    position: relative;
}

.home-hero-heading-block {
    max-width: 750px;
}

.home-hero-paragraph-block {
    max-width: 550px;
}

.hero-large-image-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    display: flex;
    position: relative;
}

.home-hero-large-image {
    z-index: 2;
    border: 1px solid var(--color--secondary-color);
    box-shadow: 5px 5px 0 0 var(--color--secondary-color);
    border-radius: 15px;
    flex: none;
    width: 85%;
    position: relative;
}

.hero-image-element {
    border: 1px solid var(--black);
    box-shadow: 5px 5px 0 0 var(--color--secondary-color);
    border-radius: 10px;
}

.hero-image-element.image-element-one {
    width: 23%;
    position: absolute;
    top: -120px;
    left: 20px;
    transform: rotate(-15deg);
}

.hero-image-element.image-element-two {
    width: 20%;
    position: absolute;
    top: -100px;
    right: 20px;
    transform: rotate(15deg);
}

.hero-image-element.image-element-three {
    z-index: 3;
    width: 22%;
    position: absolute;
    bottom: 100px;
    left: 0;
}

.hero-image-element.image-element-four {
    z-index: 3;
    width: 24%;
    position: absolute;
    bottom: 50px;
    right: 0;
}

.hero-shape-image-one {
    width: 80px;
    position: absolute;
    bottom: 10px;
    left: 30px;
}

.hero-shape-image-two {
    width: 60px;
    position: absolute;
    bottom: 40px;
    right: 60px;
}

.about-company-shape-image {
    border: 1px solid var(--color--secondary-color);
    box-shadow: 5px 5px 0 0 var(--color--secondary-color);
    border-radius: 10px;
    position: absolute;
    bottom: 35px;
    left: -30px;
}

.about-hero-section {
    padding-top: 200px;
}

.about-hero-centerd-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: start;
    justify-items: center;
    display: grid;
    position: relative;
}

.about-content-wrapper-center {
    flex-direction: column;
    display: flex;
    position: relative;
}

.about-heading-wrapper-center {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
    position: relative;
}

.about-hero-heading-block {
    max-width: 1050px;
}

.about-paragraph-block {
    max-width: 680px;
}

.about-paragraph {
    margin-top: 30px;
}

.about-shape-image {
    position: absolute;
    bottom: -40px;
    right: 20px;
}

.about-image-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 870px;
    display: flex;
    position: relative;
}

.about-image-element {
    border: 1px solid var(--black);
    box-shadow: 5px 5px 0 0 var(--color--secondary-color);
    border-radius: 10px;
}

.about-image-element.image-element-one {
    z-index: 2;
    box-shadow: 0 30px 60px 0 rgba(198, 181, 246, 0.25),
        5px 5px 0 0 var(--color--secondary-color);
    width: 23%;
    position: absolute;
    top: -100px;
    left: -30px;
    transform: rotate(-15deg);
}

.about-image-element.image-element-two {
    z-index: 2;
    width: 20%;
    position: absolute;
    bottom: 0;
    right: -30px;
    transform: rotate(15deg);
}

.our-vision-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1.1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
}

.our-vision-content-wrapper {
    position: relative;
}

.our-vision-image-wrapper {
    max-width: 676px;
    position: relative;
}

.our-vision-shape-image {
    border: 1px solid var(--color--secondary-color);
    box-shadow: 5px 5px 0 0 var(--color--secondary-color);
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: -10px;
    transform: rotate(-15deg);
}

.our-team-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
}

.our-team-card {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border: 1px solid var(--color--secondary-color);
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    padding: 25px 20px 35px;
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
    display: flex;
}

.our-team-card:hover {
    box-shadow: 5px 5px 0 0 var(--color--secondary-color);
    transform: translate(-5px, -5px);
}

.team-image-wrapper {
    background-color: var(--color--bg-color-05);
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    padding-top: 30px;
    display: flex;
}

.team-image-wrapper.bg-color-two {
    background-color: var(--color--bg-color-04);
}

.team-image-wrapper.bg-color-three {
    background-color: var(--color--bg-color-03);
}

.team-image-wrapper.bg-color-four {
    background-color: #cbccfb;
}

.team-image-wrapper.bg-color-five {
    background-color: var(--color--bg-color-06);
}

.team-member-name {
    text-align: center;
    margin-bottom: 5px;
    font-family: Lexend Semi Bold, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
}

.team-member-designation {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 15px;
}

.social-link-wrapper-center {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.team-button-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
    display: flex;
}

.tab-toggle-text {
    align-items: center;
}

.priricng-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex;
}

.pricing-tabs.margin-top {
    margin-top: -17px;
}

.pricing-tabs.margin-top-large {
    margin-top: -55px;
}

.pricing-list-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
}

.pricing-tabs-content {
    overflow: visible;
}

.pricing-duration {
    font-family: Lexend Regular, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}

.prircing-amount {
    text-align: center;
    font-family: Lexend Bold, sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.24;
}

.toggle-circle-tab {
    z-index: 10;
    background-color: var(--white);
    border-radius: 100%;
    width: 24px;
    height: 24px;
    position: relative;
}

.pricing-tabs-menu {
    z-index: 10;
    justify-content: center;
    margin-bottom: 50px;
    display: flex;
}

.pricing-heading {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-bottom: 1px solid var(--color--secondary-color);
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    padding-bottom: 45px;
    display: flex;
    position: relative;
}

.monthly-toggle-text-wrapper {
    padding-right: 24px;
    position: absolute;
    top: 4px;
    right: 24px;
}

.priricng-card {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    border: 1px solid var(--color--secondary-color);
    background-color: var(--color--bg-color-05);
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-end;
    padding: 35px 20px;
    transition: box-shadow 0.4s, background-color 0.4s, border-color 0.4s;
    display: flex;
}

.priricng-card.bg-color-two {
    background-color: var(--color--bg-color-04);
}

.priricng-card.bg-color-three {
    background-color: var(--color--bg-color-03);
}

.yearly-toggle-text-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    min-width: 200px;
    padding-left: 24px;
    display: flex;
    position: absolute;
    top: 4px;
    left: 24px;
}

.pricing-text {
    text-align: center;
    font-size: 18px;
    line-height: 1.66;
}

.pricing-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.pricing-list-text {
    font-size: 18px;
}

.pricing-type {
    text-align: center;
    font-size: 24px;
}

.outline-button {
    border: 1px solid var(--color--secondary-color);
    color: var(--color--secondary-color);
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 100px;
    padding: 10px 24px;
    line-height: 1.4;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.outline-button:hover {
    background-color: var(--color--secondary-color);
    color: var(--white);
}

.pricing-tab-link {
    background-color: var(--color--secondary-color);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 37px;
    padding: 5px 6px;
}

.pricing-tab-link.w--current {
    background-color: var(--color--secondary-color);
    border-radius: 0;
}

.pricing-tab-link.yearly {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.pricing-tab-link.monthly {
    border-radius: 20px 0% 0% 20px;
}

.pricing-list-heading {
    margin-bottom: 24px;
    font-family: Lexend Semi Bold, sans-serif;
    font-size: 20px;
}

.discount-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: -100%;
    right: 0;
}

.discount-text {
    font-family: Covered by your grace, sans-serif;
    font-size: 24px;
    line-height: 1.6;
}

.features-hero-section {
    padding-top: 200px;
}

.about-company-shape-element {
    width: 65px;
    position: absolute;
    bottom: -70px;
    right: 70px;
}

.our-vision-shape-element {
    width: 60px;
    position: absolute;
    bottom: -70px;
    right: 70px;
}

.feature-hero-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
}

.features-content-wrapper {
    position: relative;
}

.feature-shape-element {
    width: 60px;
    position: absolute;
    bottom: -70px;
    right: 70px;
}

.features-shape-image {
    border: 1px solid var(--color--secondary-color);
    box-shadow: 5px 5px 0 0 var(--color--secondary-color);
    border-radius: 10px;
    position: absolute;
    bottom: 35px;
    left: -30px;
}

.features-hero-image-wrapper {
    max-width: 676px;
    position: relative;
}

.faq-item-content {
    overflow: hidden;
}

.faq-answer {
    margin-top: 20px;
}

.faq-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
}

.plus {
    background-color: var(--color--secondary-color);
    width: 4px;
    height: 16px;
}

.minus {
    background-color: var(--color--secondary-color);
    width: 16px;
    height: 4px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0%;
    right: 0%;
}

.icon-block {
    justify-content: center;
    align-items: center;
    min-width: 16px;
    min-height: 16px;
    margin-top: 10px;
    display: flex;
    position: relative;
}

.faq-item {
    position: relative;
}

.faq-item-trigger {
    cursor: pointer;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
    position: relative;
}

.faq-content-wrapper {
    z-index: 2;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border: 1px solid var(--color--secondary-color);
    background-color: var(--white);
    border-radius: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 15px 30px 15px 20px;
    display: flex;
    position: relative;
    margin-top: 20px;
}

.faq-shadow {
    background-color: var(--color--secondary-color);
    border-radius: 10px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#w-node-bfff6ee8-5edc-f7a8-2be5-89c1fd18c89d-6d7c7cf0,
#w-node-bfff6ee8-5edc-f7a8-2be5-89c1fd18c8a3-6d7c7cf0,
#w-node-bfff6ee8-5edc-f7a8-2be5-89c1fd18c8a9-6d7c7cf0,
#w-node-bfff6ee8-5edc-f7a8-2be5-89c1fd18c8af-6d7c7cf0,
#w-node-bfff6ee8-5edc-f7a8-2be5-89c1fd18c8b5-6d7c7cf0,
#w-node-bfff6ee8-5edc-f7a8-2be5-89c1fd18c8bb-6d7c7cf0,
#w-node-bfff6ee8-5edc-f7a8-2be5-89c1fd18c8c1-6d7c7cf0,
#w-node-bfff6ee8-5edc-f7a8-2be5-89c1fd18c8c7-6d7c7cf0,
#w-node-bfff6ee8-5edc-f7a8-2be5-89c1fd18c8cd-6d7c7cf0,
#w-node-bfff6ee8-5edc-f7a8-2be5-89c1fd18c8d3-6d7c7cf0,
#w-node-bfff6ee8-5edc-f7a8-2be5-89c1fd18c8d9-6d7c7cf0,
#w-node-bfff6ee8-5edc-f7a8-2be5-89c1fd18c8da-6d7c7cf0,
#w-node-bfff6ee8-5edc-f7a8-2be5-89c1fd18c8df-6d7c7cf0,
#w-node-c9bf37c9-cb52-1d51-2494-68fef2e3a53f-6d7c7cf0,
#w-node-bfff6ee8-5edc-f7a8-2be5-89c1fd18c90b-6d7c7cf0,
#w-node-bfff6ee8-5edc-f7a8-2be5-89c1fd18c911-6d7c7cf0,
#w-node-bfff6ee8-5edc-f7a8-2be5-89c1fd18c917-6d7c7cf0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bfff6ee8-5edc-f7a8-2be5-89c1fd18c989-6d7c7cf0 {
    justify-self: end;
}

#w-node-_5c101559-e398-5cba-cc0a-9fd201901c1b-22fa73f7,
#w-node-_5c101559-e398-5cba-cc0a-9fd201901c22-22fa73f7,
#w-node-_5c101559-e398-5cba-cc0a-9fd201901c29-22fa73f7,
#w-node-_5c101559-e398-5cba-cc0a-9fd201901c30-22fa73f7,
#w-node-_5c101559-e398-5cba-cc0a-9fd201901c37-22fa73f7,
#w-node-_5c101559-e398-5cba-cc0a-9fd201901c3e-22fa73f7,
#w-node-_5c101559-e398-5cba-cc0a-9fd201901c45-22fa73f7,
#w-node-_5c101559-e398-5cba-cc0a-9fd201901c4c-22fa73f7,
#w-node-e0f2c5c2-87ba-02e6-49a6-a9e87635a64e-5e844b6d,
#w-node-e0f2c5c2-87ba-02e6-49a6-a9e87635a672-5e844b6d,
#w-node-e0f2c5c2-87ba-02e6-49a6-a9e87635a675-5e844b6d,
#w-node-e0f2c5c2-87ba-02e6-49a6-a9e87635a676-5e844b6d,
#w-node-e0f2c5c2-87ba-02e6-49a6-a9e87635a677-5e844b6d,
#w-node-e3e7a7c2-2c1d-f89f-54fc-921de1c3cc50-5e844b6d,
#w-node-_3b6259f5-e723-5123-6f57-c4fe4ffad3f0-5e844b6d,
#w-node-f99faf12-123e-303e-b3f5-a921c1920a89-5e844b6d,
#w-node-f99faf12-123e-303e-b3f5-a921c1920a8d-5e844b6d,
#w-node-f99faf12-123e-303e-b3f5-a921c1920a8e-5e844b6d,
#w-node-f99faf12-123e-303e-b3f5-a921c1920a8f-5e844b6d,
#w-node-_491d74ee-920a-ea5a-587f-8c673ee8838d-5e844b6d,
#w-node-e869d8d9-8737-bdaf-efd0-6a73da70a333-5e844b6d,
#w-node-aa0c8551-abb4-7f6b-bf0b-fe55d249a31d-5e844b6d,
#w-node-aa0c8551-abb4-7f6b-bf0b-fe55d249a31e-5e844b6d,
#w-node-aa0c8551-abb4-7f6b-bf0b-fe55d249a31f-5e844b6d,
#w-node-dfef13c6-770d-9218-5eb1-6acc886ea6e7-886ea6e3,
#w-node-dfef13c6-770d-9218-5eb1-6acc886ea6ea-886ea6e3,
#w-node-dfef13c6-770d-9218-5eb1-6acc886ea6fa-886ea6e3,
#w-node-dfef13c6-770d-9218-5eb1-6acc886ea6fc-886ea6e3,
#w-node-dfef13c6-770d-9218-5eb1-6acc886ea6fd-886ea6e3,
#w-node-dfef13c6-770d-9218-5eb1-6acc886ea6fe-886ea6e3,
#w-node-_1f394723-e0db-eac9-8b30-f70839704cc0-39704cbc,
#w-node-a2cd17f3-37b0-7c53-375d-f587f1f8791f-f1f8791d,
#w-node-a2cd17f3-37b0-7c53-375d-f587f1f87924-f1f8791d,
#w-node-a2cd17f3-37b0-7c53-375d-f587f1f87925-f1f8791d,
#w-node-a2cd17f3-37b0-7c53-375d-f587f1f87926-f1f8791d,
#w-node-a2cd17f3-37b0-7c53-375d-f587f1f8792f-f1f8791d,
#w-node-a2cd17f3-37b0-7c53-375d-f587f1f8793b-f1f8791d,
#w-node-a2cd17f3-37b0-7c53-375d-f587f1f87940-f1f8791d,
#w-node-a2cd17f3-37b0-7c53-375d-f587f1f87941-f1f8791d,
#w-node-a2cd17f3-37b0-7c53-375d-f587f1f87942-f1f8791d,
#w-node-a2cd17f3-37b0-7c53-375d-f587f1f87949-f1f8791d,
#w-node-a2cd17f3-37b0-7c53-375d-f587f1f8794e-f1f8791d,
#w-node-a2cd17f3-37b0-7c53-375d-f587f1f8794f-f1f8791d,
#w-node-a2cd17f3-37b0-7c53-375d-f587f1f87950-f1f8791d,
#w-node-f5a4155a-94da-19e8-3256-e29046f54fd2-46f54fcf,
#w-node-bd505965-5bd8-926a-6a6d-ff3ccb02ed9c-46f54fcf,
#w-node-f5a4155a-94da-19e8-3256-e29046f54fdb-46f54fcf,
#w-node-f7552ceb-5696-06d2-e06d-147a658d0459-46f54fcf,
#w-node-f5a4155a-94da-19e8-3256-e29046f54fe3-46f54fcf,
#w-node-_8a72f69f-8350-3e53-42cd-cea23604c513-46f54fcf,
#w-node-f5a4155a-94da-19e8-3256-e29046f54feb-46f54fcf,
#w-node-_515ef5d9-ad80-78dd-8c3c-30d0b6360ab0-46f54fcf,
#w-node-f5a4155a-94da-19e8-3256-e29046f54ff3-46f54fcf,
#w-node-_53f3e85b-5075-4948-3011-ea65c263425e-46f54fcf,
#w-node-f5a4155a-94da-19e8-3256-e29046f54ffb-46f54fcf,
#w-node-_233ef328-47cc-0f0b-416f-4b06d0fee702-46f54fcf,
#w-node-f5a4155a-94da-19e8-3256-e29046f55003-46f54fcf,
#w-node-_49f97603-8005-e2de-ff61-e774dc378192-dc37818f,
#w-node-_49f97603-8005-e2de-ff61-e774dc37819a-dc37818f,
#w-node-_49f97603-8005-e2de-ff61-e774dc3781b5-dc37818f,
#w-node-_49f97603-8005-e2de-ff61-e774dc3781be-dc37818f,
#w-node-_49f97603-8005-e2de-ff61-e774dc3781c3-dc37818f,
#w-node-_49f97603-8005-e2de-ff61-e774dc3781c5-dc37818f,
#w-node-_49f97603-8005-e2de-ff61-e774dc3781c8-dc37818f,
#w-node-_49f97603-8005-e2de-ff61-e774dc3781fb-dc37818f,
#w-node-_49f97603-8005-e2de-ff61-e774dc37822c-dc37818f,
#w-node-_49f97603-8005-e2de-ff61-e774dc378231-dc37818f,
#w-node-_49f97603-8005-e2de-ff61-e774dc378233-dc37818f,
#w-node-bb0404a7-b980-2d84-ca90-5f404090223a-40902238,
#w-node-bb0404a7-b980-2d84-ca90-5f404090223b-40902238,
#w-node-bb0404a7-b980-2d84-ca90-5f4040902240-40902238,
#w-node-bb0404a7-b980-2d84-ca90-5f404090224a-40902238,
#w-node-bb0404a7-b980-2d84-ca90-5f404090224e-40902238,
#w-node-bb0404a7-b980-2d84-ca90-5f404090224f-40902238,
#w-node-bb0404a7-b980-2d84-ca90-5f4040902250-40902238,
#w-node-bb0404a7-b980-2d84-ca90-5f4040902253-40902238,
#w-node-_0a3eb40b-5184-b968-0013-00ca9c8897fb-7d8f4d38,
#w-node-_217bcdc6-6f4d-5a72-ef5f-80d12b0f8960-2b0f895d,
#w-node-_2f09e801-4ee6-1195-cee9-69ad1e9ce4a9-3537bde4,
#w-node-_2c317f3e-61a4-b7ad-fa06-5165c9d05988-3537bde4,
#w-node-_2c317f3e-61a4-b7ad-fa06-5165c9d0598b-3537bde4,
#w-node-_2c317f3e-61a4-b7ad-fa06-5165c9d0599a-3537bde4,
#w-node-_2c317f3e-61a4-b7ad-fa06-5165c9d0599e-3537bde4,
#w-node-_2c317f3e-61a4-b7ad-fa06-5165c9d0599f-3537bde4,
#w-node-_2c317f3e-61a4-b7ad-fa06-5165c9d059a0-3537bde4,
#w-node-_55c65808-c508-f82c-52b6-590c21a4c54e-3537bde4,
#w-node-_37cd4397-9123-5a0c-6e8c-ae5c200d1c7b-3537bde4,
#w-node-_37cd4397-9123-5a0c-6e8c-ae5c200d1c8f-3537bde4,
#w-node-_37cd4397-9123-5a0c-6e8c-ae5c200d1c90-3537bde4,
#w-node-_37cd4397-9123-5a0c-6e8c-ae5c200d1c91-3537bde4,
#w-node-_9d799e5f-271a-2c88-8039-3b3bbb15f6f4-3537bde4,
#w-node-_9d799e5f-271a-2c88-8039-3b3bbb15f6f6-3537bde4,
#w-node-_9d799e5f-271a-2c88-8039-3b3bbb15f6f7-3537bde4,
#w-node-_9d799e5f-271a-2c88-8039-3b3bbb15f6f8-3537bde4,
#w-node-_9d799e5f-271a-2c88-8039-3b3bbb15f6e1-3537bde4,
#w-node-_9d799e5f-271a-2c88-8039-3b3bbb15f6e4-3537bde4,
#w-node-a972226b-4950-8cc0-3a45-c24c6828cafa-e85de08e,
#w-node-_2060e7fb-74cf-7f34-446b-b5dbedafd339-e85de08e,
#w-node-_2060e7fb-74cf-7f34-446b-b5dbedafd33a-e85de08e,
#w-node-_2060e7fb-74cf-7f34-446b-b5dbedafd33b-e85de08e,
#w-node-b1f982b1-9aec-1c52-7cfb-a0b4b2747350-e85de08e,
#w-node-b1f982b1-9aec-1c52-7cfb-a0b4b2747353-e85de08e,
#w-node-b1f982b1-9aec-1c52-7cfb-a0b4b274735e-e85de08e,
#w-node-b1f982b1-9aec-1c52-7cfb-a0b4b2747362-e85de08e,
#w-node-b1f982b1-9aec-1c52-7cfb-a0b4b2747363-e85de08e,
#w-node-b1f982b1-9aec-1c52-7cfb-a0b4b2747364-e85de08e,
#w-node-_583c010b-016e-81bc-b7d7-58e7ade33b78-e85de08e,
#w-node-d4ad7f4c-0f14-1275-f9aa-3de527dde5b8-e85de08e,
#w-node-d4ad7f4c-0f14-1275-f9aa-3de527dde5cc-e85de08e,
#w-node-d4ad7f4c-0f14-1275-f9aa-3de527dde5cd-e85de08e,
#w-node-d4ad7f4c-0f14-1275-f9aa-3de527dde5ce-e85de08e,
#w-node-_3c8c4c29-b71b-cdb5-eaf4-765568815475-7b0a1ffa,
#w-node-_3c8c4c29-b71b-cdb5-eaf4-765568815478-7b0a1ffa,
#w-node-_3c8c4c29-b71b-cdb5-eaf4-765568815484-7b0a1ffa,
#w-node-_3c8c4c29-b71b-cdb5-eaf4-765568815488-7b0a1ffa,
#w-node-_3c8c4c29-b71b-cdb5-eaf4-765568815489-7b0a1ffa,
#w-node-_3c8c4c29-b71b-cdb5-eaf4-76556881548a-7b0a1ffa,
#w-node-_865411ce-27be-8951-7646-19dba19edcee-7b0a1ffa,
#w-node-_323c05af-2523-4320-1f70-16f5759925b1-7b0a1ffa,
#w-node-_323c05af-2523-4320-1f70-16f5759925d1-7b0a1ffa,
#w-node-_323c05af-2523-4320-1f70-16f5759925f3-7b0a1ffa,
#w-node-da286ae7-082c-eb83-af74-54060f2495a2-7b0a1ffa,
#w-node-da286ae7-082c-eb83-af74-54060f2495c6-7b0a1ffa,
#w-node-da286ae7-082c-eb83-af74-54060f2495ea-7b0a1ffa,
#w-node-_608aa4fc-982a-ff51-fae8-c49e9f2c2725-e068c464,
#w-node-_608aa4fc-982a-ff51-fae8-c49e9f2c2749-e068c464,
#w-node-_608aa4fc-982a-ff51-fae8-c49e9f2c276d-e068c464,
#w-node-_608aa4fc-982a-ff51-fae8-c49e9f2c2793-e068c464,
#w-node-_608aa4fc-982a-ff51-fae8-c49e9f2c27b7-e068c464,
#w-node-_608aa4fc-982a-ff51-fae8-c49e9f2c27db-e068c464,
#w-node-_62084506-c903-126e-a71b-1ef09daab9c1-e068c464,
#w-node-_62084506-c903-126e-a71b-1ef09daab9c4-e068c464,
#w-node-_02973658-4d13-3be6-6085-6c2ef2dce5b6-ad2c36d3,
#w-node-_02973658-4d13-3be6-6085-6c2ef2dce5b7-ad2c36d3,
#w-node-_02973658-4d13-3be6-6085-6c2ef2dce5b8-ad2c36d3,
#w-node-_30e505e0-a190-a37a-6a57-a215496fa482-ad2c36d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a41c66f7-420a-71bd-adaa-7ed20f3b94f1-ad2c36d3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_83c82d90-db1a-6288-e7d0-042e33cb7e4d-87f51aa0 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.4fr 1fr;
}

#w-node-_3f226caf-f374-5dc7-335c-3570fe9ed73e-87f51aa0 {
    grid-row: span 2 / span 2;
}

#w-node-dac1117c-5f5e-0007-c0dc-448b4de6f41c-87f51aa0,
#w-node-dac1117c-5f5e-0007-c0dc-448b4de6f41d-87f51aa0,
#w-node-dac1117c-5f5e-0007-c0dc-448b4de6f41e-87f51aa0,
#w-node-_5612c5aa-0876-af9e-f5fa-b96b216a8982-87f51aa0,
#w-node-_5612c5aa-0876-af9e-f5fa-b96b216a8983-87f51aa0,
#w-node-_5612c5aa-0876-af9e-f5fa-b96b216a8984-87f51aa0,
#w-node-c8d4be02-e8e8-05b2-048c-ccf37c4fc2c0-87f51aa0,
#w-node-c8d4be02-e8e8-05b2-048c-ccf37c4fc2c1-87f51aa0,
#w-node-c8d4be02-e8e8-05b2-048c-ccf37c4fc2c2-87f51aa0,
#w-node-aca205b8-6e72-6220-b1c1-ba7f14230d56-87f51aa0,
#w-node-aca205b8-6e72-6220-b1c1-ba7f14230d59-87f51aa0,
#w-node-fe5cc65c-b5d1-28e9-63f6-88bcd16ae14d-41eefd82,
#w-node-fe5cc65c-b5d1-28e9-63f6-88bcd16ae14e-41eefd82,
#w-node-fe5cc65c-b5d1-28e9-63f6-88bcd16ae173-41eefd82,
#w-node-fe5cc65c-b5d1-28e9-63f6-88bcd16ae174-41eefd82,
#w-node-fe5cc65c-b5d1-28e9-63f6-88bcd16ae175-41eefd82,
#w-node-fe5cc65c-b5d1-28e9-63f6-88bcd16ae195-41eefd82,
#w-node-fe5cc65c-b5d1-28e9-63f6-88bcd16ae19c-41eefd82,
#w-node-fe5cc65c-b5d1-28e9-63f6-88bcd16ae19d-41eefd82,
#w-node-fe5cc65c-b5d1-28e9-63f6-88bcd16ae19e-41eefd82,
#w-node-_7056067f-cfaa-3e23-f8fd-ec4c0ad2db51-cb2afc3b,
#w-node-_7056067f-cfaa-3e23-f8fd-ec4c0ad2db52-cb2afc3b,
#w-node-_7056067f-cfaa-3e23-f8fd-ec4c0ad2db53-cb2afc3b,
#w-node-_345795a2-573f-7634-8f74-7204b9ee330c-cb2afc3b,
#w-node-_345795a2-573f-7634-8f74-7204b9ee331d-cb2afc3b,
#w-node-_345795a2-573f-7634-8f74-7204b9ee331e-cb2afc3b,
#w-node-_345795a2-573f-7634-8f74-7204b9ee331f-cb2afc3b,
#w-node-_9b913a76-f6e4-6ed9-624d-bb72df9d8720-3ae66786,
#w-node-_9b913a76-f6e4-6ed9-624d-bb72df9d8721-3ae66786,
#w-node-f62706c7-d2ce-a8bf-4d88-b498f8b6796b-3ae66786,
#w-node-f62706c7-d2ce-a8bf-4d88-b498f8b6796c-3ae66786,
#w-node-f62706c7-d2ce-a8bf-4d88-b498f8b6796d-3ae66786,
#w-node-a59b5b42-62d5-13fc-c092-4af1133f996c-3ae66786,
#w-node-a59b5b42-62d5-13fc-c092-4af1133f9973-3ae66786,
#w-node-a59b5b42-62d5-13fc-c092-4af1133f9974-3ae66786,
#w-node-a59b5b42-62d5-13fc-c092-4af1133f9975-3ae66786,
#w-node-_396dcf85-a476-671f-8355-1d4da4783bc6-aad849d0,
#w-node-_396dcf85-a476-671f-8355-1d4da4783bcd-aad849d0,
#w-node-_396dcf85-a476-671f-8355-1d4da4783bce-aad849d0,
#w-node-_396dcf85-a476-671f-8355-1d4da4783bcf-aad849d0,
#w-node-_64ac602b-5efe-2a7e-a569-f47abb8fdf14-aad849d0,
#w-node-_396dcf85-a476-671f-8355-1d4da4783ba6-aad849d0,
#w-node-_396dcf85-a476-671f-8355-1d4da4783ba7-aad849d0,
#w-node-_396dcf85-a476-671f-8355-1d4da4783ba8-aad849d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0af9567e-e88b-5c55-d0a4-05db1f3769ca-cc9d56c6,
#w-node-_0af9567e-e88b-5c55-d0a4-05db1f3769ce-cc9d56c6,
#w-node-_0af9567e-e88b-5c55-d0a4-05db1f3769d6-cc9d56c6,
#w-node-_0af9567e-e88b-5c55-d0a4-05db1f3769df-cc9d56c6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e585e7ba-f236-17a9-a501-9d6c798b3676-cc9d56c6,
#w-node-e585e7ba-f236-17a9-a501-9d6c798b3677-cc9d56c6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0af9567e-e88b-5c55-d0a4-05db1f3769ca-ceb22179,
#w-node-_0af9567e-e88b-5c55-d0a4-05db1f3769ce-ceb22179,
#w-node-_5b678b55-b031-5476-10e6-aabb472a5069-ceb22179,
#w-node-_0af9567e-e88b-5c55-d0a4-05db1f3769df-ceb22179 {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e585e7ba-f236-17a9-a501-9d6c798b3676-ceb22179,
#w-node-e585e7ba-f236-17a9-a501-9d6c798b3677-ceb22179 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0af9567e-e88b-5c55-d0a4-05db1f3769ca-5f45a120,
#w-node-_0af9567e-e88b-5c55-d0a4-05db1f3769ce-5f45a120,
#w-node-_0af9567e-e88b-5c55-d0a4-05db1f3769df-5f45a120 {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e585e7ba-f236-17a9-a501-9d6c798b3676-5f45a120,
#w-node-e585e7ba-f236-17a9-a501-9d6c798b3677-5f45a120 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
    #w-node-bfff6ee8-5edc-f7a8-2be5-89c1fd18c911-6d7c7cf0,
    #w-node-bfff6ee8-5edc-f7a8-2be5-89c1fd18c917-6d7c7cf0,
    #w-node-e0f2c5c2-87ba-02e6-49a6-a9e87635a675-5e844b6d {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }
}

@media screen and (min-width: 1440px) {
    #w-node-bfff6ee8-5edc-f7a8-2be5-89c1fd18c89d-6d7c7cf0,
    #w-node-bfff6ee8-5edc-f7a8-2be5-89c1fd18c8a9-6d7c7cf0,
    #w-node-bfff6ee8-5edc-f7a8-2be5-89c1fd18c8af-6d7c7cf0,
    #w-node-bfff6ee8-5edc-f7a8-2be5-89c1fd18c8b5-6d7c7cf0,
    #w-node-bfff6ee8-5edc-f7a8-2be5-89c1fd18c8bb-6d7c7cf0,
    #w-node-bfff6ee8-5edc-f7a8-2be5-89c1fd18c8d9-6d7c7cf0,
    #w-node-e0f2c5c2-87ba-02e6-49a6-a9e87635a64e-5e844b6d,
    #w-node-a2cd17f3-37b0-7c53-375d-f587f1f87949-f1f8791d,
    #w-node-_2f09e801-4ee6-1195-cee9-69ad1e9ce4a9-3537bde4,
    #w-node-a972226b-4950-8cc0-3a45-c24c6828cafa-e85de08e {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }
}

@media screen and (min-width: 1280px) {
    #w-node-bfff6ee8-5edc-f7a8-2be5-89c1fd18c89d-6d7c7cf0,
    #w-node-bfff6ee8-5edc-f7a8-2be5-89c1fd18c8a3-6d7c7cf0,
    #w-node-bfff6ee8-5edc-f7a8-2be5-89c1fd18c8a9-6d7c7cf0,
    #w-node-bfff6ee8-5edc-f7a8-2be5-89c1fd18c8af-6d7c7cf0,
    #w-node-bfff6ee8-5edc-f7a8-2be5-89c1fd18c8b5-6d7c7cf0,
    #w-node-bfff6ee8-5edc-f7a8-2be5-89c1fd18c8bb-6d7c7cf0,
    #w-node-bfff6ee8-5edc-f7a8-2be5-89c1fd18c8c7-6d7c7cf0,
    #w-node-bfff6ee8-5edc-f7a8-2be5-89c1fd18c8cd-6d7c7cf0,
    #w-node-bfff6ee8-5edc-f7a8-2be5-89c1fd18c8d3-6d7c7cf0,
    #w-node-bfff6ee8-5edc-f7a8-2be5-89c1fd18c8d9-6d7c7cf0,
    #w-node-c9bf37c9-cb52-1d51-2494-68fef2e3a53f-6d7c7cf0,
    #w-node-bfff6ee8-5edc-f7a8-2be5-89c1fd18c917-6d7c7cf0 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-bfff6ee8-5edc-f7a8-2be5-89c1fd18c96e-6d7c7cf0 {
        justify-self: end;
    }

    #w-node-e3e7a7c2-2c1d-f89f-54fc-921de1c3cc50-5e844b6d,
    #w-node-f99faf12-123e-303e-b3f5-a921c1920a89-5e844b6d,
    #w-node-_49f97603-8005-e2de-ff61-e774dc3781c3-dc37818f,
    #w-node-_49f97603-8005-e2de-ff61-e774dc3781c5-dc37818f,
    #w-node-_49f97603-8005-e2de-ff61-e774dc378231-dc37818f,
    #w-node-_49f97603-8005-e2de-ff61-e774dc378233-dc37818f,
    #w-node-bb0404a7-b980-2d84-ca90-5f4040902240-40902238,
    #w-node-_2c317f3e-61a4-b7ad-fa06-5165c9d05988-3537bde4,
    #w-node-_2c317f3e-61a4-b7ad-fa06-5165c9d0599a-3537bde4,
    #w-node-b1f982b1-9aec-1c52-7cfb-a0b4b2747350-e85de08e,
    #w-node-b1f982b1-9aec-1c52-7cfb-a0b4b274735e-e85de08e,
    #w-node-_3c8c4c29-b71b-cdb5-eaf4-765568815475-7b0a1ffa,
    #w-node-_3c8c4c29-b71b-cdb5-eaf4-765568815484-7b0a1ffa,
    #w-node-_62084506-c903-126e-a71b-1ef09daab9c1-e068c464 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_83c82d90-db1a-6288-e7d0-042e33cb7e4d-87f51aa0 {
        grid-template-rows: auto auto;
        grid-template-columns: 1.45fr 1fr;
    }

    #w-node-aca205b8-6e72-6220-b1c1-ba7f14230d56-87f51aa0 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }
}

@media screen and (max-width: 991px) {
    #w-node-f99faf12-123e-303e-b3f5-a921c1920a89-5e844b6d,
    #w-node-dfef13c6-770d-9218-5eb1-6acc886ea6fa-886ea6e3 {
        justify-self: center;
    }

    #w-node-bd505965-5bd8-926a-6a6d-ff3ccb02ed9c-46f54fcf,
    #w-node-_49f97603-8005-e2de-ff61-e774dc3781b5-dc37818f,
    #w-node-_49f97603-8005-e2de-ff61-e774dc3781be-dc37818f,
    #w-node-_49f97603-8005-e2de-ff61-e774dc37822c-dc37818f {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-bb0404a7-b980-2d84-ca90-5f404090224a-40902238,
    #w-node-_2c317f3e-61a4-b7ad-fa06-5165c9d0599a-3537bde4,
    #w-node-_9d799e5f-271a-2c88-8039-3b3bbb15f6f4-3537bde4 {
        justify-self: center;
    }

    #w-node-_9d799e5f-271a-2c88-8039-3b3bbb15f6e1-3537bde4 {
        order: -9999;
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-b1f982b1-9aec-1c52-7cfb-a0b4b274735e-e85de08e,
    #w-node-_3c8c4c29-b71b-cdb5-eaf4-765568815484-7b0a1ffa {
        justify-self: center;
    }

    #w-node-e585e7ba-f236-17a9-a501-9d6c798b3674-cc9d56c6,
    #w-node-e585e7ba-f236-17a9-a501-9d6c798b3674-ceb22179,
    #w-node-e585e7ba-f236-17a9-a501-9d6c798b3674-5f45a120 {
        order: -9999;
    }
}

@media screen and (max-width: 767px) {
    #w-node-bfff6ee8-5edc-f7a8-2be5-89c1fd18c958-6d7c7cf0,
    #w-node-bfff6ee8-5edc-f7a8-2be5-89c1fd18c96e-6d7c7cf0,
    #w-node-bfff6ee8-5edc-f7a8-2be5-89c1fd18c976-6d7c7cf0 {
        order: -9999;
    }

    #w-node-bfff6ee8-5edc-f7a8-2be5-89c1fd18c989-6d7c7cf0 {
        justify-self: center;
    }

    #w-node-e0f2c5c2-87ba-02e6-49a6-a9e87635a64e-5e844b6d {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-a2cd17f3-37b0-7c53-375d-f587f1f8792d-f1f8791d {
        order: -9999;
    }

    #w-node-_62084506-c903-126e-a71b-1ef09daab9c1-e068c464 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-a41c66f7-420a-71bd-adaa-7ed20f3b94f1-ad2c36d3 {
        grid-column: span 1 / span 1;
    }

    #w-node-_83c82d90-db1a-6288-e7d0-042e33cb7e4d-87f51aa0 {
        grid-template-rows: auto auto;
        grid-template-columns: 1.45fr;
    }

    #w-node-_3f226caf-f374-5dc7-335c-3570fe9ed73e-87f51aa0 {
        grid-row: span 2 / span 2;
    }
}

@media screen and (max-width: 479px) {
    #w-node-_49f97603-8005-e2de-ff61-e774dc3781c3-dc37818f,
    #w-node-_49f97603-8005-e2de-ff61-e774dc3781c8-dc37818f,
    #w-node-_49f97603-8005-e2de-ff61-e774dc378231-dc37818f {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_0af9567e-e88b-5c55-d0a4-05db1f3769ca-cc9d56c6,
    #w-node-_0af9567e-e88b-5c55-d0a4-05db1f3769ce-cc9d56c6,
    #w-node-_0af9567e-e88b-5c55-d0a4-05db1f3769d6-cc9d56c6,
    #w-node-_0af9567e-e88b-5c55-d0a4-05db1f3769df-cc9d56c6,
    #w-node-_0af9567e-e88b-5c55-d0a4-05db1f3769ca-ceb22179,
    #w-node-_0af9567e-e88b-5c55-d0a4-05db1f3769ce-ceb22179,
    #w-node-_5b678b55-b031-5476-10e6-aabb472a5069-ceb22179,
    #w-node-_0af9567e-e88b-5c55-d0a4-05db1f3769df-ceb22179,
    #w-node-_0af9567e-e88b-5c55-d0a4-05db1f3769ca-5f45a120,
    #w-node-_0af9567e-e88b-5c55-d0a4-05db1f3769ce-5f45a120,
    #w-node-_0af9567e-e88b-5c55-d0a4-05db1f3769df-5f45a120 {
        grid-column: span 1 / span 1;
    }
}
