@charset "utf-8";
@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0)
    }
    to {
        transform: translate3d(85px, 0, 0)
    }
}

body, html {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif !important;
    height: 100%;
    background-color: #fff
}

body, body .abstract-lines, html .abstract-lines {
    position: relative
}

body .abstract-lines::after, html .abstract-lines::after {
    content: "";
    display: block;
    width: 100%;
    height: 150px;
    position: absolute;
    z-index: 0;
    bottom: 0;
    background-image: url(../../images/hero/connector-lines-dots.svg);
    background-repeat: no-repeat;
    background-position: center -100px;
    background-size: auto;
    opacity: .9
}

body {
    min-height: 100%
}

body.toggle-overflow, body.toggle-overflow-desktop {
    overflow-y: hidden !important;
    padding-right: 17px !important
}

body.toggle-overflow-mobile {
    overflow-y: hidden !important
}

.app-body, .form-jumbo-header form header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.app-body {
    height: 100%;
    flex: 1;
    z-index: 1
}

.app-body .form-wrapper {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 #9be2bb;
    display: flex;
    flex-direction: column
}

.app-body .form-wrapper .form-jumbo-header {
    display: flex;
    flex: 1;
    align-items: flex-end
}

.app-body .form-wrapper .form-footer {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 20px;
    box-sizing: border-box
}

.app-body, .form-jumbo-header {
    position: relative
}

.form-jumbo-header form {
    width: 100%;
    padding: 20px 20px 0;
    box-sizing: border-box;
    position: relative;
    z-index: 1
}

.form-jumbo-header form header {
    flex-direction: column
}

.form-jumbo-header form header .logo {
    width: auto;
    height: auto
}

.form-jumbo-header form header .title {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-top: 5px
}

.form-jumbo-header form header .title label {
    margin-bottom: 0
}

.form-jumbo-header form section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px
}

.form-jumbo-header .sea-waves {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 0
}

.form-jumbo-header .sea-waves::after {
    content: "";
    background-color: #fff;
    width: 100%;
    display: flex;
    position: absolute;
    bottom: 0
}

.form-jumbo-header .sea-waves.bottom-20 .waves {
    bottom: 20px
}

.form-jumbo-header .sea-waves.bottom-20::after {
    height: 20px
}

.form-jumbo-header .sea-waves.bottom-25 .waves {
    bottom: 25px
}

.form-jumbo-header .sea-waves.bottom-25::after {
    height: 25px
}

.form-jumbo-header .sea-waves.bottom-30 .waves {
    bottom: 30px
}

.form-jumbo-header .sea-waves.bottom-30::after {
    height: 30px
}

.form-header .link-icon {
    position: absolute;
    z-index: 10;
    left: 0;
    transition: left .3s ease-in-out, top .3s ease-in-out
}

.form-footer .footer-item {
    display: flex;
    align-items: center;
    flex: 1
}

.form-footer a, .form-footer a:link {
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    transition: color .3s ease-in-out
}

.form-footer a:link:not(:last-of-type), .form-footer a:not(:last-of-type) {
    margin-right: 10px
}

.form-footer a:hover, .form-footer a:link:hover {
    color: #000;
    text-shadow: 0 3px 0 0 rgba(0, 0, 0, .3);
    text-decoration: underline
}

.form-footer a:active, .form-footer a:focus, .form-footer a:link:active, .form-footer a:link:focus {
    color: #000
}

.form-footer .copyright-wrapper {
    justify-content: left
}

.form-footer .copyright-wrapper h5 {
    color: #ff900b;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0
}

.form-footer .secondary-link-wrapper {
    justify-content: center
}

.form-footer .secondary-link-wrapper a, .form-footer .secondary-link-wrapper a:link {
    font-size: 14px
}

.form-footer .tertiary-link-wrapper {
    justify-content: flex-end
}

.form-footer .tertiary-link-wrapper nav {
    display: flex;
    flex-direction: row;
    height: 18px
}

.form-footer .tertiary-link-wrapper nav a, .form-footer .tertiary-link-wrapper nav a:link {
    font-size: 12px
}

.form-footer .tertiary-link-wrapper nav a::before, .form-footer .tertiary-link-wrapper nav a:link::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #ff900b;
    display: inline-flex;
    margin-right: 3px
}

.no-p-x-axis {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.no-p-y-axis {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.no-m-x-axis {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.no-m-y-axis {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.no-p-xy-axis {
    padding: 0 !important
}

.no-m-xy-axis {
    margin: 0 !important
}

.pt-5 {
    padding-top: 5px !important
}

.pt-10 {
    padding-top: 10px !important
}

.pt-15 {
    padding-top: 15px !important
}

.pt-20 {
    padding-top: 20px !important
}

.pt-25 {
    padding-top: 25px !important
}

.pt-30 {
    padding-top: 30px !important
}

.pt-35 {
    padding-top: 35px !important
}

.pt-40 {
    padding-top: 40px !important
}

.pt-45 {
    padding-top: 45px !important
}

.pt-50 {
    padding-top: 50px !important
}

.pt-55 {
    padding-top: 55px !important
}

.pt-60 {
    padding-top: 60px !important
}

.pt-65 {
    padding-top: 65px !important
}

.pt-70 {
    padding-top: 70px !important
}

.pt-75 {
    padding-top: 75px !important
}

.pt-80 {
    padding-top: 80px !important
}

.pt-85 {
    padding-top: 85px !important
}

.pt-90 {
    padding-top: 90px !important
}

.pt-95 {
    padding-top: 95px !important
}

.pt-100 {
    padding-top: 100px !important
}

.pr-5 {
    padding-right: 5px !important
}

.pr-10 {
    padding-right: 10px !important
}

.pr-15 {
    padding-right: 15px !important
}

.pr-20 {
    padding-right: 20px !important
}

.pr-25 {
    padding-right: 25px !important
}

.pr-30 {
    padding-right: 30px !important
}

.pr-35 {
    padding-right: 35px !important
}

.pr-40 {
    padding-right: 40px !important
}

.pr-45 {
    padding-right: 45px !important
}

.pr-50 {
    padding-right: 50px !important
}

.pr-55 {
    padding-right: 55px !important
}

.pr-60 {
    padding-right: 60px !important
}

.pr-65 {
    padding-right: 65px !important
}

.pr-70 {
    padding-right: 70px !important
}

.pr-75 {
    padding-right: 75px !important
}

.pr-80 {
    padding-right: 80px !important
}

.pr-85 {
    padding-right: 85px !important
}

.pr-90 {
    padding-right: 90px !important
}

.pr-95 {
    padding-right: 95px !important
}

.pr-100 {
    padding-right: 100px !important
}

.pb-5 {
    padding-bottom: 5px !important
}

.pb-10 {
    padding-bottom: 10px !important
}

.pb-15 {
    padding-bottom: 15px !important
}

.pb-20 {
    padding-bottom: 20px !important
}

.pb-25 {
    padding-bottom: 25px !important
}

.pb-30 {
    padding-bottom: 30px !important
}

.pb-35 {
    padding-bottom: 35px !important
}

.pb-40 {
    padding-bottom: 40px !important
}

.pb-45 {
    padding-bottom: 45px !important
}

.pb-50 {
    padding-bottom: 50px !important
}

.pb-55 {
    padding-bottom: 55px !important
}

.pb-60 {
    padding-bottom: 60px !important
}

.pb-65 {
    padding-bottom: 65px !important
}

.pb-70 {
    padding-bottom: 70px !important
}

.pb-75 {
    padding-bottom: 75px !important
}

.pb-80 {
    padding-bottom: 80px !important
}

.pb-85 {
    padding-bottom: 85px !important
}

.pb-90 {
    padding-bottom: 90px !important
}

.pb-95 {
    padding-bottom: 95px !important
}

.pb-100 {
    padding-bottom: 100px !important
}

.pl-5 {
    padding-left: 5px !important
}

.pl-10 {
    padding-left: 10px !important
}

.pl-15 {
    padding-left: 15px !important
}

.pl-20 {
    padding-left: 20px !important
}

.pl-25 {
    padding-left: 25px !important
}

.pl-30 {
    padding-left: 30px !important
}

.pl-35 {
    padding-left: 35px !important
}

.pl-40 {
    padding-left: 40px !important
}

.pl-45 {
    padding-left: 45px !important
}

.pl-50 {
    padding-left: 50px !important
}

.pl-55 {
    padding-left: 55px !important
}

.pl-60 {
    padding-left: 60px !important
}

.pl-65 {
    padding-left: 65px !important
}

.pl-70 {
    padding-left: 70px !important
}

.pl-75 {
    padding-left: 75px !important
}

.pl-80 {
    padding-left: 80px !important
}

.pl-85 {
    padding-left: 85px !important
}

.pl-90 {
    padding-left: 90px !important
}

.pl-95 {
    padding-left: 95px !important
}

.pl-100 {
    padding-left: 100px !important
}

.mt-5 {
    margin-top: 5px !important
}

.mt-10 {
    margin-top: 10px !important
}

.mt-15 {
    margin-top: 15px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mt-25 {
    margin-top: 25px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mt-35 {
    margin-top: 35px !important
}

.mt-40 {
    margin-top: 40px !important
}

.mt-45 {
    margin-top: 45px !important
}

.mt-50 {
    margin-top: 50px !important
}

.mt-55 {
    margin-top: 55px !important
}

.mt-60 {
    margin-top: 60px !important
}

.mt-65 {
    margin-top: 65px !important
}

.mt-70 {
    margin-top: 70px !important
}

.mt-75 {
    margin-top: 75px !important
}

.mt-80 {
    margin-top: 80px !important
}

.mt-85 {
    margin-top: 85px !important
}

.mt-90 {
    margin-top: 90px !important
}

.mt-95 {
    margin-top: 95px !important
}

.mt-100 {
    margin-top: 100px !important
}

.mr-5 {
    margin-right: 5px !important
}

.mr-10 {
    margin-right: 10px !important
}

.mr-15 {
    margin-right: 15px !important
}

.mr-20 {
    margin-right: 20px !important
}

.mr-25 {
    margin-right: 25px !important
}

.mr-30 {
    margin-right: 30px !important
}

.mr-35 {
    margin-right: 35px !important
}

.mr-40 {
    margin-right: 40px !important
}

.mr-45 {
    margin-right: 45px !important
}

.mr-50 {
    margin-right: 50px !important
}

.mr-55 {
    margin-right: 55px !important
}

.mr-60 {
    margin-right: 60px !important
}

.mr-65 {
    margin-right: 65px !important
}

.mr-70 {
    margin-right: 70px !important
}

.mr-75 {
    margin-right: 75px !important
}

.mr-80 {
    margin-right: 80px !important
}

.mr-85 {
    margin-right: 85px !important
}

.mr-90 {
    margin-right: 90px !important
}

.mr-95 {
    margin-right: 95px !important
}

.mr-100 {
    margin-right: 100px !important
}

.mb-5 {
    margin-bottom: 5px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-25 {
    margin-bottom: 25px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mb-35 {
    margin-bottom: 35px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.mb-45 {
    margin-bottom: 45px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.mb-55 {
    margin-bottom: 55px !important
}

.mb-60 {
    margin-bottom: 60px !important
}

.mb-65 {
    margin-bottom: 65px !important
}

.mb-70 {
    margin-bottom: 70px !important
}

.mb-75 {
    margin-bottom: 75px !important
}

.mb-80 {
    margin-bottom: 80px !important
}

.mb-85 {
    margin-bottom: 85px !important
}

.mb-90 {
    margin-bottom: 90px !important
}

.mb-95 {
    margin-bottom: 95px !important
}

.mb-100 {
    margin-bottom: 100px !important
}

.ml-5 {
    margin-left: 5px !important
}

.ml-10 {
    margin-left: 10px !important
}

.ml-15 {
    margin-left: 15px !important
}

.ml-20 {
    margin-left: 20px !important
}

.ml-25 {
    margin-left: 25px !important
}

.ml-30 {
    margin-left: 30px !important
}

.ml-35 {
    margin-left: 35px !important
}

.ml-40 {
    margin-left: 40px !important
}

.ml-45 {
    margin-left: 45px !important
}

.ml-50 {
    margin-left: 50px !important
}

.ml-55 {
    margin-left: 55px !important
}

.ml-60 {
    margin-left: 60px !important
}

.ml-65 {
    margin-left: 65px !important
}

.ml-70 {
    margin-left: 70px !important
}

.ml-75 {
    margin-left: 75px !important
}

.ml-80 {
    margin-left: 80px !important
}

.ml-85 {
    margin-left: 85px !important
}

.ml-90 {
    margin-left: 90px !important
}

.ml-95 {
    margin-left: 95px !important
}

.ml-100 {
    margin-left: 100px !important
}

.w-5 {
    width: 5%
}

.w-10 {
    width: 10%
}

.w-15 {
    width: 15%
}

.w-20 {
    width: 20%
}

.w-25 {
    width: 25%
}

.w-30 {
    width: 30%
}

.w-35 {
    width: 35%
}

.w-40 {
    width: 40%
}

.w-45 {
    width: 45%
}

.w-50 {
    width: 50%
}

.w-55 {
    width: 55%
}

.w-60 {
    width: 60%
}

.w-65 {
    width: 65%
}

.w-70 {
    width: 70%
}

.w-75 {
    width: 75%
}

.w-80 {
    width: 80%
}

.w-85 {
    width: 85%
}

.w-90 {
    width: 90%
}

.w-95 {
    width: 95%
}

.w-100 {
    width: 100%
}

.h-5 {
    height: 5%
}

.h-10 {
    height: 10%
}

.h-15 {
    height: 15%
}

.h-20 {
    height: 20%
}

.h-25 {
    height: 25%
}

.h-30 {
    height: 30%
}

.h-35 {
    height: 35%
}

.h-40 {
    height: 40%
}

.h-45 {
    height: 45%
}

.h-50 {
    height: 50%
}

.h-55 {
    height: 55%
}

.h-60 {
    height: 60%
}

.h-65 {
    height: 65%
}

.h-70 {
    height: 70%
}

.h-75 {
    height: 75%
}

.h-80 {
    height: 80%
}

.h-85 {
    height: 85%
}

.h-90 {
    height: 90%
}

.h-95 {
    height: 95%
}

.h-100 {
    height: 100%
}

.d-none, .sso-btn span.btn-spinner {
    display: none
}

.d-block, .sso-btn.loading-in-progress span.btn-spinner {
    display: block
}

.d-inline {
    display: inline
}

.d-inline-block {
    display: inline-block
}

.d-flex {
    display: flex
}

.pos-fixed {
    position: fixed !important
}

.pos-relative {
    position: relative !important
}

.pos-absolute {
    position: absolute !important
}

.font-8 {
    font-size: 8px !important
}

.font-9 {
    font-size: 9px !important
}

.font-10 {
    font-size: 10px !important
}

.font-11 {
    font-size: 11px !important
}

.font-12 {
    font-size: 12px !important
}

.font-13 {
    font-size: 13px !important
}

.font-14 {
    font-size: 14px !important
}

.font-15 {
    font-size: 15px !important
}

.font-16 {
    font-size: 16px !important
}

.font-17 {
    font-size: 17px !important
}

.font-18 {
    font-size: 18px !important
}

.font-19 {
    font-size: 19px !important
}

.font-20 {
    font-size: 20px !important
}

.vertical-divider-line {
    display: flex;
    width: 1px;
    height: 100%;
    background-color: #000;
    margin: 0 25px
}

.horizontal-divider-line {
    display: flex;
    width: calc(100% - 80px);
    height: 1px;
    background-color: rgba(0, 0, 0, .5);
    margin: 20px 40px
}

a:not(.nav-link) {
    font-size: 14px
}

a:not(.nav-link).underline-me {
    text-decoration: underline
}

a:not(.nav-link).underline-me:hover {
    text-decoration: none
}

.link-icon {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    height: 24px;
    align-items: center;
    position: relative
}

.link-icon label {
    color: currentColor;
    margin: 0;
    cursor: inherit
}

#message-wrapper label a:link:hover, .link-icon, .link-icon:hover {
    text-decoration: none
}

.link-icon:hover::before {
    transform: translateX(-9px)
}

.link-icon:hover::after {
    transform: scaleX(1) translateX(-3px);
    opacity: 1
}

.link-icon::before {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent;
    transition: transform .3s ease-in-out
}

.link-icon::after {
    content: "";
    width: 12px;
    height: 2px;
    border-radius: 2px;
    background-color: #000;
    display: flex;
    position: absolute;
    left: 5px;
    transform: scaleX(0);
    opacity: 0;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out
}

.link-icon.icon-go-back::before {
    background-image: url(../../images/app-icons/icon-arrow-left.svg)
}

.sso-btn {
    border-width: 0;
    align-items: center
}

.sso-btn.sso-btn-circle-primary {
    background-color: #ff900b;
    border-radius: 50%;
    transition: background-color .3s ease-in-out, box-shadow .3s ease-in-out
}

.sso-btn.sso-btn-38 {
    width: 38px;
    height: 38px
}

.sso-btn.sso-btn-42 {
    width: 42px;
    height: 42px
}

.sso-btn.sso-btn-46 {
    width: 46px;
    height: 46px
}

.sso-btn.sso-btn-50 {
    width: 50px;
    height: 50px
}

.sso-btn.btn-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.sso-btn.btn-icon::before {
    content: "";
    display: inline-flex;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform .3s ease-in-out
}

.sso-btn.btn-icon.btn-icon-24::before {
    width: 24px;
    height: 24px
}

.sso-btn.btn-icon.btn-icon-28::before {
    width: 28px;
    height: 28px
}

.sso-btn.btn-icon.btn-icon-32::before {
    width: 32px;
    height: 32px
}

.sso-btn.btn-icon.btn-icon-36::before {
    width: 36px;
    height: 36px
}

.sso-btn.btn-icon.icon-forward::before {
    background-image: url(../../images/app-icons/icon-arrow-forward-normal.svg)
}

.sso-btn.btn-icon:not(:disabled):hover.icon-forward::before {
    transform: translateX(5px)
}

.sso-btn.btn-icon.translateX0::before {
    transform: translateX(0) !important
}

.sso-btn .btn-spinner {
    position: absolute
}

.sso-btn.loading-in-progress::before {
    display: none
}

.sso-btn.sso-btn-capsule-primary {
    background-color: #ff900b;
    border-radius: calc(40px / 2);
    transition: background-color .3s ease-in-out, box-shadow .3s ease-in-out;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px
}

.sso-btn.not-clickable {
    cursor: default !important
}

.sso-btn label.display-text {
    margin-bottom: 0;
    cursor: inherit
}

.sso-btn:disabled {
    background-color: #ffd6a4;
    box-shadow: 0 2px 2px 0 #ff900b;
    display: none
}

.sso-btn:not(:disabled):not(.not-clickable):focus, .sso-btn:not(:disabled):not(.not-clickable):hover {
    background-color: #f18300;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .5) !important
}

.sso-btn.not-clickable:not(:disabled):focus, .sso-btn:not(:disabled):active {
    background-color: #f18300 !important;
    box-shadow: none !important;
    outline: 0 !important;
    border-width: 0 !important;
    border-color: #ff900b !important
}

.sso-btn.go {
    opacity: 1;
    display: flex !important
}

.opacity-0 {
    opacity: 0
}

#description-wrapper img.go, .opacity-1 {
    opacity: 1
}

.spacer-wrapper.mh-20 {
    min-height: 20px
}

.spacer-wrapper.mh-25 {
    min-height: 25px
}

.spacer-wrapper.mh-30 {
    min-height: 30px
}

.spacer-wrapper.mh-35 {
    min-height: 35px
}

.spacer-wrapper.mh-40 {
    min-height: 40px
}

.spacer-wrapper.mh-45 {
    min-height: 45px
}

.spacer-wrapper.mh-50 {
    min-height: 50px
}

.spacer-wrapper.mh-55 {
    min-height: 55px
}

.spacer-wrapper.mh-60 {
    min-height: 60px
}

.spacer-wrapper.mh-65 {
    min-height: 65px
}

.spacer-wrapper.mh-70 {
    min-height: 70px
}

.spacer-wrapper.mh-75 {
    min-height: 75px
}

.spacer-wrapper.mh-80 {
    min-height: 80px
}

.spacer-wrapper.mh-85 {
    min-height: 85px
}

.spacer-wrapper.mh-90 {
    min-height: 90px
}

.spacer-wrapper.mh-95 {
    min-height: 95px
}

.spacer-wrapper.mh-100 {
    min-height: 100px
}

.spacer-wrapper.mh-120 {
    min-height: 120px
}

.spacer-wrapper.mh-150 {
    min-height: 150px
}

.mh-200, .spacer-wrapper.mh-200 {
    min-height: 200px
}

.mh-225 {
    min-height: 225px
}

.mh-250 {
    min-height: 250px
}

.mh-275 {
    min-height: 275px
}

.mh-300 {
    min-height: 300px
}

.mh-325 {
    min-height: 325px
}

.mh-350 {
    min-height: 350px
}

.mh-375 {
    min-height: 375px
}

.mh-400 {
    min-height: 400px
}

.mh-425 {
    min-height: 425px
}

.mh-450 {
    min-height: 450px
}

.mh-475 {
    min-height: 475px
}

.mh-500 {
    min-height: 500px
}

.title-primary, .title-secondary, .title-tertiary {
    margin-top: 5px;
    margin-bottom: 0
}

.title-primary {
    font-size: 24px;
    font-weight: 600;
    color: #000
}

.title-secondary {
    font-weight: 400;
    font-size: 16px;
    color: #656565
}

.title-tertiary {
    font-weight: 300;
    font-size: 14px;
    color: #9f9f9f
}

#page-action-mask {
    background-color: #000;
    opacity: .2;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none
}

::-webkit-input-placeholder {
    color: #adadad !important;
    font-weight: 400 !important;
    transition: opacity 250ms ease-in-out
}

:focus::-webkit-input-placeholder {
    opacity: .5
}

:-ms-input-placeholder {
    color: #adadad !important;
    font-weight: 400 !important;
    transition: opacity 250ms ease-in-out
}

:focus:-ms-input-placeholder {
    opacity: .5
}

:-moz-placeholder, ::-moz-placeholder {
    color: #adadad !important;
    opacity: 1;
    transition: opacity 250ms ease-in-out
}

:focus:-moz-placeholder, :focus::-moz-placeholder {
    opacity: .5
}

html::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .2);
    border-radius: 8px;
    background-color: #88febf
}

html::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #88febf
}

html::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .2);
    background-color: rgba(1, 134, 63, .7)
}

.waves {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px
}

.parallax use {
    animation: move-forever 5000s cubic-bezier(.55, .5, .45, .5) infinite
}

.parallax use:nth-child(1) {
    animation-delay: -10s;
    animation-duration: 7s
}

.parallax use:nth-child(2) {
    animation-delay: -13s;
    animation-duration: 10s
}

.parallax use:nth-child(3) {
    animation-delay: -16s;
    animation-duration: 13s
}

.parallax use:nth-child(4) {
    animation-delay: -19s;
    animation-duration: 20s
}

.form-group {
    margin-bottom: 5px;
    min-height: 65px;
    width: 100%
}

.form-group .form-control {
    border-color: #01863f;
    border-radius: 20px;
    box-sizing: border-box;
    color: #000;
    font-weight: 500;
    height: 40px;
    text-align: center;
    transition: color .2s ease-in, background-color .3s ease-in, box-shadow .4s ease-in
}

.form-group .form-control:active, .form-group .form-control:focus {
    box-shadow: 0 0 6px -1px rgba(1, 134, 63, .5)
}

.form-group .form-control.error {
    border-color: #e67676;
    box-shadow: 0 0 6px 0 #e67676;
    color: #e82b2b;
    background-color: #fff9f9
}

.form-group .form-control + .error {
    display: none !important
}

#description-wrapper, #message-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    width: 100%
}

#description-wrapper img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    opacity: 0
}

#description-wrapper h1, #description-wrapper h2, #description-wrapper h3, #description-wrapper h4, #description-wrapper h5, #description-wrapper h6 {
    text-align: center
}

#message-wrapper {
    min-height: 25px;
    margin-bottom: 5px
}

#message-wrapper label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center
}

#message-wrapper label.form-error {
    color: #e82b2b
}

#message-wrapper label.form-info {
    color: #656565;
    font-weight: 200
}

#message-wrapper label.form-success {
    color: #01863f
}

#message-wrapper label a:link {
    text-decoration: underline
}

.hint-wrapper, .mobile-hint-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 140px
}

.mobile-hint-wrapper {
    width: 100%
}

.hint-wrapper .title, .mobile-hint-wrapper .title {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: left
}

.mobile-hint-wrapper .title {
    color: #000;
    margin-bottom: 5px;
    text-align: left !important
}

.hint-wrapper ul, .mobile-hint-wrapper ul {
    margin: 0;
    padding: 0;
    text-align: left
}

.hint-wrapper ul li, .mobile-hint-wrapper ul li {
    font-size: 12px;
    font-weight: 300;
    margin: 3px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left
}

.mobile-hint-wrapper ul li {
    color: #000;
    margin: 0
}

.hint-wrapper ul li::before, .mobile-hint-wrapper ul li::before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px
}

.mobile-hint-wrapper ul li::before {
    background-color: #000
}

.hint-wrapper ul li strong {
    margin-left: 10px;
    color: #5ad05a
}

.mobile-hint-wrapper ul li strong {
    color: #000;
    font-weight: 500;
    margin-left: 3px
}

.switch {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 34px;
    margin-bottom: 0;
    cursor: pointer
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.switch input:checked + .slider {
    background-color: #7fc29e;
    box-shadow: 0 0 2px 1px #01863f
}

.switch input:checked + .slider::before {
    -webkit-transform: translateX(17px);
    -ms-transform: translateX(17px);
    transform: translateX(17px);
    background-color: #01863f
}

.switch input:checked + .slider + i {
    color: #000
}

.switch i {
    color: #707070;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin-left: 10px
}

.slider, .slider::before {
    left: 0;
    -webkit-transition: .4s;
    transition: .4s
}

.slider {
    position: relative;
    cursor: pointer;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #b7b7b7;
    width: 40px;
    height: 15px
}

.slider.round {
    border-radius: 34px
}

.slider.round::before {
    border-radius: 50%
}

.slider::before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    bottom: -4px;
    background-color: #707070;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .5)
}