* {
    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
}

.website-templates-e-439:hover {
    color: #ffffffff
}

.website-templates-e-444:hover {
    background-color: var(--vId-aa3cbb53-f90f-4798-a155-f7b0339c9435);
    background-image: linear-gradient(270deg, rgba(22, 22, 22, 0.05)0%, rgba(0, 0, 0, 0.08)75.5%, rgba(22, 22, 22, 0.04)100%);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box
}

.website-templates-e-458:hover {
    background-color: #00000019;
    background-image: linear-gradient(270deg, rgba(22, 22, 22, 0.2)0%, rgba(0, 0, 0, 0.2)100%), linear-gradient(325deg, rgb(92, 51, 255)0%, rgb(181, 153, 255)100%);
    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
}

.website-templates-e-164:hover {
    background-color: #FBFBFB;
    background-image: linear-gradient(270deg, rgba(22, 22, 22, 0.1)0%, rgba(22, 22, 22, 0.02)94.5%, rgba(0, 0, 0, 0.1)100%);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box
}

.website-templates-e-166:hover {
    background-color: var(--vId-bdd1de0e-344a-418f-a4c5-4fb66a7faf93);
    background-image: linear-gradient(270deg, rgba(22, 22, 22, 0.1)0%, rgba(22, 22, 22, 0.02)94.5%, rgba(0, 0, 0, 0.1)100%);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box
}

.website-templates-e-183:hover {
    background-color: #FBFBFB;
    background-image: linear-gradient(270deg, rgba(22, 22, 22, 0.1)0%, rgba(22, 22, 22, 0.02)94.5%, rgba(0, 0, 0, 0.1)100%);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box
}

.website-templates-e-185:hover {
    background-color: var(--vId-bdd1de0e-344a-418f-a4c5-4fb66a7faf93);
    background-image: linear-gradient(270deg, rgba(22, 22, 22, 0.1)0%, rgba(22, 22, 22, 0.02)94.5%, rgba(0, 0, 0, 0.1)100%);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box
}

.website-templates-e-173:hover {
    background-color: #FBFBFB;
    background-image: linear-gradient(270deg, rgba(22, 22, 22, 0.1)0%, rgba(22, 22, 22, 0.02)94.5%, rgba(0, 0, 0, 0.1)100%);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box
}

.website-templates-e-175:hover {
    background-color: var(--vId-bdd1de0e-344a-418f-a4c5-4fb66a7faf93);
    background-image: linear-gradient(270deg, rgba(22, 22, 22, 0.1)0%, rgba(22, 22, 22, 0.02)94.5%, rgba(0, 0, 0, 0.1)100%);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box
}

.website-templates-e-193:hover {
    background-color: #FBFBFB;
    background-image: linear-gradient(270deg, rgba(22, 22, 22, 0.1)0%, rgba(22, 22, 22, 0.02)94.5%, rgba(0, 0, 0, 0.1)100%);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box
}

.website-templates-e-195:hover {
    background-color: var(--vId-bdd1de0e-344a-418f-a4c5-4fb66a7faf93);
    background-image: linear-gradient(270deg, rgba(22, 22, 22, 0.1)0%, rgba(22, 22, 22, 0.02)94.5%, rgba(0, 0, 0, 0.1)100%);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box
}

.website-templates-e-215:hover {
    background-color: #0000000c
}

.website-templates-e-269:hover {
    background-color: #0000000c
}

.website-templates-e-221:hover {
    background-color: #0000000c
}

.website-templates-e-245:hover {
    background-color: #0000000c
}

.website-templates-e-239:hover {
    background-color: #0000000c
}

.website-templates-e-233:hover {
    background-color: #0000000c
}

.website-templates-e-251:hover {
    background-color: #ffffff19
}

.website-templates-e-257:hover {
    background-color: #ffffff19
}

.website-templates-e-263:hover {
    background-color: #ffffff19
}

.website-templates-e-227:hover {
    background-color: #0000000c
}

.website-templates-e-371:hover {
    background-color: #FBFBFB;
    background-image: linear-gradient(270deg, rgba(22, 22, 22, 0.1)0%, rgba(22, 22, 22, 0.02)94.5%, rgba(0, 0, 0, 0.1)100%);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box
}

.website-templates-e-301:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-306:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-303:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-423:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-304:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-302:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-305:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-308:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-338:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-309:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-343:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-345:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-347:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-344:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-346:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-324:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-321:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-325:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-322:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-422:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-354:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-320:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-323:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-358:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-359:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-360:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-361:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-362:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-367:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-363:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-364:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-365:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-419:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-366:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-396:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-399:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-400:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-401:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-402:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-403:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-408:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-404:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-405:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-406:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-407:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-415:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-420:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-421:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-416:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-418:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-417:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-328:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-307:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-340:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-339:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-331:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-333:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-332:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-335:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-337:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-334:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-336:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-414:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-315:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-312:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-314:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-317:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-316:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-313:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-410:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-411:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-412:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-413:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 1.5px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad)
}

.website-templates-e-1 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    row-gap: 72px;
    background-image: linear-gradient(180deg, rgb(92, 51, 255)0%, rgb(255, 255, 255)100%);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.website-templates-e-430 {
    padding: 10px 10px 10px 10px;
    flex-direction: row;
    align-items: center;
    z-index: 10;
    height: 80px;
    width: 100%;
    display: flex;
    margin-right: px;
    position: relative
}

.website-templates-e-431 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    margin-left: auto;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    margin-right: auto;
    max-width: 1300px;
    position: relative
}

.website-templates-e-432 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    position: relative
}

.website-templates-e-433 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px 10px 10px 10px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #00000019 #00000019 #00000019 #00000019;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    margin-right: px;
    position: sticky
}

.website-templates-e-434 {
    -o-object-fit: contain;
       object-fit: contain;
    width: 171px;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.website-templates-e-435 {
    flex-direction: row;
    align-items: stretch;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    margin-right: px;
    position: relative
}

.website-templates-e-438 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #fafafae5;
    line-height: 26px;
    padding: 0px 18px 0px 18px;
    border-width: 0px 0px 0px 0px;
    border-style: none solid none none;
    border-color: transparent #ffffff7f transparent transparent;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.website-templates-e-437 {
    font-size: 14px;
    color: #fafafab2;
    line-height: 24px;
    padding: 0px 18px 0px 18px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.website-templates-e-439 {
    align-items: center;
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #ffffffb2;
    line-height: 24px;
    padding: 0px 22px 0px 22px;
    border-width: 0px 0px 0px 0px;
    border-style: none solid none none;
    border-color: transparent #ffffff7f transparent transparent;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: flex;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.website-templates-e-442 {
    align-items: center;
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #111;
    line-height: 26px;
    padding: 0px 22px 0px 22px;
    border-width: 0px 0px 0px 0px;
    border-style: none solid none none;
    border-color: transparent #ffffff7f transparent transparent;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: none;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.website-templates-e-441 {
    align-items: center;
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #111;
    line-height: 26px;
    padding: 0px 22px 0px 22px;
    border-width: 0px 0px 0px 0px;
    border-style: none solid none none;
    border-color: transparent #ffffff7f transparent transparent;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: flex;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.website-templates-e-443 {
    align-items: center;
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #111;
    padding: 0px 22px 0px 22px;
    line-height: 26px;
    border-width: 0px 0px 0px 0px;
    border-style: none solid none none;
    border-color: transparent #ffffff7f transparent transparent;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: flex;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.website-templates-e-440 {
    align-items: center;
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #fafafae5;
    line-height: 26px;
    padding: 0px 22px 0px 22px;
    border-width: 0px 0px 0px 0px;
    border-style: none solid none none;
    border-color: transparent #ffffff7f transparent transparent;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: flex;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.website-templates-e-456 {
    align-items: center;
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #fafafae5;
    line-height: 26px;
    padding: 0px 22px 0px 22px;
    border-width: 0px 0px 0px 0px;
    border-style: none solid none none;
    border-color: transparent #ffffff7f transparent transparent;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: flex;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.website-templates-e-436 {
    align-items: center;
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #fafafae5;
    line-height: 26px;
    padding: 0px 22px 0px 22px;
    border-width: 0px 0px 0px 0px;
    border-style: none solid none none;
    border-color: transparent #ffffff7f transparent transparent;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: flex;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.website-templates-e-444 {
    padding: 12px 32px 12px 32px;
    align-items: center;
    -moz-column-gap: 4px;
         column-gap: 4px;
    row-gap: 4px;
    background-color: #FBFBFB;
    border-radius: 100px 100px 100px 100px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #333 #333 #1a1a1a19 #333;
    box-shadow: 0px -2px 0px 0px rgba(26, 26, 26, 0.20) inset, 0px 0px 0px 1px rgba(0, 0, 0, 0.10) inset;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    position: relative;
    display: flex
}

.website-templates-e-445 {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.website-templates-e-446 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 600;
    color: var(--vId-bdd1de0e-344a-418f-a4c5-4fb66a7faf93);
    line-height: 26px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.website-templates-e-447 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    background-color: #ffffff00;
    background-image: url(https://res.cloudinary.com/dbyioi2qq/q_auto/v1684760387/static/menu-iconsvg_1684760386_70302.svg);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #000000 #000000 #000000 #000000;
    height: 50px;
    width: 50px;
    display: none;
    position: relative
}

.website-templates-e-448 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    align-items: center;
    -moz-column-gap: 0px;
         column-gap: 0px;
    row-gap: 0px;
    background-color: #eeeeeee5;
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    z-index: 1500;
    top: 0px;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: none;
    right: NaNpx;
    min-height: 100vh;
    position: fixed;
    bottom: auto;
    left: 0px
}

.website-templates-e-453 {
    padding: 16px 16px 0px 16px;
    flex-direction: row;
    justify-content: flex-end;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    position: relative;
    min-height: auto
}

.website-templates-e-454 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    background-color: #00000007;
    background-image: url(https://res.cloudinary.com/dbyioi2qq/q_auto/v1684997387/static/close-hum-bsvg_1684997387_54040.svg);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    border-radius: 1000px 1000px 1000px 1000px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #000000 #000000 #000000 #000000;
    height: 50px;
    width: 50px;
    display: flex;
    position: relative
}

.website-templates-e-450 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #111;
    padding: 14px 14px 14px 14px;
    text-align: center;
    line-height: 26px;
    border-width: 0px 0px 0px 0px;
    border-style: none solid none none;
    border-color: transparent #ffffff7f transparent transparent;
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 50px;
    min-width: 16px;
    position: relative
}

.website-templates-e-452 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #111;
    padding: 14px 14px 14px 14px;
    text-align: center;
    line-height: 26px;
    border-width: 0px 0px 0px 0px;
    border-style: none solid none none;
    border-color: transparent #ffffff7f transparent transparent;
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 50px;
    min-width: 16px;
    position: relative
}

.website-templates-e-455 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #111;
    padding: 14px 14px 14px 14px;
    text-align: center;
    line-height: 26px;
    border-width: 0px 0px 0px 0px;
    border-style: none solid none none;
    border-color: transparent #ffffff7f transparent transparent;
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 50px;
    min-width: 16px;
    position: relative
}

.website-templates-e-451 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #111;
    padding: 14px 14px 14px 14px;
    text-align: center;
    line-height: 26px;
    border-width: 0px 0px 0px 0px;
    border-style: none solid none none;
    border-color: transparent #ffffff7f transparent transparent;
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 50px;
    min-width: 16px;
    position: relative
}

.website-templates-e-449 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #111;
    padding: 14px 14px 14px 14px;
    text-align: center;
    line-height: 26px;
    border-width: 0px 0px 0px 0px;
    border-style: none solid none none;
    border-color: transparent #ffffff7f transparent transparent;
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 50px;
    min-width: 16px;
    position: relative
}

.website-templates-e-457 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #111;
    padding: 14px 14px 32px 14px;
    text-align: center;
    line-height: 26px;
    border-width: 0px 0px 0px 0px;
    border-style: none solid none none;
    border-color: transparent #ffffff7f transparent transparent;
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 50px;
    min-width: 16px;
    position: relative
}

.website-templates-e-458 {
    padding: 12px 32px 12px 32px;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 8px;
    background-color: #EFEFEF;
    border-radius: 1000px 1000px 1000px 1000px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #333 #333 #1a1a1a19 #333;
    box-shadow: 0px -2px 0px 0px rgba(26, 26, 26, 0.20) inset, 0px 0px 0px 1px rgba(0, 0, 0, 0.10) inset;
    background: var(--Linear, linear-gradient(325deg, #5C33FF 19.35%, #B599FF 138.84%));
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    position: relative;
    display: flex
}

.website-templates-e-460 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 16px;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.website-templates-e-459 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    line-height: 24px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.website-templates-e-3 {
    padding: 0px 10px 80px 10px;
    flex-direction: column;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.website-templates-e-2 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    align-items: center;
    row-gap: 48px;
    margin-left: auto;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: auto;
    max-width: 1280px;
    position: relative
}

.website-templates-e-16 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    align-items: center;
    row-gap: 16px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 906px;
    position: relative
}

.website-templates-e-14 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    -moz-column-gap: 12px;
         column-gap: 12px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.website-templates-e-5 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    align-items: center;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.website-templates-e-4 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    background-color: var(--vId-aa3cbb53-f90f-4798-a155-f7b0339c9435);
    background-image: url(https://res.cloudinary.com/dbyioi2qq/q_auto/v1681065753/static/esa93ztbfhwawluefwyoavif_1681065752_98077.avif);
    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: 100px 100px 100px 100px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: var(--vId-aa3cbb53-f90f-4798-a155-f7b0339c9435) var(--vId-aa3cbb53-f90f-4798-a155-f7b0339c9435) var(--vId-aa3cbb53-f90f-4798-a155-f7b0339c9435) var(--vId-aa3cbb53-f90f-4798-a155-f7b0339c9435);
    height: 40px;
    width: 40px;
    display: flex;
    position: relative
}

.website-templates-e-8 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    background-color: var(--vId-aa3cbb53-f90f-4798-a155-f7b0339c9435);
    background-image: url(https://res.cloudinary.com/dmuecdqxy/q_auto/v1727806505/static/paste-image3png_1727806505_90322.png);
    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: 100px 100px 100px 100px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: var(--vId-aa3cbb53-f90f-4798-a155-f7b0339c9435) var(--vId-aa3cbb53-f90f-4798-a155-f7b0339c9435) var(--vId-aa3cbb53-f90f-4798-a155-f7b0339c9435) var(--vId-aa3cbb53-f90f-4798-a155-f7b0339c9435);
    margin-left: -20px;
    height: 40px;
    width: 40px;
    display: flex;
    position: relative
}

.website-templates-e-7 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    background-color: var(--vId-aa3cbb53-f90f-4798-a155-f7b0339c9435);
    background-image: url(https://res.cloudinary.com/dmuecdqxy/q_auto/v1727806505/static/paste-image2png_1727806505_10397.png);
    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: 100px 100px 100px 100px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: var(--vId-aa3cbb53-f90f-4798-a155-f7b0339c9435) var(--vId-aa3cbb53-f90f-4798-a155-f7b0339c9435) var(--vId-aa3cbb53-f90f-4798-a155-f7b0339c9435) var(--vId-aa3cbb53-f90f-4798-a155-f7b0339c9435);
    margin-left: -20px;
    height: 40px;
    width: 40px;
    display: flex;
    position: relative
}

.website-templates-e-6 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    background-color: var(--vId-aa3cbb53-f90f-4798-a155-f7b0339c9435);
    background-image: url(https://res.cloudinary.com/dmuecdqxy/q_auto/v1727806506/static/paste-image4png_1727806505_64716.png);
    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: 100px 100px 100px 100px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: var(--vId-aa3cbb53-f90f-4798-a155-f7b0339c9435) var(--vId-aa3cbb53-f90f-4798-a155-f7b0339c9435) var(--vId-aa3cbb53-f90f-4798-a155-f7b0339c9435) var(--vId-aa3cbb53-f90f-4798-a155-f7b0339c9435);
    margin-left: -20px;
    height: 40px;
    width: 40px;
    display: flex;
    position: relative
}

.website-templates-e-9 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    background-color: var(--vId-aa3cbb53-f90f-4798-a155-f7b0339c9435);
    border-radius: 100px 100px 100px 100px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: var(--vId-aa3cbb53-f90f-4798-a155-f7b0339c9435) var(--vId-aa3cbb53-f90f-4798-a155-f7b0339c9435) var(--vId-aa3cbb53-f90f-4798-a155-f7b0339c9435) var(--vId-aa3cbb53-f90f-4798-a155-f7b0339c9435);
    align-items: center;
    margin-left: -20px;
    height: 40px;
    width: 40px;
    display: flex;
    position: relative
}

.website-templates-e-10 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 600;
    color: #000;
    line-height: 16px;
    padding: 0px 0px 0px 0px;
    opacity: 100%;
    z-index: 0;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: px;
    display: block;
    position: relative
}

.website-templates-e-11 {
    padding: 0px 32px 0px 32px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 6px;
         column-gap: 6px;
    border-radius: 62px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: rgba(255, 255, 255, 0.60);
    height: 40px;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.website-templates-e-12 {
    font-family: var(--vId-font-token-a);
    font-size: 15px;
    font-weight: 500;
    color: #000;
    letter-spacing: -0.5px;
    line-height: 25px;
    padding: 0px 0px 0px 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
}

.website-templates-e-13 {
    font-family: var(--vId-font-token-a);
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 25px;
    padding: 0px 0px 0px 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
}

.website-templates-e-15 {
    font-family: var(--vId-font-token-a);
    font-size: 84px;
    font-weight: 700;
    color: var(--vId-aa3cbb53-f90f-4798-a155-f7b0339c9435);
    letter-spacing: -3px;
    line-height: 89px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    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
}

.website-templates-e-17 {
    font-family: var(--vId-font-token-a);
    font-size: 22px;
    font-weight: 400;
    color: var(--vId-aa3cbb53-f90f-4798-a155-f7b0339c9435);
    line-height: 38px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    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: 688px
}

.website-templates-e-27 {
    padding: 0px 0px 0px 0px;
    width: 98vw;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 100px;
    position: relative
}

.website-templates-e-28 {
    padding: 10px 10px 10px 10px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 40px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

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

.website-templates-e-30 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 40px;
    height: auto;
    margin-top: px;
    position: relative;
    max-width: none;
    max-height: none
}

.website-templates-e-32 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    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
}

.website-templates-e-34 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 6px;
         column-gap: 6px;
    row-gap: 20px;
    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: px;
    position: relative
}

.website-templates-e-35 {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    padding: 0px 0px 0px 0px;
    letter-spacing: -1px;
    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
}

.website-templates-e-36 {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 500;
    color: #0000007f;
    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: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.website-templates-e-33 {
    font-family: Open Sans;
    font-size: 10px;
    font-weight: 500;
    color: #000000b2;
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: 12px;
    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
}

.website-templates-e-31 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 40px;
    height: auto;
    margin-top: px;
    position: relative;
    max-width: none;
    max-height: none
}

.website-templates-e-37 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    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
}

.website-templates-e-39 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 12px;
         column-gap: 12px;
    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: px;
    position: relative
}

.website-templates-e-40 {
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 28px;
    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
}

.website-templates-e-41 {
    padding: 6px 0px 6px 0px;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 2px;
         column-gap: 2px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.website-templates-e-42 {
    padding: 0px 0px 0px 0px;
    color: #03a512ff;
    font-size: 16px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.website-templates-e-46 {
    padding: 0px 0px 0px 0px;
    color: #03a512ff;
    font-size: 16px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.website-templates-e-45 {
    padding: 0px 0px 0px 0px;
    color: #03a512ff;
    font-size: 16px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.website-templates-e-44 {
    padding: 0px 0px 0px 0px;
    color: #03a512ff;
    font-size: 16px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.website-templates-e-43 {
    padding: 0px 0px 0px 0px;
    color: #03a512ff;
    font-size: 16px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.website-templates-e-38 {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 600;
    color: #000000ff;
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: 20px;
    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
}

.website-templates-e-47 {
    font-family: Open Sans;
    font-size: 10px;
    font-weight: 500;
    color: #000000b2;
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: 12px;
    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
}

.website-templates-e-22 {
    padding: 80px 10px 0px;
    flex-direction: row;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    position: relative
}

.website-templates-e-23 {
    padding: 10px 0px 10px 0px;
    flex-direction: column;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: auto;
    max-width: 1280px;
    position: relative;
    display: flex;
    margin-right: auto
}

.website-templates-e-24 {
    padding: 0px 0px 80px 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #000000 #000000 #000000 #000000;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    position: relative
}

.website-templates-e-26 {
    font-family: var(--vId-font-token-a);
    font-size: 54px;
    font-weight: 600;
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    padding: 0px 0px 20px 0px;
    text-align: center;
    line-height: 68px;
    opacity: 100%;
    z-index: 1;
    letter-spacing: -1.5px;
    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: 806px
}

.website-templates-e-25 {
    font-family: var(--vId-font-token-a);
    font-size: 18px;
    font-weight: 400;
    color: #111;
    padding: 0px 0px 48px 0px;
    line-height: 30px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    max-width: 806px;
    position: relative
}

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

.website-templates-e-98 {
    font-family: var(--vId-font-token-a);
    font-size: 32px;
    font-weight: 600;
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    padding: 0px 0px 32px 0px;
    text-align: left;
    line-height: 42px;
    opacity: 100%;
    z-index: 1;
    letter-spacing: -.5px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 806px
}

.website-templates-e-95 {
    padding: 36px 36px 36px 36px;
    overflow: visible;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    row-gap: 32px;
    background-color: #00000019;
    background-image: linear-gradient(0deg, rgba(40, 40, 40, 0.9)1%, rgba(40, 40, 40, 0)54.7%), url(https://assets-v2.codedesign.ai/storage/v1/object/public/6408cc04a0c159bdf545f18a_3237eb1a/asset-2627ddb4);
    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;
    border-radius: 24px 24px 24px 24px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #00000019 #00000019 #00000019 #00000019;
    height: 400px;
    width: 100%;
    display: flex;
    max-width: none;
    position: relative
}

.website-templates-e-96 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    z-index: 1;
    height: -moz-fit-content;
    height: fit-content;
    width: 80%;
    display: flex;
    position: relative
}

.website-templates-e-164 {
    padding: 12px 32px 12px 32px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 8px;
    background-color: #FBFBFB;
    border-radius: 100px 100px 100px 100px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #333 #333 #1a1a1a19 #333;
    box-shadow: 0px -2px 0px 0px rgba(26, 26, 26, 0.20) inset, 0px 0px 0px 1px rgba(0, 0, 0, 0.10) inset;
    width: 50%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    position: relative;
    display: flex
}

.website-templates-e-165 {
    font-family: var(--vId-font-token-a);
    font-size: 18px;
    font-weight: 600;
    color: #1A1A1A;
    letter-spacing: -0.1px;
    line-height: 28px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.website-templates-e-166 {
    padding: 12px 32px 12px 32px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 8px;
    background-color: var(--vId-bdd1de0e-344a-418f-a4c5-4fb66a7faf93);
    box-shadow: 0px -2px 0px 0px rgba(26, 26, 26, 0.20) inset, 0px 0px 0px 1px rgba(0, 0, 0, 0.10) inset;
    border-radius: 100px 100px 100px 100px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #333 #333 #1a1a1a19 #333;
    width: 50%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    position: relative;
    display: flex
}

.website-templates-e-168 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 28px;
    height: 28px;
    position: relative;
    max-width: none;
    max-height: none
}

.website-templates-e-167 {
    font-family: var(--vId-font-token-a);
    font-size: 18px;
    font-weight: 600;
    color: var(--vId-aa3cbb53-f90f-4798-a155-f7b0339c9435);
    letter-spacing: -0.1px;
    line-height: 28px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.website-templates-e-97 {
    font-family: var(--vId-font-token-a);
    font-size: 18px;
    font-weight: 400;
    color: #111;
    padding: 24px 0px 48px 0px;
    line-height: 30px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    max-width: 806px;
    position: relative
}

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

.website-templates-e-189 {
    font-family: var(--vId-font-token-a);
    font-size: 32px;
    font-weight: 600;
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    padding: 0px 0px 32px 0px;
    text-align: left;
    line-height: 42px;
    opacity: 100%;
    z-index: 1;
    letter-spacing: -.5px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 806px
}

.website-templates-e-181 {
    padding: 36px 36px 36px 36px;
    overflow: visible;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    row-gap: 32px;
    background-color: #00000019;
    background-image: linear-gradient(0deg, rgba(40, 40, 40, 0.9)1%, rgba(40, 40, 40, 0)54.7%), url(https://assets-v2.codedesign.ai/storage/v1/object/public/6408cc04a0c159bdf545f18a_3237eb1a/asset-6a38d8b7);
    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;
    border-radius: 24px 24px 24px 24px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #00000019 #00000019 #00000019 #00000019;
    height: 400px;
    width: 100%;
    display: flex;
    max-width: none;
    position: relative
}

.website-templates-e-182 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    z-index: 1;
    height: -moz-fit-content;
    height: fit-content;
    width: 80%;
    display: flex;
    position: relative
}

.website-templates-e-183 {
    padding: 12px 32px 12px 32px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 8px;
    background-color: #FBFBFB;
    border-radius: 100px 100px 100px 100px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #333 #333 #1a1a1a19 #333;
    box-shadow: 0px -2px 0px 0px rgba(26, 26, 26, 0.20) inset, 0px 0px 0px 1px rgba(0, 0, 0, 0.10) inset;
    width: 50%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    position: relative;
    display: flex
}

.website-templates-e-184 {
    font-family: var(--vId-font-token-a);
    font-size: 18px;
    font-weight: 600;
    color: #1A1A1A;
    letter-spacing: -0.1px;
    line-height: 28px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.website-templates-e-185 {
    padding: 12px 32px 12px 32px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 8px;
    background-color: var(--vId-bdd1de0e-344a-418f-a4c5-4fb66a7faf93);
    box-shadow: 0px -2px 0px 0px rgba(26, 26, 26, 0.20) inset, 0px 0px 0px 1px rgba(0, 0, 0, 0.10) inset;
    border-radius: 100px 100px 100px 100px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #333 #333 #1a1a1a19 #333;
    width: 50%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    position: relative;
    display: flex
}

.website-templates-e-187 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 28px;
    height: 28px;
    position: relative;
    max-width: none;
    max-height: none
}

.website-templates-e-186 {
    font-family: var(--vId-font-token-a);
    font-size: 18px;
    font-weight: 600;
    color: var(--vId-aa3cbb53-f90f-4798-a155-f7b0339c9435);
    letter-spacing: -0.1px;
    line-height: 28px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.website-templates-e-188 {
    font-family: var(--vId-font-token-a);
    font-size: 18px;
    font-weight: 400;
    color: #111;
    padding: 24px 0px 48px 0px;
    line-height: 30px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    max-width: 806px;
    position: relative
}

.website-templates-e-206 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.website-templates-e-207 {
    font-family: var(--vId-font-token-a);
    font-size: 32px;
    font-weight: 600;
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    padding: 0px 0px 32px 0px;
    text-align: center;
    line-height: 42px;
    opacity: 100%;
    z-index: 1;
    letter-spacing: -.5px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 806px
}

.website-templates-e-205 {
    padding: 0px 0px 0px 0px;
    width: 98vw;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 100px;
    position: relative
}

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

.website-templates-e-179 {
    font-family: var(--vId-font-token-a);
    font-size: 32px;
    font-weight: 600;
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    padding: 0px 0px 32px 0px;
    text-align: left;
    line-height: 42px;
    opacity: 100%;
    z-index: 1;
    letter-spacing: -.5px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 806px
}

.website-templates-e-171 {
    padding: 36px 36px 36px 36px;
    overflow: visible;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    row-gap: 32px;
    background-color: #00000019;
    background-image: linear-gradient(0deg, rgba(40, 40, 40, 0.9)1%, rgba(40, 40, 40, 0)54.7%), url(https://assets-v2.codedesign.ai/storage/v1/object/public/6408cc04a0c159bdf545f18a_3237eb1a/asset-2627ddb4);
    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;
    border-radius: 24px 24px 24px 24px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #00000019 #00000019 #00000019 #00000019;
    height: 400px;
    width: 100%;
    display: flex;
    max-width: none;
    position: relative
}

.website-templates-e-172 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    z-index: 1;
    height: -moz-fit-content;
    height: fit-content;
    width: 80%;
    display: flex;
    position: relative
}

.website-templates-e-173 {
    padding: 12px 32px 12px 32px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 8px;
    background-color: #FBFBFB;
    border-radius: 100px 100px 100px 100px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #333 #333 #1a1a1a19 #333;
    box-shadow: 0px -2px 0px 0px rgba(26, 26, 26, 0.20) inset, 0px 0px 0px 1px rgba(0, 0, 0, 0.10) inset;
    width: 50%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    position: relative;
    display: flex
}

.website-templates-e-174 {
    font-family: var(--vId-font-token-a);
    font-size: 18px;
    font-weight: 600;
    color: #1A1A1A;
    letter-spacing: -0.1px;
    line-height: 28px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.website-templates-e-175 {
    padding: 12px 32px 12px 32px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 8px;
    background-color: var(--vId-bdd1de0e-344a-418f-a4c5-4fb66a7faf93);
    box-shadow: 0px -2px 0px 0px rgba(26, 26, 26, 0.20) inset, 0px 0px 0px 1px rgba(0, 0, 0, 0.10) inset;
    border-radius: 100px 100px 100px 100px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #333 #333 #1a1a1a19 #333;
    width: 50%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    position: relative;
    display: flex
}

.website-templates-e-177 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 28px;
    height: 28px;
    position: relative;
    max-width: none;
    max-height: none
}

.website-templates-e-176 {
    font-family: var(--vId-font-token-a);
    font-size: 18px;
    font-weight: 600;
    color: var(--vId-aa3cbb53-f90f-4798-a155-f7b0339c9435);
    letter-spacing: -0.1px;
    line-height: 28px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.website-templates-e-178 {
    font-family: var(--vId-font-token-a);
    font-size: 18px;
    font-weight: 400;
    color: #111;
    padding: 24px 0px 48px 0px;
    line-height: 30px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    max-width: 806px;
    position: relative
}

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

.website-templates-e-199 {
    font-family: var(--vId-font-token-a);
    font-size: 32px;
    font-weight: 600;
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    padding: 0px 0px 32px 0px;
    text-align: left;
    line-height: 42px;
    opacity: 100%;
    z-index: 1;
    letter-spacing: -.5px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 806px
}

.website-templates-e-191 {
    padding: 36px 36px 36px 36px;
    overflow: visible;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    row-gap: 32px;
    background-color: #00000019;
    background-image: linear-gradient(0deg, rgba(40, 40, 40, 0.9)1%, rgba(40, 40, 40, 0)54.7%), url(https://assets-v2.codedesign.ai/storage/v1/object/public/6408cc04a0c159bdf545f18a_3237eb1a/asset-2627ddb4);
    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;
    border-radius: 24px 24px 24px 24px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #00000019 #00000019 #00000019 #00000019;
    height: 400px;
    width: 100%;
    display: flex;
    max-width: none;
    position: relative
}

.website-templates-e-192 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    z-index: 1;
    height: -moz-fit-content;
    height: fit-content;
    width: 80%;
    display: flex;
    position: relative
}

.website-templates-e-193 {
    padding: 12px 32px 12px 32px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 8px;
    background-color: #FBFBFB;
    border-radius: 100px 100px 100px 100px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #333 #333 #1a1a1a19 #333;
    box-shadow: 0px -2px 0px 0px rgba(26, 26, 26, 0.20) inset, 0px 0px 0px 1px rgba(0, 0, 0, 0.10) inset;
    width: 50%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    position: relative;
    display: flex
}

.website-templates-e-194 {
    font-family: var(--vId-font-token-a);
    font-size: 18px;
    font-weight: 600;
    color: #1A1A1A;
    letter-spacing: -0.1px;
    line-height: 28px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.website-templates-e-195 {
    padding: 12px 32px 12px 32px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 8px;
    background-color: var(--vId-bdd1de0e-344a-418f-a4c5-4fb66a7faf93);
    box-shadow: 0px -2px 0px 0px rgba(26, 26, 26, 0.20) inset, 0px 0px 0px 1px rgba(0, 0, 0, 0.10) inset;
    border-radius: 100px 100px 100px 100px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #333 #333 #1a1a1a19 #333;
    width: 50%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    position: relative;
    display: flex
}

.website-templates-e-197 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 28px;
    height: 28px;
    position: relative;
    max-width: none;
    max-height: none
}

.website-templates-e-196 {
    font-family: var(--vId-font-token-a);
    font-size: 18px;
    font-weight: 600;
    color: var(--vId-aa3cbb53-f90f-4798-a155-f7b0339c9435);
    letter-spacing: -0.1px;
    line-height: 28px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.website-templates-e-198 {
    font-family: var(--vId-font-token-a);
    font-size: 18px;
    font-weight: 400;
    color: #111;
    padding: 24px 0px 48px 0px;
    line-height: 30px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    max-width: 806px;
    position: relative
}

.website-templates-e-200 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    row-gap: 6px;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 806px;
    position: relative
}

.website-templates-e-201 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-09520eab-1692-42ee-99d8-4dcceb4d674a);
    padding: 24px 0px 10px 0px;
    line-height: 26px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    max-width: 806px;
    position: relative
}

.website-templates-e-202 {
    font-family: var(--vId-font-token-a);
    font-size: 18px;
    font-weight: 400;
    color: var(--vId-bdd1de0e-344a-418f-a4c5-4fb66a7faf93);
    padding: 0px 0px 0px 0px;
    line-height: 30px;
    text-decoration: underline;
    text-underline-offset: 4px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    max-width: 806px;
    position: relative
}

.website-templates-e-203 {
    font-family: var(--vId-font-token-a);
    font-size: 18px;
    font-weight: 400;
    color: var(--vId-bdd1de0e-344a-418f-a4c5-4fb66a7faf93);
    padding: 0px 0px 0px 0px;
    line-height: 30px;
    text-decoration: underline;
    text-underline-offset: 4px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    max-width: 806px;
    position: relative
}

.website-templates-e-204 {
    font-family: var(--vId-font-token-a);
    font-size: 18px;
    font-weight: 400;
    color: var(--vId-bdd1de0e-344a-418f-a4c5-4fb66a7faf93);
    padding: 0px 0px 0px 0px;
    line-height: 30px;
    text-decoration: underline;
    text-underline-offset: 4px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    max-width: 806px;
    position: relative
}

.website-templates-e-18 {
    padding: 0px 10px 0px 10px;
    flex-direction: row;
    background-color: #F6F6F6;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    position: relative
}

.website-templates-e-19 {
    padding: 10px 0px 10px 0px;
    flex-direction: column;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: auto;
    max-width: 1280px;
    position: relative;
    display: flex;
    margin-right: auto
}

.website-templates-e-20 {
    padding: 32px 0px 80px 0px;
    flex-direction: column;
    align-items: flex-start;
    -moz-column-gap: 12px;
         column-gap: 12px;
    row-gap: 12px;
    border-width: 0px 0px 0px 0px;
    border-style: none none solid none;
    border-color: transparent transparent #11111133 transparent;
    z-index: 1;
    margin-left: auto;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: auto;
    position: relative
}

.website-templates-e-21 {
    padding: 32px 16px 32px 16px;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    margin-left: auto;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: auto;
    max-width: 1980px;
    position: relative
}

.website-templates-e-160 {
    padding: 0px 0px 64px;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 806px;
    position: relative
}

.website-templates-e-161 {
    font-family: var(--vId-font-token-a);
    font-size: 42px;
    font-weight: 600;
    color: #282828;
    padding: 0px 0px 12px 0px;
    text-align: center;
    letter-spacing: -2px;
    line-height: 52px;
    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
}

.website-templates-e-162 {
    font-family: var(--vId-font-token-a);
    font-size: 18px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 40px 0px;
    text-align: center;
    line-height: 28px;
    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;
    max-width: 688px
}

.website-templates-e-163 {
    row-gap: 20px;
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 600;
    color: #16461fff;
    padding: 8px 20px 8px 20px;
    line-height: 26px;
    background-color: var(--vId-aa3cbb53-f90f-4798-a155-f7b0339c9435);
    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: #be4d4dff #be4d4dff #be4d4dff #be4d4dff;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: px;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.website-templates-e-99 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    -moz-column-gap: 16px;
         column-gap: 16px;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    position: relative
}

.website-templates-e-100 {
    padding: 22px 22px 22px 22px;
    flex-direction: column;
    row-gap: 16px;
    background-color: #fbfbfbff;
    box-shadow: 0px 2px 12px 0px #00000014;
    border-radius: 12px 12px 12px 12px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #0000001e #0000001e #0000001e #0000001e;
    height: auto;
    width: 33.33%;
    display: flex;
    position: relative
}

.website-templates-e-101 {
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 100% 100% 100% 100%;
    border-width: 0px 0px 0px 0px;
    border-color: transparent transparent transparent transparent;
    border-style: none none none none;
    width: 52px;
    height: 52px;
    position: relative;
    max-width: none;
    max-height: none
}

.website-templates-e-102 {
    padding: 0px 0px 20px 0px;
    flex-direction: column;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    max-width: none;
    position: relative
}

.website-templates-e-103 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding: 0px 0px 20px 0px;
    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;
    margin-top: px;
    display: block;
    min-height: auto;
    min-width: 16px;
    position: relative
}

.website-templates-e-104 {
    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
}

.website-templates-e-105 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    -moz-column-gap: 1px;
         column-gap: 1px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 103.91267675781248px;
    display: flex;
    position: relative
}

.website-templates-e-106 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 20px;
    height: 20px;
    margin-top: NaNpx;
    position: relative;
    max-width: none;
    max-height: none
}

.website-templates-e-109 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 20px;
    height: 20px;
    margin-top: px;
    position: relative;
    max-width: none;
    max-height: none
}

.website-templates-e-108 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 20px;
    height: 20px;
    margin-top: px;
    position: relative;
    max-width: none;
    max-height: none
}

.website-templates-e-107 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 20px;
    height: 20px;
    margin-top: px;
    position: relative;
    max-width: none;
    max-height: none
}

.website-templates-e-110 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 20px;
    height: 20px;
    margin-top: px;
    position: relative;
    max-width: none;
    max-height: none
}

.website-templates-e-111 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    row-gap: 8px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    margin-top: auto;
    margin-left: px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    position: relative
}

.website-templates-e-112 {
    -o-object-fit: contain;
       object-fit: contain;
    width: 150px;
    height: 40px;
    margin-top: px;
    position: relative;
    max-width: none;
    max-height: none
}

.website-templates-e-113 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.website-templates-e-115 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    -moz-column-gap: 8px;
         column-gap: 8px;
    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: px;
    position: relative
}

.website-templates-e-116 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 600;
    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;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

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

.website-templates-e-118 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 16px;
    height: 16px;
    margin-top: px;
    position: relative;
    max-width: none;
    max-height: none
}

.website-templates-e-119 {
    font-family: var(--vId-font-token-a);
    font-size: 12px;
    font-weight: 400;
    color: #000;
    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;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.website-templates-e-114 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    color: #5f6980ff;
    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
}

.website-templates-e-140 {
    padding: 22px 22px 22px 22px;
    flex-direction: column;
    row-gap: 16px;
    background-color: #fbfbfbff;
    box-shadow: 0px 2px 12px 0px #00000014;
    border-radius: 12px 12px 12px 12px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #0000001e #0000001e #0000001e #0000001e;
    height: auto;
    width: 33.33%;
    display: flex;
    position: relative
}

.website-templates-e-141 {
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 100% 100% 100% 100%;
    border-width: 0px 0px 0px 0px;
    border-color: transparent transparent transparent transparent;
    border-style: none none none none;
    width: 52px;
    height: 52px;
    position: relative;
    max-width: none;
    max-height: none
}

.website-templates-e-142 {
    padding: 0px 0px 20px 0px;
    flex-direction: column;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    max-width: none;
    position: relative
}

.website-templates-e-143 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding: 0px 0px 20px 0px;
    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;
    margin-top: px;
    display: block;
    min-height: auto;
    min-width: 16px;
    position: relative
}

.website-templates-e-144 {
    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
}

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

.website-templates-e-146 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 20px;
    height: 20px;
    margin-top: NaNpx;
    position: relative;
    max-width: none;
    max-height: none
}

.website-templates-e-149 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 20px;
    height: 20px;
    margin-top: px;
    position: relative;
    max-width: none;
    max-height: none
}

.website-templates-e-148 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 20px;
    height: 20px;
    margin-top: px;
    position: relative;
    max-width: none;
    max-height: none
}

.website-templates-e-147 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 20px;
    height: 20px;
    margin-top: px;
    position: relative;
    max-width: none;
    max-height: none
}

.website-templates-e-150 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 20px;
    height: 20px;
    margin-top: px;
    position: relative;
    max-width: none;
    max-height: none
}

.website-templates-e-151 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    row-gap: 8px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    margin-top: auto;
    margin-left: px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    position: relative
}

.website-templates-e-152 {
    -o-object-fit: contain;
       object-fit: contain;
    width: 150px;
    height: 40px;
    margin-top: px;
    position: relative;
    max-width: none;
    max-height: none
}

.website-templates-e-153 {
    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
}

.website-templates-e-155 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    -moz-column-gap: 8px;
         column-gap: 8px;
    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: px;
    position: relative
}

.website-templates-e-156 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 600;
    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;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

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

.website-templates-e-158 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 16px;
    height: 16px;
    margin-top: px;
    position: relative;
    max-width: none;
    max-height: none
}

.website-templates-e-159 {
    font-family: var(--vId-font-token-a);
    font-size: 12px;
    font-weight: 400;
    color: #000;
    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;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.website-templates-e-154 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    color: #5f6980ff;
    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
}

.website-templates-e-120 {
    padding: 22px 22px 22px 22px;
    flex-direction: column;
    row-gap: 16px;
    background-color: #fbfbfbff;
    box-shadow: 0px 2px 12px 0px #00000014;
    border-radius: 12px 12px 12px 12px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #0000001e #0000001e #0000001e #0000001e;
    height: auto;
    width: 33.33%;
    display: flex;
    position: relative
}

.website-templates-e-121 {
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 100% 100% 100% 100%;
    border-width: 0px 0px 0px 0px;
    border-color: transparent transparent transparent transparent;
    border-style: none none none none;
    width: 52px;
    height: 52px;
    position: relative;
    max-width: none;
    max-height: none
}

.website-templates-e-122 {
    padding: 0px 0px 20px 0px;
    flex-direction: column;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    max-width: none;
    position: relative
}

.website-templates-e-123 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding: 0px 0px 20px 0px;
    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;
    margin-top: px;
    display: block;
    min-height: auto;
    min-width: 16px;
    position: relative
}

.website-templates-e-124 {
    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
}

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

.website-templates-e-126 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 20px;
    height: 20px;
    margin-top: NaNpx;
    position: relative;
    max-width: none;
    max-height: none
}

.website-templates-e-129 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 20px;
    height: 20px;
    margin-top: px;
    position: relative;
    max-width: none;
    max-height: none
}

.website-templates-e-128 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 20px;
    height: 20px;
    margin-top: px;
    position: relative;
    max-width: none;
    max-height: none
}

.website-templates-e-127 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 20px;
    height: 20px;
    margin-top: px;
    position: relative;
    max-width: none;
    max-height: none
}

.website-templates-e-130 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 20px;
    height: 20px;
    margin-top: px;
    position: relative;
    max-width: none;
    max-height: none
}

.website-templates-e-131 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    row-gap: 8px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    margin-top: auto;
    margin-left: px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    position: relative
}

.website-templates-e-132 {
    -o-object-fit: contain;
       object-fit: contain;
    width: 150px;
    height: 40px;
    margin-top: px;
    position: relative;
    max-width: none;
    max-height: none
}

.website-templates-e-133 {
    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
}

.website-templates-e-135 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    -moz-column-gap: 8px;
         column-gap: 8px;
    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: px;
    position: relative
}

.website-templates-e-136 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 600;
    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;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

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

.website-templates-e-138 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 16px;
    height: 16px;
    margin-top: px;
    position: relative;
    max-width: none;
    max-height: none
}

.website-templates-e-139 {
    font-family: var(--vId-font-token-a);
    font-size: 12px;
    font-weight: 400;
    color: #000;
    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;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.website-templates-e-134 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    color: #5f6980ff;
    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
}

.website-templates-e-208 {
    padding: 0px 10px 0px 10px;
    flex-direction: row;
    background-color: #F6F6F6;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    position: relative
}

.website-templates-e-209 {
    padding: 10px 0px 10px 0px;
    flex-direction: column;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: auto;
    max-width: 1280px;
    position: relative;
    display: flex;
    margin-right: auto
}

.website-templates-e-210 {
    padding: 32px 0px 80px 0px;
    flex-direction: column;
    align-items: flex-start;
    -moz-column-gap: 12px;
         column-gap: 12px;
    row-gap: 12px;
    border-width: 0px 0px 0px 0px;
    border-style: none none solid none;
    border-color: transparent transparent #11111133 transparent;
    z-index: 1;
    margin-left: auto;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: auto;
    position: relative
}

.website-templates-e-211 {
    padding: 0px 16px 32px 16px;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    margin-left: auto;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: auto;
    max-width: 1980px;
    position: relative
}

.website-templates-e-212 {
    padding: 1px 1px 1px 1px;
    flex-direction: column;
    height: auto;
    width: 100%;
    display: block;
    margin-right: NaNpx;
    position: relative
}

.website-templates-e-213 {
    font-family: var(--vId-font-token-a);
    font-size: 40px;
    font-weight: 700;
    color: #111;
    padding: 0px 0px 42px 0px;
    text-align: center;
    letter-spacing: -1px;
    line-height: 50px;
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: 2px;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.website-templates-e-214 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 12px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    position: relative
}

.website-templates-e-215 {
    padding: 18px 18px 18px 18px;
    flex-direction: column;
    background-color: #ffffffff;
    border-radius: 8px 8px 8px 8px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #000000 #000000 #000000 #000000;
    box-shadow: 0px 2px 12px 0px #00000014;
    transition: all 0.5s ease-out;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 700px;
    position: relative
}

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

.website-templates-e-217 {
    font-family: Nunito Sans;
    font-size: 18px;
    font-weight: 400;
    color: #111;
    text-align: left;
    line-height: 28px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 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: 540px
}

.website-templates-e-218 {
    padding: 0px 0px 0px 0px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 26px;
    height: 26px;
    margin-top: 3px;
    position: relative
}

.website-templates-e-219 {
    padding: 14px 0px 14px 0px;
    flex-direction: column;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    transition: all 2s linear;
    height: auto;
    width: 100%;
    display: none;
    margin-right: NaNpx;
    position: relative
}

.website-templates-e-220 {
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 300;
    color: #111111cc;
    line-height: 26px;
    text-align: left;
    opacity: 100%;
    z-index: 1;
    flex-grow: 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: 540px
}

.website-templates-e-269 {
    padding: 18px 18px 18px 18px;
    flex-direction: column;
    background-color: #ffffffff;
    border-radius: 8px 8px 8px 8px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #000000 #000000 #000000 #000000;
    box-shadow: 0px 2px 12px 0px #00000014;
    transition: all 0.5s ease-out;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 700px;
    position: relative
}

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

.website-templates-e-271 {
    font-family: Nunito Sans;
    font-size: 18px;
    font-weight: 400;
    color: #111;
    text-align: left;
    line-height: 28px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 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: 540px
}

.website-templates-e-272 {
    padding: 0px 0px 0px 0px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 26px;
    height: 26px;
    margin-top: 3px;
    position: relative
}

.website-templates-e-273 {
    padding: 14px 0px 14px 0px;
    flex-direction: column;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: none;
    margin-right: NaNpx;
    position: relative
}

.website-templates-e-274 {
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 300;
    color: #111111cc;
    line-height: 26px;
    text-align: left;
    opacity: 100%;
    z-index: 1;
    flex-grow: 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: 540px
}

.website-templates-e-221 {
    padding: 18px 18px 18px 18px;
    flex-direction: column;
    background-color: #ffffffff;
    border-radius: 8px 8px 8px 8px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #000000 #000000 #000000 #000000;
    box-shadow: 0px 2px 12px 0px #00000014;
    transition: all 0.5s ease-out;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 700px;
    position: relative
}

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

.website-templates-e-223 {
    font-family: Nunito Sans;
    font-size: 18px;
    font-weight: 400;
    color: #111;
    line-height: 28px;
    text-align: left;
    opacity: 100%;
    z-index: 1;
    flex-grow: 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: 540px
}

.website-templates-e-224 {
    padding: 0px 0px 0px 0px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 26px;
    height: 26px;
    margin-top: 3px;
    position: relative
}

.website-templates-e-225 {
    padding: 14px 0px 14px 0px;
    flex-direction: column;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: none;
    margin-right: NaNpx;
    position: relative
}

.website-templates-e-226 {
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 300;
    color: #111111cc;
    line-height: 26px;
    text-align: left;
    opacity: 100%;
    z-index: 1;
    flex-grow: 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: 540px
}

.website-templates-e-245 {
    padding: 18px 18px 18px 18px;
    flex-direction: column;
    background-color: #ffffffff;
    border-radius: 8px 8px 8px 8px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #000000 #000000 #000000 #000000;
    box-shadow: 0px 2px 12px 0px #00000014;
    transition: all 0.5s ease-out;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 700px;
    position: relative
}

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

.website-templates-e-247 {
    font-family: Nunito Sans;
    font-size: 18px;
    font-weight: 400;
    color: #111;
    text-align: left;
    line-height: 28px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    flex-grow: 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: 540px
}

.website-templates-e-248 {
    padding: 0px 0px 0px 0px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 26px;
    height: 26px;
    margin-top: 3px;
    position: relative
}

.website-templates-e-249 {
    padding: 14px 0px 14px 0px;
    flex-direction: column;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: none;
    margin-right: NaNpx;
    position: relative
}

.website-templates-e-250 {
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 300;
    color: #111111cc;
    line-height: 26px;
    text-align: left;
    opacity: 100%;
    z-index: 1;
    flex-grow: 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: 540px
}

.website-templates-e-239 {
    padding: 18px 18px 18px 18px;
    flex-direction: column;
    background-color: #ffffffff;
    border-radius: 8px 8px 8px 8px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #000000 #000000 #000000 #000000;
    box-shadow: 0px 2px 12px 0px #00000014;
    transition: all 0.5s ease-out;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 700px;
    position: relative
}

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

.website-templates-e-241 {
    font-family: Nunito Sans;
    font-size: 18px;
    font-weight: 400;
    color: #111;
    line-height: 28px;
    text-align: left;
    opacity: 100%;
    z-index: 1;
    flex-grow: 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: 540px
}

.website-templates-e-242 {
    padding: 0px 0px 0px 0px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 26px;
    height: 26px;
    margin-top: 3px;
    position: relative
}

.website-templates-e-243 {
    padding: 14px 0px 14px 0px;
    flex-direction: column;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: none;
    margin-right: NaNpx;
    position: relative
}

.website-templates-e-244 {
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 300;
    color: #111111cc;
    line-height: 26px;
    text-align: left;
    opacity: 100%;
    z-index: 1;
    flex-grow: 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: 540px
}

.website-templates-e-233 {
    padding: 18px 18px 18px 18px;
    flex-direction: column;
    background-color: #ffffffff;
    border-radius: 8px 8px 8px 8px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #000000 #000000 #000000 #000000;
    box-shadow: 0px 2px 12px 0px #00000014;
    transition: all 0.5s ease-out;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 700px;
    position: relative
}

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

.website-templates-e-235 {
    font-family: Nunito Sans;
    font-size: 18px;
    font-weight: 400;
    color: #111;
    line-height: 28px;
    text-align: left;
    opacity: 100%;
    z-index: 1;
    flex-grow: 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: 540px
}

.website-templates-e-236 {
    padding: 0px 0px 0px 0px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 26px;
    height: 26px;
    margin-top: 3px;
    position: relative
}

.website-templates-e-237 {
    padding: 14px 0px 14px 0px;
    flex-direction: column;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: none;
    margin-right: NaNpx;
    position: relative
}

.website-templates-e-238 {
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 300;
    color: #111111cc;
    line-height: 26px;
    opacity: 100%;
    text-align: left;
    z-index: 1;
    flex-grow: 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: 540px
}

.website-templates-e-251 {
    padding: 18px 18px 18px 18px;
    flex-direction: column;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 8px 8px 8px 8px;
    transition: all 0.5s ease-out;
    height: auto;
    width: 100%;
    display: none;
    margin-right: NaNpx;
    max-width: 700px;
    position: relative
}

.website-templates-e-252 {
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    position: relative
}

.website-templates-e-253 {
    font-family: Nunito Sans;
    font-size: 18px;
    font-weight: 400;
    color: #fafafaff;
    line-height: 28px;
    opacity: 100%;
    z-index: 1;
    flex-grow: 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: 540px
}

.website-templates-e-254 {
    padding: 0px 0px 0px 0px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 26px;
    height: 26px;
    position: relative
}

.website-templates-e-255 {
    padding: 14px 0px 14px 0px;
    flex-direction: column;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: none;
    margin-right: NaNpx;
    position: relative
}

.website-templates-e-256 {
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 300;
    color: #111111cc;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    flex-grow: 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: 540px
}

.website-templates-e-257 {
    padding: 18px 18px 18px 18px;
    flex-direction: column;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 8px 8px 8px 8px;
    transition: all 0.5s ease-out;
    height: auto;
    width: 100%;
    display: none;
    margin-right: NaNpx;
    max-width: 700px;
    position: relative
}

.website-templates-e-258 {
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    position: relative
}

.website-templates-e-259 {
    font-family: Nunito Sans;
    font-size: 18px;
    font-weight: 400;
    color: #fafafaff;
    line-height: 28px;
    opacity: 100%;
    z-index: 1;
    flex-grow: 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: 540px
}

.website-templates-e-260 {
    padding: 0px 0px 0px 0px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 26px;
    height: 26px;
    position: relative
}

.website-templates-e-261 {
    padding: 14px 0px 14px 0px;
    flex-direction: column;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: none;
    margin-right: NaNpx;
    position: relative
}

.website-templates-e-262 {
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 300;
    color: #111111cc;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    flex-grow: 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: 540px
}

.website-templates-e-263 {
    padding: 18px 18px 18px 18px;
    flex-direction: column;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 8px 8px 8px 8px;
    transition: all 0.5s ease-out;
    height: auto;
    width: 100%;
    display: none;
    margin-right: NaNpx;
    max-width: 700px;
    position: relative
}

.website-templates-e-264 {
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    position: relative
}

.website-templates-e-265 {
    font-family: Nunito Sans;
    font-size: 18px;
    font-weight: 400;
    color: #fafafaff;
    line-height: 28px;
    opacity: 100%;
    z-index: 1;
    flex-grow: 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: 540px
}

.website-templates-e-266 {
    padding: 0px 0px 0px 0px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 26px;
    height: 26px;
    position: relative
}

.website-templates-e-267 {
    padding: 14px 0px 14px 0px;
    flex-direction: column;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: none;
    margin-right: NaNpx;
    position: relative
}

.website-templates-e-268 {
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 300;
    color: #111111cc;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    flex-grow: 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: 540px
}

.website-templates-e-227 {
    padding: 18px 18px 18px 18px;
    flex-direction: column;
    background-color: #ffffffff;
    border-radius: 8px 8px 8px 8px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #000000 #000000 #000000 #000000;
    box-shadow: 0px 2px 12px 0px #00000014;
    transition: all 0.5s ease-out;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 700px;
    position: relative
}

.website-templates-e-228 {
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    position: relative
}

.website-templates-e-229 {
    font-family: Nunito Sans;
    font-size: 18px;
    font-weight: 400;
    color: #111;
    line-height: 28px;
    text-align: left;
    opacity: 100%;
    z-index: 1;
    flex-grow: 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: 540px
}

.website-templates-e-230 {
    padding: 0px 0px 0px 0px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 26px;
    height: 26px;
    margin-top: 3px;
    position: relative
}

.website-templates-e-231 {
    padding: 14px 0px 14px 0px;
    flex-direction: column;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: none;
    margin-right: NaNpx;
    position: relative
}

.website-templates-e-232 {
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 300;
    color: #111111cc;
    line-height: 26px;
    opacity: 100%;
    text-align: left;
    z-index: 1;
    flex-grow: 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: 540px
}

.website-templates-e-275 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    background-color: var(--vId-aa3cbb53-f90f-4798-a155-f7b0339c9435);
    z-index: 100010;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.website-templates-e-368 {
    padding: 100px 60px 98px;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    background-color: #2563eb;
    background-image: url(https://assets-v2.codedesign.ai/storage/v1/object/public/67f23a09dc3eea81aa7c81b4_e6be866e/asset-47903de3), linear-gradient(330deg, rgb(92, 51, 255)46.800000000000004%, rgb(181, 153, 255)100%);
    background-position: 50% 50%, 50% 50%;
    background-size: contain, 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;
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: transparent transparent transparent transparent;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 100%;
    min-width: 20px;
    display: flex;
    max-width: none;
    position: relative
}

.website-templates-e-375 {
    padding: 10px 10px 10px 10px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 40px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

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

.website-templates-e-377 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 40px;
    height: auto;
    margin-top: px;
    position: relative;
    max-width: none;
    max-height: none
}

.website-templates-e-379 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    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
}

.website-templates-e-381 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 6px;
         column-gap: 6px;
    row-gap: 20px;
    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: px;
    position: relative
}

.website-templates-e-382 {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    padding: 0px 0px 0px 0px;
    letter-spacing: -1px;
    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
}

.website-templates-e-383 {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff7f;
    padding: 0px 0px 0px 0px;
    line-height: 24px;
    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
}

.website-templates-e-380 {
    font-family: Open Sans;
    font-size: 10px;
    font-weight: 500;
    color: #ffffffb2;
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: 12px;
    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
}

.website-templates-e-378 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 40px;
    height: auto;
    margin-top: px;
    position: relative;
    max-width: none;
    max-height: none
}

.website-templates-e-384 {
    padding: 10px 10px 10px 10px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 40px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.website-templates-e-385 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    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
}

.website-templates-e-387 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 12px;
         column-gap: 12px;
    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: px;
    position: relative
}

.website-templates-e-388 {
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 0px 0px 0px 0px;
    line-height: 28px;
    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
}

.website-templates-e-389 {
    padding: 6px 0px 6px 0px;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 2px;
         column-gap: 2px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.website-templates-e-390 {
    padding: 0px 0px 0px 0px;
    color: #9de8a4ff;
    font-size: 16px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.website-templates-e-394 {
    padding: 0px 0px 0px 0px;
    color: #9de8a4ff;
    font-size: 16px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.website-templates-e-393 {
    padding: 0px 0px 0px 0px;
    color: #9de8a4ff;
    font-size: 16px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.website-templates-e-392 {
    padding: 0px 0px 0px 0px;
    color: #9de8a4ff;
    font-size: 16px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.website-templates-e-391 {
    padding: 0px 0px 0px 0px;
    color: #9de8a4ff;
    font-size: 16px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    min-width: 10px;
    min-height: 10px;
    display: block;
    position: relative
}

.website-templates-e-386 {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: 20px;
    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
}

.website-templates-e-395 {
    font-family: Open Sans;
    font-size: 10px;
    font-weight: 500;
    color: #ffffffb2;
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: 12px;
    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
}

.website-templates-e-369 {
    font-family: var(--vId-font-token-a);
    font-size: 45px;
    font-weight: 500;
    color: #F0EFF9;
    padding: 0px 0px 12px 0px;
    text-align: center;
    letter-spacing: -1px;
    line-height: 55px;
    width: auto;
    height: auto;
    display: block;
    max-width: 700px;
    position: relative
}

.website-templates-e-370 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 400;
    color: #ffffffcc;
    padding: 0px 0px 32px 0px;
    text-align: center;
    line-height: 30px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    max-width: 700px;
    position: relative
}

.website-templates-e-371 {
    padding: 12px 24px 12px 24px;
    align-items: center;
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 8px;
    background-color: #FBFBFB;
    border-radius: 100px 100px 100px 100px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #333 #333 #1a1a1a19 #333;
    box-shadow: 0px -2px 0px 0px rgba(26, 26, 26, 0.20) inset, 0px 0px 0px 1px rgba(0, 0, 0, 0.10) inset;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    position: relative;
    display: flex
}

.website-templates-e-372 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 600;
    color: #1A1A1A;
    letter-spacing: -0.1px;
    line-height: 24px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.website-templates-e-373 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    background-color: #fff706e5;
    transform: rotate(22deg) scale(1.4) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 1000px 1000px 1000px 1000px;
    border-width: 0px 0px 0px 0px;
    border-style: groove groove groove groove;
    border-color: var(--vId-a3b22279-5064-48b0-bb45-6af5cbf81efd) var(--vId-a3b22279-5064-48b0-bb45-6af5cbf81efd) var(--vId-a3b22279-5064-48b0-bb45-6af5cbf81efd) var(--vId-a3b22279-5064-48b0-bb45-6af5cbf81efd);
    top: 132px;
    left: auto;
    height: 100px;
    width: 100px;
    display: flex;
    position: absolute;
    right: 20%;
    bottom: 0px
}

.website-templates-e-374 {
    font-family: var(--vId-font-token-a);
    font-size: 27px;
    font-weight: 700;
    color: #000;
    text-align: center;
    letter-spacing: -1px;
    line-height: 28px;
    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
}

.website-templates-e-280 {
    padding: 80px 0px 20px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 12px;
    margin-left: auto;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 1280px;
    margin-right: auto;
    position: relative
}

.website-templates-e-298 {
    padding: 80px 0px 10px 0px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    row-gap: 32px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: auto;
    max-width: 1280px;
    position: relative;
    display: flex;
    margin-right: auto
}

.website-templates-e-299 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    row-gap: 10px;
    margin-top: NaNpx;
    margin-left: NaNpx;
    height: auto;
    width: 25%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.website-templates-e-300 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    padding: 0px 0px 10px 0px;
    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
}

.website-templates-e-301 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: 23px;
    display: block;
    position: relative
}

.website-templates-e-306 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-09520eab-1692-42ee-99d8-4dcceb4d674a);
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: 23px;
    display: block;
    position: relative
}

.website-templates-e-351 {
    row-gap: 8px;
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #111111b2;
    text-align: center;
    line-height: 26px;
    opacity: 100%;
    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: 460px
}

.website-templates-e-303 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: 23px;
    display: block;
    position: relative
}

.website-templates-e-423 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: 23px;
    display: block;
    position: relative
}

.website-templates-e-304 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: 23px;
    display: block;
    position: relative
}

.website-templates-e-302 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    position: relative
}

.website-templates-e-350 {
    row-gap: 8px;
    font-family: var(--vId-font-token-a);
    font-size: 15px;
    font-weight: 400;
    color: #fdfdfdb2;
    text-align: center;
    line-height: 20px;
    opacity: 100%;
    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: 460px
}

.website-templates-e-305 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: 23px;
    display: block;
    position: relative
}

.website-templates-e-308 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: 23px;
    display: block;
    position: relative
}

.website-templates-e-338 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: 23px;
    display: block;
    position: relative
}

.website-templates-e-309 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: 23px;
    display: block;
    position: relative
}

.website-templates-e-341 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    row-gap: 10px;
    margin-top: NaNpx;
    margin-left: NaNpx;
    height: auto;
    width: 25%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.website-templates-e-342 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    padding: 0px 0px 10px 0px;
    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
}

.website-templates-e-343 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    position: relative
}

.website-templates-e-345 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    position: relative
}

.website-templates-e-347 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    position: relative
}

.website-templates-e-344 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    position: relative
}

.website-templates-e-346 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: 23px;
    display: block;
    position: relative
}

.website-templates-e-353 {
    row-gap: 8px;
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #111111b2;
    padding: 0px 0px 0px 0px;
    text-align: left;
    line-height: 26px;
    opacity: 100%;
    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: 460px
}

.website-templates-e-355 {
    row-gap: 8px;
    font-family: var(--vId-font-token-a);
    font-size: 15px;
    font-weight: 400;
    color: #fdfdfdb2;
    text-align: left;
    line-height: 25px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    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: 460px
}

.website-templates-e-429 {
    row-gap: 8px;
    font-family: var(--vId-font-token-a);
    font-size: 15px;
    font-weight: 400;
    color: #fdfdfdb2;
    text-align: left;
    line-height: 25px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    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: 460px
}

.website-templates-e-318 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    row-gap: 10px;
    margin-top: NaNpx;
    margin-left: NaNpx;
    height: auto;
    width: 25%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.website-templates-e-319 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    padding: 0px 0px 10px 0px;
    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
}

.website-templates-e-324 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: 23px;
    display: block;
    position: relative
}

.website-templates-e-321 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: 23px;
    display: block;
    position: relative
}

.website-templates-e-348 {
    row-gap: 8px;
    font-family: var(--vId-font-token-a);
    font-size: 15px;
    font-weight: 400;
    color: #fdfdfdb2;
    line-height: 25px;
    text-align: center;
    opacity: 100%;
    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: 460px
}

.website-templates-e-325 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: 23px;
    display: block;
    position: relative
}

.website-templates-e-322 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: 23px;
    display: block;
    position: relative
}

.website-templates-e-422 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: 23px;
    display: block;
    position: relative
}

.website-templates-e-354 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: 23px;
    display: block;
    position: relative
}

.website-templates-e-320 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: 23px;
    display: block;
    position: relative
}

.website-templates-e-323 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-356 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    row-gap: 10px;
    margin-top: NaNpx;
    margin-left: NaNpx;
    height: auto;
    width: 25%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.website-templates-e-357 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    padding: 0px 0px 10px 0px;
    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
}

.website-templates-e-358 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-359 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-360 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-361 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-362 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-367 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-363 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-364 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-365 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-419 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    position: relative
}

.website-templates-e-366 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    position: relative
}

.website-templates-e-396 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-397 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    row-gap: 10px;
    margin-top: NaNpx;
    margin-left: NaNpx;
    height: auto;
    width: 25%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.website-templates-e-398 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    padding: 0px 0px 10px 0px;
    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
}

.website-templates-e-399 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-400 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-401 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-402 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-403 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-408 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-404 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-405 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-406 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-407 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-415 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-420 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-421 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    position: relative
}

.website-templates-e-416 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-418 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-417 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-326 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    row-gap: 14px;
    margin-top: NaNpx;
    margin-left: NaNpx;
    height: auto;
    width: 25%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.website-templates-e-327 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    padding: 0px 0px 10px 0px;
    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
}

.website-templates-e-328 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-307 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-340 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-339 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-329 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    row-gap: 10px;
    margin-top: NaNpx;
    margin-left: NaNpx;
    height: auto;
    width: 25%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.website-templates-e-330 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    padding: 0px 0px 10px 0px;
    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
}

.website-templates-e-331 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-333 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: 23px;
    display: block;
    position: relative
}

.website-templates-e-349 {
    row-gap: 8px;
    font-family: var(--vId-font-token-a);
    font-size: 15px;
    font-weight: 400;
    color: #fdfdfdb2;
    text-align: center;
    line-height: 25px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    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: 460px
}

.website-templates-e-352 {
    row-gap: 8px;
    font-family: var(--vId-font-token-a);
    font-size: 15px;
    font-weight: 400;
    color: #fdfdfdb2;
    text-align: center;
    line-height: 25px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    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: 460px
}

.website-templates-e-332 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-335 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-337 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-334 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-336 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-414 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-310 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    row-gap: 10px;
    margin-top: NaNpx;
    margin-left: NaNpx;
    height: auto;
    width: 25%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.website-templates-e-311 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    padding: 0px 0px 10px 0px;
    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
}

.website-templates-e-315 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-312 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-314 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-317 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-316 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-313 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-409 {
    font-family: var(--vId-font-token-a);
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    padding: 0px 0px 10px 0px;
    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
}

.website-templates-e-410 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-411 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-412 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-413 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #5F6980;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 20px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-278 {
    padding: 22px 0px 0px 0px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    -moz-column-gap: 12px;
         column-gap: 12px;
    border-width: 1px 0px 0px 0px;
    border-style: solid none none none;
    border-color: #1111114c transparent transparent transparent;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

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

.website-templates-e-279 {
    -moz-column-gap: 4px;
         column-gap: 4px;
    font-family: var(--vId-font-token-a);
    font-size: 15px;
    font-weight: 300;
    color: #111111cc;
    line-height: 25px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    max-width: none;
    position: relative
}

.website-templates-e-285 {
    padding: 10px 10px 10px 0px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 8px;
         column-gap: 8px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.website-templates-e-286 {
    padding: 0px 0px 0px 0px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: auto;
    height: auto;
    position: relative
}

.website-templates-e-290 {
    padding: 0px 0px 0px 0px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: auto;
    height: auto;
    position: relative
}

.website-templates-e-291 {
    padding: 0px 0px 0px 0px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: auto;
    height: auto;
    position: relative
}

.website-templates-e-289 {
    padding: 0px 0px 0px 0px;
    width: auto;
    height: auto;
    position: relative
}

.website-templates-e-287 {
    padding: 0px 0px 0px 0px;
    width: auto;
    height: auto;
    position: relative
}

.website-templates-e-288 {
    padding: 0px 0px 0px 0px;
    width: auto;
    height: auto;
    position: relative
}

.website-templates-e-282 {
    row-gap: 8px;
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #11111199;
    padding: 0px 0px 12px 0px;
    text-align: left;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    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: none
}

.website-templates-e-283 {
    row-gap: 8px;
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #11111199;
    padding: 0px 0px 12px 0px;
    text-align: left;
    line-height: 24px;
    opacity: 100%;
    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: none
}

.website-templates-e-281 {
    padding: 14px 0px 0px 0px;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 18px;
         column-gap: 18px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    position: relative
}

.website-templates-e-277 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 16px;
         column-gap: 16px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    margin-right: px;
    position: relative
}

.website-templates-e-276 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #11111199;
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: auto;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-297 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #11111199;
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: auto;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-427 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #11111199;
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: auto;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-426 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #11111199;
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: auto;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-425 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #11111199;
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: auto;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-424 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #11111199;
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: auto;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-428 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #11111199;
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: auto;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-292 {
    padding: 14px 0px 0px 0px;
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: px;
    position: relative
}

.website-templates-e-294 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 4px;
         column-gap: 4px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    margin-right: px;
    position: relative
}

.website-templates-e-296 {
    padding: 0px 0px 0px 0px;
    -o-object-fit: contain;
       object-fit: contain;
    width: 22px;
    height: 26px;
    position: relative;
    min-width: auto;
    min-height: auto
}

.website-templates-e-295 {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #11111199;
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: 24px;
    width: auto;
    height: auto;
    display: block;
    position: relative
}

.website-templates-e-293 {
    row-gap: 8px;
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #11111199;
    text-align: center;
    line-height: 24px;
    opacity: 100%;
    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: 460px
}

@media (max-width:1199px) {
    .website-templates-e-430 {
        padding: 16px 16px 16px 16px
    }

    .website-templates-e-433 {
        position: relative
    }

    .website-templates-e-439 {
        display: none
    }

    .website-templates-e-441 {
        display: none
    }

    .website-templates-e-443 {
        display: none
    }

    .website-templates-e-440 {
        display: none
    }

    .website-templates-e-456 {
        display: none
    }

    .website-templates-e-436 {
        display: none
    }

    .website-templates-e-444 {
        display: none
    }

    .website-templates-e-447 {
        display: flex
    }

    .website-templates-e-448 {
        position: relative
    }

    .website-templates-e-12 {
        font-size: 14px;
        line-height: 24px
    }

    .website-templates-e-13 {
        font-size: 14px;
        line-height: 24px
    }

    .website-templates-e-15 {
        font-size: 42px;
        line-height: 46px;
        letter-spacing: -2px
    }

    .website-templates-e-23 {
        max-width: none
    }

    .website-templates-e-24 {
        flex-wrap: wrap
    }

    .website-templates-e-96 {
        flex-wrap: wrap;
        width: 100%
    }

    .website-templates-e-182 {
        flex-wrap: wrap;
        width: 100%
    }

    .website-templates-e-172 {
        flex-wrap: wrap;
        width: 100%
    }

    .website-templates-e-192 {
        flex-wrap: wrap;
        width: 100%
    }

    .website-templates-e-19 {
        max-width: none
    }

    .website-templates-e-160 {
        justify-content: center
    }

    .website-templates-e-161 {
        line-height: 46px
    }

    .website-templates-e-99 {
        flex-direction: column;
        justify-content: start;
        align-items: center;
        row-gap: 16px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px)
    }

    .website-templates-e-100 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        width: 50%
    }

    .website-templates-e-102 {
        padding: 0px 0px 40px 0px
    }

    .website-templates-e-140 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        width: 50%
    }

    .website-templates-e-142 {
        padding: 0px 0px 40px 0px
    }

    .website-templates-e-120 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        width: 50%
    }

    .website-templates-e-122 {
        padding: 0px 0px 40px 0px
    }

    .website-templates-e-209 {
        max-width: none
    }

    .website-templates-e-368 {
        padding: 75px 75px 75px 75px
    }

    .website-templates-e-369 {
        font-size: 38px;
        line-height: 48px
    }

    .website-templates-e-373 {
        display: none;
        position: relative
    }

    .website-templates-e-280 {
        padding: 80px 16px 20px 16px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px)
    }

    .website-templates-e-298 {
        row-gap: 20px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        max-width: none
    }

    .website-templates-e-299 {
        width: 50%
    }

    .website-templates-e-341 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        width: 50%
    }

    .website-templates-e-318 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        width: 50%
    }

    .website-templates-e-356 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        width: 50%
    }

    .website-templates-e-397 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        width: 50%
    }

    .website-templates-e-326 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        width: 50%
    }

    .website-templates-e-329 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        width: 50%
    }

    .website-templates-e-310 {
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        width: 50%
    }

    .website-templates-e-278 {
        flex-wrap: wrap
    }

    .website-templates-e-284 {
        flex-direction: column
    }

    .website-templates-e-279 {
        justify-content: center;
        text-align: center
    }

    .website-templates-e-281 {
        flex-direction: column;
        justify-content: space-between;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px)
    }

    .website-templates-e-292 {
        flex-direction: column;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px)
    }

    .website-templates-e-296 {
        display: none
    }

    @media {

        .primary-button {}

        .reveal {}
    }
}

@media (max-width:767px) {
    .website-templates-e-1 {
        row-gap: 24px;
        background-image: linear-gradient(180deg, rgb(92, 51, 255)0%, rgb(255, 255, 255)100%);
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat no-repeat;
        background-attachment: scroll;
        background-clip: border-box;
        background-origin: padding-box;
        position: relative
    }

    .website-templates-e-430 {
        padding: 16px 16px 16px 16px;
        position: relative
    }

    .website-templates-e-431 {
        position: relative
    }

    .website-templates-e-432 {
        position: relative
    }

    .website-templates-e-433 {
        position: relative
    }

    .website-templates-e-434 {
        position: relative
    }

    .website-templates-e-435 {
        position: relative
    }

    .website-templates-e-438 {
        font-size: 14px;
        line-height: 24px;
        padding: 0px 0px 0px 0px;
        border-width: 0px 0px 0px 0px;
        border-style: solid solid solid solid;
        border-color: #000000 #000000 #000000 #000000;
        position: relative
    }

    .website-templates-e-437 {
        position: relative
    }

    .website-templates-e-439 {
        font-size: 14px;
        line-height: 24px;
        padding: 0px 0px 0px 0px;
        border-width: 0px 0px 0px 0px;
        border-style: solid solid solid solid;
        border-color: #000000 #000000 #000000 #000000;
        position: relative
    }

    .website-templates-e-442 {
        font-size: 14px;
        line-height: 24px;
        padding: 0px 0px 0px 0px;
        border-width: 0px 0px 0px 0px;
        border-style: solid solid solid solid;
        border-color: #000000 #000000 #000000 #000000;
        position: relative
    }

    .website-templates-e-441 {
        font-size: 14px;
        line-height: 24px;
        padding: 0px 0px 0px 0px;
        border-width: 0px 0px 0px 0px;
        border-style: solid solid solid solid;
        border-color: #000000 #000000 #000000 #000000;
        position: relative
    }

    .website-templates-e-443 {
        font-size: 14px;
        padding: 0px 0px 0px 0px;
        line-height: 24px;
        border-width: 0px 0px 0px 0px;
        border-style: solid solid solid solid;
        border-color: #000000 #000000 #000000 #000000;
        position: relative
    }

    .website-templates-e-440 {
        font-size: 14px;
        line-height: 24px;
        padding: 0px 0px 0px 0px;
        border-width: 0px 0px 0px 0px;
        border-style: solid solid solid solid;
        border-color: #000000 #000000 #000000 #000000;
        position: relative
    }

    .website-templates-e-456 {
        font-size: 14px;
        line-height: 24px;
        padding: 0px 0px 0px 0px;
        border-width: 0px 0px 0px 0px;
        border-style: solid solid solid solid;
        border-color: #000000 #000000 #000000 #000000;
        position: relative
    }

    .website-templates-e-436 {
        font-size: 14px;
        line-height: 24px;
        padding: 0px 0px 0px 0px;
        border-width: 0px 0px 0px 0px;
        border-style: solid solid solid solid;
        border-color: #000000 #000000 #000000 #000000;
        position: relative
    }

    .website-templates-e-444 {
        justify-content: center;
        width: 100%;
        position: relative
    }

    .website-templates-e-445 {
        position: relative
    }

    .website-templates-e-446 {
        position: relative
    }

    .website-templates-e-447 {
        background-image: url(https://res.cloudinary.com/dbyioi2qq/q_auto/v1684760387/static/menu-iconsvg_1684760386_70302.svg);
        background-position: 50% 50%;
        background-size: contain;
        background-repeat: no-repeat no-repeat;
        background-attachment: scroll;
        background-clip: border-box;
        background-origin: padding-box;
        margin-left: NaNpx;
        margin-top: NaNpx;
        position: relative
    }

    .website-templates-e-448 {
        padding: 20px 20px 20px 20px;
        margin-right: auto;
        margin-left: auto;
        position: relative
    }

    .website-templates-e-453 {
        padding: 0px 0px 0px 0px;
        position: relative
    }

    .website-templates-e-454 {
        margin-top: 16px;
        margin-left: 16px;
        margin-right: 16px;
        position: relative
    }

    .website-templates-e-450 {
        font-size: 14px;
        padding: 0px 0px 0px 0px;
        line-height: 24px;
        border-width: 0px 0px 0px 0px;
        border-style: solid solid solid solid;
        border-color: #000000 #000000 #000000 #000000;
        position: relative
    }

    .website-templates-e-452 {
        font-size: 14px;
        padding: 0px 0px 0px 0px;
        line-height: 24px;
        border-width: 0px 0px 0px 0px;
        border-style: solid solid solid solid;
        border-color: #000000 #000000 #000000 #000000;
        position: relative
    }

    .website-templates-e-455 {
        font-size: 14px;
        padding: 0px 0px 0px 0px;
        line-height: 24px;
        border-width: 0px 0px 0px 0px;
        border-style: solid solid solid solid;
        border-color: #000000 #000000 #000000 #000000;
        position: relative
    }

    .website-templates-e-451 {
        font-size: 14px;
        padding: 0px 0px 0px 0px;
        line-height: 24px;
        border-width: 0px 0px 0px 0px;
        border-style: solid solid solid solid;
        border-color: #000000 #000000 #000000 #000000;
        position: relative
    }

    .website-templates-e-449 {
        font-size: 14px;
        padding: 0px 0px 0px 0px;
        line-height: 24px;
        border-width: 0px 0px 0px 0px;
        border-style: solid solid solid solid;
        border-color: #000000 #000000 #000000 #000000;
        position: relative
    }

    .website-templates-e-457 {
        font-size: 14px;
        padding: 0px 0px 0px 0px;
        line-height: 24px;
        border-width: 0px 0px 0px 0px;
        border-style: solid solid solid solid;
        border-color: #000000 #000000 #000000 #000000;
        position: relative
    }

    .website-templates-e-458 {
        width: 100%;
        position: relative
    }

    .website-templates-e-460 {
        position: relative
    }

    .website-templates-e-459 {
        position: relative
    }

    .website-templates-e-3 {
        position: relative
    }

    .website-templates-e-2 {
        position: relative
    }

    .website-templates-e-16 {
        position: relative
    }

    .website-templates-e-14 {
        row-gap: 12px;
        flex-direction: column;
        align-items: center;
        position: relative
    }

    .website-templates-e-5 {
        position: relative
    }

    .website-templates-e-4 {
        position: relative
    }

    .website-templates-e-8 {
        position: relative
    }

    .website-templates-e-7 {
        position: relative
    }

    .website-templates-e-6 {
        position: relative
    }

    .website-templates-e-9 {
        position: relative
    }

    .website-templates-e-10 {
        position: relative
    }

    .website-templates-e-11 {
        padding: 2px 32px 2px 32px;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 2px;
        height: -moz-fit-content;
        height: fit-content;
        min-height: 40px;
        position: relative
    }

    .website-templates-e-12 {
        font-size: 14px;
        line-height: 24px;
        position: relative
    }

    .website-templates-e-13 {
        font-size: 14px;
        line-height: 24px;
        position: relative
    }

    .website-templates-e-15 {
        font-size: 42px;
        line-height: 46px;
        letter-spacing: -2px;
        position: relative
    }

    .website-templates-e-17 {
        font-size: 16px;
        line-height: 26px;
        position: relative
    }

    .website-templates-e-27 {
        position: relative
    }

    .website-templates-e-28 {
        position: relative
    }

    .website-templates-e-29 {
        position: relative
    }

    .website-templates-e-30 {
        position: relative
    }

    .website-templates-e-32 {
        position: relative
    }

    .website-templates-e-34 {
        position: relative
    }

    .website-templates-e-35 {
        position: relative
    }

    .website-templates-e-36 {
        position: relative
    }

    .website-templates-e-33 {
        position: relative
    }

    .website-templates-e-31 {
        position: relative
    }

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

    .website-templates-e-39 {
        position: relative
    }

    .website-templates-e-40 {
        position: relative
    }

    .website-templates-e-41 {
        position: relative
    }

    .website-templates-e-42 {
        position: relative
    }

    .website-templates-e-46 {
        position: relative
    }

    .website-templates-e-45 {
        position: relative
    }

    .website-templates-e-44 {
        position: relative
    }

    .website-templates-e-43 {
        position: relative
    }

    .website-templates-e-38 {
        position: relative
    }

    .website-templates-e-47 {
        position: relative
    }

    .website-templates-e-22 {
        position: relative
    }

    .website-templates-e-23 {
        position: relative
    }

    .website-templates-e-24 {
        flex-direction: row;
        flex-wrap: wrap;
        position: relative
    }

    .website-templates-e-26 {
        font-size: 36px;
        line-height: 46px;
        position: relative
    }

    .website-templates-e-25 {
        text-align: left;
        position: relative
    }

    .website-templates-e-169 {
        position: relative
    }

    .website-templates-e-98 {
        font-size: 36px;
        line-height: 46px;
        position: relative
    }

    .website-templates-e-95 {
        padding: 36px 36px 36px 36px;
        background-image: linear-gradient(0deg, rgba(40, 40, 40, 0.9)1%, rgba(40, 40, 40, 0)54.7%);
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat no-repeat;
        background-attachment: scroll;
        background-clip: border-box;
        background-origin: padding-box;
        position: relative
    }

    .website-templates-e-96 {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: start;
        -moz-column-gap: 20px;
             column-gap: 20px;
        row-gap: 20px;
        position: relative
    }

    .website-templates-e-164 {
        justify-content: center;
        width: 100%;
        position: relative
    }

    .website-templates-e-165 {
        font-size: 14px;
        text-align: center;
        line-height: 24px;
        position: relative
    }

    .website-templates-e-166 {
        justify-content: center;
        width: 100%;
        position: relative
    }

    .website-templates-e-168 {
        position: relative
    }

    .website-templates-e-167 {
        font-size: 14px;
        text-align: center;
        line-height: 24px;
        position: relative
    }

    .website-templates-e-97 {
        text-align: left;
        position: relative
    }

    .website-templates-e-180 {
        position: relative
    }

    .website-templates-e-189 {
        font-size: 36px;
        line-height: 46px;
        position: relative
    }

    .website-templates-e-181 {
        padding: 36px 36px 36px 36px;
        background-image: linear-gradient(0deg, rgba(40, 40, 40, 0.9)1%, rgba(40, 40, 40, 0)54.7%);
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat no-repeat;
        background-attachment: scroll;
        background-clip: border-box;
        background-origin: padding-box;
        position: relative
    }

    .website-templates-e-182 {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: start;
        -moz-column-gap: 20px;
             column-gap: 20px;
        row-gap: 20px;
        position: relative
    }

    .website-templates-e-183 {
        justify-content: center;
        width: 100%;
        position: relative
    }

    .website-templates-e-184 {
        font-size: 14px;
        text-align: center;
        line-height: 24px;
        position: relative
    }

    .website-templates-e-185 {
        justify-content: center;
        width: 100%;
        position: relative
    }

    .website-templates-e-187 {
        position: relative
    }

    .website-templates-e-186 {
        font-size: 14px;
        text-align: center;
        line-height: 24px;
        position: relative
    }

    .website-templates-e-188 {
        text-align: left;
        position: relative
    }

    .website-templates-e-206 {
        position: relative
    }

    .website-templates-e-207 {
        font-size: 36px;
        line-height: 46px;
        position: relative
    }

    .website-templates-e-205 {
        position: relative
    }

    .website-templates-e-170 {
        position: relative
    }

    .website-templates-e-179 {
        font-size: 36px;
        line-height: 46px;
        position: relative
    }

    .website-templates-e-171 {
        padding: 36px 36px 36px 36px;
        background-image: linear-gradient(0deg, rgba(40, 40, 40, 0.9)1%, rgba(40, 40, 40, 0)54.7%);
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat no-repeat;
        background-attachment: scroll;
        background-clip: border-box;
        background-origin: padding-box;
        position: relative
    }

    .website-templates-e-172 {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: start;
        -moz-column-gap: 20px;
             column-gap: 20px;
        row-gap: 20px;
        position: relative
    }

    .website-templates-e-173 {
        justify-content: center;
        width: 100%;
        position: relative
    }

    .website-templates-e-174 {
        font-size: 14px;
        text-align: center;
        line-height: 24px;
        position: relative
    }

    .website-templates-e-175 {
        justify-content: center;
        width: 100%;
        position: relative
    }

    .website-templates-e-177 {
        position: relative
    }

    .website-templates-e-176 {
        font-size: 14px;
        text-align: center;
        line-height: 24px;
        position: relative
    }

    .website-templates-e-178 {
        text-align: left;
        position: relative
    }

    .website-templates-e-190 {
        position: relative
    }

    .website-templates-e-199 {
        font-size: 36px;
        line-height: 46px;
        position: relative
    }

    .website-templates-e-191 {
        padding: 36px 36px 36px 36px;
        background-image: linear-gradient(0deg, rgba(40, 40, 40, 0.9)1%, rgba(40, 40, 40, 0)54.7%);
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat no-repeat;
        background-attachment: scroll;
        background-clip: border-box;
        background-origin: padding-box;
        position: relative
    }

    .website-templates-e-192 {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: start;
        -moz-column-gap: 20px;
             column-gap: 20px;
        row-gap: 20px;
        position: relative
    }

    .website-templates-e-193 {
        justify-content: center;
        width: 100%;
        position: relative
    }

    .website-templates-e-194 {
        font-size: 14px;
        text-align: center;
        line-height: 24px;
        position: relative
    }

    .website-templates-e-195 {
        justify-content: center;
        width: 100%;
        position: relative
    }

    .website-templates-e-197 {
        position: relative
    }

    .website-templates-e-196 {
        font-size: 14px;
        text-align: center;
        line-height: 24px;
        position: relative
    }

    .website-templates-e-198 {
        text-align: left;
        position: relative
    }

    .website-templates-e-200 {
        position: relative
    }

    .website-templates-e-201 {
        text-align: left;
        position: relative
    }

    .website-templates-e-202 {
        text-align: left;
        position: relative
    }

    .website-templates-e-203 {
        text-align: left;
        position: relative
    }

    .website-templates-e-204 {
        text-align: left;
        position: relative
    }

    .website-templates-e-18 {
        position: relative
    }

    .website-templates-e-19 {
        position: relative
    }

    .website-templates-e-20 {
        flex-direction: column;
        position: relative
    }

    .website-templates-e-21 {
        position: relative
    }

    .website-templates-e-160 {
        padding: 0px 10px 64px 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .website-templates-e-161 {
        font-size: 32px;
        text-align: center;
        letter-spacing: -1px;
        line-height: 42px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

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

    .website-templates-e-163 {
        position: relative
    }

    .website-templates-e-99 {
        flex-direction: column;
        -moz-column-gap: 16px;
             column-gap: 16px;
        row-gap: 16px;
        position: relative
    }

    .website-templates-e-100 {
        width: 100%;
        position: relative
    }

    .website-templates-e-101 {
        position: relative
    }

    .website-templates-e-102 {
        padding: 0px 0px 40px 0px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .website-templates-e-103 {
        position: relative
    }

    .website-templates-e-104 {
        position: relative
    }

    .website-templates-e-105 {
        position: relative
    }

    .website-templates-e-106 {
        position: relative
    }

    .website-templates-e-109 {
        position: relative
    }

    .website-templates-e-108 {
        position: relative
    }

    .website-templates-e-107 {
        position: relative
    }

    .website-templates-e-110 {
        position: relative
    }

    .website-templates-e-111 {
        position: relative
    }

    .website-templates-e-112 {
        position: relative
    }

    .website-templates-e-113 {
        position: relative
    }

    .website-templates-e-115 {
        position: relative
    }

    .website-templates-e-116 {
        position: relative
    }

    .website-templates-e-117 {
        position: relative
    }

    .website-templates-e-118 {
        position: relative
    }

    .website-templates-e-119 {
        position: relative
    }

    .website-templates-e-114 {
        position: relative
    }

    .website-templates-e-140 {
        width: 100%;
        position: relative
    }

    .website-templates-e-141 {
        position: relative
    }

    .website-templates-e-142 {
        padding: 0px 0px 40px 0px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .website-templates-e-143 {
        position: relative
    }

    .website-templates-e-144 {
        position: relative
    }

    .website-templates-e-145 {
        position: relative
    }

    .website-templates-e-146 {
        position: relative
    }

    .website-templates-e-149 {
        position: relative
    }

    .website-templates-e-148 {
        position: relative
    }

    .website-templates-e-147 {
        position: relative
    }

    .website-templates-e-150 {
        position: relative
    }

    .website-templates-e-151 {
        position: relative
    }

    .website-templates-e-152 {
        position: relative
    }

    .website-templates-e-153 {
        position: relative
    }

    .website-templates-e-155 {
        position: relative
    }

    .website-templates-e-156 {
        position: relative
    }

    .website-templates-e-157 {
        position: relative
    }

    .website-templates-e-158 {
        position: relative
    }

    .website-templates-e-159 {
        position: relative
    }

    .website-templates-e-154 {
        position: relative
    }

    .website-templates-e-120 {
        width: 100%;
        position: relative
    }

    .website-templates-e-121 {
        position: relative
    }

    .website-templates-e-122 {
        padding: 0px 0px 40px 0px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .website-templates-e-123 {
        position: relative
    }

    .website-templates-e-124 {
        position: relative
    }

    .website-templates-e-125 {
        position: relative
    }

    .website-templates-e-126 {
        position: relative
    }

    .website-templates-e-129 {
        position: relative
    }

    .website-templates-e-128 {
        position: relative
    }

    .website-templates-e-127 {
        position: relative
    }

    .website-templates-e-130 {
        position: relative
    }

    .website-templates-e-131 {
        position: relative
    }

    .website-templates-e-132 {
        position: relative
    }

    .website-templates-e-133 {
        position: relative
    }

    .website-templates-e-135 {
        position: relative
    }

    .website-templates-e-136 {
        position: relative
    }

    .website-templates-e-137 {
        position: relative
    }

    .website-templates-e-138 {
        position: relative
    }

    .website-templates-e-139 {
        position: relative
    }

    .website-templates-e-134 {
        position: relative
    }

    .website-templates-e-208 {
        position: relative
    }

    .website-templates-e-209 {
        position: relative
    }

    .website-templates-e-210 {
        flex-direction: column;
        position: relative
    }

    .website-templates-e-211 {
        position: relative
    }

    .website-templates-e-212 {
        position: relative
    }

    .website-templates-e-213 {
        position: relative
    }

    .website-templates-e-214 {
        position: relative
    }

    .website-templates-e-215 {
        position: relative
    }

    .website-templates-e-216 {
        position: relative
    }

    .website-templates-e-217 {
        position: relative
    }

    .website-templates-e-218 {
        position: relative
    }

    .website-templates-e-219 {
        position: relative
    }

    .website-templates-e-220 {
        position: relative
    }

    .website-templates-e-269 {
        position: relative
    }

    .website-templates-e-270 {
        position: relative
    }

    .website-templates-e-271 {
        position: relative
    }

    .website-templates-e-272 {
        position: relative
    }

    .website-templates-e-273 {
        position: relative
    }

    .website-templates-e-274 {
        position: relative
    }

    .website-templates-e-221 {
        position: relative
    }

    .website-templates-e-222 {
        position: relative
    }

    .website-templates-e-223 {
        position: relative
    }

    .website-templates-e-224 {
        position: relative
    }

    .website-templates-e-225 {
        position: relative
    }

    .website-templates-e-226 {
        position: relative
    }

    .website-templates-e-245 {
        position: relative
    }

    .website-templates-e-246 {
        position: relative
    }

    .website-templates-e-247 {
        position: relative
    }

    .website-templates-e-248 {
        position: relative
    }

    .website-templates-e-249 {
        position: relative
    }

    .website-templates-e-250 {
        position: relative
    }

    .website-templates-e-239 {
        position: relative
    }

    .website-templates-e-240 {
        position: relative
    }

    .website-templates-e-241 {
        position: relative
    }

    .website-templates-e-242 {
        position: relative
    }

    .website-templates-e-243 {
        position: relative
    }

    .website-templates-e-244 {
        position: relative
    }

    .website-templates-e-233 {
        position: relative
    }

    .website-templates-e-234 {
        position: relative
    }

    .website-templates-e-235 {
        position: relative
    }

    .website-templates-e-236 {
        position: relative
    }

    .website-templates-e-237 {
        position: relative
    }

    .website-templates-e-238 {
        position: relative
    }

    .website-templates-e-251 {
        position: relative
    }

    .website-templates-e-252 {
        position: relative
    }

    .website-templates-e-253 {
        position: relative
    }

    .website-templates-e-254 {
        position: relative
    }

    .website-templates-e-255 {
        position: relative
    }

    .website-templates-e-256 {
        position: relative
    }

    .website-templates-e-257 {
        position: relative
    }

    .website-templates-e-258 {
        position: relative
    }

    .website-templates-e-259 {
        position: relative
    }

    .website-templates-e-260 {
        position: relative
    }

    .website-templates-e-261 {
        position: relative
    }

    .website-templates-e-262 {
        position: relative
    }

    .website-templates-e-263 {
        position: relative
    }

    .website-templates-e-264 {
        position: relative
    }

    .website-templates-e-265 {
        position: relative
    }

    .website-templates-e-266 {
        position: relative
    }

    .website-templates-e-267 {
        position: relative
    }

    .website-templates-e-268 {
        position: relative
    }

    .website-templates-e-227 {
        position: relative
    }

    .website-templates-e-228 {
        position: relative
    }

    .website-templates-e-229 {
        position: relative
    }

    .website-templates-e-230 {
        position: relative
    }

    .website-templates-e-231 {
        position: relative
    }

    .website-templates-e-232 {
        position: relative
    }

    .website-templates-e-275 {
        position: relative
    }

    .website-templates-e-368 {
        padding: 70px 20px 70px 20px;
        align-items: center;
        background-image: url(https://assets-v2.codedesign.ai/storage/v1/object/public/67f23a09dc3eea81aa7c81b4_e6be866e/asset-47903de3), linear-gradient(330deg, rgb(92, 51, 255)46.800000000000004%, rgb(181, 153, 255)100%);
        background-position: 50% 50%, 50% 50%;
        background-size: contain, 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;
        position: relative
    }

    .website-templates-e-375 {
        position: relative
    }

    .website-templates-e-376 {
        position: relative
    }

    .website-templates-e-377 {
        position: relative
    }

    .website-templates-e-379 {
        position: relative
    }

    .website-templates-e-381 {
        position: relative
    }

    .website-templates-e-382 {
        position: relative
    }

    .website-templates-e-383 {
        position: relative
    }

    .website-templates-e-380 {
        position: relative
    }

    .website-templates-e-378 {
        position: relative
    }

    .website-templates-e-384 {
        display: none;
        position: relative
    }

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

    .website-templates-e-387 {
        position: relative
    }

    .website-templates-e-388 {
        position: relative
    }

    .website-templates-e-389 {
        position: relative
    }

    .website-templates-e-390 {
        position: relative
    }

    .website-templates-e-394 {
        position: relative
    }

    .website-templates-e-393 {
        position: relative
    }

    .website-templates-e-392 {
        position: relative
    }

    .website-templates-e-391 {
        position: relative
    }

    .website-templates-e-386 {
        position: relative
    }

    .website-templates-e-395 {
        position: relative
    }

    .website-templates-e-369 {
        font-size: 32px;
        font-weight: 500;
        text-align: center;
        letter-spacing: -1px;
        line-height: 42px;
        position: relative
    }

    .website-templates-e-370 {
        font-size: 16px;
        text-align: center;
        line-height: 26px;
        position: relative
    }

    .website-templates-e-371 {
        justify-content: center;
        width: 100%;
        position: relative
    }

    .website-templates-e-372 {
        font-size: 14px;
        text-align: center;
        line-height: 24px;
        position: relative
    }

    .website-templates-e-373 {
        position: relative
    }

    .website-templates-e-374 {
        position: relative
    }

    .website-templates-e-280 {
        padding: 80px 16px 20px 16px;
        position: relative
    }

    .website-templates-e-298 {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: start;
        align-items: start;
        row-gap: 20px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
        position: relative
    }

    .website-templates-e-299 {
        position: relative
    }

    .website-templates-e-300 {
        position: relative
    }

    .website-templates-e-301 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .website-templates-e-306 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .website-templates-e-351 {
        text-align: left;
        position: relative
    }

    .website-templates-e-303 {
        position: relative
    }

    .website-templates-e-423 {
        position: relative
    }

    .website-templates-e-304 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .website-templates-e-302 {
        position: relative
    }

    .website-templates-e-350 {
        text-align: left;
        position: relative
    }

    .website-templates-e-305 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .website-templates-e-308 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .website-templates-e-338 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .website-templates-e-309 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .website-templates-e-341 {
        position: relative
    }

    .website-templates-e-342 {
        position: relative
    }

    .website-templates-e-343 {
        position: relative
    }

    .website-templates-e-345 {
        position: relative
    }

    .website-templates-e-347 {
        position: relative
    }

    .website-templates-e-344 {
        position: relative
    }

    .website-templates-e-346 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .website-templates-e-353 {
        text-align: left;
        position: relative
    }

    .website-templates-e-355 {
        position: relative
    }

    .website-templates-e-429 {
        position: relative
    }

    .website-templates-e-318 {
        position: relative
    }

    .website-templates-e-319 {
        position: relative
    }

    .website-templates-e-324 {
        position: relative
    }

    .website-templates-e-321 {
        position: relative
    }

    .website-templates-e-348 {
        position: relative
    }

    .website-templates-e-325 {
        position: relative
    }

    .website-templates-e-322 {
        position: relative
    }

    .website-templates-e-422 {
        position: relative
    }

    .website-templates-e-354 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .website-templates-e-320 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .website-templates-e-323 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .website-templates-e-356 {
        position: relative
    }

    .website-templates-e-357 {
        position: relative
    }

    .website-templates-e-358 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .website-templates-e-359 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .website-templates-e-360 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .website-templates-e-361 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .website-templates-e-362 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .website-templates-e-367 {
        position: relative
    }

    .website-templates-e-363 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .website-templates-e-364 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .website-templates-e-365 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .website-templates-e-419 {
        position: relative
    }

    .website-templates-e-366 {
        position: relative
    }

    .website-templates-e-396 {
        position: relative
    }

    .website-templates-e-397 {
        position: relative
    }

    .website-templates-e-398 {
        position: relative
    }

    .website-templates-e-399 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .website-templates-e-400 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .website-templates-e-401 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .website-templates-e-402 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .website-templates-e-403 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .website-templates-e-408 {
        position: relative
    }

    .website-templates-e-404 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .website-templates-e-405 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .website-templates-e-406 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .website-templates-e-407 {
        position: relative
    }

    .website-templates-e-415 {
        position: relative
    }

    .website-templates-e-420 {
        position: relative
    }

    .website-templates-e-421 {
        position: relative
    }

    .website-templates-e-416 {
        position: relative
    }

    .website-templates-e-418 {
        position: relative
    }

    .website-templates-e-417 {
        position: relative
    }

    .website-templates-e-326 {
        position: relative
    }

    .website-templates-e-327 {
        position: relative
    }

    .website-templates-e-328 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .website-templates-e-307 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .website-templates-e-340 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .website-templates-e-339 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

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

    .website-templates-e-330 {
        position: relative
    }

    .website-templates-e-331 {
        position: relative
    }

    .website-templates-e-333 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .website-templates-e-349 {
        position: relative
    }

    .website-templates-e-352 {
        position: relative
    }

    .website-templates-e-332 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .website-templates-e-335 {
        position: relative
    }

    .website-templates-e-337 {
        position: relative
    }

    .website-templates-e-334 {
        position: relative
    }

    .website-templates-e-336 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .website-templates-e-414 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

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

    .website-templates-e-311 {
        position: relative
    }

    .website-templates-e-315 {
        position: relative
    }

    .website-templates-e-312 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .website-templates-e-314 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .website-templates-e-317 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .website-templates-e-316 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .website-templates-e-313 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .website-templates-e-409 {
        position: relative
    }

    .website-templates-e-410 {
        position: relative
    }

    .website-templates-e-411 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .website-templates-e-412 {
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .website-templates-e-413 {
        position: relative
    }

    .website-templates-e-278 {
        flex-wrap: wrap;
        justify-content: center;
        position: relative
    }

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

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

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

    .website-templates-e-286 {
        position: relative
    }

    .website-templates-e-290 {
        position: relative
    }

    .website-templates-e-291 {
        position: relative
    }

    .website-templates-e-289 {
        position: relative
    }

    .website-templates-e-287 {
        position: relative
    }

    .website-templates-e-288 {
        position: relative
    }

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

    .website-templates-e-283 {
        position: relative
    }

    .website-templates-e-281 {
        flex-direction: row;
        justify-content: start;
        align-items: start;
        -moz-column-gap: 18px;
             column-gap: 18px;
        position: relative
    }

    .website-templates-e-277 {
        flex-direction: column;
        align-items: flex-start;
        position: relative
    }

    .website-templates-e-276 {
        text-align: left;
        position: relative
    }

    .website-templates-e-297 {
        text-align: left;
        position: relative
    }

    .website-templates-e-427 {
        text-align: left;
        position: relative
    }

    .website-templates-e-426 {
        text-align: left;
        position: relative
    }

    .website-templates-e-425 {
        text-align: left;
        position: relative
    }

    .website-templates-e-424 {
        text-align: left;
        position: relative
    }

    .website-templates-e-428 {
        text-align: left;
        position: relative
    }

    .website-templates-e-292 {
        flex-direction: column;
        position: relative
    }

    .website-templates-e-294 {
        flex-direction: column;
        align-items: flex-start;
        position: relative
    }

    .website-templates-e-296 {
        position: relative
    }

    .website-templates-e-295 {
        text-align: left;
        position: relative
    }

    .website-templates-e-293 {
        position: relative
    }

    @media {

        .gradientbutton {
            background-image: linear-gradient(110deg, rgb(151, 71, 255)1.7999999999999998%, rgb(123, 97, 255)100%);
            background-position: 0% 0%;
            background-size: auto auto;
            background-repeat: no-repeat no-repeat;
            background-attachment: scroll;
            background-clip: border-box;
            background-origin: padding-box
        }

        .footer-link {
            height: auto !important
        }

        .H1 {
            font-size: 34px;
            line-height: 44px
        }

        .primary-button {}

        .reveal {}
    }
}

.gradientbutton:hover {
    background-position: right center;
    transform: scale(1.04);
    background-color: #00000000;
    opacity: 100%
}

.gradientbutton {
    transition: all 0.5s ease-out;
    background: linear-gradient(325deg, #5C33FF 19.35%, #B599FF 138.84%));
    border-radius: 12px 12px 12px 12px;
    border-bottom: 2px solid rgba(26, 26, 26, 0.20);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.10) inset;
    padding: 12px 32px 12px 32px;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(110deg, rgb(92, 51, 255)1.7999999999999998%, rgb(181, 153, 255)100%);
    background-position: 0% 0%;
    background-size: auto auto;
    background-repeat: no-repeat no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    border-width: 0px 0px 2px 0px;
    border-style: solid solid solid solid;
    border-color: #ffffff00 #ffffff00 #00000028 #ffffff00;
    opacity: 100%
}

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

.comfortaa {
    font-family: var(--vId-font-token-a)
}

.light {
    background-color: #FAFAFA
}

.kumbh-sans {
    font-family: var(--vId-font-token-a)
}

.header-links:hover {
    color: #fafafaff
}

.header-links {
    font-size: 14px;
    color: #fafafab2;
    line-height: 24px;
    padding: 0px 12px 0px 13px
}

.pricing-card {
    padding: 24px 24px 24px 24px;
    flex-direction: column;
    -moz-column-gap: 12px;
         column-gap: 12px;
    row-gap: 12px;
    background-color: #2222220a;
    box-shadow: 0px 2px 8px 0px #ffffff0a;
    border-radius: 10px 10px 10px 10px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #0000004c #0000004c #0000004c #0000004c
}

.pricing-card-focused {
    border-color: #9013feff #9013feff #9013feff #9013feff;
    border-width: 3px 3px 3px 3px;
    border-style: solid solid solid solid
}

.text-par {
    font-size: 16px;
    color: #111111b2;
    line-height: 26px
}

.footer-link:hover {
    color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    padding: 0px 6px 0px 0px;
    line-height: 24px;
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad) var(--vId-436bc501-0397-4848-a16d-a981df85c1ad);
    text-decoration: underline;
    text-underline-offset: 4px
}

.footer-link {
    height: auto !important;
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    color: var(--vId-09520eab-1692-42ee-99d8-4dcceb4d674a);
    padding: 0px 6px 0px 0px;
    text-transform: capitalize;
    line-height: 24px
}

.Feature-card {
    max-width: 320px !important
}

.feature-card-main {
    box-shadow: #9747FF19 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    border-color: #333333ff #333333ff #333333ff #333333ff
}

.header-link-black:hover {
    transform: scale(1.03);
    color: #111
}

.header-link-black {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    color: #111111cc;
    line-height: 24px;
    padding: 0px 14px 0px 14px
}

.H1 {
    font-family: var(--vId-font-token-a);
    font-size: 48px;
    font-weight: 800;
    line-height: 58px
}

.Paragraph {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.H2 {
    font-family: var(--vId-font-token-a);
    font-size: 22px;
    line-height: 32px;
    font-weight: 500
}

.disabled-pricebutton:hover {
    background-color: #ffffff4c;
    border-width: 1px 1px 1px 1px;
    border-color: #000000ff #000000ff #000000ff #000000ff
}

.disabled-pricebutton {
    cursor: not-allowed;
    background-color: #ffffff4c;
    border-color: #000000ff #000000ff #000000ff #000000ff
}

.Primary-button {
    padding: 10px 32px 10px 32px;
    border-radius: 10px 10px 10px 10px
}

.gradient-border {
    -angle: 0deg;
    width: calc(100% - 40px);
    border: 3px solid;
    border-radius: 8px 8px 8px 8px;
    -o-border-image: linear-gradient(var(--angle), #9747FF, #7B61FF, #9747FF, #7B61FF) 1;
       border-image: linear-gradient(var(--angle), #9747FF, #7B61FF, #9747FF, #7B61FF) 1;
    animation: 10s rotate linear infinite;
    border-width: 3px 3px 3px 3px;
    border-style: solid solid solid solid;
    border-color: #000000 #000000 #000000 #000000
}

.primary-button:hover {
    transform: scale(1.04)
}

.primary-button {}

.website-card-image {
    border-radius: 10px 10px 10px 10px
}

.card-link:hover {
    color: #000000ff
}

.card-link {
    color: #00000099
}

.social-icon:hover {
    transform: scale(1.03);
    color: #111
}

.social-icon {
    color: #1111117f
}

.H5 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600
}

.Title {
    font-size: 53px;
    font-weight: 700;
    line-height: 63px
}

.star {
    color: #FF9529;
    font-size: 18px;
    line-height: 28px
}

.reveal {}

.header-link-white:hover {
    color: var(--vId-aa3cbb53-f90f-4798-a155-f7b0339c9435)
}

.header-link-white {
    font-family: var(--vId-font-token-a);
    font-size: 14px;
    font-weight: 400;
    color: #ffffffb2;
    line-height: 24px
}

/* HTMLCode Component Content Resets */
/* Resets for HTMLCode component website-templates-e-445 */
.website-templates-e-445 img { width: initial; height: initial; -o-object-fit: initial; object-fit: initial; border-radius: initial; display: initial; }
.website-templates-e-445 span { display: initial; }
/* Resets for HTMLCode component website-templates-e-27 */
.website-templates-e-27 img { width: initial; height: initial; -o-object-fit: initial; object-fit: initial; border-radius: initial; display: initial; }
.website-templates-e-27 span { display: initial; }
/* Resets for HTMLCode component website-templates-e-205 */
.website-templates-e-205 img { width: initial; height: initial; -o-object-fit: initial; object-fit: initial; border-radius: initial; display: initial; }
.website-templates-e-205 span { display: initial; }
/* Resets for HTMLCode component website-templates-e-286 */
.website-templates-e-286 img { width: initial; height: initial; -o-object-fit: initial; object-fit: initial; border-radius: initial; display: initial; }
.website-templates-e-286 span { display: initial; }
/* Resets for HTMLCode component website-templates-e-290 */
.website-templates-e-290 img { width: initial; height: initial; -o-object-fit: initial; object-fit: initial; border-radius: initial; display: initial; }
.website-templates-e-290 span { display: initial; }
/* Resets for HTMLCode component website-templates-e-291 */
.website-templates-e-291 img { width: initial; height: initial; -o-object-fit: initial; object-fit: initial; border-radius: initial; display: initial; }
.website-templates-e-291 span { display: initial; }
/* Resets for HTMLCode component website-templates-e-289 */
.website-templates-e-289 img { width: initial; height: initial; -o-object-fit: initial; object-fit: initial; border-radius: initial; display: initial; }
.website-templates-e-289 span { display: initial; }
/* Resets for HTMLCode component website-templates-e-287 */
.website-templates-e-287 img { width: initial; height: initial; -o-object-fit: initial; object-fit: initial; border-radius: initial; display: initial; }
.website-templates-e-287 span { display: initial; }
/* Resets for HTMLCode component website-templates-e-288 */
.website-templates-e-288 img { width: initial; height: initial; -o-object-fit: initial; object-fit: initial; border-radius: initial; display: initial; }
.website-templates-e-288 span { display: initial; }
