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

.forgot-password-e-1::-moz-placeholder {
    color: #00000033;
    box-shadow: 0px 0px 0px 0px #000000
}

.forgot-password-e-1::placeholder {
    color: #00000033;
    box-shadow: 0px 0px 0px 0px #000000
}

.forgot-password-e-1:hover {
    box-shadow: 0px 0px 0px 2px #0048d94c
}

.forgot-password-e-10:hover {
    box-shadow: 0px 0px 3px 0px #0000003b;
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.1)0%, rgba(0, 0, 0, 0.1)100%);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box
}

.forgot-password-e-9 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.forgot-password-e-8 {
    padding: 40px 40px 40px 40px;
    flex-direction: column;
    row-gap: 20px;
    border-radius: 12px 12px 12px 12px;
    border-width: 1px 1px 1px 1px;
    border-color: #f2ecffff #f2ecffff #f2ecffff #f2ecffff;
    box-shadow: 0px 2px 4px 0px rgba(0, 72, 217, 0.10), 0px 24px 60px 0px rgba(0, 72, 217, 0.05), 0px 12px 24px 0px rgba(0, 72, 217, 0.05);
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    max-width: 500px;
    position: relative
}

.forgot-password-e-7 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative
}

.forgot-password-e-5 {
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 28px;
    padding: 0px 0px 0px 0px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.forgot-password-e-6 {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 0px 0px 0px 0px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 400px;
    position: relative
}

.forgot-password-e-4 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    row-gap: 16px;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: NaNpx;
    position: relative
}

.forgot-password-e-3 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    row-gap: 2px;
    height: auto;
    width: 100%;
    display: flex;
    max-width: none;
    position: relative
}

.forgot-password-e-2 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: #000000e5;
    line-height: 30px;
    padding: 0px 0px 0px 0px;
    opacity: 100%;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.forgot-password-e-1 {
    padding: 12px 12px 12px 12px;
    font-family: Inter;
    font-size: 16px;
    color: #000000;
    line-height: 26px;
    background-color: #F8FAFC;
    border: 1px solid #cccccc;
    border-radius: 8px 8px 8px 8px;
    border-width: 1px 1px 1px 1px;
    border-color: #E2E2E2 #E2E2E2 #E2E2E2 #E2E2E2;
    box-shadow: 0px 0px 0px 0px #000000;
    z-index: 1;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    min-width: 250px
}

.forgot-password-e-10 {
    padding: 10px 42px 10px 42px;
    background-color: #0e58ae;
    border-radius: 12px 12px 12px 12px;
    border-width: 0px 0px 0px 0px;
    border-style: groove groove groove groove;
    border-color: #333 #333 #333 #333;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    color: #ffffffff;
    line-height: 26px;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

@media (max-width:767px) {
    .forgot-password-e-9 {
        position: relative
    }

    .forgot-password-e-8 {
        padding: 28px 28px 28px 28px;
        position: relative
    }

    .forgot-password-e-7 {
        position: relative
    }

    .forgot-password-e-5 {
        position: relative
    }

    .forgot-password-e-6 {
        position: relative
    }

    .forgot-password-e-4 {
        position: relative
    }

    .forgot-password-e-3 {
        position: relative
    }

    .forgot-password-e-2 {
        position: relative
    }

    .forgot-password-e-1 {
        position: relative
    }

    .forgot-password-e-10 {
        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
}

@media (max-width:1199px) {
    .paragraph :hover {}

    .footer-link {}

    .aboutus-link {}

    .career-link {}

    .order-link {}

    .collection-image {}

    .training-link {}
}

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