html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: GarnetPro, ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

body {
    margin: 0;
}

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

 
audio:not([controls]) {
    height: 0;
    display: none;
}

[hidden],
template {
    display: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 500;
}
 

 



sub,
sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
}
 

img {
    border: 0;
}

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



pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace;
    font-size: 1em;
}

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

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/* GarnetPro Bold */
@font-face {
    font-family: 'GarnetPro';
    src: url('fonts/GarnetPro-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* GarnetPro Bold Italic */
@font-face {
    font-family: 'GarnetPro';
    src: url('fonts/GarnetPro-BoldItalic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* GarnetPro Extra Light */
@font-face {
    font-family: 'GarnetPro';
    src: url('fonts/GarnetPro-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* GarnetPro Extra Light Italic */
@font-face {
    font-family: 'GarnetPro';
    src: url('fonts/GarnetPro-ExtraLightItalic.woff2') format('woff2');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

/* GarnetPro Medium */
@font-face {
    font-family: 'GarnetPro';
    src: url('fonts/GarnetPro-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* GarnetPro Medium Italic */
@font-face {
    font-family: 'GarnetPro';
    src: url('fonts/GarnetPro-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* GarnetPro Regular */
@font-face {
    font-family: 'GarnetPro';
    src: url('fonts/GarnetPro-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* GarnetPro Thin */
@font-face {
    font-family: 'GarnetPro';
    src: url('fonts/GarnetPro-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* Romie Medium Italic */
@font-face {
    font-family: 'Romie';
    src: url('fonts/Romie-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    /* Supposed to be "italic" but does not workon Safari @see https://stackoverflow.com/questions/24679822/font-face-not-working-completely-in-safari */
    font-display: swap;
}



.w-icon-slider-right:before {
    content: "";
}

.w-icon-slider-left:before {
    content: "";
}

.w-icon-nav-menu:before {
    content: "";
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
    content: "";
}

.w-icon-file-upload-remove:before {
    content: "";
}

.w-icon-file-upload-icon:before {
    content: "";
}

* {
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    color: #333;
    background-color: #fff;
    min-height: 100%;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

img {
    vertical-align: middle;
    max-width: 100%;
    display: inline-block;
}

html.w-mod-touch * {
    background-attachment: scroll !important;
}

.w-block {
    display: block;
}

.w-inline-block {
    max-width: 100%;
    display: inline-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;
}

input.w-button {
    -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
    color: #0000 !important;
}

.w-code-block {
    margin: unset;
}

pre.w-code-block code {
    all: inherit;
}

.w-optimization {
    display: contents;
}


.w-webflow-badge {
    white-space: nowrap;
    cursor: pointer;
    box-shadow: 0 0 0 1px #0000001a, 0 1px 3px #0000001a;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 2147483647 !important;
    color: #aaadb0 !important;
    overflow: unset !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;
    inset: auto 12px 12px auto !important;
    transform: none !important;
}

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




/* Reset https://meyerweb.com/eric/tools/css/reset/*/
ul,
ol {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol, address {
    font-size: 100%;
    font: inherit;
    padding: 0;
    margin: 0;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

a {
    color: inherit;
    text-decoration: none;
}

/* End Reset*/

.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;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

button,
[type="button"],
[type="reset"] {
    cursor: pointer;
    -webkit-appearance: button;
    border: 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;
}

label {
    margin-bottom: 5px;
    font-weight: bold;
    display: block;
}

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

.w-input::placeholder,
.w-select::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: .1px;
    height: .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-container {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

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

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

.w-container .w-row {
    margin-left: -10px;
    margin-right: -10px;
}

.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;
    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 #0000;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 0;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
    border-width: 4px;
    border-color: #75869600 #5d6c7b #75869600 #75869600;
    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: #fff0 #fff #fff0 #fff0;
    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 #0000;
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
}

.w-widget-twitter-count-shim.w--vertical:before {
    border-width: 5px;
    border-color: #5d6c7b #75869600 #75869600;
    margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
    border-width: 4px;
    border-color: #fff #fff0 #fff0;
    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;
    inset: -100%;
}

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

.w-background-video--control {
    background-color: #0000;
    padding: 0;
    position: absolute;
    bottom: 1em;
    right: 1em;
}

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

.w-slider {
    text-align: center;
    clear: both;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    background: #ddd;
    height: 300px;
    position: relative;
}

.w-slider-mask {
    z-index: 1;
    white-space: nowrap;
    height: 100%;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    overflow: hidden;
}

.w-slide {
    vertical-align: top;
    white-space: normal;
    text-align: left;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
}

.w-slider-nav {
    z-index: 2;
    text-align: center;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    height: 40px;
    margin: auto;
    padding-top: 10px;
    position: absolute;
    inset: auto 0 0;
}

.w-slider-nav.w-round>div {
    border-radius: 100%;
}

.w-slider-nav.w-num>div {
    font-size: inherit;
    line-height: inherit;
    width: auto;
    height: auto;
    padding: .2em .5em;
}

.w-slider-nav.w-shadow>div {
    box-shadow: 0 0 3px #3336;
}

.w-slider-nav-invert {
    color: #fff;
}

.w-slider-nav-invert>div {
    background-color: #2226;
}

.w-slider-nav-invert>div.w-active {
    background-color: #222;
}

.w-slider-dot {
    cursor: pointer;
    background-color: #fff6;
    width: 1em;
    height: 1em;
    margin: 0 3px .5em;
    transition: background-color .1s, color .1s;
    display: inline-block;
    position: relative;
}

.w-slider-dot.w-active {
    background-color: #fff;
}

.w-slider-dot:focus {
    outline: none;
    box-shadow: 0 0 0 2px #fff;
}

.w-slider-dot:focus.w-active {
    box-shadow: none;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
    cursor: pointer;
    color: #fff;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    -webkit-user-select: none;
    user-select: none;
    width: 80px;
    margin: auto;
    font-size: 40px;
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
    position: absolute;
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
    outline: 0;
}

.w-slider-arrow-left {
    z-index: 3;
    right: auto;
}

.w-slider-arrow-right {
    z-index: 4;
    left: auto;
}

.w-icon-slider-left,
.w-icon-slider-right {
    width: 1em;
    height: 1em;
    margin: auto;
    inset: 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-dropdown {
    text-align: left;
    z-index: 900;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative;
}

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
    vertical-align: top;
    color: #222;
    text-align: left;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    position: relative;
}

.w-dropdown-toggle {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    padding-right: 40px;
    display: inline-block;
}

.w-dropdown-toggle:focus {
    outline: 0;
}

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

.w-dropdown-list {
    background: #ddd;
    min-width: 100%;
    display: none;
    position: absolute;
}

.w-dropdown-list.w--open {
    display: block;
}

.w-dropdown-link {
    color: #222;
    padding: 10px 20px;
    display: block;
}

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

.w-dropdown-link:focus {
    outline: 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: #000000e6;
    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;
    inset: 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: #0006;
    padding: .5em 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.w-lightbox-embed {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
}

.w-lightbox-control {
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    width: 4em;
    transition: all .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: auto 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: .3;
}

.w-lightbox-thumbnail {
    background: #222;
    height: 10vh;
    aspect-ratio: 1 / 1;
    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 #0006;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    animation: .8s linear infinite spin;
    position: absolute;
    top: 50%;
    left: 50%;
}

.w-lightbox-spinner:after {
    content: "";
    border: 3px solid #0000;
    border-bottom-color: #fff;
    border-radius: 50%;
    position: absolute;
    inset: -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: .5;
        display: block;
    }

    .w-lightbox-close {
        opacity: .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;
    inset: 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: .6;
}

.w-richtext figure div {
    color: #0000;
    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: #0000;
    tap-highlight-color: #0000;
    -webkit-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 {
    --dark: #000212;
    --white: white;
    --less-white: #b4b4b4;
    --primary: #EF7C54;
    --primary-lighter: #554de3;

    --paragraph-width: 550px --untitled-ui--primary600: #7f56d9;
    --untitled-ui--gray700: #344054;
    --untitled-ui--black: black;
    --untitled-ui--gray100: #f2f4f7;
    --transparent: transparent;
    --shadow-1: #d2d0dd;
    --untitled-ui--para-color-2: #d2d0dd;
    --untitled-ui--gray300: #d0d5dd;
    --untitled-ui--gray: #999;
    --untitled-ui--warning300: #fec84b;
    --flowui-component-library--gray-500: #6b7094;
    --flowui-component-library--grey-300: #e4e6f1;
    --flowui-component-library--gray-100: #f7f9fd;
    --elements-webflow-library--neutral--400: #dcddeb;
    --untitled-ui--primary700: #6941c6;
    --untitled-ui--primary100: #f4ebff;
    --untitled-ui--shadow-3: white;
    --untitled-ui--primary300: #d6bbfb;
    --untitled-ui--gray400: #98a2b3;
    --elements-webflow-library--general--shadow-01: #14142b0f;
    --elements-webflow-library--neutral--200: #f7f7fc;
}

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

.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.w-layout-hflex {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
}

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

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

body {
    color: var(--white);
    background-color: var(--dark);
    font-size: 16px;
    line-height: 1.5;
}




.utility-page-wrap {
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    display: flex;
}

.utility-page-content {
    text-align: center;
    flex-direction: column;
    width: 260px;
    display: flex;
}

.utility-page-form {
    flex-direction: column;
    align-items: stretch;
    display: flex;
}

.uui-text-size-small {
    color: var(--white);
    letter-spacing: normal;
    overflow-wrap: normal;
    font-size: .875rem;
    line-height: 1.5;
}

.show-tablet {
    display: none;
}

.primary-button {
    grid-column-gap: .5rem;
    color: var(--white);
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background-color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    padding: .5rem 1.5rem;
    font-size: 1rem;
    /* font-weight: 500; */
    line-height: 1.5;
    text-decoration: none;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease;
    display: flex;
}

.primary-button:hover {
    border-top-color: var(--primary);
    border-right-color: var(--primary);
    border-bottom-color: var(--primary);
    border-left-color: var(--primary);
    background-color: #dd2577;
}



.uui-dropdown-icon {
    justify-content: center;
    align-items: center;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 1rem;
    display: flex;
    position: absolute;
    inset: auto 0% auto auto;
}

.uui-icon-1x1-xsmall {
    width: 1.5rem;
    height: 1.5rem;
}

.uui-navbar07_item-right {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-weight: 400;
    display: flex;
}

.uui-navbar07_icon-wrapper {
    color: var(--untitled-ui--primary600);
    flex: none;
}

.uui-navbar07_dropdown-link {
    grid-column-gap: 1rem;
    grid-row-gap: 0px;
    cursor: pointer;
    border-radius: .5rem;
    grid-template-rows: auto;
    grid-template-columns: max-content;
    grid-auto-columns: 1fr;
    place-items: flex-start start;
    padding: .5rem .75rem;
    text-decoration: none;
    transition: all .3s;
    display: flex;
}

.uui-navbar07_dropdown-link:hover {
    background-color: #151515;
}

.uui-navbar07_dropdown-link-list {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    grid-template-rows: max-content;
    grid-template-columns: 1fr;
    grid-auto-rows: max-content;
    grid-auto-columns: 1fr;
    display: grid;
}

.nav-bar {
    border-bottom-style: none;
    border-bottom-width: 1px;
    border-bottom-color: var(--untitled-ui--gray100);
    background-color: var(--transparent);
    color: #d2d0dd;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    min-height: 5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
}

.nav-bar_container {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 77.5rem;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.uui-navbar07_logo-link {
    padding-left: 0;
    display: flex;
}

.uui-navbar07_menu {
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-left: 1.5rem;
    display: flex;
    position: static;
}

.nav-menu-center {
    flex: none;
}

.nav-link {
    color: var(--shadow-1);
    cursor: pointer;
    align-items: center;
    padding: .75rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    transition: all .3s;
    display: inline-flex;
}

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

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

.navbar_dropdown-toggle {
    color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
    align-items: center;
    padding: .75rem 2.5rem .75rem 1rem;

    font-size: 1rem;
    font-weight: 600;
    transition: all .3s;
    display: flex;
}

.navbar_dropdown-toggle:hover {
    color: var(--untitled-ui--gray700);
}

.uui-navbar07_menu-right {
    flex: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
}

.uui-navbar07_menu-right.hide {
    display: none;
}

.uui-navbar07_menu-button {
    padding: 0;
}

.uui-navbar07_dropdown-list {
    box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar07_dropdown-list.w--open {
    border: 1px none var(--untitled-ui--gray200\<deleted\|variable-bad2ea62\>);
    background-color: #03010a;
    border-radius: .75rem;
    width: 20rem;
    padding: .75rem;
    right: -100%;
}

.uui-button-secondary-gray {
    grid-column-gap: .5rem;
    border: 1px solid var(--untitled-ui--gray300);
    background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
    color: var(--untitled-ui--gray700);
    text-align: center;
    white-space: nowrap;
    border-radius: .5rem;
    justify-content: center;
    align-items: center;
    padding: .625rem 1.125rem;

    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    transition: all .3s;
    display: flex;
    box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--gray50-2\<deleted\|variable-8a511359\>);
    color: var(--transparent);
}

.uui-button-secondary-gray:focus {
    background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
    box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray.show-tablet {
    display: none;
}

.button-log-in {
    grid-column-gap: .5rem;
    color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
    white-space: nowrap;
    background-color: #0000;
    border: 1px solid #0000;
    border-radius: .5rem;
    justify-content: center;
    align-items: center;
    padding: .625rem 1.125rem;

    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    transition: all .3s;
    display: flex;
}

.button-log-in:hover {
    background-color: var(--untitled-ui--gray50-2\<deleted\|variable-8a511359\>);
    color: var(--untitled-ui--gray700);
}

.button-log-in.hide-tablet {
    border-color: var(--primary);
    -webkit-text-stroke-color: #475467;
    cursor: pointer;
    border-radius: 100px;
    padding: .5rem 1.5rem;
}

.button-log-in.hide-tablet:hover {
    background-color: var(--primary);
}

.uui-navbar07_button-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    align-items: center;
    display: flex;
}

.uui-logo_component {
    flex-wrap: nowrap;
    width: auto;
    height: auto;
    display: flex;
}

.uui-navbar07_item-heading {
    color: var(--primary);
    margin-top: 0;
    margin-bottom: .25rem;

    font-weight: 700;
}

.nav-dropdown-text {
    color: var(--shadow-1);
    letter-spacing: .14px;

    font-weight: 400;
}



.padding-global {
    /* padding: 100px 60px; */
}

.padding-global._3 {
    /* padding-top: 100px; */
}

.padding-global.large {
    /* padding: 140px 60px 0; */
}

.padding-global.large._2 {
    /* padding-bottom: 40px;
    position: relative; */
}

.padding-global.large._1 {
    /* padding-top: 100px; */
}

.padding-global.large.bg-image {
    background-image: url("https://cdn.prod.website-files.com/678dcd12ba0255383d23a706/67a205a0dc44687cf847ef64_div.hero-background-lights.svg");
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: auto;
}

.padding-global.smal {
    /* padding-top: 60px;
    padding-bottom: 60px; */
}

.padding-global.small {
    /* padding-top: 60px;
    padding-bottom: 20px; */
}

.section-home-hero {
    position: relative;
}

.section-home-hero.bg-image {
    background-image: url("https://cdn.prod.website-files.com/678dcd12ba0255383d23a706/67a065d1a24d917f064f39e8_Section%201%20(1).svg");
    background-position: 50% 0;
    background-size: cover;
}

.container-xlarge {
    max-width: 78rem;
    margin-left: auto;
    margin-right: auto;
}



.hero-content-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.hero-content-wrapper.p {
    align-items: stretch;
}

.top-mid {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    width: 25rem;
    text-decoration: none;
    display: flex;
}

.upper-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.lower-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: stretch;
    display: flex;
}

.text-style-number {
    color: var(--shadow-1);
}

.external-link-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    overflow: clip;
}

.external-link {
    width: auto;
    height: auto;
}

.middle-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 45rem;
    display: flex;
}

.middle-content.large {
    width: 65rem;
}

.middle-content.c {
    margin-left: auto;
    margin-right: auto;
}

.middle-content.hero {
    width: 60rem;
}

.button-group {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
}

.button-group.margin-top {
    margin-top: 10px;
}

.heading-style-h1 {
    opacity: 1;
    color: var(--white);
    text-align: center;
    letter-spacing: -1.44px;

    font-size: 65px;
    font-weight: 700;
    line-height: 75px;
}

.heading-style-h1.small {
    text-align: center;
    font-size: 60px;
    line-height: 70px;
}

.heading-style-h1.small.left {
    text-align: left;
    font-size: 55px;
    font-weight: 700;
    line-height: 65px;
}

.heading-style-h1.small.left._2._3,
.heading-style-h1.small._1 {
    font-size: 45px;
    line-height: 55px;
}

.heading-style-h1.left-align {
    text-align: left;
}

.para-size-large {
    color: var(--shadow-1);
    text-align: center;
    letter-spacing: -.14px;

    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.para-size-large.small {
    text-align: center;
    width: 38rem;
}

.blur {
    opacity: .7;
}

.bottom-image-wrrapper {
    flex: 1;
    margin-top: 20px;
}

.hero-image {
    width: 100%;
    height: 100%;
}

.logo-image {
    width: 150px;
    display: block;
    overflow: visible;
}

.section-home-products {
    background-image: url("https://cdn.prod.website-files.com/678dcd12ba0255383d23a706/67a993b3e1f20bc595e1ee46_div%23star-animation-1_mask-group.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

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

.top-content-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 47rem;
    display: flex;
}

.top-content-wrapper.auto,
.top-content-wrapper.auto-1 {
    width: auto;
}

.top-content-wrapper.auto-1.left {
    border: 1px solid #c52c665e;
    border-radius: 20px;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 60px 64px 307px 40px;
    display: flex;
    position: relative;
}

.top-content-wrapper.auto-1.left.test1 {
    box-sizing: border-box;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: flex-start stretch;
    width: auto;
    padding-bottom: 304px;
    display: flex;
    overflow: visible;
}

.top-content-wrapper.auto-1.left.test1.m {
    padding: 40px 20px;
}

.top-content-wrapper.auto-1.left.test1.d {
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 0;
    padding-right: 0;
}

.top-content-wrapper.auto-1.left.test1.d.g {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
    padding-top: 40px;
}

.top-content-wrapper.auto-1.left.test1.d.g.op {
    flex-flow: column;
}

.top-content-wrapper.home {
    width: 60rem;
}

.bg-gradient {
    background-color: var(--primary);
    color: var(--primary);
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    margin-bottom: 21px;
}

.card-product {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    opacity: 1;
    color: var(--white);
    border-radius: 20px;
    border: 1px solid #C52C66;
    background: radial-gradient(90.63% 73.44% at 50% 0%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.00) 100%);

    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 30px;
    padding-left: 30px;
    text-decoration: none;
    display: flex;
}





.card-product:hover {
    opacity: .72;
    mix-blend-mode: normal;
}

.card-top {
    padding-right: 30px;
}

.card-top._1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-right: 0;
    display: flex;
}

.card-bottom {
    object-fit: cover;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
    position: static;
    overflow: clip;
}

.heading-style-h5 {

    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
}

.heading-style-h5.j {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 21px;
    line-height: 30px;
}

.para-size-medium {
    aspect-ratio: auto;
    color: var(--untitled-ui--para-color-2);
    object-fit: fill;
    width: auto;
    margin-bottom: 0;

    font-weight: 400;
    line-height: 24px;
}

.para-size-medium.gray {
    color: var(--untitled-ui--para-color-2);
}

.para-size-medium._2 {
    font-size: 16px;
}

.para-size-medium.small {
    margin-bottom: 0;
}

.card-image {
    aspect-ratio: auto;
    vertical-align: bottom;
    object-fit: cover;
    border-radius: 20px 0;
    width: 500px;
    overflow: clip;
}


.uui-text-align-center {
    text-align: center;
    overflow: clip;
}

.align-center {
    margin-left: auto;
    margin-right: auto;
}

.uui-max-width-large {
    width: 100%;
    max-width: 48rem;
}

.uui-max-width-large.align-center {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.uui-section_logos04 {
    margin-bottom: 47px;
    padding-top: 41px;
    overflow: clip;
}

.heading-style-h4 {
    color: var(--white);
    letter-spacing: normal;

    font-size: 2.5rem;
    font-weight: 700;
    line-height: 60px;
}

.section-home.why-chose-us {
    overflow: clip;
}

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

.grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}



.card.why-chose-us {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border: 1px solid #000;
    border-radius: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    display: flex;
}

.card-image-icon {
    border: 1px solid #262626;
    border-radius: 5px;
    justify-content: flex-start;
    align-items: center;
    padding: 14px;
    display: flex;
}

.heading-style-h6 {

    font-size: 20px;
    line-height: 150%;
}

.para-style-gray {
    color: var(--untitled-ui--gray);
}

.uui-testimonial16_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #0000;
    border: 1px #f9fafb;
    border-radius: 1rem;
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 50rem;
    min-width: 50rem;
    margin-right: 1rem;
    padding: 3rem 2rem;
    display: flex;
    overflow: visible;
}

.uui-section_testimonial16 {
    background-color: var(--transparent);
    border-bottom: .5px solid #c52c66;
}

.uui-testimonial16_loop-trigger {
    background-color: var(--transparent);
    display: flex;
    overflow: visible;
}

.uui-testimonial16_customer-image {
    object-fit: cover;
    border-radius: 100%;
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
    overflow: visible;
}

.heading-size-medium {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
}

.heading-size-medium.small {
    color: var(--primary);
    white-space: normal;
    word-break: normal;
    mix-blend-mode: normal;

    font-size: 30px;
    font-weight: 400;
    overflow: hidden;
}

.uui-testimonial16_component {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    margin-top: 0;
    display: flex;
    overflow: visible;
}

.uui-padding-vertical-xhuge-2 {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
}

.uui-max-width-large-2 {
    text-align: center;
    width: 100%;
    max-width: 100%;
}

.uui-max-width-large-2.align-center {
    margin-left: auto;
    margin-right: auto;
}

.uui-testimonial16_client {
    text-align: left;
    align-items: center;
    display: flex;
    overflow: clip;
}

.uui-testimonial16_client-image-wrapper {
    margin-right: 0;
    overflow: clip;
}

.uui-text-size-small-3 {
    color: var(--untitled-ui--gray);
    letter-spacing: normal;

    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
}

.uui-testimonial15_slide {
    height: 100%;
    padding-right: 2rem;
}

.uui-testimonial15_customer-image {
    object-fit: cover;
    border-radius: 100%;
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
}

.uui-testimonial15_client-image-wrapper {
    margin-right: .75rem;
}

.uui-testimonial15_client {
    text-align: left;
    align-items: center;
    margin-top: auto;
    display: flex;
}

.uui-testimonial15_rating-icon {
    color: var(--untitled-ui--warning300);
    justify-content: center;
    align-items: center;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: .25rem;
    display: flex;
}

.uui-testimonial15_rating-wrapper {
    align-items: center;
    display: flex;
}



.uui-testimonial15_mask {
    width: 33.33%;
    overflow: visible;
}

.uui-testimonial15_component {
    background-color: #0000;
    flex-flow: column;
    height: auto;
    margin-top: 4rem;
    padding-bottom: 5rem;
    display: flex;
    position: relative;
    overflow: visible;
}

.uui-section_testimonial15 {
    overflow: clip;
}

.uui-testimonial15_slide-nav {
    height: 1.75rem;
    font-size: .5rem;
    display: none;
    inset: auto auto 0% 0%;
}

.uui-testimonial15_arrow {
    border: 1px solid var(--untitled-ui--gray200\<deleted\|variable-bad2ea62\>);
    background-color: var(--transparent);
    color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    transition: all .3s;
    display: flex;
    inset: auto 0% 0% 0;
}

.uui-testimonial15_arrow:hover {
    background-color: var(--flowui-component-library--gray-500);
}

.uui-testimonial15_arrow.left {
    margin-left: auto;
    margin-right: auto;
    right: 60px;
}

.uui-testimonial15_arrow.j {
    margin-left: auto;
    margin-right: auto;
    left: 60px;
    right: 0;
}

.uui-button-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1.25rem;
    min-width: 1.25rem;
    height: 1.25rem;
    min-height: 1.25rem;
    display: flex;
}

.uui-space-xsmall-2 {
    width: 100%;
    min-height: 1rem;
}

.uui-testimonial15_client-heading {
    color: var(--white);
    letter-spacing: normal;

    font-size: 1rem;
    font-weight: 400;
}

.bottom-content-wrapper-1 {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.bottom-content-wrapper-1.center {
    justify-content: space-between;
    align-items: center;
}

.bottom-content-wrapper-1._2 {
    margin-bottom: 10px;
}

.bottom-content-wrapper-1._1 {}

.bottom-content-wrapper-1.full {
    width: 100%;
}

.testimonial-heading.paragraph {
    width: 60rem;
}

.testimonial-heading.paragraph.large {
    width: 45rem;
}

.testimonial-heading.paragraph.small {
    width: 40rem;
}

.heading-small {

    font-size: 20px;
    line-height: 130%;
}

.heading-small.footer {
    text-transform: capitalize;
    -webkit-text-fill-color: inherit;
    background-image: linear-gradient(#0000, #0000);
    background-clip: border-box;
    border: 1px solid #0000;
    border-radius: 0;
    font-size: 25px;
    font-weight: 400;
    display: block;
}

.para-size-small {
    margin-bottom: 0;

    font-size: 14px;
    line-height: 24px;
}

.free-trail.content-wrapper {
    background-image: url("https://cdn.prod.website-files.com/678dcd12ba0255383d23a706/67cdb29fb6f41ed818ae027f_testaaa.png");
    background-position: 50%;
    background-size: cover;
    border: 1px solid #473a4b;
    border-radius: 12px;
    padding: 100px 40px;
}

.fn-faq-item-toggle {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    cursor: pointer;
    background-color: #0f1213;
    border-radius: 16px;
    flex-direction: column;
    padding: 24px;
    display: flex;
}

.div-block {
    overflow: clip;
}

.marquee-wrap {
    display: flex;
}

.loop-track {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.white-gradiant-overlay-div {
    z-index: 5;
    background-image: linear-gradient(90deg, var(--untitled-ui--black), #fff0);
    min-width: 14rem;
    min-height: 5rem;
    position: absolute;
    inset: -16px auto 0% 0%;
}

.white-gradiant-overlay-div._1 {
    background-image: linear-gradient(260deg, var(--untitled-ui--black), #fff0);
    left: auto;
    right: 0%;
}

.loop-collection {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    display: flex;
}

.image {
    width: 250px;
    height: auto;
    overflow: clip;
}

.logos-wrapper {
    width: 150px;
}

.image-2 {
    width: 300px;
    height: auto;
    overflow: hidden;
}

.div-block-2 {
    width: 150px;
}

.brix---color-neutral-800 {
    color: var(--elements-webflow-library--neutral--800\<deleted\|variable-44c33ad4\>);
}

.brix---color-neutral-600 {
    color: var(--elements-webflow-library--neutral--600\<deleted\|variable-06b40b4b\>);
}

.brix---mg-bottom-16px {
    margin-bottom: 16px;
}

.brix---mg-bottom-48px {
    margin-bottom: 48px;
}

.brix---container-default {
    max-width: 1218px;
    padding-left: 24px;
    padding-right: 24px;
}

.brix---section {
    color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
    padding-top: 176px;
    padding-bottom: 176px;
}

.brix---heading-h2-size {
    margin-top: 0;
    margin-bottom: 0;

    font-size: 38px;
    font-weight: 700;
    line-height: 50px;
}

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

.brix---accordion-header {
    align-items: center;
    display: flex;
}

.brix---acordion-body {
    width: 100%;
    overflow: hidden;
}

.brix---accordion-spacer {
    min-height: 16px;
}

.brix---accordion-icon-wrapper {
    justify-content: center;
    align-items: center;
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
    display: flex;
}

.brix---accordion-title {
    margin-top: 0;
    margin-bottom: 0;
}

.brix---paragraph-default {
    margin-bottom: 0;

    font-size: 18px;
    line-height: 30px;
}

.brix---inner-container-574px---center {
    max-width: 574px;
    margin-left: auto;
    margin-right: auto;
}

.brix---inner-container-1012px-center {
    max-width: 1012px;
    margin-left: auto;
    margin-right: auto;
}

.brix---accordion-item-wrapper-v2 {
    border-style: solid;
    border-width: 1px 0;
    border-color: var(--elements-webflow-library--neutral--300\<deleted\|variable-37cef123\>);
    background-color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
    box-shadow: none;
    cursor: pointer;
    border-radius: 0;
    justify-content: space-between;
    width: 100%;
    margin-bottom: -1px;
    padding: 56px 0;
    transition: transform .3s;
    display: flex;
}

.brix---accordion-item-wrapper-v2:hover {
    transform: translate(8px);
}

.brix---accordion-btn-vertical-line-v2 {
    background-color: var(--elements-webflow-library--neutral--800\<deleted\|variable-44c33ad4\>);
    border-radius: 20px;
    width: 2px;
    height: 28px;
    position: absolute;
}

.brix---accordion-btn-horizontal-line-v2 {
    background-color: var(--elements-webflow-library--neutral--800\<deleted\|variable-44c33ad4\>);
    border-radius: 20px;
    width: 28px;
    height: 2px;
    position: absolute;
}

.brix---accordion-content-wrapper-v2 {
    flex-direction: column;
    justify-content: center;
    max-width: 730px;
    display: flex;
}

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

.brix---accordion-right-side {
    margin-left: 24px;
    margin-right: 0;
}

.f-h3-heading {
    color: var(--flowui-component-library--gray-900\<deleted\|variable-7b64cafb\>);
    letter-spacing: -.02em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    line-height: 1.2;
}

.f-container-regular {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.f-margin-bottom-12 {
    margin-bottom: 12px;
}

.f-paragraph-large {
    letter-spacing: -.02em;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 32px;
}

.f-h5-heading {
    color: var(--flowui-component-library--gray-900\<deleted\|variable-7b64cafb\>);
    letter-spacing: -.02em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 1.4;
}

.f-section-large {
    padding: 92px 5%;
    position: relative;
}

.f-heading-detail-small {
    color: var(--flowui-component-library--gray-500);
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

.f-grid-one-column {
    grid-column-gap: 40px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
}

.f-career-tab-button {
    color: var(--flowui-component-library--gray-900\<deleted\|variable-7b64cafb\>);
    text-align: center;
    letter-spacing: -.02em;
    white-space: nowrap;
    background-color: #0000;
    border-radius: 48px;
    height: 40px;
    margin-left: 8px;
    margin-right: 8px;
    padding: 8px 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    transition: all .3s;
}

.f-career-tab-button:hover {
    background-color: var(--flowui-component-library--gray-200\<deleted\|variable-7bab5fb1\>);
}

.f-career-tab-button.w--current {
    color: #fff;
    background-color: #160042;
    border-radius: 48px;
    font-weight: 500;
}

.f-career-tab-button.first-item {
    margin-left: 0;
}

.f-career-card {
    border: 1px solid #e4e6f1;
    border-radius: 12px;
    align-items: flex-start;
    padding: 40px;
    transition: box-shadow .3s;
    display: flex;
}

.f-career-card:hover {
    box-shadow: 0 48px 140px -48px #393b6a29;
}

.f-career-tab-menu {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
    display: flex;
}

.f-career-top-wrapper {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    display: flex;
}

.f-career-tabs-regular {
    margin-top: 48px;
}

.f-career-content-wrapper {
    width: 100%;
}

.f-career-button-primary {
    background-color: var(--flowui-component-library--gray-900\<deleted\|variable-7b64cafb\>);
    color: var(--flowui-component-library--white\<deleted\|variable-f397231a\>);
    text-align: center;
    letter-spacing: -.02em;
    border-radius: 48px;
    justify-content: center;
    align-items: center;
    min-height: 40px;
    padding: 8px 32px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color .2s;
    display: flex;
}

.f-career-button-primary:hover {
    background-color: var(--flowui-component-library--gray-700\<deleted\|variable-87e3868e\>);
}

.f-career-title-centre {
    z-index: 5;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
}

.f-career-button-wrapper {
    grid-column-gap: 14px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 32px;
    display: flex;
}

.f-career-button-secondary {
    border: 1px solid var(--flowui-component-library--grey-300);
    color: var(--flowui-component-library--gray-900\<deleted\|variable-7b64cafb\>);
    text-align: center;
    letter-spacing: -.02em;
    border-radius: 48px;
    justify-content: center;
    align-items: center;
    min-width: 120px;
    min-height: 40px;
    padding: 8px 32px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: border-color .2s, background-color .2s;
    display: flex;
}

.f-career-button-secondary:hover {
    background-color: var(--flowui-component-library--gray-200\<deleted\|variable-7bab5fb1\>);
    border-color: #0000;
}

.f-career-badge-small {
    background-color: var(--flowui-component-library--gray-100);
    color: var(--flowui-component-library--gray-900\<deleted\|variable-7b64cafb\>);
    text-align: center;
    letter-spacing: -.02em;
    border-radius: 48px;
    justify-content: center;
    align-items: center;
    padding: 4px 12px;
    font-size: 12px;
    text-decoration: none;
    transition: all .2s;
    display: flex;
}

.brix---color-neutral-100 {
    color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
}

.brix---cta-card {
    background-color: var(--elements-webflow-library--accent--primary-1\<deleted\|variable-86b36df2\>);
    border-radius: 30px;
    padding: 110px 60px;
    position: relative;
}

.brix---btn-large-icon {
    background-color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
    color: var(--elements-webflow-library--neutral--800\<deleted\|variable-44c33ad4\>);
    transform-style: preserve-3d;
    border-radius: 14px;
    justify-content: center;
    align-items: flex-start;
    padding: 46px 34px;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-decoration: none;
    transition: transform .3s, color .3s;
    display: flex;
}

.brix---btn-large-icon:hover {
    transform: scale3d(.96, .96, 1.01);
}

.brix---link-icon-right {
    margin-left: 6px;
}

.brix---section-small {
    padding-top: 0;
    padding-bottom: 0;
}

.brix---cta-v4-floating-item-01 {
    position: absolute;
    inset: auto auto 0% 0%;
}

.brix---cta-v3-floating-item-02-2 {
    position: absolute;
    inset: 0% 0% auto auto;
}

.brix---buttons-large-row {
    align-items: center;
    display: flex;
}

.brix---btn-large-icon-transparent {
    border: 1px solid var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
    color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
    transform-style: preserve-3d;
    background-color: #0000;
    border-radius: 14px;
    justify-content: center;
    align-items: flex-start;
    padding: 46px 34px;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-decoration: none;
    transition: transform .3s, color .3s;
    display: flex;
}

.brix---btn-large-icon-transparent:hover {
    color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
    transform: scale3d(.96, .96, 1.01);
}

.brix---grid-cta-v16 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-rows: auto;
    grid-template-columns: .8fr .8fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
}

.brix---button-large-row-left {
    margin-right: 24px;
}

.brix---mg-bottom-32px {
    margin-bottom: 32px;
}

.brix---position-relative {
    text-align: center;
    position: relative;
}

.brix---error-message {
    color: #ff5a65;
    text-align: center;
    background-color: #ffeff0;
    border-radius: 16px;
    margin-top: 20px;
    padding: 20px 24px;
    font-size: 18px;
    line-height: 30px;
}

.brix---icon-list-item-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
}

.brix---icon-list {
    margin-right: 16px;
}

.brix---btn-primary-small-input {
    background-color: var(--primary);
    color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
    text-align: center;
    letter-spacing: .1px;
    transform-style: preserve-3d;
    border-radius: 6px;
    justify-content: center;
    padding: 5px 24px;

    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    transition: transform .3s, color .3s;
    position: absolute;
    top: 8px;
    bottom: 8px;
    right: 8px;
}

.brix---btn-primary-small-input:hover {
    background-color: var(--primary);
    color: #fff;
    transform: translate3d(0, -3px, .01px);
}

.brix---success-message-white {
    border: 1px solid var(--elements-webflow-library--neutral--500\<deleted\|variable-769b0229\>);
    background-color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
    color: var(--elements-webflow-library--accent--primary-1\<deleted\|variable-86b36df2\>);
    border-radius: 24px;
    padding: 28px;
    font-size: 18px;
    line-height: 30px;
    box-shadow: 0 3px 8px #211f5433;
}

.brix---icon-success-message-left {
    margin-right: 10px;
}

.brix---text-200-bold {

    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}

.brix---grid-cta-v3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .9fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
}

.brix---input-large-button-inside {
    border: 1px solid var(--primary);
    background-color: var(--transparent);
    border-radius: 6px;
    min-height: 65px;
    margin-bottom: 0;
    margin-right: 0;
    padding: 10px 24px;
    font-size: 18px;
    line-height: 20px;
}

.brix---input-large-button-inside:hover {
    border-color: var(--primary);
}

.brix---input-large-button-inside:focus {
    border-color: var(--primary);
    color: var(--white);
}

.brix---input-large-button-inside::placeholder {
    color: var(--white);

    font-size: 15px;
}

.brix---input-large-button-inside._2 {
    border-color: var(--white);
    border-radius: 6px;
    min-height: 45px;
}

.brix---cta-v16-card {
    background-color: var(--transparent);
    border-radius: 30px;
    padding: 0;
    position: relative;
}

.brix---flex-horizontal---vertical-mbp {
    justify-content: center;
    align-items: center;
    display: flex;
}

.div-block-3 {
    width: 480px;
}

.brix---color-neutral-801 {
    color: var(--elements-webflow-library--neutral--600\<deleted\|variable-06b40b4b\>);
}

.brix---mg-bottom-24px {
    margin-bottom: 24px;
}

.brix---mg-bottom-40px {
    margin-bottom: 40px;
}

.footer {
    padding-top: 100px;
    background: linear-gradient(30deg, var(--primary) 0%, #c52c660f 100%);
}

.brix---grid-footer-v1 {
    grid-column-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1.75fr 1fr 1fr 1fr;
}

.brix---footer-logo {
    transform-style: preserve-3d;
    transition: transform .3s;
}

.brix---footer-logo:hover {
    transform: scale3d(.97, .97, 1.01);
}

.brix---footer-list-wrapper {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

.brix---footer-list-item {
    margin-bottom: 10px;
    padding-left: 0;
    display: flex;
}

.brix---footer-list-item._1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
}

.brix---footer-link {
    color: var(--elements-webflow-library--neutral--600\<deleted\|variable-06b40b4b\>);
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    transition: color .3s;
}

.brix---footer-link:hover {
    color: var(--elements-webflow-library--accent--primary-1\<deleted\|variable-86b36df2\>);
}

.brix---footer-top {
    padding-top: 0;
    padding-bottom: 40px;
}

.brix---footer-bottom {
    border-top: 1px solid var(--white);
    color: var(--elements-webflow-library--neutral--600\<deleted\|variable-06b40b4b\>);
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
}

.brix---icon-square-36px {
    background-color: var(--elements-webflow-library--secondary--color-2\<deleted\|variable-8edf41ba\>);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 36px;
    min-width: 36px;
    height: 36px;
    min-height: 36px;
    text-decoration: none;
    transition: transform .3s, background-color .3s, color .3s;
    display: flex;
    overflow: hidden;
}

.brix---icon-square-36px:hover {
    transform: scale(.92);
}

.brix---footer-col-title {
    color: var(--elements-webflow-library--neutral--800\<deleted\|variable-44c33ad4\>);
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
}

.brix---paragraph-link {
    color: var(--elements-webflow-library--accent--primary-1\<deleted\|variable-86b36df2\>);
    text-decoration: underline;
    transition: color .3s;
}

.brix---paragraph-link:hover {
    color: var(--elements-webflow-library--secondary--color-1\<deleted\|variable-6e6412b6\>);
}

.brix---social-media-grid-left {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, 36px);
    justify-content: start;
    align-self: center;
    justify-items: start;
}

.div-block-4,
.footer-columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
}

.footer-link {
    color: var(--white);
    letter-spacing: .5px;
    text-transform: none;
    cursor: pointer;

    font-size: 14px;
    text-decoration: none;
}

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

.brix---color-neutral-802 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: var(--elements-webflow-library--neutral--800\<deleted\|variable-44c33ad4\>);
    justify-content: center;
    align-items: center;
    display: flex;
}

.brix---color-neutral-803 {
    color: var(--elements-webflow-library--neutral--600\<deleted\|variable-06b40b4b\>);
}

.brix---mg-bottom-16px-2 {
    margin-bottom: 16px;
}

.brix---mg-bottom-48px-2 {
    margin-bottom: 48px;
}

.brix---mg-bottom-0 {
    margin-bottom: 0;
}

.brix---container-default-2 {
    max-width: 1218px;
    padding-left: 24px;
    padding-right: 24px;
}

.section-faqs {
    color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
    padding-top: 0;
    padding-bottom: 0;
}

.brix---heading-h2-size-2 {
    margin-top: 0;
    margin-bottom: 0;

    font-size: 38px;
    font-weight: 700;
    line-height: 50px;
}

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

.brix---accordion-header-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
}

.brix---acordion-body-2 {
    width: 100%;
    overflow: hidden;
}

.brix---accordion-spacer-2 {
    min-height: 16px;
}

.brix---accordion-content-wrapper {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    display: flex;
}

.brix---accordion-icon-wrapper-2 {
    justify-content: center;
    align-items: center;
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
    display: flex;
}

.brix---accordion-title-2 {
    margin-top: 0;
    margin-bottom: 0;
}

.brix---paragraph-default-2 {
    margin-bottom: 0;

    font-size: 18px;
    line-height: 30px;
}

.brix---inner-container-574px---center-2 {
    max-width: 574px;
    margin-left: auto;
    margin-right: auto;
}

.brix---grid-1-column-gap-row-24px {
    grid-row-gap: 24px;
    color: var(--primary);
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.brix---grid-2-columns-stats-v4 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    display: grid;
}

.brix---accordion-item-wrapper-v4 {
    border-style: none none solid;
    border-width: 1px;
    border-color: var(--primary) var(--primary) #c52c66bd;
    background-color: var(--transparent);
    cursor: pointer;
    border-radius: 0;
    width: 100%;
    padding: 20px 0;
    transition: transform .3s;
    display: flex;
}

.heading-syle-small {
    color: var(--white);
    margin-bottom: 0;

    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
}

.heading-syle-small._2 {
    flex: 0 auto;
    font-size: 24px;
    line-height: 32px;
}

.numbers {
    border: 1px solid var(--primary);
    border-radius: 8px;
    padding: 16px;
}

.text-number {
    color: var(--white);

    font-weight: 500;
    line-height: 100%;
}

.section-hero.create-offers {
    background-image: url("https://cdn.prod.website-files.com/678dcd12ba0255383d23a706/67a993b3e1f20bc595e1ee46_div%23star-animation-1_mask-group.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.section-hero.pricing {
    background-image: url("https://cdn.prod.website-files.com/678dcd12ba0255383d23a706/67ac54422e8dc6c84236246f_Ellipse%208.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-card {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    width: 500px;
    display: flex;
}

.top-card.small {
    width: auto;
}

.top-card.small._1 {
    padding-right: 40px;
}

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



.lightbox-link {
    position: relative;
}



.brix---color-neutral-804 {
    color: var(--elements-webflow-library--neutral--800\<deleted\|variable-44c33ad4\>);
}

.brix---color-neutral-805 {
    color: var(--elements-webflow-library--neutral--600\<deleted\|variable-06b40b4b\>);
}

.brix---mg-bottom-16px-3 {
    margin-bottom: 16px;
}

.brix---mg-bottom-48px-3 {
    margin-bottom: 48px;
}

.brix---display-4 {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
}

.brix---border-radius-24px {
    z-index: -1;
    border-radius: 24px;
    overflow: hidden;
    transform: translate(0);
}

.brix---container-default-3 {
    max-width: 1218px;
    padding-left: 0;
    padding-right: 0;
}

.tab-section {
    color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
    padding-top: 0;
    padding-bottom: 0;
}

.brix---heading-h2-size-3 {
    margin-top: 0;
    margin-bottom: 0;

    font-size: 38px;
    font-weight: 700;
    line-height: 50px;
}

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

.brix---subtitle {
    color: #4a3aff;
    text-align: left;
    letter-spacing: .15em;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}

.brix---tab-left-icon {
    border: 1px solid var(--untitled-ui--gray700);
    background-color: var(--transparent);
    color: var(--white);
    text-align: center;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 16px 20px;

    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    display: flex;
}

.brix---tab-left-icon:hover {
    border-color: var(--untitled-ui--gray700);
    box-shadow: none;
}

.brix---tab-left-icon.w--current {
    background-color: var(--transparent);
    box-shadow: none;
    color: var(--primary);
    border-width: 1px;
    border-color: #c52c6680;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    transition-property: none;
}

.brix---paragraph-default-3 {
    margin-bottom: 0;

    font-size: 18px;
    line-height: 30px;
}

.brix---inner-container-640px---center {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.brix---mg-left-16px {
    margin-left: 16px;
}

.brix---inner-container-1068px-center {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
}

.brix---tabs-wrapper-tabs-left {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 60px;
    display: flex;
}

.tableft-side {
    color: #fff;
    border: 1px #c52c6680;
    border-radius: 20px;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 240px;
    margin-bottom: 0;
    margin-right: 30px;
    padding: 30px 20px;
    display: flex;
}

.brix---tabs-content-card {
    border: 1px none var(--elements-webflow-library--neutral--400);
    border-radius: 24px;
    width: 100%;
    padding: 0;
    overflow: visible;
}

.brix---square-icon-48px {
    border-radius: 10px;
    width: 48px;
}

.tab-pane-brix---mobile-app {
    color: #fff;
}

.grid-4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
}

.tab-data {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    display: flex;
}

.text-span,
.text-span-2 {
    color: var(--primary);
}

.div-block-5 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    width: 100%;
    margin-top: 20px;
    display: flex;
}

.div-block-5.pricing {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.collection-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.pr-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: var(--white);
    flex-flow: column;
    height: 100%;
    padding: 19px;
    text-decoration: none;
    display: flex;
}

.partner-logo {
    width: 50px;
}

.div-block-6 {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}

.partner-name {

    font-size: 20px;
}

.partner-detail {
    color: var(--shadow-1);

    font-size: 14px;
    line-height: 1.4;
}

.grid-5 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
}

.pricing-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 30px;
    display: flex;
}

.text-block-2 {

    font-size: 20px;
}

.text-block-3 {
    color: var(--shadow-1);
    font-size: 14px;
}

.text-block-4 {

    font-size: 48px;
    font-weight: 500;
}

.pr-small {
    color: var(--shadow-1);
    font-size: 14px;
}

.image-103 {
    width: 40px;
}

.body {}

.line {
    background-color: #ffffff3d;
    height: 1px;
}

.div-block-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
}

.points {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.div-block-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
}

.text-span-3 {
    color: var(--primary);
}

.body-2 {}

.text-block-5 {
    font-size: 21px;
}

.div-block-9 {
    margin-top: 40px;
}

.grid-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.featurre {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    padding: 20px;
    display: flex;
}

.icon-block {
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
}

.feature-para {
    color: var(--shadow-1);
}

.test-body {
    color: var(--untitled-ui--black);
    background-color: #0000;
}

.top-bar {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #c7f2ab;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 11px;
    padding-bottom: 11px;
    display: flex;
}

.text-block-6 {
    background-color: #1668e8;
    border-radius: 30px;
    padding: 7px 22px;

    font-size: 14px;
    font-weight: 400;
}

.text-block-7 {
    color: var(--untitled-ui--black);
    font-size: 14px;
}

.hero-section {
    padding: 212px 60px;
}


.grid-7 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
}

.text-block-8 {
    margin-bottom: 20px;
}

.div-block-10 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.text-block-9 {
    margin-top: 33px;
}

.button {
    margin-top: 40px;
}

.paragraph-2 {
    font-size: 18px;
    line-height: 1.6;
}

.text-span-4 {
    color: var(--primary);
}



.image-105 {
    z-index: auto;
    box-sizing: border-box;
    vertical-align: baseline;
    mix-blend-mode: normal;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    width: auto;
    max-width: 90%;
    height: auto;
    position: absolute;
    inset: auto 0% 0% auto;
    transform: translate(0);
}

.image-105._1 {
    margin-left: auto;
    position: static;
}

.button-2 {
    text-align: center;
    vertical-align: middle;
    background-color: #c31b66;
    border-radius: 10px;
    width: 300px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
}

.heading {
    margin-top: 42px;
    margin-bottom: -27px;
}

.grid-8 {
    object-fit: fill;
    flex: 0 auto;
    place-items: stretch stretch;
    width: 100%;
}

.grid-9 {
    box-sizing: border-box;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    aspect-ratio: auto;
    object-fit: fill;
    grid-auto-flow: row;
    place-content: stretch center;
    place-items: stretch stretch;
    margin-top: 67px;
    overflow: visible;
}

.grid-9._3x {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
}



.code-embed {
    text-align: left;
    display: flex;
}

.code-embed-2,
.code-embed-3,
.code-embed-4,
.code-embed-5,
.code-embed-6,
.code-embed-7,
.code-embed-8,
.code-embed-9,
.code-embed-10,
.code-embed-11,
.code-embed-12,
.code-embed-13,
.code-embed-14,
.code-embed-15,
.code-embed-16,
.code-embed-17,
.code-embed-18,
.code-embed-19,
.code-embed-20,
.code-embed-21,
.code-embed-22,
.code-embed-23,
.code-embed-24,
.code-embed-25,
.code-embed-26,
.code-embed-27,
.code-embed-28,
.code-embed-29,
.code-embed-30,
.code-embed-31,
.code-embed-32,
.code-embed-33,
.code-embed-34,
.code-embed-35,
.code-embed-36,
.code-embed-37,
.code-embed-38,
.code-embed-39,
.code-embed-40,
.code-embed-41,
.code-embed-42,
.code-embed-43 {
    display: flex;
}

.uui-max-width-medium {
    width: 100%;
    max-width: 35rem;
}

.uui-container-large {
    width: 100%;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}

.uui-page-padding {
    padding-left: 2rem;
    padding-right: 2rem;
}

.uui-button {
    grid-column-gap: .5rem;
    border: 1px solid var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
    color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
    text-align: center;
    white-space: nowrap;
    border-radius: .5rem;
    justify-content: center;
    align-items: center;
    padding: .625rem 1.125rem;

    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    transition: all .3s;
    display: flex;
    box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
    border-color: var(--untitled-ui--primary700);
    background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
    background-color: var(--untitled-ui--primary600);
    box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button.is-button-large {
    grid-column-gap: .75rem;
    padding: 1rem 1.75rem;
    font-size: 1.125rem;
}

.uui-heading-xlarge {
    color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
    margin-top: 0;
    margin-bottom: 0;

    font-size: 3.75rem;
    font-weight: 600;
    line-height: 1.2;
}

.uui-button-row {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
}

.uui-button-icon-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1.25rem;
    min-width: 1.25rem;
    height: 1.25rem;
    min-height: 1.25rem;
    display: flex;
}

.uui-button-icon-2.is-icon-large {
    width: 1.5rem;
    min-width: 1.5rem;
    height: 1.5rem;
    min-height: 1.5rem;
}

.uui-section_heroheader03 {
    overflow: hidden;
}

.uui-heroheader03_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
}

.uui-heroheader03_content {
    z-index: 1;
    margin-right: -6rem;
    position: relative;
}

.uui-heroheader03_content.j {
    width: 95%;
}

.uui-heroheader03_image {
    object-fit: cover;
    border-top-right-radius: 4rem;
    border-bottom-left-radius: 4rem;
    width: 100%;
    height: 30rem;
}

.uui-heroheader03_arrow-image {
    position: absolute;
    bottom: 5rem;
    left: -12rem;
}

.uui-text-size-xlarge {
    color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);

    font-size: 1.25rem;
    line-height: 1.5;
}

.uui-heroheader03_image-wrapper {
    position: relative;
}

.uui-button-secondary-gray-2 {
    grid-column-gap: .5rem;
    border: 1px solid var(--untitled-ui--gray300);
    background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
    color: var(--untitled-ui--gray700);
    text-align: center;
    white-space: nowrap;
    border-radius: .5rem;
    justify-content: center;
    align-items: center;
    padding: .625rem 1.125rem;

    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    transition: all .3s;
    display: flex;
    box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-2:hover {
    background-color: var(--untitled-ui--gray50-2\<deleted\|variable-8a511359\>);
    color: var(--transparent);
}

.uui-button-secondary-gray-2:focus {
    background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
    box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray-2.is-button-large {
    grid-column-gap: .75rem;
    padding: 1rem 1.75rem;
    font-size: 1.125rem;
}

.uui-space-small {
    width: 100%;
    min-height: 1.5rem;
}

.uui-space-large {
    width: 100%;
    min-height: 3rem;
}

.uui-padding-vertical-xhuge {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.text-span-5 {
    color: var(--primary);
}

.div-block-11 {
    margin-top: 60px;
}

.text-span-6 {
    color: var(--primary);
}

.f-h1-heading {
    color: var(--flowui-component-library--gray-900\<deleted\|variable-7b64cafb\>);
    letter-spacing: -.04em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 64px;
    line-height: 1.2;
}

.f-container-regular-2 {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.f-button-secondary {
    border: 1px solid var(--flowui-component-library--grey-300);
    color: var(--flowui-component-library--gray-900\<deleted\|variable-7b64cafb\>);
    letter-spacing: -.02em;
    background-color: #fff;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    padding: 12px 32px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: border-color .3s, background-color .3s;
    display: flex;
}

.f-button-secondary:hover {
    background-color: var(--flowui-component-library--gray-200\<deleted\|variable-7bab5fb1\>);
    border-color: #0000;
}

.f-margin-bottom-08 {
    margin-bottom: 8px;
}

.f-margin-bottom-24 {
    margin-bottom: 24px;
}

.f-margin-bottom-32 {
    margin-bottom: 32px;
}

.f-image-cover {
    object-fit: cover;
    width: auto;
    height: auto;
}

.f-paragraph-large-2 {
    letter-spacing: -.02em;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 32px;
}

.f-section-large-2 {
    padding: 92px 5%;
    position: relative;
}

.f-button-neutral {
    background-color: var(--flowui-component-library--gray-900\<deleted\|variable-7b64cafb\>);
    color: var(--flowui-component-library--white\<deleted\|variable-f397231a\>);
    text-align: center;
    letter-spacing: -.02em;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    padding: 12px 32px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color .3s;
    display: flex;
}

.f-button-neutral:hover {
    background-color: var(--flowui-component-library--gray-700\<deleted\|variable-87e3868e\>);
}

.f-heading-detail-small-2 {
    color: var(--flowui-component-library--gray-500);
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

.f-header-image-wrapper-tall {
    border-radius: 12px;
    width: 100%;
    max-width: 500px;
    height: auto;
    overflow: hidden;
}

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

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

@media screen and (min-width: 1280px) {

    .page-wrapper,
    .main-wrapper {
        overflow: clip;
    }

    .nav-bar {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .uui-navbar07_menu {
        justify-content: space-between;
    }

    /* .padding-global {
        padding-top: 140px;
        padding-left: 100px;
        padding-right: 100px;
    }

    .padding-global._3 {
        padding-top: 100px;
    }

    .padding-global.large.bg-image {
        background-position: 50% 76%;
    }

    .padding-global.smal {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .padding-global.small {
        padding-top: 100px;
    } */

    .section-home-hero.bg-image {
        background-position: 50%;
        background-repeat: no-repeat;
    }

    .container-xlarge {
        overflow: clip;
    }



    .middle-content {
        width: 50rem;
    }

    .heading-style-h1,
    .heading-style-h1.small {
        font-size: 70px;
        line-height: 80px;
    }

    .logo-image {
        width: 200px;
    }

    .top-content-wrapper {
        width: 57rem;
    }

    .top-content-wrapper.auto {
        width: 61rem;
    }

    .card.why-chose-us {
        padding: 40px;
    }

    .uui-testimonial15_content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .uui-testimonial15_arrow {
        background-color: var(--transparent);
        color: #667085;
        right: 0%;
    }

    .uui-testimonial15_arrow:hover {
        background-color: var(--flowui-component-library--gray-500);
    }

    .uui-testimonial15_arrow.left {
        right: 60px;
    }

    .uui-testimonial15_arrow.left:hover {
        background-color: var(--flowui-component-library--gray-500);
    }

    .free-trail.content-wrapper {
        padding-left: 100px;
        padding-right: 100px;
    }

    .flex-block {
        margin-bottom: 60px;
    }

    .uui-heroheader03_content.j {
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (min-width: 1440px) {
    .nav-bar {
        padding: 20px 6.25rem;
    }

    .uui-navbar07_menu {
        justify-content: space-around;
    }

    /* .padding-global {
        padding-top: 140px;
    }

    .padding-global.large {
        padding-left: 100px;
        padding-right: 100px;
    }

    .padding-global.large.bg-image {
        background-position: 50% 72%;
    } */

    .section-home-hero.bg-image {
        background-position: 50%;
        background-size: cover;
    }

    .container-xlarge {
        margin-left: auto;
        margin-right: auto;
    }

    .middle-content {
        width: 50rem;
    }

    .heading-style-h1 {
        opacity: .89;
        font-size: 70px;
        line-height: 80px;
    }

    .heading-style-h1.small.left {
        font-size: 70px;
        line-height: 80px;
    }

    .logo-image {
        width: 200px;
    }

    .top-content-wrapper.auto {
        width: 70rem;
    }

    .top-content-wrapper.auto-1.left.test1 {
        padding-bottom: 337px;
    }

    .uui-testimonial16_content {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .uui-testimonial16_loop-trigger {
        overflow: clip;
    }

    .heading-size-medium.small {
        text-transform: capitalize;
        font-size: 26px;
        font-weight: 600;
    }

    .uui-testimonial16_component {
        margin-top: 0;
    }

    .uui-padding-vertical-xhuge-2 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .uui-testimonial15_arrow {
        right: 0%;
    }

    .uui-testimonial15_arrow.left {
        right: 60px;
    }

    .uui-testimonial15_arrow.j {
        left: 60px;
    }

    .testimonial-heading.paragraph {
        width: 45rem;
    }

    .testimonial-heading.paragraph.large {
        width: auto;
    }

    .brix---grid-footer-v1 {
        grid-column-gap: 91px;
        grid-template-columns: minmax(340px, 1fr) auto auto auto auto;
    }

    .numbers {
        border-color: var(--primary);
        color: #211f54;
    }

    .grid-7 {
        grid-column-gap: 120px;
        grid-row-gap: 120px;
    }

    .image-105 {
        height: auto;
    }
}

@media screen and (min-width: 1920px) {
    .container-xlarge {
        margin-left: auto;
        margin-right: auto;
    }

    .top-content-wrapper.auto-1.left.test1 {
        padding-bottom: 465px;
    }

    .heading-size-medium.small {
        color: #000;
        font-size: 26px;
    }

    .uui-testimonial15_arrow.left {
        right: 60px;
    }

    .grid-7 {
        grid-column-gap: 142px;
        grid-row-gap: 142px;
    }

    .paragraph-2 {
        font-size: 20px;
    }

    .image-105 {
        height: auto;
    }
}

@media screen and (max-width: 991px) {
    .hide-tablet {
        display: none;
    }

    .uui-text-size-small {
        color: var(--white);

    }

    .show-tablet {
        display: block;
    }

    .uui-dropdown-icon {
        color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
        inset: auto 0% auto auto;
    }

    .menu-icon_line-middle-inner {
        width: 4px;
        height: 0;
        padding-bottom: 0;
        padding-right: 0;
    }

    .menu-icon_line-bottom {
        background-color: var(--primary);
        border-radius: 1rem;
        width: 24px;
        height: 2px;
        padding-bottom: 0;
        padding-right: 0;
    }

    .menu-icon_line-middle {
        background-color: var(--primary);
        border-radius: 1rem;
        justify-content: center;
        align-items: center;
        width: 24px;
        height: 2px;
        margin-top: 6px;
        margin-bottom: 6px;
        padding-bottom: 0;
        padding-right: 0;
        display: flex;
    }

    .menu-icon_line-top {
        background-color: var(--primary);
        border-radius: 1rem;
        width: 24px;
        height: 2px;
        padding-bottom: 0;
        padding-right: 0;
    }

    .menu-icon_component {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 48px;
        height: 48px;
        margin-right: -.5rem;
        padding-bottom: 0;
        padding-right: 0;
        display: flex;
    }

    .uui-navbar07_dropdown-link {
        padding-left: 0;
        padding-right: 0;
    }

    .uui-navbar07_dropdown-link:hover {
        background-color: #0000;
    }

    .uui-navbar07_dropdown-link-list {
        background-color: var(--untitled-ui--black);
        color: var(--untitled-ui--black);
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 1rem;
    }

    .nav-bar {
        padding-left: 20px;
        padding-right: 20px;
    }

    .uui-navbar07_logo-link {
        flex: 1;
        overflow: clip;
    }

    .uui-navbar07_menu {
        border-top: 1px none var(--untitled-ui--gray100);
        background-color: var(--untitled-ui--black);
        -webkit-text-fill-color: inherit;
        background-image: url("https://cdn.prod.website-files.com/678dcd12ba0255383d23a706/67a065d1a24d917f064f39e8_Section%201%20(1).svg");
        background-position: 50% 0;
        background-size: cover;
        background-clip: border-box;
        justify-content: space-between;
        align-items: center;
        height: auto;
        margin-left: 0;
        padding: 1.5rem 2rem 5rem;
        position: absolute;
        overflow: auto;
    }

    .nav-menu-center {
        grid-column-gap: 0px;
        grid-row-gap: .5rem;
        color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
        flex-direction: column;
        align-items: flex-start;
        display: flex;
    }

    .nav-link {
        color: var(--shadow-1);
        width: 100%;
        padding: .75rem 0;
        font-size: 1.125rem;
    }

    .nav-link:hover {
        color: var(--untitled-ui--para-color-2);
    }

    .navbar_menu-dropdown {
        width: 100%;
        position: relative;
    }

    .navbar_dropdown-toggle {
        color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
        align-items: center;
        padding-top: .75rem;
        padding-bottom: .75rem;
        padding-left: 0;
        font-size: 1.125rem;
        display: flex;
    }

    .navbar_dropdown-toggle:hover {
        color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
    }

    .uui-navbar07_menu-right {
        flex-direction: column-reverse;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
        align-items: stretch;
        margin-top: 1.5rem;
        padding-bottom: 0;
        display: none;
    }

    .uui-navbar07_menu-right.hide {
        display: none;
    }

    .uui-navbar07_menu-button.w--open {
        background-color: #0000;
    }

    .uui-navbar07_dropdown-list {
        position: static;
        overflow: hidden;
    }

    .uui-navbar07_dropdown-list.w--open {
        box-shadow: none;
        border-style: none;
        border-color: #0000;
        width: auto;
        padding: 0;
    }

    .uui-button-secondary-gray.show-tablet {
        border-radius: 100px;
        display: block;
    }

    .uui-navbar07_button-wrapper {
        flex-direction: column-reverse;
        align-items: stretch;
        display: flex;
    }

    .uui-logo_component {
        display: block;
    }

    .uui-navbar07_item-heading {
        color: var(--white);

        font-weight: 700;
    }

    .nav-dropdown-text {
        color: var(--untitled-ui--gray);
    }

    /* .padding-global {
        padding: 60px 20px 40px;
    }

    .padding-global._3 {
        padding-top: 60px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .padding-global.large._2 {
        padding-top: 100px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .padding-global.large._1 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .padding-global.large.bg-image {
        background-position: 40% 230%;
    }

    .padding-global.small {
        padding-top: 40px;
        padding-bottom: 20px;
    } */

    .middle-content.large {
        width: auto;
        overflow: hidden;
    }

    .middle-content.hero {
        width: 40rem;
    }

    .heading-style-h1 {
        font-size: 52px;
        line-height: 56px;
    }

    .heading-style-h1.small {
        font-size: 44px;
        line-height: 60px;
    }

    .heading-style-h1.small.left {
        font-size: 45px;
        line-height: 55px;
    }

    .heading-style-h1.small.left._2 {
        font-size: 35px;
        line-height: 45px;
    }

    .para-size-large {
        font-size: 18px;
    }

    .para-size-large.small {
        width: auto;
        font-size: 16px;
    }

    .top-content-wrapper {
        width: auto;
    }

    .top-content-wrapper.auto-1.left {
        padding-bottom: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .top-content-wrapper.auto-1.left.test1 {
        flex-flow: column-reverse;
        justify-content: flex-start;
        align-items: center;
        padding-bottom: 47px;
    }

    .top-content-wrapper.auto-1.left.test1.m {
        justify-content: flex-end;
        align-items: center;
        padding: 20px 10px;
    }

    .top-content-wrapper.auto-1.left.test1.d {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
    }

    .top-content-wrapper.home {
        width: 40rem;
    }

    .card-product {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .card-image,
    .card-image._3 {
        width: auto;
    }

    .grid-2 {
        grid-template-columns: 1fr 1fr;
    }

    .card.why-chose-us {
        padding: 30px;
    }

    .heading-size-medium.small {
        overflow: visible;
    }

    .uui-testimonial16_component {
        grid-template-columns: 1fr 1fr;
    }

    .uui-padding-vertical-xhuge-2 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .uui-testimonial15_slide {
        padding-right: 1rem;
    }

    .uui-testimonial15_mask {
        width: 50%;
    }

    .uui-testimonial15_component {
        padding-left: 0;
        padding-right: 0;
    }

    .uui-testimonial15_arrow {
        right: 0%;
    }

    .uui-testimonial15_arrow.left {
        right: 60px;
    }

    .uui-space-xsmall-2 {
        min-height: .5rem;
    }

    .bottom-content-wrapper-1 {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        flex-flow: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .testimonial-heading.paragraph.large {
        width: auto;
    }

    .heading-small.footer {
        background-color: #0000;
        border: 1px #000;
    }

    .free-trail.content-wrapper {
        object-fit: cover;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .white-gradiant-overlay-div {
        background-image: linear-gradient(99deg, var(--untitled-ui--black), #fff0);
    }

    .white-gradiant-overlay-div._1 {
        background-image: linear-gradient(264deg, var(--untitled-ui--black), #fff0);
    }

    .brix---mg-bottom-48px {
        margin-bottom: 40px;
    }

    .brix---section {
        padding-top: 118px;
        padding-bottom: 118px;
    }

    .brix---heading-h2-size {
        font-size: 30px;
        line-height: 46px;
    }

    .brix---accordion-spacer {
        min-height: 12px;
    }

    .brix---accordion-item-wrapper-v2 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .brix---accordion-item-wrapper-v2:hover {
        transform: translate(6px);
    }

    .f-career-tab-button {
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .brix---cta-card {
        padding: 72px 54px;
    }

    .brix---section-small {
        padding-top: 0;
        padding-bottom: 0;
    }

    .brix---cta-v3-floating-item-02-2 {
        display: none;
    }

    .brix---buttons-large-row {
        flex-direction: column;
        align-items: stretch;
    }

    .brix---grid-cta-v16 {
        grid-template-columns: 1fr;
    }

    .brix---button-large-row-left {
        margin-bottom: 24px;
        margin-right: 0;
    }

    .brix---mg-bottom-32px {
        margin-bottom: 24px;
    }

    .brix---btn-primary-small-input {
        padding-left: 16px;
        padding-right: 16px;
    }

    .brix---grid-cta-v3 {
        grid-template-columns: 1fr;
    }

    .brix---input-large-button-inside._2 {
        padding-left: 10px;
    }

    .brix---cta-v16-card {
        padding: 0;
    }

    .brix---grid-footer-v1 {
        grid-column-gap: 50px;
        grid-row-gap: 40px;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .brix---footer-top {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .brix---footer-bottom {
        padding-top: 24px;
        padding-bottom: 0;
    }

    .brix---footer-col-title {
        margin-bottom: 24px;
    }

    .brix---social-media-grid-left {
        grid-column-gap: 10px;
    }

    .brix---mg-bottom-48px-2 {
        margin-bottom: 40px;
    }

    .section-faqs {
        padding-top: 0;
        padding-bottom: 0;
    }

    .brix---heading-h2-size-2 {
        font-size: 30px;
        line-height: 46px;
    }

    .brix---accordion-spacer-2 {
        min-height: 12px;
    }

    .brix---grid-2-columns-stats-v4 {
        grid-template-columns: 1fr;
    }

    .brix---accordion-item-wrapper-v4 {
        padding-left: 0;
        padding-right: 0;
    }

    .text-block {
        color: var(--untitled-ui--black);
    }

    .brix---mg-bottom-48px-3 {
        margin-bottom: 40px;
    }

    .brix---display-4 {
        font-size: 22px;
        line-height: 38px;
    }

    .tab-section {
        padding-top: 0;
        padding-bottom: 0;
    }

    .brix---heading-h2-size-3 {
        font-size: 30px;
        line-height: 46px;
    }

    .brix---tab-left-icon {
        padding-left: 18px;
        padding-right: 18px;
    }

    .brix---tabs-wrapper-tabs-left {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        flex-flow: column;
    }

    .tableft-side {
        max-width: 271px;
    }

    .brix---tabs-content-card {
        padding: 0;
    }

    .div-block-5.pricing {
        width: 100%;
    }

    .collection-list {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .pr-card {
        padding: 10px;
    }

    .grid-5 {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .image-105 {
        width: auto;
        max-width: 100%;
        position: static;
    }

    .grid-9 {
        grid-template-columns: 1fr;
    }

    .hide-tablet-2 {
        display: none;
    }

    .uui-heading-xlarge {
        font-size: 3.25rem;
    }

    .uui-heroheader03_component {
        grid-row-gap: 4rem;
        grid-template-columns: 1fr;
        grid-auto-flow: row;
        min-height: auto;
    }

    .uui-heroheader03_content {
        margin-right: 0;
    }

    .uui-heroheader03_content.j {
        width: auto;
    }

    .uui-space-large {
        min-height: 2.5rem;
    }

    .uui-padding-vertical-xhuge {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .f-header-image-wrapper-tall {
        max-width: none;
        height: 360px;
    }

    .f-header-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 767px) {
    .main-wrapper {
        overflow: hidden;
    }



    .uui-navbar07_dropdown-link-list {
        grid-row-gap: .5rem;
        max-width: none;
        padding-top: .75rem;
        padding-bottom: .75rem;
        padding-left: 2rem;
    }

    .nav-bar {
        min-height: 4.5rem;
        padding-left: 20px;
        padding-right: 20px;
    }

    .uui-navbar07_menu {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .nav-link,
    .navbar_dropdown-toggle {
        font-size: 1rem;
    }

    .uui-button-secondary-gray {
        padding-left: 1.25rem;
        font-size: 1rem;
    }

    .uui-button-secondary-gray:hover {
        background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
        color: var(--untitled-ui--gray700);
    }

    .button-log-in:hover {
        color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
        background-color: #0000;
    }

    .button-log-in.hide-tablet.stari-now {
        display: block;
    }

    .padding-global {
        padding: 60px 20px;
    }

    .padding-global.large {
        padding-top: 100px;
    }

    .padding-global.large._1 {
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .padding-global.large.bg-image {
        background-position: 50% 28002800%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .padding-global.small {
        padding-bottom: 10px;
    }

    .container-xlarge {
        max-width: 78rem;
    }

    .middle-content,
    .middle-content.hero {
        width: auto;
    }

    .heading-style-h1 {
        font-size: 40px;
        line-height: 55px;
    }

    .heading-style-h1.small,
    .heading-style-h1.small.left {
        font-size: 35px;
        line-height: 45px;
    }

    .heading-style-h1.small.left._2 {
        font-size: 30px;
        line-height: 40px;
    }

    .heading-style-h1.small.left._2._3 {
        text-align: left;
        font-size: 35px;
        line-height: 45px;
    }

    .para-size-large.small {
        width: 30rem;
    }

    .logo-image {
        width: 180px;
    }

    .top-content-wrapper {
        width: auto;
    }

    .top-content-wrapper.auto-1.left {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .top-content-wrapper.auto-1.left.test1.d {
        padding-top: 40px;
    }

    .top-content-wrapper.home {
        width: auto;
    }

    .grid {
        grid-template-columns: 1fr;
    }

    .card-product {
        padding-top: 20px;
        padding-left: 20px;
    }

    .card-top {
        padding-right: 40px;
    }

    .para-size-medium._2 {
        font-size: 14px;
    }

    .heading-style-h4 {
        font-size: 2rem;
        line-height: 40px;
    }

    .grid-2 {
        grid-template-columns: 1fr;
    }

    .uui-testimonial16_content {
        width: auto;
        margin-right: 1.5rem;
        padding: 1.5rem;
        overflow: clip;
    }

    .uui-testimonial16_customer-image {
        width: 60px;
        min-width: auto;
        height: auto;
        min-height: auto;
    }

    .heading-size-medium.small {
        font-size: 29px;
    }

    .uui-testimonial16_component {
        grid-template-columns: 1fr;
        margin-top: 0;
    }

    .uui-padding-vertical-xhuge-2 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .uui-testimonial16_client {
        flex-direction: column;
        align-items: flex-start;
        width: auto;
    }

    .uui-testimonial16_client-image-wrapper {
        margin-bottom: 1rem;
        margin-right: 0;
    }

    .uui-testimonial15_slide {
        padding-right: 1.5rem;
    }

    .uui-testimonial15_client-image-wrapper {
        margin-bottom: 1rem;
        margin-right: 0;
    }

    .uui-testimonial15_client {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .uui-testimonial15_content {
        padding: 1.5rem;
    }

    .uui-testimonial15_mask {
        width: 80%;
    }

    .uui-testimonial15_component {
        margin-top: 3rem;
    }

    .uui-testimonial15_arrow:hover {
        background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
    }

    .uui-testimonial15_arrow.left {
        right: 60px;
    }

    .uui-testimonial15_arrow.left:hover {
        border-color: var(--flowui-component-library--gray-500);
        background-color: var(--flowui-component-library--gray-500);
    }

    .uui-testimonial15_arrow.j {
        color: #667085;
    }

    .uui-testimonial15_arrow.j:hover {
        border-color: var(--flowui-component-library--gray-500);
        background-color: var(--flowui-component-library--gray-500);
    }

    .uui-space-xsmall-2 {
        min-height: .5rem;
    }

    .bottom-content-wrapper-1 {
        flex: 0 auto;
    }

    .bottom-content-wrapper-1.center {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        flex-flow: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .bottom-content-wrapper-1._2 {
        justify-content: space-between;
        align-items: center;
    }

    .testimonial-heading.paragraph,
    .testimonial-heading.paragraph.large {
        width: auto;
    }

    .white-gradiant-overlay-div {
        display: none;
    }

    .brix---mg-bottom-16px {
        margin-bottom: 8px;
    }

    .brix---mg-bottom-48px {
        margin-bottom: 32px;
    }

    .brix---section {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .brix---heading-h2-size {
        font-size: 28px;
        line-height: 40px;
    }

    .brix---accordion-title {
        font-size: 20px;
        line-height: 30px;
    }

    .brix---accordion-item-wrapper-v2 {
        padding: 48px 0;
    }

    .brix---accordion-right-side {
        margin-left: 16px;
        margin-right: 16px;
    }

    .f-h3-heading {
        font-size: 40px;
    }

    .f-section-large {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .f-career-tab-button {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .f-career-tab-menu {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        display: flex;
    }

    .brix---cta-card {
        padding: 56px 40px;
    }

    .brix---btn-large-icon {
        padding: 30px 24px;
        font-size: 18px;
        line-height: 20px;
    }

    .brix---link-icon-right {
        width: 20px;
        margin-left: 8px;
    }

    .brix---section-small {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .brix---cta-v3-floating-item-02-2 {
        max-width: 50%;
    }

    .brix---btn-large-icon-transparent {
        padding: 30px 24px;
        font-size: 18px;
        line-height: 20px;
    }

    .brix---grid-cta-v16 {
        grid-template-columns: 1fr;
    }

    .brix---text-200-bold {
        font-size: 16px;
        line-height: 18px;
    }

    .brix---grid-cta-v3 {
        grid-template-columns: 1fr;
        align-items: center;
    }

    .brix---input-large-button-inside {
        min-height: 50px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .brix---cta-v16-card {
        padding: 20px 0;
    }

    .brix---mg-bottom-40px {
        margin-bottom: 24px;
    }

    .brix---grid-footer-v1 {
        grid-template-columns: 1fr 1fr;
    }

    .brix---footer-logo-wrapper {
        width: 239px;
    }

    .brix---footer-list-item {
        margin-bottom: 10px;
    }

    .brix---footer-top {
        padding-top: 0;
        padding-bottom: 10px;
    }

    .brix---footer-bottom {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .brix---footer-col-title {
        margin-bottom: 24px;
        font-size: 18px;
        line-height: 20px;
    }

    .brix---social-media-grid-left {
        justify-content: start;
        justify-items: start;
    }

    .brix---mg-bottom-16px-2 {
        margin-bottom: 8px;
    }

    .brix---mg-bottom-48px-2 {
        margin-bottom: 32px;
    }

    .section-faqs {
        padding-top: 0;
        padding-bottom: 0;
    }

    .brix---heading-h2-size-2 {
        font-size: 28px;
        line-height: 40px;
    }

    .brix---accordion-title-2 {
        font-size: 20px;
        line-height: 30px;
    }

    .brix---grid-2-columns-stats-v4 {
        grid-template-columns: 1fr;
    }

    .brix---accordion-item-wrapper-v4 {
        padding: 20px 0;
    }

    .top-card {
        width: auto;
    }

    .top-card.small._1 {
        padding-right: 20px;
    }

    .brix---mg-bottom-16px-3 {
        margin-bottom: 8px;
    }

    .brix---mg-bottom-48px-3 {
        margin-bottom: 32px;
    }

    .brix---display-4 {
        font-size: 20px;
        line-height: 32px;
    }

    .tab-section {
        padding-top: 0;
        padding-bottom: 0;
    }

    .brix---heading-h2-size-3 {
        font-size: 28px;
        line-height: 40px;
    }

    .brix---subtitle {
        font-size: 17px;
        line-height: 19px;
    }

    .brix---tab-left-icon {
        justify-content: center;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .brix---tabs-wrapper-tabs-left {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-direction: column;
    }

    .tableft-side {
        flex-direction: column;
        align-items: center;
        max-width: 100%;
        margin-bottom: 40px;
        margin-right: 0;
    }

    .brix---tabs-content-card {
        padding-top: 0;
        padding-bottom: 0;
    }

    .brix---square-icon-48px {
        border-radius: 12px;
        max-width: 56px;
    }

    .grid-4 {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
    }

    .collection-list {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .grid-5 {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }

    .pricing-card {
        padding-left: 15px;
        padding-right: 15px;
    }

    .grid-6 {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .top-bar {
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

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

    .grid-9._3x {
        grid-template-columns: 1fr;
    }

    .uui-page-padding {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .max-width-full-mobile-landscape {
        width: 100%;
        max-width: none;
    }

    .uui-button {
        font-size: 1rem;
    }

    .uui-button:hover {
        border-color: var(--untitled-ui--primary600);
        background-color: var(--untitled-ui--primary600);
    }

    .uui-button.is-button-large {
        grid-column-gap: .5rem;
        padding: .75rem 1.25rem;
        font-size: 1rem;
    }

    .uui-heading-xlarge {
        font-size: 2.25rem;
    }

    .uui-button-row {
        align-self: stretch;
    }

    .uui-button-row.is-reverse-mobile-landscape {
        flex-direction: column-reverse;
    }

    .uui-button-wrapper.max-width-full-mobile-landscape {
        width: 100%;
    }

    .uui-button-icon-2.is-icon-large {
        width: 1.25rem;
        height: 1.25rem;
    }

    .uui-heroheader03_image {
        border-top-right-radius: 3rem;
        border-bottom-left-radius: 3rem;
        height: 22rem;
    }

    .uui-text-size-xlarge {
        font-size: 1.125rem;
    }

    .uui-button-secondary-gray-2 {
        padding-left: 1.25rem;
        font-size: 1rem;
    }

    .uui-button-secondary-gray-2:hover {
        background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
        color: var(--untitled-ui--gray700);
    }

    .uui-button-secondary-gray-2.is-button-large {
        grid-column-gap: .5rem;
        padding: .75rem 1.25rem;
        font-size: 1rem;
    }

    .uui-space-small {
        min-height: 1.25rem;
    }

    .uui-space-large {
        min-height: 2rem;
    }

    .uui-padding-vertical-xhuge {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .f-h1-heading {
        margin-top: 0;
        font-size: 48px;
    }

    .f-section-large-2 {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .f-header-image-wrapper-tall {
        height: auto;
    }
}

@media screen and (max-width: 479px) {

    .uui-navbar07_dropdown-link {
        padding-left: 0;
    }

    .uui-navbar07_dropdown-link-list,
    .nav-bar {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .uui-navbar07_menu {
        height: auto;
        padding-bottom: 1rem;
    }

    .padding-global {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .padding-global._3 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .padding-global.large {
        padding-top: 100px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .padding-global.large._1 {
        padding-top: 40px;
    }

    .padding-global.small {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .external-link-image {
        width: auto;
        height: auto;
    }

    .heading-style-h1 {
        font-size: 35px;
        line-height: 45px;
    }

    .heading-style-h1.small {
        font-size: 30px;
        line-height: 45px;
    }

    .heading-style-h1.small.left {
        font-size: 30px;
        font-weight: 700;
        line-height: 40px;
    }

    .heading-style-h1.small.left._2 {
        text-align: center;
    }

    .para-size-large {
        font-size: 18px;
    }

    .para-size-large.small {
        width: auto;
    }

    .logo-image {
        width: 150px;
    }

    .top-content-wrapper.auto-1.left {
        padding-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .top-content-wrapper.auto-1.left.test1 {
        flex-flow: column-reverse;
        justify-content: flex-start;
        align-items: flex-start;
        width: auto;
        padding-bottom: 44px;
    }

    .top-content-wrapper.auto-1.left.test1.d,
    .top-content-wrapper.auto-1.left.test1.d.g {
        padding-top: 20px;
    }

    .card-product {
        padding-top: 15px;
        padding-left: 15px;
    }

    .card-top {
        padding-right: 10px;
    }

    .para-size-medium.gray.mid {
        text-align: center;
    }

    .card.why-chose-us {
        padding: 20px 15px;
    }

    .heading-size-medium.small {
        font-size: 30px;
    }

    .uui-testimonial15_content {
        height: 500px;
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .uui-testimonial15_mask {
        width: 95%;
    }

    .uui-testimonial15_component {
        padding-bottom: 8rem;
    }

    .uui-testimonial15_arrow {
        background-color: var(--transparent);
        color: var(--transparent);
        border-color: #eaecf0;
        width: 2rem;
        height: 2rem;
        transition-property: none;
        top: 550px;
        right: 30%;
    }

    .uui-testimonial15_arrow:hover {
        background-color: var(--transparent);
    }

    .uui-testimonial15_arrow.left {
        right: 60px;
    }

    .uui-testimonial15_arrow.j {
        left: 60px;
        right: 0%;
    }

    .uui-button-icon:hover {
        background-color: var(--transparent);
    }

    .bottom-content-wrapper-1 {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        flex-flow: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .testimonial-heading.paragraph {
        width: auto;
    }

    .para-size-small {
        color: #fff;
    }

    .free-trail.content-wrapper {
        padding: 40px 20px;
    }

    .image-2 {
        width: 200px;
    }

    .brix---mg-bottom-16px {
        margin-bottom: 15px;
    }

    .brix---mg-bottom-48px {
        margin-bottom: 32px;
    }

    .brix---container-default {
        padding-left: 20px;
        padding-right: 20px;
    }

    .brix---heading-h2-size {
        font-size: 24px;
        line-height: 34px;
    }

    .brix---accordion-title {
        font-size: 18px;
        line-height: 26px;
    }

    .brix---paragraph-default {
        font-size: 17px;
        line-height: 28px;
    }

    .brix---accordion-right-side {
        margin-right: 0;
    }

    .f-career-tab-button {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .f-career-card {
        padding: 32px 24px;
    }

    .f-career-top-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .f-career-button-primary {
        margin-top: 14px;
    }

    .f-career-button-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .f-career-button-secondary,
    .f-career-badge-small {
        margin-top: 14px;
    }

    .brix---cta-card {
        padding-left: 24px;
        padding-right: 24px;
    }

    .brix---link-icon-right {
        width: 18px;
    }

    .brix---section-small {
        padding-top: 0;
        padding-bottom: 0;
    }

    .brix---cta-v3-floating-item-02-2 {
        max-width: 70%;
        right: -33%;
    }

    .brix---buttons-large-row {
        flex-direction: column;
        align-items: stretch;
    }

    .brix---button-large-row-left {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .brix---icon-list {
        width: 24px;
        margin-right: 8px;
    }

    .brix---btn-primary-small-input {
        border: 1px solid var(--primary);
        background-color: var(--primary);
        color: var(--white);
        border-radius: 6px;
        width: 100%;
        margin-top: 12px;
        padding: 10px;
        font-size: 13px;
        position: static;
    }

    .brix---icon-success-message-left {
        margin-bottom: 10px;
        margin-right: 0;
    }

    .brix---text-200-bold {
        font-size: 15px;
        line-height: 16px;
    }

    .brix---input-large-button-inside {
        min-height: 55px;
        font-size: 16px;
        line-height: 18px;
    }

    .brix---input-large-button-inside::placeholder {
        font-size: 16px;
        line-height: 16px;
    }

    .brix---cta-v16-card {
        padding-left: 0;
        padding-right: 0;
    }

    .brix---flex-horizontal---vertical-mbp {
        flex-direction: column;
    }

    .div-block-3 {
        width: auto;
    }

    .brix---mg-bottom-24px {
        margin-bottom: 16px;
    }

    .brix---grid-footer-v1 {
        grid-row-gap: 24px;
        grid-template-columns: 1fr;
    }

    .brix---footer-logo {
        width: 100%;
        max-width: 240px;
    }

    .brix---footer-list-item {
        margin-bottom: 8px;
    }

    .brix---footer-link {
        font-size: 16px;
        line-height: 19px;
    }

    .brix---footer-top {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .brix---footer-bottom {
        padding-bottom: 0;
    }

    .brix---icon-square-36px {
        border-radius: 6px;
        width: 30px;
        min-width: 30px;
        height: 30px;
        min-height: 30px;
        font-size: 14px;
    }

    .brix---footer-col-title {
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 18px;
    }

    .brix---social-media-grid-left {
        grid-template-columns: repeat(auto-fit, 30px);
    }

    .brix---color-neutral-802 {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .brix---mg-bottom-16px-2 {
        margin-bottom: 15px;
    }

    .brix---mg-bottom-48px-2 {
        margin-bottom: 32px;
    }

    .brix---container-default-2 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .brix---heading-h2-size-2 {
        font-size: 24px;
        line-height: 34px;
    }

    .brix---accordion-title-2 {
        font-size: 18px;
        line-height: 26px;
    }

    .brix---paragraph-default-2 {
        font-size: 17px;
        line-height: 28px;
    }

    .heading-syle-small._2 {
        font-size: 21px;
        line-height: 30px;
    }

    .numbers {
        border-bottom-color: #c22a64c9;
        padding: 10px 12px;
    }

    .text-number {
        font-size: 14px;
    }

    .form-2 {
        justify-content: flex-start;
        align-items: center;
        display: flex;
    }

    .top-card.small {
        flex-flow: column;
        display: flex;
    }

    .top-card.small._1 {
        padding-right: 15px;
    }

    .brix---mg-bottom-16px-3 {
        margin-bottom: 15px;
    }

    .brix---mg-bottom-48px-3 {
        margin-bottom: 32px;
    }

    .brix---container-default-3 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .brix---heading-h2-size-3 {
        font-size: 24px;
        line-height: 34px;
    }

    .brix---subtitle {
        font-size: 14px;
        line-height: 18px;
    }

    .brix---tab-left-icon {
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 16px;
        line-height: 18px;
    }

    .brix---paragraph-default-3 {
        font-size: 17px;
        line-height: 28px;
    }

    .brix---mg-left-16px {
        margin-left: 13px;
    }

    .brix---tabs-content-card {
        padding-left: 0;
        padding-right: 0;
    }

    .brix---square-icon-48px {
        border-radius: 14px;
        max-width: 56px;
    }

    .grid-4 {
        grid-template-columns: 1fr;
    }

    .tab-data {
        padding-left: 10px;
        padding-right: 10px;
    }

    .collection-list {
        grid-template-columns: 1fr;
    }

    .pr-card {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .grid-5 {
        grid-template-columns: 1fr;
    }

    .pricing-card {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
    }

    .grid-6 {
        grid-template-columns: 1fr;
    }

    .image-104 {
        width: 60px;
    }

    .image-105 {
        max-width: 100%;
        height: auto;
    }

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

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

    .uui-heroheader03_component {
        grid-template-columns: 1fr;
    }

    .uui-heroheader03_image {
        border-top-right-radius: 2rem;
        border-bottom-left-radius: 2rem;
        height: 15rem;
    }
}

#w-node-c6847c60-c555-2aee-4fc2-1b4920f6d613-20f6d60e {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6847c60-c555-2aee-4fc2-1b4920f6d634-20f6d60e {
    grid-area: 1 / 4 / 2 / 5;
}

#w-node-_0f0e445b-0225-0046-c283-2cd5673c6582-673c657c,
#w-node-_7ebfe301-9043-02b4-6dbf-37475385f650-5385f60a {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1871718d-c19c-a562-864c-e45396b4fafa-9f7f3928 {
    align-self: auto;
}

#w-node-_661be791-f51b-d68b-bdda-9af2f6d5057a-b86ac1c4,
#w-node-_3adcb4aa-a684-b98b-fa3a-0daf2ce9b2b3-b86ac1c4,
#w-node-_559af980-2545-5c80-571f-292d3b220250-b86ac1c4,
#w-node-_6a4a88d0-e084-e1a0-a47f-1e62d1bccc0b-b86ac1c4,
#w-node-_888f5e4a-6bfc-2020-4ab4-e82a525ff78b-05251be3,
#w-node-_888f5e4a-6bfc-2020-4ab4-e82a525ff794-05251be3,
#w-node-_888f5e4a-6bfc-2020-4ab4-e82a525ff79b-05251be3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
    #w-node-c6847c60-c555-2aee-4fc2-1b4920f6d613-20f6d60e {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_938d7dc1-8b01-2ac2-fc38-d0b3b66adfe2-05251be3 {
        order: -9999;
    }
}

@media screen and (max-width: 767px) {
    #w-node-c6847c60-c555-2aee-4fc2-1b4920f6d613-20f6d60e {
        grid-column: span 2 / span 2;
    }
}

@media screen and (max-width: 479px) {
    #w-node-_41ebb657-cf6b-08a6-16dd-97e9b490ca15-3d23a745 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-c6847c60-c555-2aee-4fc2-1b4920f6d624-20f6d60e,
    #w-node-c6847c60-c555-2aee-4fc2-1b4920f6d634-20f6d60e,
    #w-node-c6847c60-c555-2aee-4fc2-1b4920f6d641-20f6d60e {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_73acdbb4-742c-e9cf-4c70-a3be8e198bee-8e198bcb,
    #w-node-f23c465d-e1a3-8bfe-b1c8-98ad6db9211e-9f7f3928 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }
}



/*Link*/

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

a.link {
    text-decoration: underline;
    cursor: pointer;
}

/* XXX General */
body {
    padding-top: 100px;
}

section {
    padding: 100px 0;
}

hr {
    margin: 0
}

p.subtitle {
    max-width: 550px;
    margin: auto;
}

.curly {
    font-family: Romie, ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1278px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    flex-direction: column;
    gap: 32px
}

.text-2xl {
    color: var(--white);
    font-size: 70px;
    font-weight: 500;
    line-height: 80px;
    margin-bottom: 8px;
}

.text-xl {
    color: var(--white);
    font-size: 40px;
    font-weight: 500;
    line-height: 45px;
    margin-bottom: 8px;
}
.text-sm {
    font-size: 80%;
}

em {
    color: var(--primary);

}

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

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

.self-start {
    align-self: flex-start;
}

.whitespace-nowrap {
    white-space: nowrap;
}

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

.rotate-180 {
    rotate: 180deg;
}



.text-sm {
    font-size: small;
    color: var(--less-white)
}

/*Testimonial*/
.testimonial-container {
    display: flex;
    gap: 0.5rem;
    scroll-snap-type: x mandatory;
    overflow-x: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 2.5rem;
}

.testimonial-item {
    grid-row-gap: 1rem;
    background-color: #0f0f0f;
    border: .5px solid #c52c6696;
    border-radius: 1rem;
    flex-direction: column;
    width: 350px;
    height: 500px;
    padding: 2rem 20px;
    display: flex;
    flex-shrink: 0;
    scroll-snap-align: center;
}

.testimonial-star {
    height: 20px;
    width: 20px;
    display: inline-block;
    mask: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_28_8746)"><path d="M9.53834 1.60996C9.70914 1.19932 10.2909 1.19932 10.4617 1.60996L12.5278 6.57744C12.5998 6.75056 12.7626 6.86885 12.9495 6.88383L18.3123 7.31376C18.7556 7.3493 18.9354 7.90256 18.5976 8.19189L14.5117 11.6919C14.3693 11.8139 14.3071 12.0053 14.3506 12.1876L15.5989 17.4208C15.7021 17.8534 15.2315 18.1954 14.8519 17.9635L10.2606 15.1592C10.1006 15.0615 9.89938 15.0615 9.73937 15.1592L5.14806 17.9635C4.76851 18.1954 4.29788 17.8534 4.40108 17.4208L5.64939 12.1876C5.69289 12.0053 5.6307 11.8139 5.48831 11.6919L1.40241 8.19189C1.06464 7.90256 1.24441 7.3493 1.68773 7.31376L7.05054 6.88383C7.23744 6.86885 7.40024 6.75056 7.47225 6.57744L9.53834 1.60996Z" fill="currentColor"></path></g></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FFC700;
}

.testimonial-arrow-container {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
}
.testimonial-footer {
    margin-top: auto;
}

.testimonial-arrow {
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M19 12H5M5 12L12 19M5 12L12 5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
    border: 1px solid var(--white);
    padding: 24px;
    border-radius: 100%;
    cursor: pointer;
}

/*FAQ*/
.faq-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.faq-item {
    border-bottom: 1px solid var(--primary);
    align-self: start;
}

.faq-item .content {}

.faq-item summary {
    padding: 20px 0;
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: 500;
    cursor: pointer;
}

.faq-item .number {
    border: 1px solid var(--primary);
    border-radius: 8px;
    padding: 16px; 
}

.faq-item .arrow {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 11H13V5C13 4.73478 12.8946 4.48043 12.7071 4.29289C12.5196 4.10536 12.2652 4 12 4C11.7348 4 11.4804 4.10536 11.2929 4.29289C11.1054 4.48043 11 4.73478 11 5V11H5C4.73478 11 4.48043 11.1054 4.29289 11.2929C4.10536 11.4804 4 11.7348 4 12C4 12.2652 4.10536 12.5196 4.29289 12.7071C4.48043 12.8946 4.73478 13 5 13H11V19C11 19.2652 11.1054 19.5196 11.2929 19.7071C11.4804 19.8946 11.7348 20 12 20C12.2652 20 12.5196 19.8946 12.7071 19.7071C12.8946 19.5196 13 19.2652 13 19V13H19C19.2652 13 19.5196 12.8946 19.7071 12.7071C19.8946 12.5196 20 12.2652 20 12C20 11.7348 19.8946 11.4804 19.7071 11.2929C19.5196 11.1054 19.2652 11 19 11Z" fill="white"/></svg>');
    height: 24px;
    width: 24px;
    margin-left: auto;
    transition: transform 0.2s ease;
}

.faq-item details[open] .arrow {
    transform: rotate(225deg);
}

/* Heros */
.hero-pricing {
    background-image: url("data:image/svg+xml;utf8,<svg width='1440' height='698' viewBox='0 0 1440 698' fill='none' xmlns='http://www.w3.org/2000/svg'><g filter='url(%23filter0_f_96_1175)'><path d='M1677.95 282.665C1598.22 498.668 1012.31 481.354 369.293 243.994C-273.726 6.63363 -730.359 -360.889 -650.625 -576.892C-570.891 -792.894 15.0158 -775.58 658.035 -538.22C1301.05 -300.86 1757.69 66.663 1677.95 282.665ZM-365.141 -471.51C-425.324 -308.471 -80.658 -31.0651 404.693 148.094C890.043 327.254 1332.29 340.322 1392.47 177.284C1452.65 14.2451 1107.99 -263.161 622.635 -442.321C137.284 -621.48 -304.958 -634.549 -365.141 -471.51Z' fill='%23C52C66' fill-opacity='0.4'/></g><defs><filter id='filter0_f_96_1175' x='-923.664' y='-992.215' width='2874.66' height='1690.2' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'><feFlood flood-opacity='0' result='BackgroundImageFix'/><feBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/><feGaussianBlur stdDeviation='132' result='effect1_foregroundBlur_96_1175'/></filter></defs></svg>");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

/*Pricing*/
.pricing-card {
    border-radius: 20px;
    border: 1px solid #C52C66;
    background: radial-gradient(90.63% 73.44% at 50% 0%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.00) 100%);
}

.container-pricing {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.pricing-card-features ul {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 16px;
}

.pricing-card-features li {
    list-style-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.7131 3.29997C15.3598 5.94664 15.3131 10.2666 12.5798 12.8599C10.0531 15.2533 5.95315 15.2533 3.41981 12.8599C0.679812 10.2666 0.633137 5.94664 3.28647 3.29997C5.88647 0.693304 10.1131 0.693304 12.7131 3.29997Z" stroke="%23D2D0DD" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.16602 7.99989L7.05268 9.88655L10.8327 6.11322" stroke="%23D2D0DD" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}


/* About Us */
.about-us-container {
    display: flex;
    gap: 64px;
    flex-direction: row;
}

.about-us-container img {
    border-radius: 32px 0;
    height: 30rem;
    object-fit: cover;
}

.about-us-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.about-us-vision {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.about-us-vision:nth-child(odd)>*:last-child {
    order: -1;
}

.about-us-vision img {
    border-radius: 32px;
    object-fit: cover;
    height: 100%;
}

.about-us-vision article {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.card {
    border: 1px solid var(--primary);
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
    transition: background-color 0.2s ease;
    /* https://www.mshr.app/create/1683741171137 */
    background-color: hsla(197, 92%, 60%, 0.1);
    background-image: radial-gradient(circle at 96% 96%, hsla(55.36363636363636, 93%, 54%, 0.1) 5%, transparent 86%), radial-gradient(circle at 5% 90%, hsla(229, 71%, 68%, 0.1) 13%, transparent 65%), radial-gradient(circle at 57% 73%, hsla(308, 93%, 51%, 0.1) 3%, transparent 89%), radial-gradient(circle at 20% 4%, hsla(318, 60%, 76%, 0.1) 22%, transparent 56%), radial-gradient(circle at 74% 15%, hsla(324, 92%, 59%, 0.1) 13%, transparent 57%);
    background-blend-mode: normal, normal, normal, normal, normal;
}

a.card:hover {
    background-color: var(--primary);
}

.card h4 img {
    width: 30px;
    height: 30px;
}

.card h4,
.card h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between
}

/* Home */
.home-hero-top {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
}

.home-hero-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
}



.home-hero-video {
    position: relative;
    text-align: center;
}

.home-hero-video .play svg {
    width: 180px;
    margin: auto;
    position: absolute;
    inset: 0;
}

.home-hero-video .thumbnail {
    outline-color: var(--transparent);
    outline-offset: 0px;
    mix-blend-mode: normal;
    border-radius: 20px;
    outline-width: 3px;
    outline-style: none;
    display: inline-block;
    width: 940px;
    height: auto;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAASCAYAAAA6yNxSAAAJcklEQVR4AQCBAH7/AA8LV/8hHWj/Qj6H/21prf+altX/w7/3/+Le///38/////z////9///8+P//9vL9//Lu8v/x7ev/8+/o//fz6P/79+r///vs///87f///O3///vu//767//8+PH//Pj0//z4+P/8+Pz/+/f///j0///18f//8e3+/+7p/f/s5/z/AIEAfv8ADwtX/yEdaP9DPof/bWmt/5qW1f/Dv/f/4t7///fz/////P////3///z4///28v3/8u7y//Ht6//z7+j/9/Po//v36f/++uv///zs///77P/++u3//fnu//z48P/79/P/+/f3//v3+//69v7/+PT///Xx///x7f7/7en8/+zn+/8AgQB+/wAQDFj/Ih5o/0M/h/9taa3/mpbU/8O/9//j3v//9/P////8/////f///Pj///by/f/y7vL/8e3q//Pv5//28uf/+vbo//356f/++ur//vrq//346v/79+v/+vbu//r28f/69vX/+vb6//r2/f/49P7/9fH+//Ht/f/u6vz/7Oj7/wCBAH7/ABAMWP8iHmj/Qz+H/25qrf+altT/w7/2/+Pf///38/////z////9///9+f//9/P8//Pv8f/x7er/8+7m//by5f/59eb//Pjn//356P/8+Oj/+/fo//n16f/59ev/+fXv//n19P/69vj/+vb8//j0/v/18f7/8u79/+7q/P/t6fv/AIEAfv8AEQ1Y/yMfaf9EQIf/bmqs/5uX1P/Dv/b/49////fz/////P////3///35///49Pz/8+/x//Lu6v/z7+b/9vLl//n15f/79+X//Pjm//v35f/69uX/+PTn//j06f/49O3/+fXz//r2+P/69vz/+fX+//fz/v/z7/7/8Oz8/+/q+/8AgQB+/wASDlj/JCBp/0VBh/9va6z/m5fT/8O/9f/j3///9/P////9/////v///vr///n1/f/18fL/8+/q//Tw5v/38+X/+vbl//v35f/8+OX/+/fk//n15P/49Ob/+PTp//n17f/79/P//Pj4//35/f/8+P//+fX///by///z7/7/8u79/wCBAH7/ABQQWf8lIWn/RkKH/29rrP+bl9P/w7/0/+Pe///38/////3/////////+///+vb9//fz8//18ev/9vLn//n15v/79+X//fnl//355f/8+OT/+/fk//r25v/69un/+/fu//359P//+/r///z////8///9+f//+/f///j0///28v//AIEAfv8AFRFa/yYiav9GQof/b2us/5uX0v/Dv/T/4t7///fz/////f/////////9///8+P//+fX0//j07f/59en//Pfo//765///++f///vm//765v/9+eb//Pjo//356///+/H///33/////f/////////////+////+////fn///v3//8AgQB+/wAWElv/JyNr/0dDh/9wbKz/m5fS/8K+8//i3v//9/P////9//////////7///76///79/b/+/fw//z47P//++r///3q////6v///+n///7o///86f///Or///3u////9P////v//////////////////////////////v////z//wCBAH7/ABcTXP8oJGv/R0OI/3BsrP+altH/wr3y/+Hd///28v////3///////////////z///75+P/++fL///vv///+7v///+3////t////7P///+z////s////7v////L////4/////v//////////////////////////////////////AIEAfv8AGBRd/yklbP9IRIj/b2us/5qW0f/AvPH/39v///Tw/////P///////////////f////v6///89P///vL////x////8P////D////v////7////+/////x////9f////v///////////////////////////////////////////8AgQB+/wAZFV7/KiZu/0hEif9va6z/mZXQ/7+78P/e2v//8+////76/////v////7////9/////Pv///32////9P////P////z////8/////L////x////8f////P////3/////f///////////////////////////////////////////wCBAH7/ABoWYP8qJm//SESK/25qrP+Xk8//vbnv/9vX///w7P///Pj////9/////f////z////8/P///vf////1////9f////X////0////9P////P////z////9P////j////9///////////////////////////////////+/////P//AIEAfv8AGhZh/yomcP9IRIr/bmqs/5aSz/+7t+7/2dX//+7q///69v///vr////7////+/////v7///99/////b////1////9f////X////0////8/////P////0////9/////z//////////////////////////////f///Pj///r2//8AgQB+/wAbF2L/Kydx/0hEi/9taaz/lZHO/7m17P/X0///6+f///fz///8+P///fn///35///++vr///z3////9f////X////1////9f////T////z////8v////P////1////+v////7///////////////////z///r2///18fz/8u76/wCBAH7/ABsXY/8rJ3H/SESL/2xorP+UkM7/uLTr/9XR///p5f//9fH///r2///79///+/f///z4+f//+/b////1////9f////X////0////8/////H////x////8f////P////3////+/////7////////7///69vz/8+/4/+7q9f/r5/P/AIEAfv8AGxdk/ysncv9HQ4v/bGis/5OPzf+3s+v/08///+jj///z7///+PT///n1///69v7/+/f4//769f///vT////0////9P////T////y////8P///+/////v////8f////T////4///++///+/z/+/f7//Tw9//u6vP/6OTv/+Xh7f8BgQB+/wAcF2T/Kydy/0dDjP9saKz/ko7N/7ay6v/Tz///5+P///Lu///38///+fT///n1/v/69vj//fn1///+9P////T////0////8/////L////w////7v///+7///7w///98////fb///z5//35+v/49Pj/8u71/+vn8P/l4ez/4t7q/yEHIs6fsinXAAAAAElFTkSuQmCC');
    background-size: 100% auto;
}

.home-feature-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    height: 540px;
    /* Avoid shaking when switching cards */
}


.home-feature-cards .card {
    display: none;
}

.home-feature-cards .card[aria-hidden="false"] {
    display: flex;
}

.home-feature-cards .card ul {
    padding-left: 20px;
    margin-top: 16px;
    margin-bottom: 16px;
    list-style-type: disc;
}

.home-feature-cards .card ul li {
    padding-bottom: 8px;
}

.home-feature-cards .card a {
    text-align: center;
    font-weight: 500;
    display: block;
    margin-top: 16px;
}

.home-feature-cards .card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 16px;
    margin-top: auto;
}

.home-feature-cards form {
    display: flex;
    flex-direction: column;
}

.home-feature-cards input {
    display: none;
}

.home-feature-cards label {
    cursor: pointer;
    padding: 16px;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid var(--primary);
    transition: background-color 0.2s ease;
}

.home-feature-cards input:checked+label {
    background-color: var(--primary);
}

/* Footer */
footer {

    margin-top: 100px;
    padding-bottom: 100px;
}

footer nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

footer section {
    padding: 100px 0;
}

footer section h3 {
    margin-bottom: 24px;
    color: var(--white);
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 16px;
}

footer section ul li {
    margin-bottom: 16px;
}

.home-partner-logos {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.home-partner-logos ul {
    display: flex;
    gap: 8vw;
    overflow-x: clip;
    position: relative;
}

.home-partner-logos ul li {
    display: flex;
    width: 150px;
    height: 75px;
    flex-shrink: 0;
    /* Animation */
    animation: partner-logo-loop 15s linear infinite alternate;
    will-change: transform;
}

/* Keyframes for right-to-left looping */
@keyframes partner-logo-loop {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.home-why-choose-us ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
