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

.pricing-e-373:hover {
    font-weight: 700
}

.pricing-e-395:hover {
    font-weight: 700
}

.pricing-e-394:hover {
    font-weight: 700
}

.pricing-e-376:hover {
    font-family: Inter;
    font-weight: 700
}

.pricing-e-388:hover {
    font-family: Inter;
    font-weight: 700
}

.pricing-e-22:hover {
    background-color: #050977FF
}

.pricing-e-36:hover {
    background-color: #050977FF
}

.pricing-e-29:hover {
    background-color: #050977FF
}

.pricing-e-358:hover {
    font-weight: 700;
    color: #000000;
    font-family: Inter
}

.pricing-e-357:hover {
    font-weight: 700;
    color: #000000;
    font-family: Inter
}

.pricing-e-356:hover {
    font-weight: 700;
    color: #000000
}

.pricing-e-345:hover {
    font-weight: 700;
    color: #000000
}

.pricing-e-343:hover {
    font-weight: 700;
    color: #000000
}

.pricing-e-344:hover {
    font-weight: 700;
    color: #000000
}

.pricing-e-351:hover {
    font-weight: 700;
    color: #000000
}

.pricing-e-352:hover {
    font-weight: 700;
    color: #000000
}

.pricing-e-349:hover {
    font-weight: 700;
    color: #000000
}

.pricing-e-363:hover {
    font-weight: 700;
    color: #000000
}

.pricing-e-369:hover {
    font-weight: 700;
    color: #000000
}

.pricing-e-365:hover {
    font-weight: 700;
    color: #000000
}

.pricing-e-370:hover {
    font-weight: 700;
    color: #000000
}

.pricing-e-361:hover {
    font-weight: 700;
    color: #000000
}

.pricing-e-364:hover {
    font-weight: 700;
    color: #000000
}

.pricing-e-371 {
    padding: 0px 0px 20px 0px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffffff;
    z-index: 01000;
    margin-left: auto;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: auto;
    max-width: none;
    position: relative
}

.pricing-e-391 {
    padding: 10px 20px 10px 10px;
    flex-direction: row;
    justify-content: end;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    background-color: #6ec004ff;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.pricing-e-392 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.pricing-e-396 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.pricing-e-393 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.pricing-e-389 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.pricing-e-381 {
    padding: 10px 10px 10px 10px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

.pricing-e-372 {
    -o-object-fit: contain;
       object-fit: contain;
    width: auto;
    height: 60px;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.pricing-e-378 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 32px;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

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

.pricing-e-377 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 4px;
         column-gap: 4px;
    z-index: 01500;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-375 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    display: none;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.pricing-e-374 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 50px;
    height: 50px;
    position: relative;
    max-width: 600px;
    max-height: 600px
}

.pricing-e-373 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    color: #434A57;
    padding: 15px 15px 15px 15px;
    text-align: center;
    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;
    margin-left: NaNpx;
    margin-top: NaNpx
}

.pricing-e-395 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    color: #434A57;
    padding: 15px 15px 15px 15px;
    text-align: center;
    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;
    margin-left: NaNpx;
    margin-top: NaNpx
}

.pricing-e-394 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    color: #434A57;
    padding: 15px 15px 15px 15px;
    text-align: center;
    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;
    margin-left: NaNpx;
    margin-top: NaNpx
}

.pricing-e-376 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: #434A57;
    padding: 15px 15px 15px 15px;
    text-align: center;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    margin-left: NaNpx;
    margin-top: NaNpx
}

.pricing-e-388 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: #434A57;
    padding: 15px 15px 15px 15px;
    text-align: center;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    margin-left: NaNpx;
    margin-top: NaNpx
}

.pricing-e-379 {
    padding: 10px 28px 10px 28px;
    background-color: #0e58aeff;
    border-radius: 12px 12px 12px 12px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #0e58aeff #0e58aeff #0e58aeff #0e58aeff;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    color: #ffffffff;
    line-height: 24px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    min-height: -moz-fit-content;
    min-height: fit-content;
    min-width: 130px
}

.pricing-e-382 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 50% 50% 50% 50%;
    cursor: pointer;
    height: auto;
    width: 50px;
    display: none;
    position: relative
}

.pricing-e-383 {
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50% 50% 50% 50%;
    border-width: 0px 0px 0px 0px;
    border-color: transparent transparent transparent transparent;
    border-style: none none none none;
    box-shadow: 1px 1px 5px 0px #0000004c;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    max-width: 600px;
    max-height: 600px;
    display: block
}

.pricing-e-384 {
    padding: 10px 20px 10px 20px;
    flex-direction: column;
    -moz-column-gap: 0px;
         column-gap: 0px;
    row-gap: 0px;
    background-color: #ffffffff;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    box-shadow: 0px 0px 3px 0px #0000003b;
    z-index: 5;
    top: 60px;
    height: 144px;
    width: 150px;
    display: none;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px
}

.pricing-e-387 {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding: 0px 0px 20px 0px;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.pricing-e-386 {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding: 0px 0px 20px 0px;
    line-height: 24px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.pricing-e-385 {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding: 0px 0px 20px 0px;
    line-height: 24px;
    opacity: 100%;
    z-index: 1;
    cursor: pointer;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.pricing-e-10 {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    height: -moz-fit-content;
    height: fit-content;
    width: 100.06993006993008%;
    display: flex;
    margin-right: auto;
    max-width: 1980px;
    position: relative
}

.pricing-e-9 {
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: nowrap;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: 100%;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    min-height: 50px;
    position: relative
}

.pricing-e-8 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    position: relative;
    display: flex;
    max-width: NaNpx;
    max-height: none
}

.pricing-e-1 {
    padding: 0px 16px 0px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    height: auto;
    width: 100.25412960609911%;
    display: flex;
    margin-right: auto;
    max-width: 1300px;
    min-height: -moz-fit-content;
    min-height: fit-content;
    margin-bottom: auto;
    min-width: -moz-fit-content;
    min-width: fit-content;
    position: relative
}

.pricing-e-143 {
    -o-object-fit: contain;
       object-fit: contain;
    height: 511.8444668453354px;
    width: 82.23646155266756%;
    position: relative
}

.pricing-e-157 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    position: relative;
    display: flex;
    margin-right: px;
    max-width: NaNpx;
    max-height: none
}

.pricing-e-159 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 776.3116756290584px;
    height: 512px;
    margin-top: px;
    position: relative;
    max-width: none;
    max-height: none
}

.pricing-e-158 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    position: relative;
    display: flex;
    margin-right: px;
    max-width: NaNpx;
    max-height: none
}

.pricing-e-160 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 767.583299512987px;
    height: 512px;
    margin-top: px;
    position: relative;
    max-width: none;
    max-height: none
}

.pricing-e-161 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    position: relative;
    display: flex;
    margin-right: px;
    max-width: NaNpx;
    max-height: none
}

.pricing-e-162 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 1100.4675578327922px;
    height: 512px;
    margin-top: px;
    position: relative;
    max-width: none;
    max-height: none
}

.pricing-e-163 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    position: relative;
    display: flex;
    margin-right: px;
    max-width: NaNpx;
    max-height: none
}

.pricing-e-164 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 782.5454799107142px;
    height: 512px;
    margin-top: px;
    position: relative;
    max-width: none;
    max-height: none
}

.pricing-e-165 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    position: relative;
    display: flex;
    margin-right: px;
    max-width: NaNpx;
    max-height: none
}

.pricing-e-166 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 939.6363890016233px;
    height: 512px;
    margin-top: px;
    position: relative;
    max-width: none;
    max-height: none
}

.pricing-e-167 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    position: relative;
    display: flex;
    margin-right: px;
    max-width: NaNpx;
    max-height: none
}

.pricing-e-168 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 903.4805448457791px;
    height: 512px;
    margin-top: px;
    position: relative;
    max-width: none;
    max-height: none
}

.pricing-e-169 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    position: relative;
    display: flex;
    margin-right: px;
    max-width: NaNpx;
    max-height: none
}

.pricing-e-170 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 910.9610643262987px;
    height: 512px;
    margin-top: px;
    position: relative;
    max-width: none;
    max-height: none
}

.pricing-e-171 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    position: relative;
    display: flex;
    margin-right: px;
    max-width: NaNpx;
    max-height: none
}

.pricing-e-172 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 915.9480773133116px;
    height: 512px;
    margin-top: px;
    position: relative;
    max-width: none;
    max-height: none
}

.pricing-e-173 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    position: relative;
    display: flex;
    margin-right: px;
    max-width: NaNpx;
    max-height: none
}

.pricing-e-174 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 907.220804586039px;
    height: 512px;
    margin-top: px;
    position: relative;
    max-width: none;
    max-height: none
}

.pricing-e-4 {
    padding: 0px 10px 60px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 0px;
         column-gap: 0px;
    row-gap: 0px;
    background-color: #;
    left: auto;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    right: 650px;
    position: absolute;
    top: auto;
    bottom: 0px
}

.pricing-e-3 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #0000007f;
    border-radius: 100px 100px 100px 100px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #ffffffff #ffffffff #ffffffff #ffffffff;
    height: 12px;
    width: 12px;
    display: flex;
    position: relative
}

.pricing-e-2 {
    padding: 0px 0px 0px 0px;
    color: #ffffffcc;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    min-width: 10px;
    min-height: 10px;
    display: none;
    position: relative
}

.pricing-e-7 {
    padding: 0px 10px 60px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 0px;
         column-gap: 0px;
    row-gap: 0px;
    top: auto;
    left: 650px;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: none;
    right: auto;
    position: absolute;
    bottom: 0px
}

.pricing-e-6 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #0000007f;
    border-radius: 100px 100px 100px 100px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #ffffffff #ffffffff #ffffffff #ffffffff;
    height: 12px;
    width: 12px;
    display: flex;
    position: relative
}

.pricing-e-5 {
    padding: 0px 0px 0px 0px;
    color: #ffffffcc;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    min-width: 10px;
    min-height: 10px;
    display: none;
    position: relative
}

.pricing-e-11 {
    padding: 10px 16px 100px 16px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: auto;
    max-width: 1980px;
    position: relative
}

.pricing-e-44 {
    padding: 50px 16px 30px 16px;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff9e;
    margin-left: auto;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    margin-right: auto;
    max-width: 1980px;
    position: relative
}

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

.pricing-e-45 {
    padding: 1px 1px 1px 1px;
    flex-direction: column;
    align-items: center;
    row-gap: 5px;
    margin-left: NaNpx;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: auto;
    max-width: 1100px;
    position: relative
}

.pricing-e-141 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 951.681172426708px;
    height: 156.0676458566597px;
    position: relative;
    max-width: none;
    max-height: none
}

.pricing-e-46 {
    font-family: Inter;
    font-size: 34px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    line-height: 44px;
    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
}

.pricing-e-176 {
    padding: 10px 10px 10px 10px;
    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
}

.pricing-e-177 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 512px;
    height: 167.1892985939776px;
    position: relative;
    max-width: none;
    max-height: none
}

.pricing-e-175 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    line-height: 30px;
    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
}

.pricing-e-288 {
    padding: 10px 10px 0px;
    justify-content: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    position: relative
}

.pricing-e-289 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    z-index: 1;
    width: 33.30315632952584%;
    height: auto;
    min-height: 20px;
    display: flex;
    position: relative
}

.pricing-e-48 {
    padding: 40px 20px 40px 20px;
    flex-direction: column;
    align-items: center;
    row-gap: 5px;
    background-color: #ffffffff;
    box-shadow: 0px 4px 8px 0px #00000038;
    border-radius: 10px 10px 10px 10px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 300px;
    position: relative
}

.pricing-e-49 {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 500;
    color: #000000;
    line-height: 32px;
    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
}

.pricing-e-148 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 155.1668080121502px;
    height: 153.52993140795184px;
    position: relative;
    max-width: none;
    max-height: none
}

.pricing-e-50 {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    line-height: 40px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    text-align: center;
    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
}

.pricing-e-144 {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    line-height: 30px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    text-align: center;
    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
}

.pricing-e-51 {
    padding: 20px 1px 20px 1px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 200px;
    position: relative
}

.pricing-e-52 {
    padding: 1px 1px 1px 1px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-53 {
    padding: 0px 0px 0px 0px;
    color: #2442c5ff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-54 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    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
}

.pricing-e-66 {
    padding: 1px 1px 1px 1px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-64 {
    padding: 0px 0px 0px 0px;
    color: #2442c5ff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-65 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    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
}

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

.pricing-e-61 {
    padding: 0px 0px 0px 0px;
    color: #2442c5ff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-62 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    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
}

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

.pricing-e-126 {
    padding: 0px 0px 0px 0px;
    color: #2442c5ff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-127 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    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
}

.pricing-e-60 {
    padding: 1px 1px 1px 1px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-58 {
    padding: 0px 0px 0px 0px;
    color: #2442c5ff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-59 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    line-height: 24px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

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

.pricing-e-55 {
    padding: 0px 0px 0px 0px;
    color: #2442c5ff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-56 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    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
}

.pricing-e-137 {
    padding: 1px 1px 1px 1px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-138 {
    padding: 0px 0px 0px 0px;
    color: #2442c5ff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-139 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    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
}

.pricing-e-292 {
    padding: 1px 1px 1px 1px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-293 {
    padding: 0px 0px 0px 0px;
    color: #2442c5ff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-294 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    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
}

.pricing-e-295 {
    padding: 1px 1px 1px 1px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-296 {
    padding: 0px 0px 0px 0px;
    color: #2442c5ff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-297 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    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
}

.pricing-e-298 {
    padding: 1px 1px 1px 1px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-299 {
    padding: 0px 0px 0px 0px;
    color: #2442c5ff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-300 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    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
}

.pricing-e-301 {
    padding: 1px 1px 1px 1px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-302 {
    padding: 0px 0px 0px 0px;
    color: #2442c5ff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-303 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    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
}

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

.pricing-e-117 {
    padding: 0px 0px 0px 0px;
    color: #2442c5ff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-118 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    line-height: 24px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.pricing-e-67 {
    padding: 8px 16px 8px 16px;
    background-color: #46c524ff;
    border-radius: 4px 4px 4px 4px;
    border-width: 0px 0px 0px 0px;
    border-style: groove groove groove groove;
    border-color: #333 #333 #333 #333;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    color: #ffffffff;
    line-height: 26px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.pricing-e-290 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    z-index: 1;
    width: 33.318564097086586%;
    height: auto;
    min-height: 20px;
    display: flex;
    position: relative
}

.pricing-e-109 {
    padding: 0px 0px 40px 0px;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    row-gap: 5px;
    background-color: #040229ff;
    box-shadow: 0px 4px 8px 0px #00000038;
    border-radius: 10px 10px 10px 10px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 300px;
    position: relative
}

.pricing-e-110 {
    padding: 10px 10px 10px 1px;
    flex-direction: column;
    align-items: center;
    background-color: #2442c5ff;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-111 {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    color: #ffffffff;
    line-height: 22px;
    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
}

.pricing-e-112 {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 500;
    color: #ffffffff;
    line-height: 32px;
    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
}

.pricing-e-149 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 148.6828200909619px;
    height: 148.6828200909619px;
    position: relative;
    max-width: none;
    max-height: none
}

.pricing-e-88 {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 700;
    color: #ffffffff;
    padding: 0px 20px 0px 20px;
    line-height: 40px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    text-align: center;
    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
}

.pricing-e-145 {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    color: #ffffffff;
    padding: 0px 20px 0px 20px;
    line-height: 30px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    text-align: center;
    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
}

.pricing-e-107 {
    padding: 20px 20px 20px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 250px;
    position: relative
}

.pricing-e-91 {
    padding: 1px 1px 1px 1px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-89 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    font-size: 12px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-90 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #ffffffff;
    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
}

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

.pricing-e-104 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    font-size: 12px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-105 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #ffffffff;
    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
}

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

.pricing-e-129 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    font-size: 12px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-130 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #ffffffff;
    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
}

.pricing-e-103 {
    padding: 1px 1px 1px 1px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-101 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    font-size: 12px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-102 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #ffffffff;
    line-height: 24px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.pricing-e-100 {
    padding: 1px 1px 1px 1px;
    flex-direction: row;
    align-items: stretch;
    -moz-column-gap: 5px;
         column-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-98 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    font-size: 12px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-99 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #ffffffff;
    line-height: 18px;
    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
}

.pricing-e-97 {
    padding: 1px 1px 1px 1px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-95 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    font-size: 12px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-96 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #ffffffff;
    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
}

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

.pricing-e-92 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    font-size: 12px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-93 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #ffffffff;
    line-height: 24px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.pricing-e-119 {
    padding: 1px 1px 1px 1px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-120 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    font-size: 12px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-121 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #ffffffff;
    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
}

.pricing-e-304 {
    padding: 1px 1px 1px 1px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-305 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    font-size: 12px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-306 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #ffffffff;
    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
}

.pricing-e-307 {
    padding: 1px 1px 1px 1px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-308 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    font-size: 12px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-309 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #ffffffff;
    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
}

.pricing-e-310 {
    padding: 1px 1px 1px 1px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-311 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    font-size: 12px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-312 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #ffffffff;
    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
}

.pricing-e-313 {
    padding: 1px 1px 1px 1px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-314 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    font-size: 12px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-315 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #ffffffff;
    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
}

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

.pricing-e-114 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    font-size: 12px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-115 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #ffffffff;
    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
}

.pricing-e-108 {
    padding: 8px 16px 8px 16px;
    background-color: #24c53dff;
    border-radius: 4px 4px 4px 4px;
    border-width: 0px 0px 0px 0px;
    border-style: groove groove groove groove;
    border-color: #333 #333 #333 #333;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    color: #ffffffff;
    line-height: 26px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.pricing-e-291 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    z-index: 1;
    width: 33.43466016981337%;
    height: auto;
    min-height: 20px;
    display: flex;
    position: relative
}

.pricing-e-87 {
    padding: 40px 20px 40px 20px;
    flex-direction: column;
    align-items: center;
    row-gap: 5px;
    background-color: #ffffffff;
    box-shadow: 0px 4px 8px 0px #00000038;
    border-radius: 10px 10px 10px 10px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 300px;
    position: relative
}

.pricing-e-68 {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 500;
    color: #000000;
    line-height: 32px;
    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
}

.pricing-e-140 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 190.56099511227066px;
    height: 158.13931702274763px;
    position: relative;
    max-width: none;
    max-height: none
}

.pricing-e-69 {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    line-height: 40px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    text-align: center;
    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
}

.pricing-e-150 {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    color: #000000ff;
    padding: 0px 20px 0px 20px;
    text-align: center;
    line-height: 30px;
    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
}

.pricing-e-85 {
    padding: 20px 1px 20px 1px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 200px;
    position: relative
}

.pricing-e-72 {
    padding: 1px 1px 1px 1px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-70 {
    padding: 0px 0px 0px 0px;
    color: #2442c5ff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-71 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    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
}

.pricing-e-154 {
    padding: 1px 1px 1px 1px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-155 {
    padding: 0px 0px 0px 0px;
    color: #2442c5ff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-156 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    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
}

.pricing-e-84 {
    padding: 1px 1px 1px 1px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-82 {
    padding: 0px 0px 0px 0px;
    color: #2442c5ff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-83 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    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
}

.pricing-e-81 {
    padding: 1px 1px 1px 1px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-79 {
    padding: 0px 0px 0px 0px;
    color: #2442c5ff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-80 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    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
}

.pricing-e-78 {
    padding: 1px 1px 1px 1px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-76 {
    padding: 0px 0px 0px 0px;
    color: #2442c5ff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-77 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    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
}

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

.pricing-e-73 {
    padding: 0px 0px 0px 0px;
    color: #2442c5ff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-74 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    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
}

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

.pricing-e-132 {
    padding: 0px 0px 0px 0px;
    color: #2442c5ff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-133 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    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
}

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

.pricing-e-123 {
    padding: 0px 0px 0px 0px;
    color: #2442c5ff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-124 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    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
}

.pricing-e-134 {
    padding: 1px 1px 1px 1px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-135 {
    padding: 0px 0px 0px 0px;
    color: #2442c5ff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-136 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    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
}

.pricing-e-316 {
    padding: 1px 1px 1px 1px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-317 {
    padding: 0px 0px 0px 0px;
    color: #2442c5ff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-318 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    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
}

.pricing-e-319 {
    padding: 1px 1px 1px 1px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-320 {
    padding: 0px 0px 0px 0px;
    color: #2442c5ff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-321 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    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
}

.pricing-e-322 {
    padding: 1px 1px 1px 1px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-323 {
    padding: 0px 0px 0px 0px;
    color: #2442c5ff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-324 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    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
}

.pricing-e-325 {
    padding: 1px 1px 1px 1px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-326 {
    padding: 0px 0px 0px 0px;
    color: #2442c5ff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-327 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    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
}

.pricing-e-151 {
    padding: 1px 1px 1px 1px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-152 {
    padding: 0px 0px 0px 0px;
    color: #2442c5ff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-153 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    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
}

.pricing-e-86 {
    padding: 8px 16px 8px 16px;
    background-color: #2442c5ff;
    border-radius: 4px 4px 4px 4px;
    border-width: 0px 0px 0px 0px;
    border-style: groove groove groove groove;
    border-color: #333 #333 #333 #333;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    color: #ffffffff;
    line-height: 26px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.pricing-e-40 {
    padding: 10px 10px 10px 10px;
    justify-content: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    z-index: 1;
    width: 68.29142269605804%;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    position: relative
}

.pricing-e-41 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    z-index: 1;
    width: 33.30315632952584%;
    height: auto;
    min-height: 20px;
    display: flex;
    position: relative
}

.pricing-e-16 {
    padding: 30px 30px 30px 30px;
    flex-direction: row;
    justify-content: space-between;
    -moz-column-gap: 15px;
         column-gap: 15px;
    background-color: #F6F9FC;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 24px 24px 24px 24px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    min-height: 150px;
    position: relative
}

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

.pricing-e-18 {
    font-family: Inter;
    font-size: 28px;
    font-weight: 600;
    color: #121519;
    line-height: 38px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    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: 440px
}

.pricing-e-20 {
    -o-object-fit: contain;
       object-fit: contain;
    width: 250px;
    height: 246px;
    position: relative;
    max-width: 600px;
    max-height: 500px;
    min-height: auto;
    display: flex
}

.pricing-e-21 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    color: #0e58aeff;
    padding: 0px 0px 0px 0px;
    text-align: left;
    line-height: 30px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 440px
}

.pricing-e-19 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: #576071;
    padding: 0px 0px 0px 0px;
    text-align: left;
    line-height: 26px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 416px
}

.pricing-e-22 {
    padding: 10px 28px 10px 28px;
    background-color: #3274ffff;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 12px 12px 12px 12px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #0e58aeff #0e58aeff #0e58aeff #0e58aeff;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    color: #0e58aeff;
    line-height: 24px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    min-height: -moz-fit-content;
    min-height: fit-content;
    min-width: auto
}

.pricing-e-42 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    z-index: 1;
    width: 33.318564097086586%;
    height: auto;
    min-height: 20px;
    display: flex;
    position: relative
}

.pricing-e-30 {
    padding: 30px 30px 30px 30px;
    flex-direction: row;
    justify-content: space-between;
    -moz-column-gap: 15px;
         column-gap: 15px;
    background-color: #F6F9FC;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 24px 24px 24px 24px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    min-height: 150px;
    position: relative
}

.pricing-e-31 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 350px;
    position: relative
}

.pricing-e-32 {
    font-family: Inter;
    font-size: 28px;
    font-weight: 600;
    color: #121519;
    line-height: 38px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    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: 440px
}

.pricing-e-34 {
    -o-object-fit: contain;
       object-fit: contain;
    width: 250px;
    height: 246px;
    position: relative;
    max-width: 600px;
    max-height: 500px;
    min-height: auto;
    display: flex
}

.pricing-e-35 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    color: #0e58aeff;
    line-height: 30px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    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: 440px
}

.pricing-e-33 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: #576071;
    line-height: 26px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    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: 416px
}

.pricing-e-36 {
    padding: 10px 28px 10px 28px;
    background-color: #3274ffff;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 12px 12px 12px 12px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #0e58aeff #0e58aeff #0e58aeff #0e58aeff;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    color: #0e58aeff;
    line-height: 24px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    min-height: -moz-fit-content;
    min-height: fit-content;
    min-width: auto
}

.pricing-e-43 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    z-index: 1;
    width: 33.43466016981337%;
    height: auto;
    min-height: 20px;
    display: flex;
    position: relative
}

.pricing-e-23 {
    padding: 30px 30px 30px 30px;
    flex-direction: row;
    justify-content: space-between;
    -moz-column-gap: 15px;
         column-gap: 15px;
    background-color: #F6F9FC;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 24px 24px 24px 24px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    min-height: 150px;
    position: relative
}

.pricing-e-24 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 350px;
    position: relative
}

.pricing-e-25 {
    font-family: Inter;
    font-size: 28px;
    font-weight: 600;
    color: #121519;
    line-height: 38px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    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: 440px
}

.pricing-e-27 {
    -o-object-fit: contain;
       object-fit: contain;
    width: 250px;
    height: 246px;
    position: relative;
    max-width: 600px;
    max-height: 500px;
    min-height: auto;
    display: flex
}

.pricing-e-28 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    color: #0e58aeff;
    padding: 0px 0px 0px 0px;
    text-align: left;
    line-height: 30px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    max-width: 440px
}

.pricing-e-26 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: #576071;
    line-height: 26px;
    padding: 0px 0px 38px;
    text-align: left;
    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: 416px
}

.pricing-e-29 {
    padding: 10px 28px 10px 28px;
    background-color: #3274ffff;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    border-radius: 12px 12px 12px 12px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #0e58aeff #0e58aeff #0e58aeff #0e58aeff;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    color: #0e58aeff;
    line-height: 24px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    min-height: -moz-fit-content;
    min-height: fit-content;
    min-width: auto
}

.pricing-e-178 {
    padding: 1px 1px 1px 1px;
    flex-direction: column;
    align-items: center;
    row-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 1100px;
    position: relative
}

.pricing-e-180 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    height: 40px;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.pricing-e-181 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 512px;
    height: 161.01008030354376px;
    position: relative;
    max-width: none;
    max-height: none
}

.pricing-e-287 {
    padding: 5px 5px 5px 5px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.pricing-e-179 {
    font-family: Inter;
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    line-height: 40px;
    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
}

.pricing-e-47 {
    font-family: Inter;
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    line-height: 32px;
    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
}

.pricing-e-182 {
    padding: 40px 1px 1px 1px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 40px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-183 {
    padding: 40px 20px 40px 20px;
    flex-direction: column;
    align-items: center;
    row-gap: 5px;
    background-color: #ffffffff;
    box-shadow: 0px 4px 8px 0px #00000038;
    border-radius: 10px 10px 10px 10px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 300px;
    position: relative
}

.pricing-e-184 {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 500;
    color: #000000;
    line-height: 32px;
    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
}

.pricing-e-213 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 241.6879510646913px;
    height: 153.52993140795184px;
    position: relative;
    max-width: none;
    max-height: none
}

.pricing-e-185 {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    line-height: 40px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    text-align: center;
    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
}

.pricing-e-212 {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    line-height: 30px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    text-align: center;
    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
}

.pricing-e-186 {
    padding: 20px 1px 20px 1px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 200px;
    position: relative
}

.pricing-e-187 {
    padding: 1px 1px 1px 1px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-188 {
    padding: 0px 0px 0px 0px;
    color: #2442c5ff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-189 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    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
}

.pricing-e-199 {
    padding: 1px 1px 1px 1px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-200 {
    padding: 0px 0px 0px 0px;
    color: #2442c5ff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-201 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    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
}

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

.pricing-e-197 {
    padding: 0px 0px 0px 0px;
    color: #2442c5ff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-198 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    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
}

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

.pricing-e-206 {
    padding: 0px 0px 0px 0px;
    color: #2442c5ff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-207 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    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
}

.pricing-e-193 {
    padding: 1px 1px 1px 1px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-194 {
    padding: 0px 0px 0px 0px;
    color: #2442c5ff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-195 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    line-height: 24px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

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

.pricing-e-191 {
    padding: 0px 0px 0px 0px;
    color: #2442c5ff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-192 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    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
}

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

.pricing-e-209 {
    padding: 0px 0px 0px 0px;
    color: #2442c5ff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-210 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    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
}

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

.pricing-e-203 {
    padding: 0px 0px 0px 0px;
    color: #2442c5ff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-204 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    line-height: 24px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.pricing-e-211 {
    padding: 8px 16px 8px 16px;
    background-color: #46c524ff;
    border-radius: 4px 4px 4px 4px;
    border-width: 0px 0px 0px 0px;
    border-style: groove groove groove groove;
    border-color: #333 #333 #333 #333;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    color: #ffffffff;
    line-height: 26px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.pricing-e-251 {
    padding: 0px 0px 40px 0px;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    row-gap: 5px;
    background-color: #040229ff;
    box-shadow: 0px 4px 8px 0px #00000038;
    border-radius: 10px 10px 10px 10px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 300px;
    position: relative
}

.pricing-e-282 {
    padding: 10px 10px 10px 1px;
    flex-direction: column;
    align-items: center;
    background-color: #2442c5ff;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-283 {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    color: #ffffffff;
    line-height: 22px;
    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
}

.pricing-e-284 {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 500;
    color: #ffffffff;
    line-height: 32px;
    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
}

.pricing-e-286 {
    -o-object-fit: cover;
       object-fit: cover;
    width: 235.21226427031726px;
    height: 148.6828200909619px;
    position: relative;
    max-width: none;
    max-height: none
}

.pricing-e-252 {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 700;
    color: #ffffffff;
    padding: 0px 20px 0px 20px;
    line-height: 40px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    text-align: center;
    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
}

.pricing-e-285 {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    color: #ffffffff;
    padding: 0px 20px 0px 20px;
    line-height: 30px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    text-align: center;
    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
}

.pricing-e-253 {
    padding: 20px 20px 20px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 250px;
    position: relative
}

.pricing-e-254 {
    padding: 1px 1px 1px 1px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-255 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    font-size: 12px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-256 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #ffffffff;
    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
}

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

.pricing-e-270 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    font-size: 12px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-271 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #ffffffff;
    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
}

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

.pricing-e-279 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    font-size: 12px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-280 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #ffffffff;
    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
}

.pricing-e-266 {
    padding: 1px 1px 1px 1px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-267 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    font-size: 12px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-268 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #ffffffff;
    line-height: 24px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.pricing-e-263 {
    padding: 1px 1px 1px 1px;
    flex-direction: row;
    align-items: stretch;
    -moz-column-gap: 5px;
         column-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-264 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    font-size: 12px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-265 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #ffffffff;
    line-height: 18px;
    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
}

.pricing-e-260 {
    padding: 1px 1px 1px 1px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-261 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    font-size: 12px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-262 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #ffffffff;
    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
}

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

.pricing-e-258 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    font-size: 12px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-259 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #ffffffff;
    line-height: 24px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

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

.pricing-e-276 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    font-size: 12px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-277 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #ffffffff;
    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
}

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

.pricing-e-273 {
    padding: 0px 0px 0px 0px;
    color: #ffffffff;
    font-size: 12px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-274 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #ffffffff;
    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
}

.pricing-e-281 {
    padding: 8px 16px 8px 16px;
    background-color: #24c53dff;
    border-radius: 4px 4px 4px 4px;
    border-width: 0px 0px 0px 0px;
    border-style: groove groove groove groove;
    border-color: #333 #333 #333 #333;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    color: #ffffffff;
    line-height: 26px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.pricing-e-214 {
    padding: 40px 20px 40px 20px;
    flex-direction: column;
    align-items: center;
    row-gap: 5px;
    background-color: #ffffffff;
    box-shadow: 0px 4px 8px 0px #00000038;
    border-radius: 10px 10px 10px 10px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 300px;
    position: relative
}

.pricing-e-215 {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 500;
    color: #000000;
    line-height: 32px;
    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
}

.pricing-e-249 {
    -o-object-fit: contain;
       object-fit: contain;
    width: 255.57931890720272px;
    height: 165.79064997231086px;
    position: relative;
    max-width: none;
    max-height: none
}

.pricing-e-216 {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    line-height: 40px;
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px);
    opacity: 100%;
    text-align: center;
    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
}

.pricing-e-250 {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    color: #000000ff;
    padding: 0px 20px 0px 20px;
    text-align: center;
    line-height: 30px;
    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
}

.pricing-e-217 {
    padding: 20px 1px 20px 1px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 200px;
    position: relative
}

.pricing-e-218 {
    padding: 1px 1px 1px 1px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-219 {
    padding: 0px 0px 0px 0px;
    color: #2442c5ff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-220 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    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
}

.pricing-e-245 {
    padding: 1px 1px 1px 1px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-246 {
    padding: 0px 0px 0px 0px;
    color: #2442c5ff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-247 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    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
}

.pricing-e-230 {
    padding: 1px 1px 1px 1px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-231 {
    padding: 0px 0px 0px 0px;
    color: #2442c5ff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-232 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    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
}

.pricing-e-227 {
    padding: 1px 1px 1px 1px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-228 {
    padding: 0px 0px 0px 0px;
    color: #2442c5ff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-229 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    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
}

.pricing-e-224 {
    padding: 1px 1px 1px 1px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-225 {
    padding: 0px 0px 0px 0px;
    color: #2442c5ff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-226 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    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
}

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

.pricing-e-222 {
    padding: 0px 0px 0px 0px;
    color: #2442c5ff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-223 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    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
}

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

.pricing-e-237 {
    padding: 0px 0px 0px 0px;
    color: #2442c5ff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-238 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    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
}

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

.pricing-e-234 {
    padding: 0px 0px 0px 0px;
    color: #2442c5ff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-235 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    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
}

.pricing-e-239 {
    padding: 1px 1px 1px 1px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-240 {
    padding: 0px 0px 0px 0px;
    color: #2442c5ff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-241 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    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
}

.pricing-e-242 {
    padding: 1px 1px 1px 1px;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.pricing-e-243 {
    padding: 0px 0px 0px 0px;
    color: #2442c5ff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    position: relative
}

.pricing-e-244 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    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
}

.pricing-e-248 {
    padding: 8px 16px 8px 16px;
    background-color: #2442c5ff;
    border-radius: 4px 4px 4px 4px;
    border-width: 0px 0px 0px 0px;
    border-style: groove groove groove groove;
    border-color: #333 #333 #333 #333;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    color: #ffffffff;
    line-height: 26px;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.pricing-e-12 {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 26px;
    padding: 0px 0px 20px 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
}

.pricing-e-332 {
    padding: 48px 0px 0px 0px;
    row-gap: 64px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1980px;
    min-width: 20px;
    min-height: 20px;
    position: relative;
    display: flex;
    height: -moz-fit-content;
    height: fit-content;
    margin-right: auto;
    margin-left: auto
}

.pricing-e-368 {
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 50px;
         column-gap: 50px;
    max-width: 1200px;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    position: relative;
    min-height: 20px;
    display: flex;
    min-width: 20px;
    margin-left: auto;
    margin-right: auto
}

.pricing-e-360 {
    padding: 0px 0px 0px 0px;
    justify-content: flex-start;
    z-index: 300;
    width: 100%;
    min-width: -moz-fit-content;
    min-width: fit-content;
    display: flex;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    max-width: 150px;
    position: relative
}

.pricing-e-359 {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 12px;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    min-width: 20px;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    position: relative
}

.pricing-e-355 {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    color: #000000ff;
    line-height: 24px;
    min-height: 10px;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    min-width: 16px;
    position: relative
}

.pricing-e-358 {
    font-weight: 400;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    row-gap: 12px;
    font-family: Kumbh Sans;
    z-index: 50;
    height: auto;
    min-height: 10px;
    display: block;
    min-width: 16px;
    width: -moz-fit-content;
    width: fit-content;
    position: relative
}

.pricing-e-357 {
    row-gap: 12px;
    font-weight: 400;
    color: #333;
    font-family: Kumbh Sans;
    font-size: 16px;
    line-height: 24px;
    z-index: 100;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.pricing-e-356 {
    font-size: 16px;
    line-height: 24px;
    font-family: Kumbh Sans;
    font-weight: 400;
    color: #333;
    row-gap: 12px;
    z-index: 200;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    min-width: 16px;
    height: auto;
    min-height: 10px;
    position: relative
}

.pricing-e-348 {
    padding: 0px 0px 0px 0px;
    justify-content: flex-start;
    z-index: 300;
    width: 100%;
    display: flex;
    min-height: 20px;
    height: -moz-fit-content;
    height: fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: 150px;
    position: relative
}

.pricing-e-347 {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 12px;
    min-height: 20px;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 20px;
    display: flex;
    position: relative
}

.pricing-e-346 {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    color: #000000ff;
    line-height: 24px;
    min-width: 16px;
    min-height: 10px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    position: relative
}

.pricing-e-345 {
    line-height: 24px;
    row-gap: 12px;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    font-family: Nunito Sans;
    z-index: 50;
    min-width: 16px;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    min-height: 10px;
    height: auto;
    position: relative
}

.pricing-e-343 {
    row-gap: 12px;
    color: #333;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: Nunito Sans;
    z-index: 100;
    min-height: 10px;
    display: block;
    min-width: 16px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    position: relative
}

.pricing-e-344 {
    font-weight: 400;
    row-gap: 12px;
    font-family: Nunito Sans;
    line-height: 24px;
    font-size: 16px;
    color: #333;
    z-index: 200;
    display: block;
    height: auto;
    min-height: 10px;
    min-width: 16px;
    width: -moz-fit-content;
    width: fit-content;
    position: relative
}

.pricing-e-354 {
    padding: 0px 0px 0px 0px;
    justify-content: flex-start;
    z-index: 250;
    min-height: 20px;
    min-width: -moz-fit-content;
    min-width: fit-content;
    width: 100%;
    display: flex;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 150px;
    position: relative
}

.pricing-e-353 {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 12px;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 20px;
    min-height: 20px;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    position: relative
}

.pricing-e-350 {
    color: #000000ff;
    font-family: Kumbh Sans;
    font-weight: 600;
    line-height: 24px;
    font-size: 14px;
    height: auto;
    display: block;
    min-height: 10px;
    min-width: 16px;
    width: -moz-fit-content;
    width: fit-content;
    position: relative
}

.pricing-e-351 {
    font-weight: 400;
    color: #333;
    row-gap: 12px;
    line-height: 24px;
    font-size: 16px;
    font-family: Kumbh Sans;
    z-index: 150;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    min-height: 10px;
    min-width: 16px;
    display: block;
    position: relative
}

.pricing-e-352 {
    font-family: Kumbh Sans;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    row-gap: 12px;
    z-index: 200;
    height: auto;
    display: block;
    min-height: 10px;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 16px;
    position: relative
}

.pricing-e-349 {
    font-family: Kumbh Sans;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    row-gap: 12px;
    z-index: 250;
    display: block;
    min-height: 10px;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 16px;
    height: auto;
    position: relative
}

.pricing-e-367 {
    padding: 0px 0px 0px 0px;
    justify-content: flex-start;
    z-index: 200;
    display: flex;
    min-width: -moz-fit-content;
    min-width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    width: 100%;
    max-width: 150px;
    position: relative
}

.pricing-e-366 {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 12px;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 20px;
    min-height: 20px;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    position: relative
}

.pricing-e-362 {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    color: #000000ff;
    line-height: 24px;
    height: auto;
    min-height: 10px;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 16px;
    position: relative
}

.pricing-e-363 {
    color: #333;
    font-size: 16px;
    row-gap: 12px;
    font-weight: 400;
    line-height: 24px;
    font-family: Kumbh Sans;
    z-index: 50;
    min-height: 10px;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    min-width: 16px;
    position: relative
}

.pricing-e-369 {
    color: #333;
    font-size: 16px;
    row-gap: 12px;
    font-weight: 400;
    line-height: 24px;
    font-family: Kumbh Sans;
    z-index: 50;
    min-height: 10px;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    min-width: 16px;
    position: relative
}

.pricing-e-365 {
    font-size: 16px;
    color: #333;
    row-gap: 12px;
    font-weight: 400;
    font-family: Kumbh Sans;
    line-height: 24px;
    z-index: 100;
    min-height: 10px;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    min-width: 16px;
    position: relative
}

.pricing-e-370 {
    font-size: 16px;
    color: #333;
    row-gap: 12px;
    font-weight: 400;
    font-family: Kumbh Sans;
    line-height: 24px;
    z-index: 100;
    min-height: 10px;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    min-width: 16px;
    position: relative
}

.pricing-e-361 {
    color: #333;
    font-weight: 400;
    font-size: 16px;
    font-family: Kumbh Sans;
    row-gap: 12px;
    line-height: 24px;
    z-index: 150;
    display: block;
    min-height: 10px;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 16px;
    height: auto;
    position: relative
}

.pricing-e-364 {
    color: #333;
    font-family: Kumbh Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    row-gap: 12px;
    z-index: 200;
    display: block;
    min-width: 16px;
    height: auto;
    min-height: 10px;
    width: -moz-fit-content;
    width: fit-content;
    position: relative
}

.pricing-e-342 {
    padding: 0px 0px 0px 0px;
    justify-content: center;
    z-index: 100;
    display: flex;
    min-height: 20px;
    height: -moz-fit-content;
    height: fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    width: 100%;
    max-width: 200px;
    position: relative
}

.pricing-e-341 {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 12px;
    display: flex;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 20px;
    min-height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    position: relative
}

.pricing-e-340 {
    -o-object-fit: contain;
       object-fit: contain;
    width: 175px;
    position: relative;
    height: 60px
}

.pricing-e-339 {
    font-family: Kumbh Sans;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    min-height: 10px;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 16px;
    position: relative;
    display: block;
    width: 100%;
    max-width: 350px
}

.pricing-e-338 {
    padding: 20px 16px 20px 16px;
    justify-content: center;
    align-items: center;
    background-color: #111;
    border-width: 1px 0px 0px 0px;
    border-style: solid none none none;
    border-color: #00000019 transparent transparent transparent;
    max-width: 1200px;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: auto;
    display: flex;
    min-height: 20px;
    width: 100%;
    position: relative;
    min-width: 20px;
    margin-right: auto
}

.pricing-e-337 {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    z-index: 1;
    margin-left: auto;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    max-width: 1200px;
    margin-right: auto;
    position: relative
}

.pricing-e-333 {
    color: #ffffffff;
    font-weight: 400;
    line-height: 24px;
    font-size: 14px;
    font-family: Kumbh Sans;
    display: block;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 16px;
    min-height: 10px;
    position: relative
}

.pricing-e-336 {
    flex-wrap: wrap;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
    z-index: 1;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.pricing-e-335 {
    font-weight: 400;
    line-height: 24px;
    color: #ffffffff;
    font-family: Kumbh Sans;
    font-size: 14px;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    min-width: 16px;
    min-height: 10px;
    height: auto
}

.pricing-e-334 {
    font-family: Kumbh Sans;
    font-size: 14px;
    font-weight: 400;
    color: #ffffffff;
    line-height: 24px;
    position: relative;
    display: block;
    min-height: 10px;
    height: auto;
    min-width: 16px;
    width: -moz-fit-content;
    width: fit-content
}

.pricing-e-397 {
    padding: 0px 30px 30px 0px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    z-index: 1500;
    top: auto;
    left: auto;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    max-width: none;
    min-height: auto;
    position: fixed;
    right: 30px;
    bottom: 30px
}

.pricing-e-399 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    background-color: #ffffffff;
    box-shadow: 0px 0px 0px 0px #000000;
    border-radius: 10px 10px 10px 10px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #000000 #000000 #000000 #000000;
    z-index: 80;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: none;
    max-width: none;
    min-height: -moz-fit-content;
    min-height: fit-content;
    min-width: 350px;
    max-height: 80vh;
    position: relative
}

.pricing-e-398 {
    overflow: hidden;
    box-shadow: 0px 1px 16px 0px #00000019;
    border-radius: 20px 20px 20px 20px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #000000 #000000 #000000 #000000;
    z-index: 100;
    width: 100%;
    height: 100%;
    position: relative;
    max-height: 80vh
}

@media (max-width:1199px) {
    .pricing-e-371 {
        padding: 20px 16px 20px 16px
    }

    .pricing-e-378 {
        display: flex
    }

    .pricing-e-380 {
        display: none
    }

    .pricing-e-377 {
        padding: 20px 20px 20px 20px;
        flex-direction: column;
        background-color: #0e58aeff
    }

    .pricing-e-375 {
        align-items: flex-end;
        display: flex
    }

    .pricing-e-374 {
        width: 30px;
        height: -moz-fit-content;
        height: fit-content
    }

    .pricing-e-373 {
        color: #000000ff
    }

    .pricing-e-395 {
        color: #000000ff
    }

    .pricing-e-394 {
        color: #000000ff
    }

    .pricing-e-376 {
        color: #000000ff
    }

    .pricing-e-388 {
        color: #000000ff
    }

    .pricing-e-384 {
        position: relative
    }

    .pricing-e-9 {
        height: -moz-fit-content;
        height: fit-content;
        min-height: auto
    }

    .pricing-e-1 {
        padding: 0px 16px 50px 16px;
        flex-wrap: wrap-reverse;
        row-gap: 50px;
        background-image: null;
        background-position: null;
        background-size: null;
        background-repeat: null;
        background-attachment: null;
        background-clip: null;
        background-origin: null
    }

    .pricing-e-4 {
        position: relative
    }

    .pricing-e-7 {
        position: relative
    }

    .pricing-e-11 {
        padding: 0px 16px 60px 16px;
        transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) translateZ(0px)
    }

    .pricing-e-141 {
        width: 304px;
        height: 99.0625px
    }

    .pricing-e-288 {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .pricing-e-289 {
        width: 100%;
        height: -moz-fit-content;
        height: fit-content
    }

    .pricing-e-53 {
        width: auto;
        height: auto
    }

    .pricing-e-64 {
        width: auto;
        height: auto
    }

    .pricing-e-61 {
        width: auto;
        height: auto
    }

    .pricing-e-126 {
        width: auto;
        height: auto
    }

    .pricing-e-58 {
        width: auto;
        height: auto
    }

    .pricing-e-55 {
        width: auto;
        height: auto
    }

    .pricing-e-138 {
        width: auto;
        height: auto
    }

    .pricing-e-293 {
        width: auto;
        height: auto
    }

    .pricing-e-296 {
        width: auto;
        height: auto
    }

    .pricing-e-299 {
        width: auto;
        height: auto
    }

    .pricing-e-302 {
        width: auto;
        height: auto
    }

    .pricing-e-117 {
        width: auto;
        height: auto
    }

    .pricing-e-290 {
        width: 100%;
        height: -moz-fit-content;
        height: fit-content
    }

    .pricing-e-89 {
        width: auto;
        height: auto
    }

    .pricing-e-104 {
        width: auto;
        height: auto
    }

    .pricing-e-129 {
        width: auto;
        height: auto
    }

    .pricing-e-101 {
        width: auto;
        height: auto
    }

    .pricing-e-98 {
        width: auto;
        height: auto
    }

    .pricing-e-95 {
        width: auto;
        height: auto
    }

    .pricing-e-92 {
        width: auto;
        height: auto
    }

    .pricing-e-120 {
        width: auto;
        height: auto
    }

    .pricing-e-305 {
        width: auto;
        height: auto
    }

    .pricing-e-308 {
        width: auto;
        height: auto
    }

    .pricing-e-311 {
        width: auto;
        height: auto
    }

    .pricing-e-314 {
        width: auto;
        height: auto
    }

    .pricing-e-114 {
        width: auto;
        height: auto
    }

    .pricing-e-291 {
        width: 100%;
        height: -moz-fit-content;
        height: fit-content
    }

    .pricing-e-70 {
        width: auto;
        height: auto
    }

    .pricing-e-155 {
        width: auto;
        height: auto
    }

    .pricing-e-82 {
        width: auto;
        height: auto
    }

    .pricing-e-79 {
        width: auto;
        height: auto
    }

    .pricing-e-76 {
        width: auto;
        height: auto
    }

    .pricing-e-73 {
        width: auto;
        height: auto
    }

    .pricing-e-132 {
        width: auto;
        height: auto
    }

    .pricing-e-123 {
        width: auto;
        height: auto
    }

    .pricing-e-135 {
        width: auto;
        height: auto
    }

    .pricing-e-317 {
        width: auto;
        height: auto
    }

    .pricing-e-320 {
        width: auto;
        height: auto
    }

    .pricing-e-323 {
        width: auto;
        height: auto
    }

    .pricing-e-326 {
        width: auto;
        height: auto
    }

    .pricing-e-152 {
        width: auto;
        height: auto
    }

    .pricing-e-40 {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .pricing-e-41 {
        width: 100%;
        height: -moz-fit-content;
        height: fit-content
    }

    .pricing-e-42 {
        width: 100%;
        height: -moz-fit-content;
        height: fit-content
    }

    .pricing-e-43 {
        width: 100%;
        height: -moz-fit-content;
        height: fit-content
    }

    .pricing-e-47 {
        text-align: center
    }

    .pricing-e-188 {
        width: auto;
        height: auto
    }

    .pricing-e-200 {
        width: auto;
        height: auto
    }

    .pricing-e-197 {
        width: auto;
        height: auto
    }

    .pricing-e-206 {
        width: auto;
        height: auto
    }

    .pricing-e-194 {
        width: auto;
        height: auto
    }

    .pricing-e-191 {
        width: auto;
        height: auto
    }

    .pricing-e-209 {
        width: auto;
        height: auto
    }

    .pricing-e-203 {
        width: auto;
        height: auto
    }

    .pricing-e-255 {
        width: auto;
        height: auto
    }

    .pricing-e-270 {
        width: auto;
        height: auto
    }

    .pricing-e-279 {
        width: auto;
        height: auto
    }

    .pricing-e-267 {
        width: auto;
        height: auto
    }

    .pricing-e-264 {
        width: auto;
        height: auto
    }

    .pricing-e-261 {
        width: auto;
        height: auto
    }

    .pricing-e-258 {
        width: auto;
        height: auto
    }

    .pricing-e-276 {
        width: auto;
        height: auto
    }

    .pricing-e-273 {
        width: auto;
        height: auto
    }

    .pricing-e-219 {
        width: auto;
        height: auto
    }

    .pricing-e-246 {
        width: auto;
        height: auto
    }

    .pricing-e-231 {
        width: auto;
        height: auto
    }

    .pricing-e-228 {
        width: auto;
        height: auto
    }

    .pricing-e-225 {
        width: auto;
        height: auto
    }

    .pricing-e-222 {
        width: auto;
        height: auto
    }

    .pricing-e-237 {
        width: auto;
        height: auto
    }

    .pricing-e-234 {
        width: auto;
        height: auto
    }

    .pricing-e-240 {
        width: auto;
        height: auto
    }

    .pricing-e-243 {
        width: auto;
        height: auto
    }

    .pricing-e-368 {
        padding: 0px 16px 0px 16px;
        flex-direction: row;
        flex-wrap: wrap-reverse;
        align-items: baseline;
        -moz-column-gap: 12px;
             column-gap: 12px;
        row-gap: 50px
    }

    .pricing-e-342 {
        max-width: none
    }

    .pricing-e-341 {
        align-items: center;
        width: 100%
    }

    .pricing-e-339 {
        text-align: center
    }

    .pricing-e-338 {
        padding: 16px 16px 16px 16px;
        -moz-column-gap: 12px;
             column-gap: 12px
    }

    .pricing-e-337 {
        flex-wrap: wrap-reverse;
        max-width: 1150px
    }

    .pricing-e-397 {
        padding: 0px 20px 20px 0px;
        position: relative
    }

    .pricing-e-399 {
        min-width: 340px
    }

    @media {

        .paragraph :hover {}

        .footer-link {}

        .aboutus-link {}

        .career-link {}

        .order-link {}

        .collection-image {}

        .training-link {}
    }
}

@media (max-width:767px) {
    .pricing-e-371 {
        padding: 0px 0px 0px 0px;
        position: relative
    }

    .pricing-e-391 {
        position: relative
    }

    .pricing-e-392 {
        font-size: 12px;
        line-height: 22px;
        position: relative
    }

    .pricing-e-396 {
        font-size: 12px;
        line-height: 22px;
        position: relative
    }

    .pricing-e-393 {
        font-size: 12px;
        line-height: 22px;
        position: relative
    }

    .pricing-e-389 {
        padding: 0px 0px 0px 0px;
        position: relative
    }

    .pricing-e-381 {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        position: relative
    }

    .pricing-e-372 {
        -o-object-fit: contain;
           object-fit: contain;
        position: relative
    }

    .pricing-e-378 {
        -o-object-fit: cover;
           object-fit: cover;
        position: relative
    }

    .pricing-e-380 {
        top: -123px;
        height: 100vh;
        width: 100%;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px
    }

    .pricing-e-377 {
        padding: 20px 20px 20px 20px;
        flex-direction: column;
        align-items: center;
        background-color: #0e58aeff;
        position: relative
    }

    .pricing-e-375 {
        align-items: flex-end;
        position: relative
    }

    .pricing-e-374 {
        -o-object-fit: contain;
           object-fit: contain;
        max-width: none;
        max-height: none;
        width: 32px;
        display: flex;
        position: relative
    }

    .pricing-e-373 {
        color: #000000ff;
        position: relative
    }

    .pricing-e-395 {
        color: #000000ff;
        position: relative
    }

    .pricing-e-394 {
        color: #000000ff;
        position: relative
    }

    .pricing-e-376 {
        color: #000000ff;
        position: relative
    }

    .pricing-e-388 {
        color: #000000ff;
        position: relative
    }

    .pricing-e-379 {
        display: flex;
        position: relative
    }

    .pricing-e-382 {
        position: relative
    }

    .pricing-e-383 {
        position: relative
    }

    .pricing-e-384 {
        background-color: #ffffffff;
        margin-top: 60px;
        margin-left: auto;
        position: relative
    }

    .pricing-e-387 {
        position: relative
    }

    .pricing-e-386 {
        position: relative
    }

    .pricing-e-385 {
        position: relative
    }

    .pricing-e-10 {
        position: relative
    }

    .pricing-e-9 {
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        max-height: -moz-fit-content;
        max-height: fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content;
        position: relative
    }

    .pricing-e-8 {
        height: 100%;
        position: relative
    }

    .pricing-e-1 {
        padding: 0px 16px 0px 16px;
        flex-direction: column;
        flex-wrap: wrap-reverse;
        justify-content: center;
        align-items: center;
        background-image: null;
        background-position: null;
        background-size: null;
        background-repeat: null;
        background-attachment: null;
        background-clip: null;
        background-origin: null;
        position: relative
    }

    .pricing-e-143 {
        height: auto;
        width: auto;
        position: relative
    }

    .pricing-e-157 {
        position: relative
    }

    .pricing-e-159 {
        width: auto;
        height: auto;
        position: relative
    }

    .pricing-e-158 {
        position: relative
    }

    .pricing-e-160 {
        width: auto;
        height: auto;
        position: relative
    }

    .pricing-e-161 {
        position: relative
    }

    .pricing-e-162 {
        width: auto;
        height: auto;
        position: relative
    }

    .pricing-e-163 {
        position: relative
    }

    .pricing-e-164 {
        width: auto;
        height: auto;
        position: relative
    }

    .pricing-e-165 {
        position: relative
    }

    .pricing-e-166 {
        width: auto;
        height: auto;
        position: relative
    }

    .pricing-e-167 {
        position: relative
    }

    .pricing-e-168 {
        width: auto;
        height: auto;
        position: relative
    }

    .pricing-e-169 {
        position: relative
    }

    .pricing-e-170 {
        width: auto;
        height: auto;
        position: relative
    }

    .pricing-e-171 {
        position: relative
    }

    .pricing-e-172 {
        width: auto;
        height: auto;
        position: relative
    }

    .pricing-e-173 {
        position: relative
    }

    .pricing-e-174 {
        width: auto;
        height: auto;
        position: relative
    }

    .pricing-e-4 {
        display: none;
        position: relative
    }

    .pricing-e-3 {
        position: relative
    }

    .pricing-e-2 {
        position: relative
    }

    .pricing-e-7 {
        position: relative
    }

    .pricing-e-6 {
        position: relative
    }

    .pricing-e-5 {
        position: relative
    }

    .pricing-e-11 {
        padding: 0px 0px 0px 0px;
        margin-left: NaNauto;
        max-width: none;
        position: relative
    }

    .pricing-e-44 {
        padding: 50px 0px 30px 0px;
        max-width: none;
        position: relative
    }

    .pricing-e-142 {
        position: relative
    }

    .pricing-e-45 {
        margin-top: NaNpx;
        position: relative
    }

    .pricing-e-141 {
        -o-object-fit: cover;
           object-fit: cover;
        height: 67.0625px;
        position: relative
    }

    .pricing-e-46 {
        font-size: 28px;
        line-height: 38px;
        width: 100%;
        height: auto;
        position: relative
    }

    .pricing-e-176 {
        position: relative
    }

    .pricing-e-177 {
        width: auto;
        height: auto;
        position: relative
    }

    .pricing-e-175 {
        font-size: 30px;
        line-height: 40px;
        position: relative
    }

    .pricing-e-288 {
        flex-direction: row;
        flex-wrap: wrap;
        position: relative
    }

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

    .pricing-e-48 {
        max-width: none;
        position: relative
    }

    .pricing-e-49 {
        position: relative
    }

    .pricing-e-148 {
        margin-left: NaNpx;
        margin-top: NaNpx;
        position: relative
    }

    .pricing-e-50 {
        position: relative
    }

    .pricing-e-144 {
        position: relative
    }

    .pricing-e-51 {
        width: auto;
        position: relative
    }

    .pricing-e-52 {
        position: relative
    }

    .pricing-e-53 {
        position: relative
    }

    .pricing-e-54 {
        position: relative
    }

    .pricing-e-66 {
        position: relative
    }

    .pricing-e-64 {
        position: relative
    }

    .pricing-e-65 {
        position: relative
    }

    .pricing-e-63 {
        position: relative
    }

    .pricing-e-61 {
        position: relative
    }

    .pricing-e-62 {
        position: relative
    }

    .pricing-e-125 {
        position: relative
    }

    .pricing-e-126 {
        position: relative
    }

    .pricing-e-127 {
        position: relative
    }

    .pricing-e-60 {
        position: relative
    }

    .pricing-e-58 {
        position: relative
    }

    .pricing-e-59 {
        position: relative
    }

    .pricing-e-57 {
        position: relative
    }

    .pricing-e-55 {
        position: relative
    }

    .pricing-e-56 {
        position: relative
    }

    .pricing-e-137 {
        position: relative
    }

    .pricing-e-138 {
        position: relative
    }

    .pricing-e-139 {
        position: relative
    }

    .pricing-e-292 {
        position: relative
    }

    .pricing-e-293 {
        position: relative
    }

    .pricing-e-294 {
        position: relative
    }

    .pricing-e-295 {
        position: relative
    }

    .pricing-e-296 {
        position: relative
    }

    .pricing-e-297 {
        position: relative
    }

    .pricing-e-298 {
        position: relative
    }

    .pricing-e-299 {
        position: relative
    }

    .pricing-e-300 {
        position: relative
    }

    .pricing-e-301 {
        position: relative
    }

    .pricing-e-302 {
        position: relative
    }

    .pricing-e-303 {
        position: relative
    }

    .pricing-e-116 {
        position: relative
    }

    .pricing-e-117 {
        position: relative
    }

    .pricing-e-118 {
        position: relative
    }

    .pricing-e-67 {
        position: relative
    }

    .pricing-e-290 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative
    }

    .pricing-e-109 {
        max-width: none;
        position: relative
    }

    .pricing-e-110 {
        position: relative
    }

    .pricing-e-111 {
        position: relative
    }

    .pricing-e-112 {
        position: relative
    }

    .pricing-e-149 {
        position: relative
    }

    .pricing-e-88 {
        position: relative
    }

    .pricing-e-145 {
        position: relative
    }

    .pricing-e-107 {
        position: relative
    }

    .pricing-e-91 {
        position: relative
    }

    .pricing-e-89 {
        position: relative
    }

    .pricing-e-90 {
        position: relative
    }

    .pricing-e-106 {
        position: relative
    }

    .pricing-e-104 {
        position: relative
    }

    .pricing-e-105 {
        position: relative
    }

    .pricing-e-128 {
        position: relative
    }

    .pricing-e-129 {
        position: relative
    }

    .pricing-e-130 {
        position: relative
    }

    .pricing-e-103 {
        position: relative
    }

    .pricing-e-101 {
        position: relative
    }

    .pricing-e-102 {
        position: relative
    }

    .pricing-e-100 {
        position: relative
    }

    .pricing-e-98 {
        position: relative
    }

    .pricing-e-99 {
        position: relative
    }

    .pricing-e-97 {
        position: relative
    }

    .pricing-e-95 {
        position: relative
    }

    .pricing-e-96 {
        position: relative
    }

    .pricing-e-94 {
        position: relative
    }

    .pricing-e-92 {
        position: relative
    }

    .pricing-e-93 {
        position: relative
    }

    .pricing-e-119 {
        position: relative
    }

    .pricing-e-120 {
        position: relative
    }

    .pricing-e-121 {
        position: relative
    }

    .pricing-e-304 {
        position: relative
    }

    .pricing-e-305 {
        position: relative
    }

    .pricing-e-306 {
        position: relative
    }

    .pricing-e-307 {
        position: relative
    }

    .pricing-e-308 {
        position: relative
    }

    .pricing-e-309 {
        position: relative
    }

    .pricing-e-310 {
        position: relative
    }

    .pricing-e-311 {
        position: relative
    }

    .pricing-e-312 {
        position: relative
    }

    .pricing-e-313 {
        position: relative
    }

    .pricing-e-314 {
        position: relative
    }

    .pricing-e-315 {
        position: relative
    }

    .pricing-e-113 {
        position: relative
    }

    .pricing-e-114 {
        position: relative
    }

    .pricing-e-115 {
        position: relative
    }

    .pricing-e-108 {
        position: relative
    }

    .pricing-e-291 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative
    }

    .pricing-e-87 {
        max-width: none;
        position: relative
    }

    .pricing-e-68 {
        position: relative
    }

    .pricing-e-140 {
        position: relative
    }

    .pricing-e-69 {
        position: relative
    }

    .pricing-e-150 {
        position: relative
    }

    .pricing-e-85 {
        position: relative
    }

    .pricing-e-72 {
        position: relative
    }

    .pricing-e-70 {
        position: relative
    }

    .pricing-e-71 {
        position: relative
    }

    .pricing-e-154 {
        position: relative
    }

    .pricing-e-155 {
        position: relative
    }

    .pricing-e-156 {
        position: relative
    }

    .pricing-e-84 {
        position: relative
    }

    .pricing-e-82 {
        position: relative
    }

    .pricing-e-83 {
        position: relative
    }

    .pricing-e-81 {
        position: relative
    }

    .pricing-e-79 {
        position: relative
    }

    .pricing-e-80 {
        position: relative
    }

    .pricing-e-78 {
        position: relative
    }

    .pricing-e-76 {
        position: relative
    }

    .pricing-e-77 {
        position: relative
    }

    .pricing-e-75 {
        position: relative
    }

    .pricing-e-73 {
        position: relative
    }

    .pricing-e-74 {
        position: relative
    }

    .pricing-e-131 {
        position: relative
    }

    .pricing-e-132 {
        position: relative
    }

    .pricing-e-133 {
        position: relative
    }

    .pricing-e-122 {
        position: relative
    }

    .pricing-e-123 {
        position: relative
    }

    .pricing-e-124 {
        position: relative
    }

    .pricing-e-134 {
        position: relative
    }

    .pricing-e-135 {
        position: relative
    }

    .pricing-e-136 {
        position: relative
    }

    .pricing-e-316 {
        position: relative
    }

    .pricing-e-317 {
        position: relative
    }

    .pricing-e-318 {
        position: relative
    }

    .pricing-e-319 {
        position: relative
    }

    .pricing-e-320 {
        position: relative
    }

    .pricing-e-321 {
        position: relative
    }

    .pricing-e-322 {
        position: relative
    }

    .pricing-e-323 {
        position: relative
    }

    .pricing-e-324 {
        position: relative
    }

    .pricing-e-325 {
        position: relative
    }

    .pricing-e-326 {
        position: relative
    }

    .pricing-e-327 {
        position: relative
    }

    .pricing-e-151 {
        position: relative
    }

    .pricing-e-152 {
        position: relative
    }

    .pricing-e-153 {
        position: relative
    }

    .pricing-e-86 {
        position: relative
    }

    .pricing-e-40 {
        flex-direction: row;
        flex-wrap: wrap;
        position: relative
    }

    .pricing-e-41 {
        position: relative
    }

    .pricing-e-16 {
        flex-wrap: wrap;
        row-gap: 20px;
        position: relative
    }

    .pricing-e-17 {
        position: relative
    }

    .pricing-e-18 {
        position: relative
    }

    .pricing-e-20 {
        width: 100%;
        position: relative
    }

    .pricing-e-21 {
        position: relative
    }

    .pricing-e-19 {
        position: relative
    }

    .pricing-e-22 {
        position: relative
    }

    .pricing-e-42 {
        position: relative
    }

    .pricing-e-30 {
        flex-wrap: wrap;
        row-gap: 20px;
        position: relative
    }

    .pricing-e-31 {
        position: relative
    }

    .pricing-e-32 {
        position: relative
    }

    .pricing-e-34 {
        width: 100%;
        position: relative
    }

    .pricing-e-35 {
        position: relative
    }

    .pricing-e-33 {
        position: relative
    }

    .pricing-e-36 {
        position: relative
    }

    .pricing-e-43 {
        position: relative
    }

    .pricing-e-23 {
        flex-wrap: wrap;
        row-gap: 20px;
        position: relative
    }

    .pricing-e-24 {
        position: relative
    }

    .pricing-e-25 {
        position: relative
    }

    .pricing-e-27 {
        width: 100%;
        position: relative
    }

    .pricing-e-28 {
        position: relative
    }

    .pricing-e-26 {
        width: 100%;
        position: relative
    }

    .pricing-e-29 {
        position: relative
    }

    .pricing-e-178 {
        position: relative
    }

    .pricing-e-180 {
        position: relative
    }

    .pricing-e-181 {
        width: auto;
        height: auto;
        position: relative
    }

    .pricing-e-287 {
        position: relative
    }

    .pricing-e-179 {
        font-size: 30px;
        line-height: 40px;
        position: relative
    }

    .pricing-e-47 {
        text-align: center;
        width: auto;
        height: auto;
        position: relative
    }

    .pricing-e-182 {
        position: relative
    }

    .pricing-e-183 {
        max-width: none;
        position: relative
    }

    .pricing-e-184 {
        position: relative
    }

    .pricing-e-213 {
        position: relative
    }

    .pricing-e-185 {
        position: relative
    }

    .pricing-e-212 {
        position: relative
    }

    .pricing-e-186 {
        position: relative
    }

    .pricing-e-187 {
        position: relative
    }

    .pricing-e-188 {
        position: relative
    }

    .pricing-e-189 {
        position: relative
    }

    .pricing-e-199 {
        position: relative
    }

    .pricing-e-200 {
        position: relative
    }

    .pricing-e-201 {
        position: relative
    }

    .pricing-e-196 {
        position: relative
    }

    .pricing-e-197 {
        position: relative
    }

    .pricing-e-198 {
        position: relative
    }

    .pricing-e-205 {
        position: relative
    }

    .pricing-e-206 {
        position: relative
    }

    .pricing-e-207 {
        position: relative
    }

    .pricing-e-193 {
        position: relative
    }

    .pricing-e-194 {
        position: relative
    }

    .pricing-e-195 {
        position: relative
    }

    .pricing-e-190 {
        position: relative
    }

    .pricing-e-191 {
        position: relative
    }

    .pricing-e-192 {
        position: relative
    }

    .pricing-e-208 {
        position: relative
    }

    .pricing-e-209 {
        position: relative
    }

    .pricing-e-210 {
        position: relative
    }

    .pricing-e-202 {
        position: relative
    }

    .pricing-e-203 {
        position: relative
    }

    .pricing-e-204 {
        position: relative
    }

    .pricing-e-211 {
        position: relative
    }

    .pricing-e-251 {
        max-width: none;
        position: relative
    }

    .pricing-e-282 {
        position: relative
    }

    .pricing-e-283 {
        position: relative
    }

    .pricing-e-284 {
        position: relative
    }

    .pricing-e-286 {
        position: relative
    }

    .pricing-e-252 {
        position: relative
    }

    .pricing-e-285 {
        position: relative
    }

    .pricing-e-253 {
        position: relative
    }

    .pricing-e-254 {
        position: relative
    }

    .pricing-e-255 {
        position: relative
    }

    .pricing-e-256 {
        position: relative
    }

    .pricing-e-269 {
        position: relative
    }

    .pricing-e-270 {
        position: relative
    }

    .pricing-e-271 {
        position: relative
    }

    .pricing-e-278 {
        position: relative
    }

    .pricing-e-279 {
        position: relative
    }

    .pricing-e-280 {
        position: relative
    }

    .pricing-e-266 {
        position: relative
    }

    .pricing-e-267 {
        position: relative
    }

    .pricing-e-268 {
        position: relative
    }

    .pricing-e-263 {
        position: relative
    }

    .pricing-e-264 {
        position: relative
    }

    .pricing-e-265 {
        position: relative
    }

    .pricing-e-260 {
        position: relative
    }

    .pricing-e-261 {
        position: relative
    }

    .pricing-e-262 {
        position: relative
    }

    .pricing-e-257 {
        position: relative
    }

    .pricing-e-258 {
        position: relative
    }

    .pricing-e-259 {
        position: relative
    }

    .pricing-e-275 {
        position: relative
    }

    .pricing-e-276 {
        position: relative
    }

    .pricing-e-277 {
        position: relative
    }

    .pricing-e-272 {
        position: relative
    }

    .pricing-e-273 {
        position: relative
    }

    .pricing-e-274 {
        position: relative
    }

    .pricing-e-281 {
        position: relative
    }

    .pricing-e-214 {
        max-width: none;
        position: relative
    }

    .pricing-e-215 {
        position: relative
    }

    .pricing-e-249 {
        width: 312.31597900390625px;
        height: 178.08334350585938px;
        position: relative
    }

    .pricing-e-216 {
        position: relative
    }

    .pricing-e-250 {
        position: relative
    }

    .pricing-e-217 {
        position: relative
    }

    .pricing-e-218 {
        position: relative
    }

    .pricing-e-219 {
        position: relative
    }

    .pricing-e-220 {
        position: relative
    }

    .pricing-e-245 {
        position: relative
    }

    .pricing-e-246 {
        position: relative
    }

    .pricing-e-247 {
        position: relative
    }

    .pricing-e-230 {
        position: relative
    }

    .pricing-e-231 {
        position: relative
    }

    .pricing-e-232 {
        position: relative
    }

    .pricing-e-227 {
        position: relative
    }

    .pricing-e-228 {
        position: relative
    }

    .pricing-e-229 {
        position: relative
    }

    .pricing-e-224 {
        position: relative
    }

    .pricing-e-225 {
        position: relative
    }

    .pricing-e-226 {
        position: relative
    }

    .pricing-e-221 {
        position: relative
    }

    .pricing-e-222 {
        position: relative
    }

    .pricing-e-223 {
        position: relative
    }

    .pricing-e-236 {
        position: relative
    }

    .pricing-e-237 {
        position: relative
    }

    .pricing-e-238 {
        position: relative
    }

    .pricing-e-233 {
        position: relative
    }

    .pricing-e-234 {
        position: relative
    }

    .pricing-e-235 {
        position: relative
    }

    .pricing-e-239 {
        position: relative
    }

    .pricing-e-240 {
        position: relative
    }

    .pricing-e-241 {
        position: relative
    }

    .pricing-e-242 {
        position: relative
    }

    .pricing-e-243 {
        position: relative
    }

    .pricing-e-244 {
        position: relative
    }

    .pricing-e-248 {
        position: relative
    }

    .pricing-e-12 {
        position: relative
    }

    .pricing-e-332 {
        position: relative
    }

    .pricing-e-368 {
        padding: 0px 16px 0px 16px;
        flex-wrap: wrap-reverse;
        justify-content: center;
        align-items: baseline;
        row-gap: 30px;
        position: relative
    }

    .pricing-e-360 {
        padding: 0px 0px 0px 0px;
        position: relative
    }

    .pricing-e-359 {
        align-items: center;
        width: 100%;
        position: relative
    }

    .pricing-e-355 {
        position: relative
    }

    .pricing-e-358 {
        position: relative
    }

    .pricing-e-357 {
        position: relative
    }

    .pricing-e-356 {
        position: relative
    }

    .pricing-e-348 {
        padding: 0px 0px 0px 0px;
        position: relative
    }

    .pricing-e-347 {
        align-items: center;
        width: 100%;
        position: relative
    }

    .pricing-e-346 {
        position: relative
    }

    .pricing-e-345 {
        position: relative
    }

    .pricing-e-343 {
        position: relative
    }

    .pricing-e-344 {
        position: relative
    }

    .pricing-e-354 {
        padding: 0px 0px 0px 0px;
        position: relative
    }

    .pricing-e-353 {
        align-items: center;
        width: 100%;
        position: relative
    }

    .pricing-e-350 {
        position: relative
    }

    .pricing-e-351 {
        position: relative
    }

    .pricing-e-352 {
        position: relative
    }

    .pricing-e-349 {
        position: relative
    }

    .pricing-e-367 {
        padding: 0px 0px 0px 0px;
        position: relative
    }

    .pricing-e-366 {
        align-items: center;
        width: 100%;
        position: relative
    }

    .pricing-e-362 {
        position: relative
    }

    .pricing-e-363 {
        position: relative
    }

    .pricing-e-369 {
        position: relative
    }

    .pricing-e-365 {
        position: relative
    }

    .pricing-e-370 {
        position: relative
    }

    .pricing-e-361 {
        position: relative
    }

    .pricing-e-364 {
        position: relative
    }

    .pricing-e-342 {
        padding: 0px 0px 0px 0px;
        position: relative
    }

    .pricing-e-341 {
        align-items: center;
        position: relative
    }

    .pricing-e-340 {
        position: relative
    }

    .pricing-e-339 {
        text-align: center;
        position: relative
    }

    .pricing-e-338 {
        padding: 16px 16px 16px 16px;
        -moz-column-gap: 6px;
             column-gap: 6px;
        row-gap: 6px;
        position: relative
    }

    .pricing-e-337 {
        flex-wrap: wrap-reverse;
        justify-content: center;
        -moz-column-gap: 12px;
             column-gap: 12px;
        row-gap: 4px;
        position: relative
    }

    .pricing-e-333 {
        position: relative
    }

    .pricing-e-336 {
        row-gap: 10px;
        -moz-column-gap: 26px;
             column-gap: 26px;
        position: relative
    }

    .pricing-e-335 {
        position: relative
    }

    .pricing-e-334 {
        position: relative
    }

    .pricing-e-397 {
        padding: 16px 16px 16px 16px;
        align-items: flex-end;
        width: 100%;
        max-width: 100%;
        max-height: 90vh;
        position: relative
    }

    .pricing-e-399 {
        overflow: visible;
        max-width: 100%;
        height: 100%;
        min-height: 100%;
        min-width: auto;
        position: relative
    }

    .pricing-e-398 {
        overflow: hidden;
        max-width: 100%;
        max-height: 100vh;
        min-height: 100%;
        position: relative
    }

    @media {

        .paragraph :hover {}

        .footer-link {}

        .aboutus-link {}

        .career-link {}

        .order-link {}

        .collection-image {}

        .training-link {}
    }
}

.paragraph :hover {}

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

.footer-link {}

.aboutus-link {}

.career-link {}

.order-link:hover {
    background-color: #050977FF
}

.order-link {}

.collection-image {}

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

.training-link {}

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