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

.terms-e-99:hover {
    background-color: #7575750a
}

.terms-e-100:hover {
    color: var(--vId-color-token-c)
}

.terms-e-53:hover {
    background-color: #7575750a
}

.terms-e-54:hover {
    color: var(--vId-color-token-c)
}

.terms-e-73:hover {
    background-color: #f1f5f97f
}

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

.terms-e-55:hover {
    background-color: #f1f5f97f
}

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

.terms-e-101:hover {
    background-color: #7575750a
}

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

.terms-e-103:hover {
    background-color: #7575750a
}

.terms-e-104:hover {
    color: var(--vId-color-token-c)
}

.terms-e-75:hover {
    background-color: #7575750a
}

.terms-e-76:hover {
    color: var(--vId-color-token-c)
}

.terms-e-91:hover {
    background-color: #7575750a
}

.terms-e-92:hover {
    color: var(--vId-color-token-c)
}

.terms-e-107:hover {
    background-color: #7575750a
}

.terms-e-108:hover {
    color: var(--vId-color-token-c)
}

.terms-e-94:hover {
    background-color: #7575750a
}

.terms-e-95:hover {
    color: var(--vId-color-token-c)
}

.terms-e-37:hover {
    background-color: #3d3d3dff
}

.terms-e-39:hover {
    background-color: #0000000f
}

.terms-e-41:hover {
    background-color: #0000000f
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.terms-e-96:hover {
    background-color: #3d3d3dff
}

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

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

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

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

.terms-e-12:hover {
    background-color: #18181bff
}

.terms-e-150:hover {
    color: var(--vId-color-token-c)
}

.terms-e-154:hover {
    color: var(--vId-color-token-c)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.terms-e-1 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffffbf;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    z-index: 1500;
    position: sticky;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: auto;
    min-width: 20px;
    display: flex
}

.terms-e-2 {
    padding: 16px 16px 16px 16px;
    flex-direction: column;
    background-color: #ffffff99;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    margin-top: px;
    margin-left: px;
    height: auto;
    width: 100%;
    display: none;
    margin-right: NaNpx;
    position: relative
}

.terms-e-3 {
    padding: 10px 16px 10px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

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

.terms-e-5 {
    padding: 10px 16px 10px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

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

.terms-e-7 {
    padding: 10px 16px 10px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

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

.terms-e-9 {
    padding: 10px 16px 10px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

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

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

.terms-e-12 {
    padding: 8px 13px 8px 13px;
    background-color: #09090bff;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    box-shadow: 1px 1px 5px 0px #0000000c;
    border-radius: 8px 8px 8px 8px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a) var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: var(--vId-ba426d43-b267-4cf6-8ab3-9708ec6f734e);
    line-height: 21px;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.terms-e-13 {
    padding: 0px 80px 0px 80px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 0px 0px 0px 0px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: transparent transparent transparent transparent;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: NaNauto;
    min-height: auto;
    min-width: 20px;
    position: relative;
    display: flex;
    max-width: none;
    margin-right: auto
}

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

.terms-e-15 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    row-gap: 24px;
    margin-top: px;
    margin-left: px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

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

.terms-e-17 {
    font-family: var(--vId-font-token-b);
    font-size: 42px;
    font-weight: 700;
    color: #000000;
    padding: 0px 0px 0px 0px;
    text-align: center;
    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
}

.terms-e-18 {
    font-family: var(--vId-font-token-a);
    font-size: 15px;
    font-weight: 400;
    color: #0815f6ff;
    padding: 0px 0px 40px 0px;
    text-align: center;
    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;
    position: relative
}

.terms-e-19 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-3c446079-bab4-450e-84df-fe680df5c02a);
    padding: 0px 0px 26px 0px;
    text-align: left;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: block;
    position: relative
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .terms-e-35 {
        display: none
    }

    .terms-e-38 {
        display: flex
    }

    .terms-e-1 {
        min-height: 20px;
        position: relative
    }

    .terms-e-13 {
        padding: 0px 32px 0px 32px;
        min-height: 20px
    }

    .terms-e-14 {
        height: -moz-fit-content;
        height: fit-content
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .terms-e-138 {
        text-align: center
    }

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

    .terms-e-131 {
        width: 100%
    }

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

    .terms-e-141 {
        flex-wrap: wrap;
        justify-content: center
    }

    @media {

        .black-shine {}

        .shine-button {}

        .glitch {}

        .sidebar {}
    }
}

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

    .terms-e-31 {
        padding: 0px 16px 0px 16px;
        position: relative
    }

    .terms-e-32 {
        position: relative
    }

    .terms-e-93 {
        position: relative
    }

    .terms-e-34 {
        position: relative
    }

    .terms-e-33 {
        position: relative
    }

    .terms-e-35 {
        position: relative
    }

    .terms-e-99 {
        position: relative
    }

    .terms-e-100 {
        position: relative
    }

    .terms-e-53 {
        position: relative
    }

    .terms-e-54 {
        position: relative
    }

    .terms-e-57 {
        position: relative
    }

    .terms-e-73 {
        position: relative
    }

    .terms-e-74 {
        position: relative
    }

    .terms-e-55 {
        position: relative
    }

    .terms-e-56 {
        position: relative
    }

    .terms-e-101 {
        position: relative
    }

    .terms-e-102 {
        position: relative
    }

    .terms-e-103 {
        position: relative
    }

    .terms-e-104 {
        position: relative
    }

    .terms-e-75 {
        position: relative
    }

    .terms-e-76 {
        position: relative
    }

    .terms-e-91 {
        position: relative
    }

    .terms-e-92 {
        position: relative
    }

    .terms-e-107 {
        position: relative
    }

    .terms-e-108 {
        position: relative
    }

    .terms-e-94 {
        position: relative
    }

    .terms-e-95 {
        position: relative
    }

    .terms-e-36 {
        position: relative
    }

    .terms-e-37 {
        position: relative
    }

    .terms-e-38 {
        position: relative
    }

    .terms-e-39 {
        position: relative
    }

    .terms-e-40 {
        position: relative
    }

    .terms-e-41 {
        position: relative
    }

    .terms-e-42 {
        position: relative
    }

    .terms-e-58 {
        position: relative
    }

    .terms-e-81 {
        position: relative
    }

    .terms-e-59 {
        position: relative
    }

    .terms-e-60 {
        position: relative
    }

    .terms-e-61 {
        position: relative
    }

    .terms-e-62 {
        position: relative
    }

    .terms-e-66 {
        position: relative
    }

    .terms-e-67 {
        position: relative
    }

    .terms-e-68 {
        position: relative
    }

    .terms-e-63 {
        position: relative
    }

    .terms-e-64 {
        position: relative
    }

    .terms-e-65 {
        position: relative
    }

    .terms-e-69 {
        position: relative
    }

    .terms-e-70 {
        position: relative
    }

    .terms-e-71 {
        position: relative
    }

    .terms-e-72 {
        position: relative
    }

    .terms-e-77 {
        position: relative
    }

    .terms-e-78 {
        position: relative
    }

    .terms-e-79 {
        position: relative
    }

    .terms-e-80 {
        position: relative
    }

    .terms-e-87 {
        position: relative
    }

    .terms-e-88 {
        position: relative
    }

    .terms-e-89 {
        position: relative
    }

    .terms-e-90 {
        position: relative
    }

    .terms-e-82 {
        position: relative
    }

    .terms-e-83 {
        position: relative
    }

    .terms-e-84 {
        position: relative
    }

    .terms-e-85 {
        position: relative
    }

    .terms-e-86 {
        position: relative
    }

    .terms-e-43 {
        position: relative
    }

    .terms-e-44 {
        position: relative
    }

    .terms-e-45 {
        position: relative
    }

    .terms-e-46 {
        position: relative
    }

    .terms-e-47 {
        position: relative
    }

    .terms-e-105 {
        position: relative
    }

    .terms-e-106 {
        position: relative
    }

    .terms-e-48 {
        position: relative
    }

    .terms-e-49 {
        position: relative
    }

    .terms-e-50 {
        position: relative
    }

    .terms-e-51 {
        position: relative
    }

    .terms-e-97 {
        position: relative
    }

    .terms-e-98 {
        position: relative
    }

    .terms-e-52 {
        position: relative
    }

    .terms-e-96 {
        position: relative
    }

    .terms-e-1 {
        flex-direction: column;
        position: relative
    }

    .terms-e-2 {
        position: relative
    }

    .terms-e-3 {
        position: relative
    }

    .terms-e-4 {
        position: relative
    }

    .terms-e-5 {
        position: relative
    }

    .terms-e-6 {
        position: relative
    }

    .terms-e-7 {
        position: relative
    }

    .terms-e-8 {
        position: relative
    }

    .terms-e-9 {
        position: relative
    }

    .terms-e-10 {
        position: relative
    }

    .terms-e-11 {
        position: relative
    }

    .terms-e-12 {
        position: relative
    }

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

    .terms-e-14 {
        position: relative
    }

    .terms-e-15 {
        position: relative
    }

    .terms-e-16 {
        position: relative
    }

    .terms-e-17 {
        position: relative
    }

    .terms-e-18 {
        position: relative
    }

    .terms-e-19 {
        position: relative
    }

    .terms-e-109 {
        position: relative
    }

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

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

    .terms-e-112 {
        position: relative
    }

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

    .terms-e-164 {
        position: relative
    }

    .terms-e-160 {
        position: relative
    }

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

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

    .terms-e-161 {
        position: relative
    }

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

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

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

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

    .terms-e-167 {
        position: relative
    }

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

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

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

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

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

    .terms-e-136 {
        position: relative
    }

    .terms-e-157 {
        position: relative
    }

    .terms-e-158 {
        position: relative
    }

    .terms-e-137 {
        position: relative
    }

    .terms-e-138 {
        text-align: left;
        position: relative
    }

    .terms-e-153 {
        position: relative
    }

    .terms-e-150 {
        position: relative
    }

    .terms-e-154 {
        position: relative
    }

    .terms-e-168 {
        position: relative
    }

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

    .terms-e-118 {
        width: 170px;
        position: relative
    }

    .terms-e-119 {
        position: relative
    }

    .terms-e-151 {
        position: relative
    }

    .terms-e-120 {
        position: relative
    }

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

    .terms-e-128 {
        position: relative
    }

    .terms-e-149 {
        position: relative
    }

    .terms-e-129 {
        position: relative
    }

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

    .terms-e-131 {
        position: relative
    }

    .terms-e-132 {
        position: relative
    }

    .terms-e-133 {
        position: relative
    }

    .terms-e-152 {
        position: relative
    }

    .terms-e-134 {
        position: relative
    }

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

    .terms-e-122 {
        position: relative
    }

    .terms-e-123 {
        position: relative
    }

    .terms-e-124 {
        position: relative
    }

    .terms-e-125 {
        position: relative
    }

    .terms-e-126 {
        position: relative
    }

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

    .terms-e-140 {
        position: relative
    }

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

    .terms-e-142 {
        position: relative
    }

    .terms-e-143 {
        position: relative
    }

    .terms-e-144 {
        position: relative
    }

    .terms-e-145 {
        position: relative
    }

    .terms-e-146 {
        position: relative
    }

    .terms-e-148 {
        position: relative
    }

    .terms-e-147 {
        position: relative
    }

    @media {

        .black-shine {}

        .shine-button {}

        .glitch {}

        .sidebar {}
    }
}

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

.black-shine {}

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

.shine-button {}

.glitch {}

.sidebar {}

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