* {
    line-height: 1
}

*,
*::before,
*::after {
    box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: 300
}

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

.left {
    text-align: left
}

.right {
    text-align: right
}

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

.justify {
    text-align: justify
}

.container {
    max-width: 1140px;
    width: 100% !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto !important;
    margin-left: auto !important
}

@media (min-width:576px) and (max-width:768px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) and (max-width:992px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .container {
        max-width: 960px
    }
}

html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    line-height: 1
}

body {
    font-size: 0;
    font-family: "Nunito Sans"
}

html {
    font-size: 100%
}

input,
textarea,
select {
    min-height: 20px;
    border: 0;
    font-size: 16px
}

.headerOne,
.headerTwo,
.headerThree,
.headerFour,
.headerFive,
.headerSix,
.paragraph {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0.1rem 0;
    width: 100%
}

.lg-text-center-vertical {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: inherit
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

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

a {
    text-decoration: none;
    display: inherit;
    height: inherit;
    width: initial;
    flex-direction: inherit;
    flex-wrap: inherit;
    justify-content: inherit;
    align-items: inherit;
    row-gap: inherit;
    -moz-column-gap: inherit;
         column-gap: inherit
}

a,
a:link,
a:visited,
a:focus,
a:hover,
a:active {
    color: inherit;
    text-decoration: none;
    cursor: pointer
}

img {
    width: 100%;
    height: 100%;
    -o-object-fit: inherit;
       object-fit: inherit;
    border-radius: inherit
}

span {
    display: block
}

p span,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
.paragraph span,
.headerOne span,
.headerTwo span,
.headerThree span,
.headerFour span,
.headerFive span,
.headerSix span {
    display: inline
}

p a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.paragraph a,
.headerOne a,
.headerTwo a,
.headerThree a,
.headerFour a,
.headerFive a,
.headerSix a {
    color: inherit;
    display: inline
}

p strong,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
.paragraph strong,
.headerOne strong,
.headerTwo strong,
.headerThree strong,
.headerFour strong,
.headerFive strong,
.headerSix strong {
    font-weight: 700
}

.cd-slider-v1--slidesWrapper {
    height: 100% !important;
    white-space: nowrap !important;
    position: relative !important;
    display: block !important
}

.cd-slider-v1--slidesWrapper>* {
    white-space: normal
}

.cd-slider-v1--slide {
    display: inline-flex !important;
    vertical-align: top !important
}

.cd-slider-v1--slidesWrapper.cd-empty-div {
    padding: 0px 0px 100px 0px !important
}

.cd-slider-v1--slide.cd-empty-div {
    padding: 0px 0px 100px 0px !important
}

.cd-slider-v1--arrowBar {
    z-index: 900
}

.cd-slider-v1--arrowBar>* {
    cursor: pointer
}

.cd-slider-v1--slideTransitionLinear .cd-slider-v1--slide {
    transition: transform 700ms linear 0s !important
}

.cd-slider-v1--slideTransitionEaseIn .cd-slider-v1--slide {
    transition: transform 700ms ease-in 0s !important
}

.cd-slider-v1--slideTransitionEaseOut .cd-slider-v1--slide {
    transition: transform 700ms ease-out 0s !important
}

.cd-slider-v1--slideTransitionEaseInOut .cd-slider-v1--slide {
    transition: transform 700ms ease-in-out 0s !important
}

.cd-slider-v1--slideTransitionEaseOutIn .cd-slider-v1--slide {
    transition: transform 700ms cubic-bezier(0.42, 0, 0.58, 1) 0s !important
}

.cd-slider-v1--slideTransitionQuadEasing .cd-slider-v1--slide {
    transition: transform 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s !important
}

.cd-slider-v1--slideTransitionCubicEasing .cd-slider-v1--slide {
    transition: transform 700ms cubic-bezier(0.32, 0.64, 0.45, 0.93) 0s !important
}

.cd-slider-v1--slideTransitionQuartEasing .cd-slider-v1--slide {
    transition: transform 700ms cubic-bezier(0.5, 0.9, 0.5, 0.9) 0s !important
}

.cd-slider-v1--slideTransitionQuintEasing .cd-slider-v1--slide {
    transition: transform 700ms cubic-bezier(0.23, 1, 0.32, 1) 0s !important
}

.cd-slider-v1--slideTransitionSineEasing .cd-slider-v1--slide {
    transition: transform 700ms cubic-bezier(0.39, 0.575, 0.565, 1) 0s !important
}

.cd-slider-v1--slideTransitionExpoEasing .cd-slider-v1--slide {
    transition: transform 700ms cubic-bezier(0.7, 0, 0.84, 0) 0s !important
}

.cd-slider-v1--slideTransitionElasticEasing .cd-slider-v1--slide {
    transition: transform 700ms cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s !important
}

.cd-slider-v1--slideTransitionBounceEasing .cd-slider-v1--slide {
    transition: transform 700ms cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s !important
}

.cd-slider-v1--slideTransitionBackEasing .cd-slider-v1--slide {
    transition: transform 700ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s !important
}

.integrations-e-253:hover {
    background-color: #7575750a
}

.integrations-e-254:hover {
    color: var(--vId-color-token-c)
}

.integrations-e-207:hover {
    background-color: #7575750a
}

.integrations-e-208:hover {
    color: var(--vId-color-token-c)
}

.integrations-e-227:hover {
    background-color: #f1f5f97f
}

.integrations-e-228:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a)
}

.integrations-e-209:hover {
    background-color: #f1f5f97f
}

.integrations-e-210:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a)
}

.integrations-e-255:hover {
    background-color: #7575750a
}

.integrations-e-256:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a)
}

.integrations-e-257:hover {
    background-color: #7575750a
}

.integrations-e-258:hover {
    color: var(--vId-color-token-c)
}

.integrations-e-229:hover {
    background-color: #7575750a
}

.integrations-e-230:hover {
    color: var(--vId-color-token-c)
}

.integrations-e-245:hover {
    background-color: #7575750a
}

.integrations-e-246:hover {
    color: var(--vId-color-token-c)
}

.integrations-e-261:hover {
    background-color: #7575750a
}

.integrations-e-262:hover {
    color: var(--vId-color-token-c)
}

.integrations-e-248:hover {
    background-color: #7575750a
}

.integrations-e-249:hover {
    color: var(--vId-color-token-c)
}

.integrations-e-191:hover {
    background-color: #3d3d3dff
}

.integrations-e-193:hover {
    background-color: #0000000f
}

.integrations-e-195:hover {
    background-color: #0000000f
}

.integrations-e-214:hover {
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    background-color: #F1F5F9
}

.integrations-e-220:hover {
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    background-color: #F1F5F9
}

.integrations-e-217:hover {
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    background-color: #F1F5F9
}

.integrations-e-224:hover {
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    background-color: #F1F5F9
}

.integrations-e-234:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    opacity: 91%
}

.integrations-e-241:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    opacity: 91%
}

.integrations-e-242:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    opacity: 91%
}

.integrations-e-243:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    opacity: 91%
}

.integrations-e-244:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    opacity: 91%
}

.integrations-e-199:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a)
}

.integrations-e-201:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a)
}

.integrations-e-260:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a)
}

.integrations-e-203:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a)
}

.integrations-e-205:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a)
}

.integrations-e-252:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a)
}

.integrations-e-250:hover {
    background-color: #3d3d3dff
}

.integrations-e-323:hover {
    background-color: #3D3D3D;
    border-radius: 10px 10px 10px 10px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-color-token-c) var(--vId-color-token-c) var(--vId-color-token-c) var(--vId-color-token-c)
}

.integrations-e-176:hover {
    background-color: #FAFAFA
}

.integrations-e-55:hover {
    border-radius: 1000px 1000px 1000px 1000px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000) var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000) var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000) var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000)
}

.integrations-e-304:hover {
    color: var(--vId-color-token-c)
}

.integrations-e-308:hover {
    color: var(--vId-color-token-c)
}

.integrations-e-273:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    opacity: 91%
}

.integrations-e-305:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    opacity: 91%
}

.integrations-e-274:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    opacity: 91%
}

.integrations-e-282:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    opacity: 91%
}

.integrations-e-303:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    opacity: 91%
}

.integrations-e-283:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    opacity: 91%
}

.integrations-e-285:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    opacity: 91%
}

.integrations-e-286:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    opacity: 91%
}

.integrations-e-287:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    opacity: 91%
}

.integrations-e-306:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    opacity: 91%
}

.integrations-e-276:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    opacity: 91%
}

.integrations-e-277:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    opacity: 91%
}

.integrations-e-278:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    opacity: 91%
}

.integrations-e-279:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    opacity: 91%
}

.integrations-e-280:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    opacity: 91%
}

.integrations-e-296:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a)
}

.integrations-e-297:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a)
}

.integrations-e-298:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a)
}

.integrations-e-299:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a)
}

.integrations-e-301:hover {
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a)
}

.integrations-e-184 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fcfcfcbf;
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    z-index: 1500;
    position: sticky;
    box-shadow: 0px 1px 1px 0.5px rgba(41, 41, 41, 0.04), 0px 3px 3px -1.5px rgba(41, 41, 41, 0.02), 0px 6px 6px -3px rgba(41, 41, 41, 0.04), 0px 12px 12px -6px rgba(41, 41, 41, 0.04), 0px 24px 24px -12px rgba(41, 41, 41, 0.04), 0px 48px 48px -24px rgba(41, 41, 41, 0.04), 0px 0px 0px 1px rgba(41, 41, 41, 0.04), 0px -1px 1px -0.5px rgba(51, 51, 51, 0.06) inset;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: auto;
    min-width: 20px;
    display: flex
}

.integrations-e-185 {
    padding: 0px 80px 0px 80px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: NaNpx;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 1440px;
    position: relative;
    min-height: -moz-fit-content;
    min-height: fit-content
}

.integrations-e-186 {
    padding: 10px 0px 10px 0px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 4px;
         column-gap: 4px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.integrations-e-247 {
    padding: 0px 0px 0px 0px;
    overflow: visible;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    height: 36px;
    width: 36px;
    display: flex;
    position: relative
}

.integrations-e-188 {
    -o-object-fit: contain;
       object-fit: contain;
    width: auto;
    height: auto;
    margin-left: -3px;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.integrations-e-187 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 500;
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    padding: 0px 0px 0px 0px;
    line-height: 21px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-189 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    -moz-column-gap: 2px;
         column-gap: 2px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.integrations-e-253 {
    padding: 10px 16px 10px 16px;
    flex-direction: column;
    border-radius: 6px 6px 6px 6px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.integrations-e-254 {
    padding: 0px 0px 0px 0px;
    color: #52525B;
    font-size: 18px;
    line-height: 28px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.integrations-e-207 {
    padding: 10px 16px 10px 16px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 6px;
         column-gap: 6px;
    border-radius: 6px 6px 6px 6px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    cursor: pointer;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.integrations-e-208 {
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: #52525B;
    padding: 0px 0px 0px 0px;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-211 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 14px;
    height: 14px;
    position: relative;
    max-width: none;
    max-height: none
}

.integrations-e-227 {
    padding: 10px 16px 10px 16px;
    flex-direction: column;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 6px 6px 6px 6px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: none;
    position: relative
}

.integrations-e-228 {
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: #52525B;
    padding: 0px 0px 0px 0px;
    line-height: 21px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-209 {
    padding: 10px 16px 10px 16px;
    flex-direction: column;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 6px 6px 6px 6px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: none;
    position: relative
}

.integrations-e-210 {
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: #52525B;
    padding: 0px 0px 0px 0px;
    line-height: 21px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-255 {
    padding: 10px 16px 10px 16px;
    flex-direction: column;
    border-radius: 6px 6px 6px 6px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.integrations-e-256 {
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: var(--vId-color-token-c);
    padding: 0px 0px 0px 0px;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-257 {
    padding: 10px 16px 10px 16px;
    flex-direction: column;
    border-radius: 6px 6px 6px 6px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.integrations-e-258 {
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: #52525B;
    padding: 0px 0px 0px 0px;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-229 {
    padding: 10px 16px 10px 16px;
    flex-direction: column;
    border-radius: 6px 6px 6px 6px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.integrations-e-230 {
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: #52525B;
    padding: 0px 0px 0px 0px;
    line-height: 24px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-245 {
    padding: 10px 16px 10px 16px;
    flex-direction: column;
    border-radius: 6px 6px 6px 6px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.integrations-e-246 {
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: #52525B;
    padding: 0px 0px 0px 0px;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-261 {
    padding: 10px 16px 10px 16px;
    flex-direction: column;
    border-radius: 6px 6px 6px 6px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.integrations-e-262 {
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: #52525B;
    padding: 0px 0px 0px 0px;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-248 {
    padding: 10px 16px 10px 16px;
    flex-direction: column;
    border-radius: 6px 6px 6px 6px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.integrations-e-249 {
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: #52525B;
    padding: 0px 0px 0px 0px;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-190 {
    padding: 0px 0px 0px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.integrations-e-191 {
    padding: 6px 13px 6px 13px;
    background-color: #2E2E2E;
    box-shadow: 0px 16px 8px #1f1f1f02, 0px 12px 6px 0px #1f1f1f0a, 0px 4px 4px 0px #1f1f1f11, 0px 1px 3px 0px #1f1f1f14, 0px 0px 0px 1px #0f0f0fff, inset 0px 1px 2px 0px #ffffff1e;
    border-radius: 10px 10px 10px 10px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-color-token-b) var(--vId-color-token-b) var(--vId-color-token-b) var(--vId-color-token-b);
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    line-height: 21px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.integrations-e-192 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: none;
    position: relative
}

.integrations-e-193 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.integrations-e-194 {
    -o-object-fit: contain;
       object-fit: contain;
    width: 30px;
    height: 30px;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.integrations-e-195 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: none;
    position: relative
}

.integrations-e-196 {
    -o-object-fit: contain;
       object-fit: contain;
    width: 30px;
    height: 30px;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.integrations-e-212 {
    padding: 24px 0px 24px 0px;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    background-color: var(--vId-ba426d43-b267-4cf6-8ab3-9708ec6f734e);
    box-shadow: 0px 10px 15px -3px #00000019, 0px 4px 6px -4px #00000019;
    border-radius: 0px 0px 0px 0px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #e2e8f0ff #e2e8f0ff #e2e8f0ff #e2e8f0ff;
    margin-left: auto;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: none;
    min-width: 400px;
    min-height: 100px;
    position: relative;
    margin-right: auto;
    max-width: none
}

.integrations-e-235 {
    padding: 0px 80px 0px 80px;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    max-width: 1440px;
    position: relative
}

.integrations-e-213 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    row-gap: 12px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 251px;
    display: flex;
    position: relative
}

.integrations-e-214 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    row-gap: 4px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 6px 6px 6px 6px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.integrations-e-215 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 500;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 14px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-216 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #64748B;
    padding: 0px 0px 0px 0px;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: NaNpx;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-220 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    row-gap: 4px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 6px 6px 6px 6px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.integrations-e-221 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 500;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 14px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-222 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #64748B;
    padding: 0px 0px 0px 0px;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: NaNpx;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-217 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    row-gap: 4px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 6px 6px 6px 6px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.integrations-e-218 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 500;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 14px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-219 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #64748B;
    padding: 0px 0px 0px 0px;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: NaNpx;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-223 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    row-gap: 12px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 251px;
    display: flex;
    position: relative
}

.integrations-e-224 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    row-gap: 4px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 6px 6px 6px 6px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    pointer-events: auto !important;
    cursor: not-allowed !important;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.integrations-e-225 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 500;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 14px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-226 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #64748B;
    padding: 0px 0px 6px 0px;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: NaNpx;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-231 {
    padding: 4px 12px 4px 12px;
    flex-direction: column;
    background-color: #f4f4f5ff;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 100px 100px 100px 100px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.integrations-e-232 {
    font-family: var(--vId-font-token-b);
    font-size: 12px;
    font-weight: 500;
    color: #0000007f;
    padding: 0px 0px 0px 0px;
    line-height: 22px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-233 {
    padding: 0px 10px 10px 10px;
    flex-direction: column;
    row-gap: 16px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 251px;
    display: flex;
    position: relative
}

.integrations-e-234 {
    font-family: var(--vId-font-token-a);
    font-size: 15px;
    font-weight: 500;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 80%;
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-color: #00000000 #00000000 #00000000 #00000000;
    border-style: solid solid solid solid;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-241 {
    font-family: var(--vId-font-token-a);
    font-size: 15px;
    font-weight: 500;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 80%;
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-color: #00000000 #00000000 #00000000 #00000000;
    border-style: solid solid solid solid;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-242 {
    font-family: var(--vId-font-token-a);
    font-size: 15px;
    font-weight: 500;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 80%;
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-color: #00000000 #00000000 #00000000 #00000000;
    border-style: solid solid solid solid;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-243 {
    font-family: var(--vId-font-token-a);
    font-size: 15px;
    font-weight: 500;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 80%;
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-color: #00000000 #00000000 #00000000 #00000000;
    border-style: solid solid solid solid;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-244 {
    font-family: var(--vId-font-token-a);
    font-size: 15px;
    font-weight: 500;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 80%;
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-color: #00000000 #00000000 #00000000 #00000000;
    border-style: solid solid solid solid;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-236 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    row-gap: 12px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.integrations-e-237 {
    padding: 16px 16px 16px 16px;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    row-gap: 12px;
    background-color: #f1f5f9ff;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 6px 6px 6px 6px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    height: auto;
    width: 280px;
    display: flex;
    position: relative
}

.integrations-e-238 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 32px;
    height: 32px;
    position: relative;
    max-width: none;
    max-height: none
}

.integrations-e-239 {
    font-family: var(--vId-font-token-a);
    font-size: 18px;
    font-weight: 500;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-240 {
    padding: 16px 16px 16px 16px;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    row-gap: 12px;
    background-color: #f1f5f9ff;
    background-image: url(https://assets-v2.codedesign.ai/storage/v1/object/public/67279d35aa037f58773a231e_237a727c/asset-36f7682a);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    border-radius: 6px 6px 6px 6px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    height: 150px;
    width: 280px;
    display: flex;
    position: relative
}

.integrations-e-197 {
    padding: 16px 16px 16px 16px;
    flex-direction: column;
    background-color: #ffffff99;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: 100%;
    display: none;
    margin-right: NaNpx;
    position: relative
}

.integrations-e-198 {
    padding: 10px 16px 10px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.integrations-e-199 {
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: #52525B;
    padding: 0px 0px 0px 0px;
    line-height: 21px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-200 {
    padding: 10px 16px 10px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.integrations-e-201 {
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: #52525B;
    padding: 0px 0px 0px 0px;
    line-height: 21px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-259 {
    padding: 10px 16px 10px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.integrations-e-260 {
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: #52525B;
    padding: 0px 0px 0px 0px;
    line-height: 21px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-202 {
    padding: 10px 16px 10px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.integrations-e-203 {
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: #52525B;
    padding: 0px 0px 0px 0px;
    line-height: 21px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-204 {
    padding: 10px 16px 10px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.integrations-e-205 {
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: #52525B;
    padding: 0px 0px 0px 0px;
    line-height: 21px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-251 {
    padding: 10px 16px 10px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.integrations-e-252 {
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: #52525B;
    padding: 0px 0px 0px 0px;
    line-height: 21px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-206 {
    padding: 12px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.integrations-e-250 {
    padding: 6px 13px 6px 13px;
    background-color: #2E2E2E;
    box-shadow: 0px 16px 8px #1f1f1f02, 0px 12px 6px 0px #1f1f1f0a, 0px 4px 4px 0px #1f1f1f11, 0px 1px 3px 0px #1f1f1f14, 0px 0px 0px 1px #0f0f0fff, inset 0px 1px 2px 0px #ffffff1e;
    border-radius: 10px 10px 10px 10px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-color-token-c) var(--vId-color-token-c) var(--vId-color-token-c) var(--vId-color-token-c);
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    line-height: 21px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.integrations-e-1 {
    padding: 0px 80px 0px 80px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #000000cc;
    background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.7)0%, rgba(255, 255, 255, 0.7)100%, rgba(255, 255, 255, 0.7)100%), url(https://res.cloudinary.com/dmuecdqxy/q_auto/v1739802080/static/photo_mcw3poywtno_1739802079_27206.jpg);
    background-position: 50% 50%, 50% 50%;
    background-size: cover, cover;
    background-repeat: no-repeat no-repeat, no-repeat no-repeat;
    background-attachment: scroll, scroll;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 80vh;
    min-width: 20px;
    position: relative;
    display: flex;
    max-width: none;
    margin-right: auto
}

.integrations-e-2 {
    padding: 60px 0px 60px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: 100%;
    height: auto;
    min-height: 20px;
    min-width: 20px;
    display: flex;
    position: relative;
    max-width: 1440px
}

.integrations-e-6 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    margin-top: 10px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    max-width: 672px;
    position: relative
}

.integrations-e-3 {
    font-family: var(--vId-font-token-a);
    font-size: 44px;
    font-weight: 700;
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    padding: 10px 0px 16px 0px;
    text-align: center;
    line-height: 54px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-4 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 24px 0px;
    text-align: center;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-5 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    -moz-column-gap: 20px;
         column-gap: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.integrations-e-175 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    -moz-column-gap: 20px;
         column-gap: 20px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.integrations-e-323 {
    padding: 0px 18px 0px 18px;
    background-color: #2E2E2E;
    box-shadow: 0px 16px 8px #1f1f1f02, 0px 12px 6px 0px #1f1f1f0a, 0px 4px 4px 0px #1f1f1f11, 0px 1px 3px 0px #1f1f1f14, 0px 0px 0px 1px #0f0f0fff, inset 0px 1px 2px 0px #ffffff1e;
    border-radius: 10px 10px 10px 10px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #2E2E2E #2E2E2E #2E2E2E #2E2E2E;
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    line-height: 26px;
    text-align: center;
    z-index: 1;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: -moz-fit-content;
    width: fit-content;
    height: 48px;
    position: relative
}

.integrations-e-176 {
    padding: 8px 18px 8px 18px;
    background-color: var(--vId-color-token-d);
    box-shadow: 1px 2px 5px 0px #0000000c;
    border-radius: 8px 8px 8px 8px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #E4E4E7 #E4E4E7 #E4E4E7 #E4E4E7;
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 500;
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    line-height: 26px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: 48px;
    position: relative
}

.integrations-e-41 {
    padding: 0px 80px 0px 80px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: auto;
    min-width: 20px;
    position: relative;
    display: flex;
    max-width: none;
    margin-right: auto
}

.integrations-e-42 {
    padding: 80px 0px 80px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: 100%;
    height: auto;
    min-height: 20px;
    min-width: 20px;
    display: flex;
    position: relative;
    max-width: 1440px
}

.integrations-e-43 {
    padding: 10px 10px 10px 10px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 22px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    margin-top: px;
    margin-left: px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.integrations-e-45 {
    padding: 24px 24px 36px 24px;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 12px 12px 12px 12px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: var(--vId-e551b29c-10fa-47c2-b03f-62e4f3f207c4) var(--vId-e551b29c-10fa-47c2-b03f-62e4f3f207c4) var(--vId-e551b29c-10fa-47c2-b03f-62e4f3f207c4) var(--vId-e551b29c-10fa-47c2-b03f-62e4f3f207c4);
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    max-width: 480px;
    position: relative
}

.integrations-e-49 {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 0% 50%;
       object-position: 0% 50%;
    width: 150px;
    height: 46px;
    margin-top: 19px;
    position: relative;
    max-width: none;
    max-height: none
}

.integrations-e-46 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 4px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    max-width: none;
    position: relative
}

.integrations-e-47 {
    font-family: var(--vId-font-token-a);
    font-size: 26px;
    font-weight: 600;
    color: #09090b;
    padding: 0px 0px 8px 0px;
    text-align: left;
    line-height: 36px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-48 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #71717a;
    text-align: left;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-81 {
    padding: 24px 24px 36px 24px;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 12px 12px 12px 12px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: var(--vId-e551b29c-10fa-47c2-b03f-62e4f3f207c4) var(--vId-e551b29c-10fa-47c2-b03f-62e4f3f207c4) var(--vId-e551b29c-10fa-47c2-b03f-62e4f3f207c4) var(--vId-e551b29c-10fa-47c2-b03f-62e4f3f207c4);
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    max-width: 480px;
    position: relative
}

.integrations-e-85 {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 0% 50%;
       object-position: 0% 50%;
    width: 150px;
    height: 46px;
    margin-top: 19px;
    position: relative;
    max-width: none;
    max-height: none
}

.integrations-e-82 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 4px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    max-width: none;
    position: relative
}

.integrations-e-83 {
    font-family: var(--vId-font-token-a);
    font-size: 26px;
    font-weight: 600;
    color: #09090b;
    padding: 0px 0px 8px 0px;
    text-align: left;
    line-height: 36px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-84 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #71717a;
    text-align: left;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-76 {
    padding: 24px 24px 36px 24px;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 12px 12px 12px 12px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: var(--vId-e551b29c-10fa-47c2-b03f-62e4f3f207c4) var(--vId-e551b29c-10fa-47c2-b03f-62e4f3f207c4) var(--vId-e551b29c-10fa-47c2-b03f-62e4f3f207c4) var(--vId-e551b29c-10fa-47c2-b03f-62e4f3f207c4);
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    max-width: 480px;
    position: relative
}

.integrations-e-80 {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 0% 50%;
       object-position: 0% 50%;
    width: 150px;
    height: 46px;
    margin-top: 19px;
    position: relative;
    max-width: none;
    max-height: none
}

.integrations-e-77 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 4px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    max-width: none;
    position: relative
}

.integrations-e-78 {
    font-family: var(--vId-font-token-a);
    font-size: 26px;
    font-weight: 600;
    color: #09090b;
    padding: 0px 0px 8px 0px;
    text-align: left;
    line-height: 36px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-79 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #71717a;
    text-align: left;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-71 {
    padding: 24px 24px 36px 24px;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 12px 12px 12px 12px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: var(--vId-e551b29c-10fa-47c2-b03f-62e4f3f207c4) var(--vId-e551b29c-10fa-47c2-b03f-62e4f3f207c4) var(--vId-e551b29c-10fa-47c2-b03f-62e4f3f207c4) var(--vId-e551b29c-10fa-47c2-b03f-62e4f3f207c4);
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    max-width: 480px;
    position: relative
}

.integrations-e-75 {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 0% 50%;
       object-position: 0% 50%;
    width: 150px;
    height: 46px;
    margin-top: 19px;
    position: relative;
    max-width: none;
    max-height: none
}

.integrations-e-72 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 4px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    max-width: none;
    position: relative
}

.integrations-e-73 {
    font-family: var(--vId-font-token-a);
    font-size: 26px;
    font-weight: 600;
    color: #09090b;
    padding: 0px 0px 8px 0px;
    text-align: left;
    line-height: 36px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-74 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #71717a;
    text-align: left;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-66 {
    padding: 24px 24px 36px 24px;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 12px 12px 12px 12px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: var(--vId-e551b29c-10fa-47c2-b03f-62e4f3f207c4) var(--vId-e551b29c-10fa-47c2-b03f-62e4f3f207c4) var(--vId-e551b29c-10fa-47c2-b03f-62e4f3f207c4) var(--vId-e551b29c-10fa-47c2-b03f-62e4f3f207c4);
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    max-width: 480px;
    position: relative
}

.integrations-e-70 {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 0% 50%;
       object-position: 0% 50%;
    width: 150px;
    height: 46px;
    margin-top: 19px;
    position: relative;
    max-width: none;
    max-height: none
}

.integrations-e-67 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 4px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    max-width: none;
    position: relative
}

.integrations-e-68 {
    font-family: var(--vId-font-token-a);
    font-size: 26px;
    font-weight: 600;
    color: #09090b;
    padding: 0px 0px 8px 0px;
    text-align: left;
    line-height: 36px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-69 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #71717a;
    text-align: left;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-61 {
    padding: 24px 24px 36px 24px;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 12px 12px 12px 12px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: var(--vId-e551b29c-10fa-47c2-b03f-62e4f3f207c4) var(--vId-e551b29c-10fa-47c2-b03f-62e4f3f207c4) var(--vId-e551b29c-10fa-47c2-b03f-62e4f3f207c4) var(--vId-e551b29c-10fa-47c2-b03f-62e4f3f207c4);
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    max-width: 480px;
    position: relative
}

.integrations-e-65 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 150px;
    height: 45.99998890269886px;
    margin-top: 19px;
    position: relative;
    max-width: none;
    max-height: none
}

.integrations-e-62 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 4px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    max-width: none;
    position: relative
}

.integrations-e-63 {
    font-family: var(--vId-font-token-a);
    font-size: 26px;
    font-weight: 600;
    color: #09090b;
    padding: 0px 0px 8px 0px;
    text-align: left;
    line-height: 36px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-64 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #71717a;
    text-align: left;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-56 {
    padding: 24px 24px 36px 24px;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 12px 12px 12px 12px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: var(--vId-e551b29c-10fa-47c2-b03f-62e4f3f207c4) var(--vId-e551b29c-10fa-47c2-b03f-62e4f3f207c4) var(--vId-e551b29c-10fa-47c2-b03f-62e4f3f207c4) var(--vId-e551b29c-10fa-47c2-b03f-62e4f3f207c4);
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    max-width: 480px;
    position: relative
}

.integrations-e-60 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 150px;
    height: 46px;
    margin-top: 19px;
    position: relative;
    max-width: none;
    max-height: none
}

.integrations-e-57 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 4px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    max-width: none;
    position: relative
}

.integrations-e-58 {
    font-family: var(--vId-font-token-a);
    font-size: 26px;
    font-weight: 600;
    color: #09090b;
    padding: 0px 0px 8px 0px;
    text-align: left;
    line-height: 36px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-59 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #71717a;
    text-align: left;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-50 {
    padding: 24px 24px 36px 24px;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 12px 12px 12px 12px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: var(--vId-e551b29c-10fa-47c2-b03f-62e4f3f207c4) var(--vId-e551b29c-10fa-47c2-b03f-62e4f3f207c4) var(--vId-e551b29c-10fa-47c2-b03f-62e4f3f207c4) var(--vId-e551b29c-10fa-47c2-b03f-62e4f3f207c4);
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    max-width: 480px;
    position: relative
}

.integrations-e-54 {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 0% 0%;
       object-position: 0% 0%;
    width: 150px;
    height: auto;
    margin-top: 12px;
    position: relative;
    max-width: none;
    max-height: 20px
}

.integrations-e-51 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 4px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    max-width: none;
    position: relative
}

.integrations-e-52 {
    font-family: var(--vId-font-token-a);
    font-size: 26px;
    font-weight: 600;
    color: #09090b;
    padding: 0px 0px 8px 0px;
    text-align: left;
    line-height: 36px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-53 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #71717a;
    text-align: left;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-174 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 500;
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    text-align: left;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-55 {
    padding: 12px 28px 12px 28px;
    background-color: var(--vId-ba426d43-b267-4cf6-8ab3-9708ec6f734e);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    box-shadow: 1px 2px 5px 0px #0000000c;
    border-radius: 1000px 1000px 1000px 1000px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: var(--vId-e551b29c-10fa-47c2-b03f-62e4f3f207c4) var(--vId-e551b29c-10fa-47c2-b03f-62e4f3f207c4) var(--vId-e551b29c-10fa-47c2-b03f-62e4f3f207c4) var(--vId-e551b29c-10fa-47c2-b03f-62e4f3f207c4);
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 500;
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    line-height: 26px;
    z-index: 1;
    margin-top: 36px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.integrations-e-7 {
    padding: 80px 80px 80px 80px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    row-gap: 32px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: auto;
    min-width: 20px;
    position: relative;
    display: flex;
    max-width: none;
    margin-right: auto
}

.integrations-e-8 {
    flex-direction: column;
    row-gap: 64px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: 100%;
    height: auto;
    min-height: 20px;
    min-width: 20px;
    display: flex;
    position: relative;
    max-width: 1440px
}

.integrations-e-9 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.integrations-e-10 {
    flex-direction: column;
    justify-content: center;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    max-width: 310px;
    position: relative
}

.integrations-e-13 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 6px 6px 6px 6px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7 #e4e4e7 #e4e4e7 #e4e4e7;
    background-color: var(--vId-ba426d43-b267-4cf6-8ab3-9708ec6f734e);
    box-shadow: 0px 1px 2px 0px #0000000c;
    height: 40px;
    width: 40px;
    display: flex;
    position: relative
}

.integrations-e-14 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 22px;
    height: 22px;
    margin-top: px;
    position: relative;
    max-width: none;
    max-height: none
}

.integrations-e-11 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 500;
    color: #09090b;
    padding: 20px 0px 8px 0px;
    text-transform: none;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-12 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #71717a;
    text-align: left;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-20 {
    flex-direction: column;
    justify-content: center;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    max-width: 310px;
    position: relative
}

.integrations-e-23 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 6px 6px 6px 6px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7 #e4e4e7 #e4e4e7 #e4e4e7;
    background-color: var(--vId-ba426d43-b267-4cf6-8ab3-9708ec6f734e);
    box-shadow: 0px 1px 2px 0px #0000000c;
    height: 40px;
    width: 40px;
    display: flex;
    position: relative
}

.integrations-e-24 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 22px;
    height: 22px;
    margin-top: px;
    position: relative;
    max-width: none;
    max-height: none
}

.integrations-e-21 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 500;
    color: #09090b;
    padding: 20px 0px 8px 0px;
    text-transform: none;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-22 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #71717a;
    text-align: left;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-15 {
    flex-direction: column;
    justify-content: center;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    max-width: 310px;
    position: relative
}

.integrations-e-18 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 6px 6px 6px 6px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7 #e4e4e7 #e4e4e7 #e4e4e7;
    background-color: var(--vId-ba426d43-b267-4cf6-8ab3-9708ec6f734e);
    box-shadow: 0px 1px 2px 0px #0000000c;
    height: 40px;
    width: 40px;
    display: flex;
    position: relative
}

.integrations-e-19 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 22px;
    height: 22px;
    margin-top: px;
    position: relative;
    max-width: none;
    max-height: none
}

.integrations-e-16 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 500;
    color: #09090b;
    padding: 20px 0px 8px 0px;
    text-transform: none;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-17 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #71717a;
    text-align: left;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-25 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.integrations-e-26 {
    flex-direction: column;
    justify-content: center;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    max-width: 310px;
    position: relative
}

.integrations-e-29 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 6px 6px 6px 6px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7 #e4e4e7 #e4e4e7 #e4e4e7;
    background-color: var(--vId-ba426d43-b267-4cf6-8ab3-9708ec6f734e);
    box-shadow: 0px 1px 2px 0px #0000000c;
    height: 40px;
    width: 40px;
    display: flex;
    position: relative
}

.integrations-e-30 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 22px;
    height: 22px;
    margin-top: px;
    position: relative;
    max-width: none;
    max-height: none
}

.integrations-e-27 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 500;
    color: #09090b;
    padding: 20px 0px 8px 0px;
    text-transform: none;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-28 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #71717a;
    text-align: left;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-36 {
    flex-direction: column;
    justify-content: center;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    max-width: 310px;
    position: relative
}

.integrations-e-39 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 6px 6px 6px 6px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7 #e4e4e7 #e4e4e7 #e4e4e7;
    background-color: var(--vId-ba426d43-b267-4cf6-8ab3-9708ec6f734e);
    box-shadow: 0px 1px 2px 0px #0000000c;
    height: 40px;
    width: 40px;
    display: flex;
    position: relative
}

.integrations-e-40 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 22px;
    height: 22px;
    margin-top: px;
    position: relative;
    max-width: none;
    max-height: none
}

.integrations-e-37 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 500;
    color: #09090b;
    padding: 20px 0px 8px 0px;
    text-transform: none;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-38 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #71717a;
    text-align: left;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-31 {
    flex-direction: column;
    justify-content: center;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    max-width: 310px;
    position: relative
}

.integrations-e-34 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 6px 6px 6px 6px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7 #e4e4e7 #e4e4e7 #e4e4e7;
    background-color: var(--vId-ba426d43-b267-4cf6-8ab3-9708ec6f734e);
    box-shadow: 0px 1px 2px 0px #0000000c;
    height: 40px;
    width: 40px;
    display: flex;
    position: relative
}

.integrations-e-35 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 22px;
    height: 22px;
    margin-top: px;
    position: relative;
    max-width: none;
    max-height: none
}

.integrations-e-32 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 500;
    color: #09090b;
    padding: 20px 0px 8px 0px;
    text-transform: none;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-33 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #71717a;
    text-align: left;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-44 {
    padding: 80px 80px 80px 80px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: auto;
    min-width: 20px;
    position: relative;
    display: flex;
    max-width: none;
    margin-right: auto
}

.integrations-e-86 {
    padding: 64px 0px 64px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    row-gap: 16px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: 100%;
    height: auto;
    min-height: 20px;
    min-width: 20px;
    display: flex;
    position: relative;
    max-width: 1440px
}

.integrations-e-87 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    margin-top: NaNpx;
    margin-left: NaNpx;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 672px;
    position: relative
}

.integrations-e-89 {
    padding: 14px 14px 14px 14px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 8px 8px 8px 8px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7ff #e4e4e7ff #e4e4e7ff #e4e4e7ff;
    box-shadow: 1px 1px 2px 0px #0000000c;
    height: 48px;
    width: 48px;
    display: flex;
    position: relative
}

.integrations-e-90 {
    -o-object-fit: cover;
       object-fit: cover;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.integrations-e-88 {
    font-family: var(--vId-font-token-b);
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    padding: 10px 0px 20px 0px;
    line-height: 42px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-91 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    row-gap: 32px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    margin-top: NaNpx;
    margin-left: NaNpx;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 672px;
    position: relative
}

.integrations-e-92 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.integrations-e-93 {
    font-family: var(--vId-font-token-b);
    font-size: 24px;
    font-weight: 600;
    color: #000;
    padding: 0px 0px 10px 0px;
    line-height: 34px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: NaNpx;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-94 {
    padding: 17px 0px 16px 0px;
    flex-direction: column;
    row-gap: 12px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 1px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7ff #e4e4e7ff #e4e4e7ff #e4e4e7ff;
    flex: 1;
    cursor: pointer;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: auto;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.integrations-e-96 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.integrations-e-97 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-98 {
    -o-object-fit: cover;
       object-fit: cover;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.integrations-e-95 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-115 {
    padding: 17px 0px 16px 0px;
    flex-direction: column;
    row-gap: 12px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 1px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7ff #e4e4e7ff #e4e4e7ff #e4e4e7ff;
    flex: 1;
    cursor: pointer;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: auto;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.integrations-e-117 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.integrations-e-118 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-119 {
    -o-object-fit: cover;
       object-fit: cover;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.integrations-e-116 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-110 {
    padding: 17px 0px 16px 0px;
    flex-direction: column;
    row-gap: 12px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 1px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7ff #e4e4e7ff #e4e4e7ff #e4e4e7ff;
    flex: 1;
    cursor: pointer;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: auto;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.integrations-e-112 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.integrations-e-113 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-114 {
    -o-object-fit: cover;
       object-fit: cover;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.integrations-e-111 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-105 {
    padding: 17px 0px 16px 0px;
    flex-direction: column;
    row-gap: 12px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 1px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7ff #e4e4e7ff #e4e4e7ff #e4e4e7ff;
    flex: 1;
    cursor: pointer;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: auto;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.integrations-e-107 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.integrations-e-108 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-109 {
    -o-object-fit: cover;
       object-fit: cover;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.integrations-e-106 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-99 {
    padding: 17px 0px 16px 0px;
    flex-direction: column;
    row-gap: 12px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 1px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7ff #e4e4e7ff #e4e4e7ff #e4e4e7ff;
    flex: 1;
    cursor: pointer;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: auto;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.integrations-e-101 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.integrations-e-102 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-103 {
    -o-object-fit: cover;
       object-fit: cover;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.integrations-e-100 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-104 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-147 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.integrations-e-148 {
    font-family: var(--vId-font-token-b);
    font-size: 24px;
    font-weight: 600;
    color: #000;
    padding: 0px 0px 10px 0px;
    line-height: 34px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: NaNpx;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-149 {
    padding: 17px 0px 16px 0px;
    flex-direction: column;
    row-gap: 12px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 1px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7ff #e4e4e7ff #e4e4e7ff #e4e4e7ff;
    flex: 1;
    cursor: pointer;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: auto;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.integrations-e-151 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.integrations-e-152 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-153 {
    -o-object-fit: cover;
       object-fit: cover;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.integrations-e-150 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-169 {
    padding: 17px 0px 16px 0px;
    flex-direction: column;
    row-gap: 12px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 1px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7ff #e4e4e7ff #e4e4e7ff #e4e4e7ff;
    flex: 1;
    cursor: pointer;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: auto;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.integrations-e-171 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.integrations-e-172 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-173 {
    -o-object-fit: cover;
       object-fit: cover;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.integrations-e-170 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-164 {
    padding: 17px 0px 16px 0px;
    flex-direction: column;
    row-gap: 12px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 1px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7ff #e4e4e7ff #e4e4e7ff #e4e4e7ff;
    flex: 1;
    cursor: pointer;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: auto;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.integrations-e-166 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.integrations-e-167 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-168 {
    -o-object-fit: cover;
       object-fit: cover;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.integrations-e-165 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-159 {
    padding: 17px 0px 16px 0px;
    flex-direction: column;
    row-gap: 12px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 1px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7ff #e4e4e7ff #e4e4e7ff #e4e4e7ff;
    flex: 1;
    cursor: pointer;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: auto;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.integrations-e-161 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.integrations-e-162 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-163 {
    -o-object-fit: cover;
       object-fit: cover;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.integrations-e-160 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-154 {
    padding: 17px 0px 16px 0px;
    flex-direction: column;
    row-gap: 12px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 1px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7ff #e4e4e7ff #e4e4e7ff #e4e4e7ff;
    flex: 1;
    cursor: pointer;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: auto;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.integrations-e-156 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.integrations-e-157 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-158 {
    -o-object-fit: cover;
       object-fit: cover;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.integrations-e-155 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-120 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.integrations-e-121 {
    font-family: var(--vId-font-token-b);
    font-size: 24px;
    font-weight: 600;
    color: #000;
    padding: 0px 0px 10px 0px;
    line-height: 34px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: NaNpx;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-122 {
    padding: 17px 0px 16px 0px;
    flex-direction: column;
    row-gap: 12px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 1px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7ff #e4e4e7ff #e4e4e7ff #e4e4e7ff;
    flex: 1;
    cursor: pointer;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: auto;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.integrations-e-124 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.integrations-e-125 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-126 {
    -o-object-fit: cover;
       object-fit: cover;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.integrations-e-123 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-142 {
    padding: 17px 0px 16px 0px;
    flex-direction: column;
    row-gap: 12px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 1px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7ff #e4e4e7ff #e4e4e7ff #e4e4e7ff;
    flex: 1;
    cursor: pointer;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: auto;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.integrations-e-144 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.integrations-e-145 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-146 {
    -o-object-fit: cover;
       object-fit: cover;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.integrations-e-143 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-137 {
    padding: 17px 0px 16px 0px;
    flex-direction: column;
    row-gap: 12px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 1px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7ff #e4e4e7ff #e4e4e7ff #e4e4e7ff;
    flex: 1;
    cursor: pointer;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: auto;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.integrations-e-139 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.integrations-e-140 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-141 {
    -o-object-fit: cover;
       object-fit: cover;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.integrations-e-138 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-132 {
    padding: 17px 0px 16px 0px;
    flex-direction: column;
    row-gap: 12px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 1px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7ff #e4e4e7ff #e4e4e7ff #e4e4e7ff;
    flex: 1;
    cursor: pointer;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: auto;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.integrations-e-134 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.integrations-e-135 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-136 {
    -o-object-fit: cover;
       object-fit: cover;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.integrations-e-133 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-127 {
    padding: 17px 0px 16px 0px;
    flex-direction: column;
    row-gap: 12px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 1px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #e4e4e7ff #e4e4e7ff #e4e4e7ff #e4e4e7ff;
    flex: 1;
    cursor: pointer;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: auto;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.integrations-e-129 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.integrations-e-130 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-131 {
    -o-object-fit: cover;
       object-fit: cover;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.integrations-e-128 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-263 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    background-color: var(--vId-color-token-d);
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.integrations-e-264 {
    padding: 0px 80px 0px 80px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #260013ff;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: auto;
    min-width: 20px;
    position: relative;
    display: flex;
    max-width: none;
    margin-right: auto
}

.integrations-e-265 {
    padding: 85px 0px 85px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 20px;
    min-width: 20px;
    display: flex;
    position: relative;
    max-width: 1440px
}

.integrations-e-266 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.integrations-e-267 {
    font-family: Domine;
    font-size: 42px;
    font-weight: 400;
    color: #ffffffcc;
    padding: 0px 0px 0px 0px;
    text-align: left;
    line-height: 52px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 700px
}

.integrations-e-318 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    position: relative
}

.integrations-e-314 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.integrations-e-268 {
    font-family: var(--vId-font-token-a);
    font-size: 72px;
    font-weight: 500;
    color: #ffffffcc;
    padding: 0px 0px 0px 0px;
    text-align: left;
    line-height: 82px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-313 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 500;
    color: #ffffff7f;
    padding: 0px 0px 0px 0px;
    text-align: left;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-315 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.integrations-e-316 {
    font-family: var(--vId-font-token-a);
    font-size: 72px;
    font-weight: 500;
    color: #ffffffcc;
    padding: 0px 0px 0px 0px;
    text-align: left;
    line-height: 82px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-317 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 500;
    color: #ffffff7f;
    padding: 0px 0px 0px 0px;
    text-align: left;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-309 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 10px;
    background-color: #f7f7f733;
    box-shadow: 0px 0px 0px 1px #e0e0e07f;
    border-radius: 28px 28px 28px 28px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.integrations-e-310 {
    border-radius: 20px 20px 20px 20px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #e2e8f033 #e2e8f033 #e2e8f033 #e2e8f033;
    box-shadow: 0px 1px 1px 0px #2929290a, 0px 3px 3px -1px #29292905, 0px 1px 6px -3px #2929290a, 0px 12px 12px -6px #2929290a, 0px 24px 24px -12px #2929290a, 0px 48px 48px -24px #2929290a, inset 0px -1px 1px 0px #3333330f;
    padding: 0px 0px 0px 0px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    max-width: none;
    max-height: none
}

.integrations-e-321 {
    padding: 0px 0px 10px 10px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.integrations-e-319 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 500;
    color: var(--vId-color-token-d);
    padding: 0px 0px 0px 0px;
    text-align: left;
    text-transform: none;
    line-height: 24px;
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-320 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 500;
    color: #ffffff7f;
    padding: 0px 0px 0px 0px;
    text-align: left;
    line-height: 24px;
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-269 {
    padding: 0px 80px 0px 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--vId-ba426d43-b267-4cf6-8ab3-9708ec6f734e);
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: auto;
    min-width: 20px;
    position: relative;
    display: flex;
    max-width: none;
    margin-right: auto
}

.integrations-e-270 {
    padding: 65px 0px 65px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    height: auto;
    min-height: 20px;
    min-width: 20px;
    display: flex;
    position: relative;
    max-width: 1440px
}

.integrations-e-289 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    height: auto;
    width: 251px;
    display: flex;
    position: relative
}

.integrations-e-290 {
    padding: 10px 0px 8px 0px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 4px;
         column-gap: 4px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.integrations-e-311 {
    padding: 0px 0px 0px 0px;
    overflow: visible;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    height: 42px;
    width: 42px;
    display: flex;
    position: relative
}

.integrations-e-312 {
    -o-object-fit: contain;
       object-fit: contain;
    width: auto;
    height: auto;
    margin-left: -3px;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.integrations-e-291 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 21px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-292 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 10px;
    text-align: left;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-307 {
    padding: 10px 0px 10px 0px;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 12px;
         column-gap: 12px;
    row-gap: 20px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.integrations-e-304 {
    padding: 0px 0px 0px 0px;
    color: var(--vId-color-token-a);
    font-size: 16px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.integrations-e-308 {
    padding: 0px 0px 0px 0px;
    color: var(--vId-color-token-a);
    font-size: 16px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.integrations-e-322 {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.integrations-e-271 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.integrations-e-272 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    row-gap: 12px;
    height: auto;
    width: 150px;
    display: flex;
    position: relative
}

.integrations-e-273 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: #00000000 #00000000 #00000000 #00000000;
    opacity: 80%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-305 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: #00000000 #00000000 #00000000 #00000000;
    opacity: 80%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-274 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: #00000000 #00000000 #00000000 #00000000;
    opacity: 80%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-281 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    row-gap: 12px;
    height: auto;
    width: 150px;
    display: flex;
    position: relative
}

.integrations-e-282 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: #00000000 #00000000 #00000000 #00000000;
    opacity: 80%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-303 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: #00000000 #00000000 #00000000 #00000000;
    opacity: 80%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-283 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: #00000000 #00000000 #00000000 #00000000;
    opacity: 80%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-284 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    row-gap: 12px;
    height: auto;
    width: 180px;
    display: flex;
    position: relative
}

.integrations-e-285 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: #00000000 #00000000 #00000000 #00000000;
    opacity: 80%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-286 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: #00000000 #00000000 #00000000 #00000000;
    opacity: 80%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-287 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: #00000000 #00000000 #00000000 #00000000;
    opacity: 80%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-306 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: #00000000 #00000000 #00000000 #00000000;
    opacity: 80%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-288 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: #00000000 #00000000 #00000000 #00000000;
    opacity: 60%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-275 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    row-gap: 12px;
    height: auto;
    width: 150px;
    display: flex;
    position: relative
}

.integrations-e-276 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: #00000000 #00000000 #00000000 #00000000;
    opacity: 80%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-277 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: #00000000 #00000000 #00000000 #00000000;
    opacity: 80%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-278 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: #00000000 #00000000 #00000000 #00000000;
    opacity: 80%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-279 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: #00000000 #00000000 #00000000 #00000000;
    opacity: 80%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-280 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #020617ff;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: #00000000 #00000000 #00000000 #00000000;
    opacity: 80%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-293 {
    padding: 8px 0px 16px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 20px;
    min-width: 20px;
    display: flex;
    position: relative;
    max-width: 1440px
}

.integrations-e-294 {
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 60%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-295 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.integrations-e-296 {
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-297 {
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-298 {
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-299 {
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.integrations-e-300 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    -moz-column-gap: 4px;
         column-gap: 4px;
    row-gap: 20px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.integrations-e-302 {
    -o-object-fit: contain;
       object-fit: contain;
    width: auto;
    height: 18px;
    position: relative;
    max-width: none;
    max-height: none
}

.integrations-e-301 {
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: var(--vId-6d209034-42d3-4452-a22f-8fc17fc0f000);
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

@media (max-width:1199px) {
    .integrations-e-184 {
        min-height: 20px;
        position: relative
    }

    .integrations-e-185 {
        padding: 0px 32px 0px 32px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px)
    }

    .integrations-e-189 {
        display: none
    }

    .integrations-e-192 {
        display: flex
    }

    .integrations-e-1 {
        padding: 0px 32px 0px 32px;
        min-height: 20px
    }

    .integrations-e-2 {
        height: -moz-fit-content;
        height: fit-content
    }

    .integrations-e-41 {
        padding: 0px 32px 0px 32px;
        min-height: 20px
    }

    .integrations-e-42 {
        height: -moz-fit-content;
        height: fit-content
    }

    .integrations-e-7 {
        padding: 80px 32px 80px 32px;
        min-height: 20px
    }

    .integrations-e-8 {
        height: -moz-fit-content;
        height: fit-content;
        max-width: 575px
    }

    .integrations-e-9 {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: start;
        align-items: center;
        -moz-column-gap: 20px;
             column-gap: 20px;
        row-gap: 40px;
        max-width: 575px
    }

    .integrations-e-10 {
        max-width: none
    }

    .integrations-e-11 {
        text-align: left
    }

    .integrations-e-20 {
        max-width: none
    }

    .integrations-e-21 {
        text-align: left
    }

    .integrations-e-15 {
        max-width: none
    }

    .integrations-e-16 {
        text-align: left
    }

    .integrations-e-25 {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: start;
        align-items: center;
        -moz-column-gap: 20px;
             column-gap: 20px;
        row-gap: 40px;
        max-width: 575px
    }

    .integrations-e-26 {
        max-width: none
    }

    .integrations-e-27 {
        text-align: left
    }

    .integrations-e-36 {
        max-width: none
    }

    .integrations-e-37 {
        text-align: left
    }

    .integrations-e-31 {
        max-width: none
    }

    .integrations-e-32 {
        text-align: left
    }

    .integrations-e-44 {
        padding: 0px 32px 0px 32px;
        min-height: 20px
    }

    .integrations-e-86 {
        height: -moz-fit-content;
        height: fit-content
    }

    .integrations-e-264 {
        padding: 0px 32px 0px 32px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px)
    }

    .integrations-e-265 {
        flex-direction: column;
        justify-content: start;
        -moz-column-gap: 20px;
             column-gap: 20px;
        row-gap: 40px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        height: -moz-fit-content;
        height: fit-content
    }

    .integrations-e-267 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px)
    }

    .integrations-e-268 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px)
    }

    .integrations-e-313 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px)
    }

    .integrations-e-316 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px)
    }

    .integrations-e-317 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px)
    }

    .integrations-e-319 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px)
    }

    .integrations-e-320 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px)
    }

    .integrations-e-269 {
        padding: 0px 32px 0px 32px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px)
    }

    .integrations-e-270 {
        flex-direction: column;
        align-items: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        height: -moz-fit-content;
        height: fit-content
    }

    .integrations-e-289 {
        justify-content: start;
        align-items: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px)
    }

    .integrations-e-292 {
        text-align: center
    }

    .integrations-e-271 {
        flex-wrap: wrap;
        justify-content: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        margin-top: 32px
    }

    .integrations-e-285 {
        width: 100%
    }

    .integrations-e-293 {
        flex-wrap: wrap;
        justify-content: center;
        align-items: start;
        -moz-column-gap: 20px;
             column-gap: 20px;
        row-gap: 20px;
        height: -moz-fit-content;
        height: fit-content
    }

    .integrations-e-295 {
        flex-wrap: wrap;
        justify-content: center
    }

    @media {

        .black-shine {}

        .shine-button {}

        .glitch {}

        .sidebar {}
    }
}

@media (max-width:767px) {
    .integrations-e-184 {
        flex-direction: column;
        position: relative
    }

    .integrations-e-185 {
        padding: 0px 16px 0px 16px;
        position: relative
    }

    .integrations-e-186 {
        position: relative
    }

    .integrations-e-247 {
        position: relative
    }

    .integrations-e-188 {
        position: relative
    }

    .integrations-e-187 {
        position: relative
    }

    .integrations-e-189 {
        position: relative
    }

    .integrations-e-253 {
        position: relative
    }

    .integrations-e-254 {
        position: relative
    }

    .integrations-e-207 {
        position: relative
    }

    .integrations-e-208 {
        position: relative
    }

    .integrations-e-211 {
        position: relative
    }

    .integrations-e-227 {
        position: relative
    }

    .integrations-e-228 {
        position: relative
    }

    .integrations-e-209 {
        position: relative
    }

    .integrations-e-210 {
        position: relative
    }

    .integrations-e-255 {
        position: relative
    }

    .integrations-e-256 {
        position: relative
    }

    .integrations-e-257 {
        position: relative
    }

    .integrations-e-258 {
        position: relative
    }

    .integrations-e-229 {
        position: relative
    }

    .integrations-e-230 {
        position: relative
    }

    .integrations-e-245 {
        position: relative
    }

    .integrations-e-246 {
        position: relative
    }

    .integrations-e-261 {
        position: relative
    }

    .integrations-e-262 {
        position: relative
    }

    .integrations-e-248 {
        position: relative
    }

    .integrations-e-249 {
        position: relative
    }

    .integrations-e-190 {
        position: relative
    }

    .integrations-e-191 {
        position: relative
    }

    .integrations-e-192 {
        position: relative
    }

    .integrations-e-193 {
        position: relative
    }

    .integrations-e-194 {
        position: relative
    }

    .integrations-e-195 {
        position: relative
    }

    .integrations-e-196 {
        position: relative
    }

    .integrations-e-212 {
        position: relative
    }

    .integrations-e-235 {
        position: relative
    }

    .integrations-e-213 {
        position: relative
    }

    .integrations-e-214 {
        position: relative
    }

    .integrations-e-215 {
        position: relative
    }

    .integrations-e-216 {
        position: relative
    }

    .integrations-e-220 {
        position: relative
    }

    .integrations-e-221 {
        position: relative
    }

    .integrations-e-222 {
        position: relative
    }

    .integrations-e-217 {
        position: relative
    }

    .integrations-e-218 {
        position: relative
    }

    .integrations-e-219 {
        position: relative
    }

    .integrations-e-223 {
        position: relative
    }

    .integrations-e-224 {
        position: relative
    }

    .integrations-e-225 {
        position: relative
    }

    .integrations-e-226 {
        position: relative
    }

    .integrations-e-231 {
        position: relative
    }

    .integrations-e-232 {
        position: relative
    }

    .integrations-e-233 {
        position: relative
    }

    .integrations-e-234 {
        position: relative
    }

    .integrations-e-241 {
        position: relative
    }

    .integrations-e-242 {
        position: relative
    }

    .integrations-e-243 {
        position: relative
    }

    .integrations-e-244 {
        position: relative
    }

    .integrations-e-236 {
        position: relative
    }

    .integrations-e-237 {
        position: relative
    }

    .integrations-e-238 {
        position: relative
    }

    .integrations-e-239 {
        position: relative
    }

    .integrations-e-240 {
        position: relative
    }

    .integrations-e-197 {
        position: relative
    }

    .integrations-e-198 {
        position: relative
    }

    .integrations-e-199 {
        position: relative
    }

    .integrations-e-200 {
        position: relative
    }

    .integrations-e-201 {
        position: relative
    }

    .integrations-e-259 {
        position: relative
    }

    .integrations-e-260 {
        position: relative
    }

    .integrations-e-202 {
        position: relative
    }

    .integrations-e-203 {
        position: relative
    }

    .integrations-e-204 {
        position: relative
    }

    .integrations-e-205 {
        position: relative
    }

    .integrations-e-251 {
        position: relative
    }

    .integrations-e-252 {
        position: relative
    }

    .integrations-e-206 {
        position: relative
    }

    .integrations-e-250 {
        position: relative
    }

    .integrations-e-1 {
        padding: 0px 16px 0px 16px;
        flex-direction: column;
        position: relative
    }

    .integrations-e-2 {
        position: relative
    }

    .integrations-e-6 {
        position: relative
    }

    .integrations-e-3 {
        font-size: 36px;
        text-align: center;
        line-height: 46px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-4 {
        font-size: 14px;
        text-align: center;
        line-height: 24px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-5 {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        -moz-column-gap: 20px;
             column-gap: 20px;
        row-gap: 10px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-175 {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        -moz-column-gap: 20px;
             column-gap: 20px;
        row-gap: 10px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        width: 100%;
        position: relative
    }

    .integrations-e-323 {
        position: relative
    }

    .integrations-e-176 {
        position: relative
    }

    .integrations-e-41 {
        padding: 0px 16px 0px 16px;
        flex-direction: column;
        position: relative
    }

    .integrations-e-42 {
        position: relative
    }

    .integrations-e-43 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-45 {
        flex-direction: column;
        justify-content: start;
        align-items: center;
        -moz-column-gap: 32px;
             column-gap: 32px;
        row-gap: 20px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-49 {
        position: relative
    }

    .integrations-e-46 {
        flex-direction: column;
        justify-content: start;
        align-items: center;
        -moz-column-gap: 10px;
             column-gap: 10px;
        row-gap: 4px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-47 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        width: 100%;
        position: relative
    }

    .integrations-e-48 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-81 {
        flex-direction: column;
        justify-content: start;
        align-items: center;
        -moz-column-gap: 32px;
             column-gap: 32px;
        row-gap: 20px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-85 {
        position: relative
    }

    .integrations-e-82 {
        flex-direction: column;
        justify-content: start;
        align-items: center;
        -moz-column-gap: 10px;
             column-gap: 10px;
        row-gap: 4px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-83 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        width: 100%;
        position: relative
    }

    .integrations-e-84 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-76 {
        flex-direction: column;
        justify-content: start;
        align-items: center;
        -moz-column-gap: 32px;
             column-gap: 32px;
        row-gap: 20px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-80 {
        position: relative
    }

    .integrations-e-77 {
        flex-direction: column;
        justify-content: start;
        align-items: center;
        -moz-column-gap: 10px;
             column-gap: 10px;
        row-gap: 4px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-78 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        width: 100%;
        position: relative
    }

    .integrations-e-79 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-71 {
        flex-direction: column;
        justify-content: start;
        align-items: center;
        -moz-column-gap: 32px;
             column-gap: 32px;
        row-gap: 20px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-75 {
        position: relative
    }

    .integrations-e-72 {
        flex-direction: column;
        justify-content: start;
        align-items: center;
        -moz-column-gap: 10px;
             column-gap: 10px;
        row-gap: 4px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-73 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        width: 100%;
        position: relative
    }

    .integrations-e-74 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-66 {
        flex-direction: column;
        justify-content: start;
        align-items: center;
        -moz-column-gap: 32px;
             column-gap: 32px;
        row-gap: 20px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-70 {
        position: relative
    }

    .integrations-e-67 {
        flex-direction: column;
        justify-content: start;
        align-items: center;
        -moz-column-gap: 10px;
             column-gap: 10px;
        row-gap: 4px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-68 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        width: 100%;
        position: relative
    }

    .integrations-e-69 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-61 {
        flex-direction: column;
        justify-content: start;
        align-items: center;
        -moz-column-gap: 32px;
             column-gap: 32px;
        row-gap: 20px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-65 {
        position: relative
    }

    .integrations-e-62 {
        flex-direction: column;
        justify-content: start;
        align-items: center;
        -moz-column-gap: 10px;
             column-gap: 10px;
        row-gap: 4px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-63 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        width: 100%;
        position: relative
    }

    .integrations-e-64 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-56 {
        flex-direction: column;
        justify-content: start;
        align-items: center;
        -moz-column-gap: 32px;
             column-gap: 32px;
        row-gap: 20px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-60 {
        position: relative
    }

    .integrations-e-57 {
        flex-direction: column;
        justify-content: start;
        align-items: center;
        -moz-column-gap: 10px;
             column-gap: 10px;
        row-gap: 4px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-58 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        width: 100%;
        position: relative
    }

    .integrations-e-59 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-50 {
        flex-direction: column;
        justify-content: start;
        align-items: center;
        -moz-column-gap: 32px;
             column-gap: 32px;
        row-gap: 20px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-54 {
        position: relative
    }

    .integrations-e-51 {
        flex-direction: column;
        justify-content: start;
        align-items: center;
        -moz-column-gap: 10px;
             column-gap: 10px;
        row-gap: 4px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-52 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        width: 100%;
        position: relative
    }

    .integrations-e-53 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-174 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-55 {
        position: relative
    }

    .integrations-e-7 {
        padding: 80px 16px 80px 16px;
        flex-direction: column;
        position: relative
    }

    .integrations-e-8 {
        position: relative
    }

    .integrations-e-9 {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: start;
        -moz-column-gap: 20px;
             column-gap: 20px;
        row-gap: 20px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-10 {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: start;
        -moz-column-gap: 20px;
             column-gap: 20px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-13 {
        position: relative
    }

    .integrations-e-14 {
        position: relative
    }

    .integrations-e-11 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-12 {
        text-align: left;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-20 {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: start;
        -moz-column-gap: 20px;
             column-gap: 20px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-23 {
        position: relative
    }

    .integrations-e-24 {
        position: relative
    }

    .integrations-e-21 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-22 {
        text-align: left;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-15 {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: start;
        -moz-column-gap: 20px;
             column-gap: 20px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-18 {
        position: relative
    }

    .integrations-e-19 {
        position: relative
    }

    .integrations-e-16 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-17 {
        text-align: left;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-25 {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: start;
        -moz-column-gap: 20px;
             column-gap: 20px;
        row-gap: 20px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-26 {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: start;
        -moz-column-gap: 20px;
             column-gap: 20px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-29 {
        position: relative
    }

    .integrations-e-30 {
        position: relative
    }

    .integrations-e-27 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-28 {
        text-align: left;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-36 {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: start;
        -moz-column-gap: 20px;
             column-gap: 20px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-39 {
        position: relative
    }

    .integrations-e-40 {
        position: relative
    }

    .integrations-e-37 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-38 {
        text-align: left;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-31 {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: start;
        -moz-column-gap: 20px;
             column-gap: 20px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-34 {
        position: relative
    }

    .integrations-e-35 {
        position: relative
    }

    .integrations-e-32 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-33 {
        text-align: left;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-44 {
        padding: 0px 16px 0px 16px;
        flex-direction: column;
        position: relative
    }

    .integrations-e-86 {
        position: relative
    }

    .integrations-e-87 {
        position: relative
    }

    .integrations-e-89 {
        position: relative
    }

    .integrations-e-90 {
        position: relative
    }

    .integrations-e-88 {
        position: relative
    }

    .integrations-e-91 {
        position: relative
    }

    .integrations-e-92 {
        position: relative
    }

    .integrations-e-93 {
        position: relative
    }

    .integrations-e-94 {
        position: relative
    }

    .integrations-e-96 {
        position: relative
    }

    .integrations-e-97 {
        position: relative
    }

    .integrations-e-98 {
        position: relative
    }

    .integrations-e-95 {
        position: relative
    }

    .integrations-e-115 {
        position: relative
    }

    .integrations-e-117 {
        position: relative
    }

    .integrations-e-118 {
        position: relative
    }

    .integrations-e-119 {
        position: relative
    }

    .integrations-e-116 {
        position: relative
    }

    .integrations-e-110 {
        position: relative
    }

    .integrations-e-112 {
        position: relative
    }

    .integrations-e-113 {
        position: relative
    }

    .integrations-e-114 {
        position: relative
    }

    .integrations-e-111 {
        position: relative
    }

    .integrations-e-105 {
        position: relative
    }

    .integrations-e-107 {
        position: relative
    }

    .integrations-e-108 {
        position: relative
    }

    .integrations-e-109 {
        position: relative
    }

    .integrations-e-106 {
        position: relative
    }

    .integrations-e-99 {
        position: relative
    }

    .integrations-e-101 {
        position: relative
    }

    .integrations-e-102 {
        position: relative
    }

    .integrations-e-103 {
        position: relative
    }

    .integrations-e-100 {
        position: relative
    }

    .integrations-e-104 {
        position: relative
    }

    .integrations-e-147 {
        position: relative
    }

    .integrations-e-148 {
        position: relative
    }

    .integrations-e-149 {
        position: relative
    }

    .integrations-e-151 {
        position: relative
    }

    .integrations-e-152 {
        position: relative
    }

    .integrations-e-153 {
        position: relative
    }

    .integrations-e-150 {
        position: relative
    }

    .integrations-e-169 {
        position: relative
    }

    .integrations-e-171 {
        position: relative
    }

    .integrations-e-172 {
        position: relative
    }

    .integrations-e-173 {
        position: relative
    }

    .integrations-e-170 {
        position: relative
    }

    .integrations-e-164 {
        position: relative
    }

    .integrations-e-166 {
        position: relative
    }

    .integrations-e-167 {
        position: relative
    }

    .integrations-e-168 {
        position: relative
    }

    .integrations-e-165 {
        position: relative
    }

    .integrations-e-159 {
        position: relative
    }

    .integrations-e-161 {
        position: relative
    }

    .integrations-e-162 {
        position: relative
    }

    .integrations-e-163 {
        position: relative
    }

    .integrations-e-160 {
        position: relative
    }

    .integrations-e-154 {
        position: relative
    }

    .integrations-e-156 {
        position: relative
    }

    .integrations-e-157 {
        position: relative
    }

    .integrations-e-158 {
        position: relative
    }

    .integrations-e-155 {
        position: relative
    }

    .integrations-e-120 {
        position: relative
    }

    .integrations-e-121 {
        position: relative
    }

    .integrations-e-122 {
        position: relative
    }

    .integrations-e-124 {
        position: relative
    }

    .integrations-e-125 {
        position: relative
    }

    .integrations-e-126 {
        position: relative
    }

    .integrations-e-123 {
        position: relative
    }

    .integrations-e-142 {
        position: relative
    }

    .integrations-e-144 {
        position: relative
    }

    .integrations-e-145 {
        position: relative
    }

    .integrations-e-146 {
        position: relative
    }

    .integrations-e-143 {
        position: relative
    }

    .integrations-e-137 {
        position: relative
    }

    .integrations-e-139 {
        position: relative
    }

    .integrations-e-140 {
        position: relative
    }

    .integrations-e-141 {
        position: relative
    }

    .integrations-e-138 {
        position: relative
    }

    .integrations-e-132 {
        position: relative
    }

    .integrations-e-134 {
        position: relative
    }

    .integrations-e-135 {
        position: relative
    }

    .integrations-e-136 {
        position: relative
    }

    .integrations-e-133 {
        position: relative
    }

    .integrations-e-127 {
        position: relative
    }

    .integrations-e-129 {
        position: relative
    }

    .integrations-e-130 {
        position: relative
    }

    .integrations-e-131 {
        position: relative
    }

    .integrations-e-128 {
        position: relative
    }

    .integrations-e-263 {
        position: relative
    }

    .integrations-e-264 {
        padding: 0px 16px 0px 16px;
        flex-direction: column;
        row-gap: 40px;
        position: relative
    }

    .integrations-e-265 {
        flex-direction: column;
        justify-content: start;
        align-items: center;
        row-gap: 40px;
        -moz-column-gap: 20px;
             column-gap: 20px;
        position: relative
    }

    .integrations-e-266 {
        position: relative
    }

    .integrations-e-267 {
        font-size: 32px;
        line-height: 42px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-318 {
        position: relative
    }

    .integrations-e-314 {
        position: relative
    }

    .integrations-e-268 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-313 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-315 {
        position: relative
    }

    .integrations-e-316 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-317 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-309 {
        padding: 6px 6px 6px 6px;
        border-radius: 10px 10px 10px 10px;
        border-width: 0px 0px 0px 0px;
        border-style: none none none none;
        border-color: transparent transparent transparent transparent;
        position: relative
    }

    .integrations-e-310 {
        border-radius: 6px 6px 6px 6px;
        border-width: 1px 1px 1px 1px;
        border-style: solid solid solid solid;
        border-color: #e2e8f0ff #e2e8f0ff #e2e8f0ff #e2e8f0ff;
        padding: 2px 0px 0px 2px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-321 {
        position: relative
    }

    .integrations-e-319 {
        text-align: left;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-320 {
        text-align: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-269 {
        padding: 0px 16px 0px 16px;
        flex-direction: column;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .integrations-e-270 {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: start;
        position: relative
    }

    .integrations-e-289 {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        position: relative
    }

    .integrations-e-290 {
        position: relative
    }

    .integrations-e-311 {
        position: relative
    }

    .integrations-e-312 {
        position: relative
    }

    .integrations-e-291 {
        position: relative
    }

    .integrations-e-292 {
        text-align: left;
        position: relative
    }

    .integrations-e-307 {
        position: relative
    }

    .integrations-e-304 {
        position: relative
    }

    .integrations-e-308 {
        position: relative
    }

    .integrations-e-322 {
        position: relative
    }

    .integrations-e-271 {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: start;
        align-items: start;
        -moz-column-gap: 10px;
             column-gap: 10px;
        row-gap: 20px;
        position: relative
    }

    .integrations-e-272 {
        width: 170px;
        position: relative
    }

    .integrations-e-273 {
        position: relative
    }

    .integrations-e-305 {
        position: relative
    }

    .integrations-e-274 {
        position: relative
    }

    .integrations-e-281 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        width: 170px;
        position: relative
    }

    .integrations-e-282 {
        position: relative
    }

    .integrations-e-303 {
        position: relative
    }

    .integrations-e-283 {
        position: relative
    }

    .integrations-e-284 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        width: 170px;
        position: relative
    }

    .integrations-e-285 {
        position: relative
    }

    .integrations-e-286 {
        position: relative
    }

    .integrations-e-287 {
        position: relative
    }

    .integrations-e-306 {
        position: relative
    }

    .integrations-e-288 {
        position: relative
    }

    .integrations-e-275 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        width: 170px;
        position: relative
    }

    .integrations-e-276 {
        position: relative
    }

    .integrations-e-277 {
        position: relative
    }

    .integrations-e-278 {
        position: relative
    }

    .integrations-e-279 {
        position: relative
    }

    .integrations-e-280 {
        position: relative
    }

    .integrations-e-293 {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: start;
        align-items: start;
        -moz-column-gap: 20px;
             column-gap: 20px;
        row-gap: 20px;
        position: relative
    }

    .integrations-e-294 {
        position: relative
    }

    .integrations-e-295 {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: start;
        align-items: start;
        -moz-column-gap: 20px;
             column-gap: 20px;
        row-gap: 20px;
        position: relative
    }

    .integrations-e-296 {
        position: relative
    }

    .integrations-e-297 {
        position: relative
    }

    .integrations-e-298 {
        position: relative
    }

    .integrations-e-299 {
        position: relative
    }

    .integrations-e-300 {
        position: relative
    }

    .integrations-e-302 {
        position: relative
    }

    .integrations-e-301 {
        position: relative
    }

    @media {

        .black-shine {}

        .shine-button {}

        .glitch {}

        .sidebar {}
    }
}

.paragraph {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400
}

.black-shine {}

.shine-button:hover {
    animation: shine 1s linear infinite
}

.shine-button {}

.glitch {}

.sidebar {}

/* HTMLCode Component Content Resets */
/* Resets for HTMLCode component integrations-e-322 */
.integrations-e-322 img { width: initial; height: initial; -o-object-fit: initial; object-fit: initial; border-radius: initial; display: initial; }
.integrations-e-322 span { display: initial; }
