.loader-container {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1000; }
  .loader-container .loader {
    height: 70px;
    width: 70px; }

.main-container .login-header-logo {
  max-height: 24px; }

.main-container .main-header {
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.07);
  z-index: 2; }

.header-container {
  border-radius: 0;
  min-height: 50px;
  position: sticky;
  top: 0;
  z-index: 2; }
  .header-container .back-button {
    border: 0;
    outline: none; }
    .header-container .back-button .back-button-img {
      height: 16px;
      width: 16px; }
  .header-container .share-icons {
    margin-left: auto; }

/*  */
.cl-white {
  color: #fff; }

.bg-white {
  background: #fff; }

.cl-primary {
  color: #00afcb; }

.bg-primary {
  background: #00afcb; }

.cl-grey {
  color: #9593a4; }

.bg-grey {
  background: #9593a4; }

.cl-error {
  color: #e96062; }

.bg-error {
  background: #e96062; }

.cl-dark {
  color: #211b3e; }

.bg-dark {
  background: #211b3e; }

.cl-pale-grey-three {
  color: #e8e8eb; }

.bg-pale-grey-three {
  background: #e8e8eb; }

.cl-blue-grey {
  color: #8d8b97; }

.bg-blue-grey {
  background: #8d8b97; }

.cl-green {
  color: #02a758; }

.bg-green {
  background: #02a758; }

.cl-black-two {
  color: #1d1d1b; }

.bg-black-two {
  background: #1d1d1b; }

.cl-dusk {
  color: #585371; }

.bg-dusk {
  background: #585371; }

.cl-yellow-orange {
  color: #f7b500; }

.bg-yellow-orange {
  background: #f7b500; }

.theme-btn {
  background: #00afcb;
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-family: 'Regular';
  font-size: 0.875rem;
  font-weight: bold;
  outline: none;
  padding: 12px 24px 10px;
  text-transform: capitalize; }

.theme-btn[variant='gray'] {
  background: #9593a4;
  border-color: #9593a4;
  color: var(--blue-grey); }

.theme-btn[variant='outline'] {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #00afcb;
  color: #00afcb; }

.theme-btn[variant='white'] {
  background: #fff;
  border-color: #fff;
  color: #00afcb; }

.theme-btn[variant='transparent'] {
  color: inherit;
  background: inherit;
  border: none;
  outline: none;
  padding: 0; }

.theme-btn[disabled] {
  cursor: not-allowed;
  opacity: 0.5; }

.theme-btn.sm {
  font-size: 0.625rem; }

.theme-btn.lg {
  font-size: 0.875rem; }

.theme-btn.rounded {
  border-radius: 4px;
  width: 100%; }

.theme-btn {
  display: flex;
  flex-direction: row;
  justify-content: center; }

.btn-text-parent {
  display: flex;
  flex-direction: column; }
  .btn-text-parent .btn-heading-text {
    font-family: 'Heavy';
    font-size: 0.875rem;
    font-weight: 900;
    text-align: center; }
  .btn-text-parent .btn-subtext {
    font-family: 'Regular';
    font-size: 0.688rem;
    letter-spacing: 0.04px;
    margin-top: 2px;
    text-align: center; }

.logout-container .logout-button {
  border-width: 1px;
  font-family: normal;
  padding: 4px 16px;
  padding: 5px 10px; }

.logout-container .logout-btn::before {
  background: url(f7ff63bf16ba1bcee690a9017a5f81d8.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 15px;
  margin-right: 0.5rem;
  width: 15px; }


/*  */
.cl-white {
  color: #fff; }

.bg-white {
  background: #fff; }

.cl-primary {
  color: #00afcb; }

.bg-primary {
  background: #00afcb; }

.cl-grey {
  color: #9593a4; }

.bg-grey {
  background: #9593a4; }

.cl-error {
  color: #e96062; }

.bg-error {
  background: #e96062; }

.cl-dark {
  color: #211b3e; }

.bg-dark {
  background: #211b3e; }

.cl-pale-grey-three {
  color: #e8e8eb; }

.bg-pale-grey-three {
  background: #e8e8eb; }

.cl-blue-grey {
  color: #8d8b97; }

.bg-blue-grey {
  background: #8d8b97; }

.cl-green {
  color: #02a758; }

.bg-green {
  background: #02a758; }

.cl-black-two {
  color: #1d1d1b; }

.bg-black-two {
  background: #1d1d1b; }

.cl-dusk {
  color: #585371; }

.bg-dusk {
  background: #585371; }

.cl-yellow-orange {
  color: #f7b500; }

.bg-yellow-orange {
  background: #f7b500; }

.card-wrap {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.06);
  padding: 16px; }

.material {
  border: 1px solid #c0becd;
  border-radius: 4px;
  box-shadow: none;
  height: 48px;
  overflow: visible;
  padding: 1px;
  position: relative;
  width: 100%; }
  .material .down-arrow-img {
    height: 24px;
    margin-right: 12px; }
  .material .plan-selection {
    color: #3b2a98;
    font-family: Heavy;
    font-size: 12px;
    margin-right: 10px;
    white-space: nowrap;
    width: 30%; }
  .material input {
    border: 0;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: text;
    font-family: Heavy;
    font-size: 1rem;
    font-weight: 900;
    height: 44px;
    line-height: 1.71;
    outline: none;
    padding: 12px 10px;
    width: 100%; }
  .material input:focus ~ hr {
    transform: scaleX(1);
    visibility: visible; }
  .material input::placeholder {
    color: #8d8b97;
    font-family: Regular;
    font-size: 0.83rem;
    line-height: 1.71; }
  .material label {
    align-items: center;
    background-color: #fff;
    color: #8d8b97;
    display: flex;
    font-size: 1rem;
    height: 22px;
    justify-content: center;
    left: 7px;
    padding: 0 10px;
    pointer-events: none;
    position: absolute;
    transform-origin: 0 -220%;
    transition: transform 300ms ease;
    white-space: nowrap;
    white-space: nowrap; }
  .material .active {
    transform: scale(0.6); }
  .material input:focus ~ label,
  .material input:valid ~ label,
  .material input[readonly] ~ label {
    transform: scale(0.6); }
  .material .react-calendar {
    border: none; }

.modal,
.modal-mask {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100; }

.modal {
  position: fixed; }

.plan-loader {
  position: relative;
  margin: 0;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center; }

.h-15 {
  height: 15%; }

.p-16 {
  padding: 16px; }

/* -- mask -- */
.modal-mask {
  position: absolute;
  background: rgba(0, 0, 0, 0.3); }

/* -- dialog -- */
.modal-dialog {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 101;
  min-height: 100px;
  max-height: 80vh;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  padding: 25px 15px 15px 15px;
  overflow: auto; }
  .modal-dialog .modal-heading {
    color: #211b3e;
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 23px;
    margin-bottom: 6px; }
  .modal-dialog .modal-content {
    color: #211b3e;
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 20px;
    margin-top: 0; }

.modal-dialog:focus {
  outline: none; }

/* -- close button -- */
.default-modal-close {
  content: url(6049f35fba5184985dd830b70e8310ff.svg);
  right: 17px;
  position: absolute;
  cursor: pointer;
  top: 25px;
  width: 16px;
  color: #3b2a98;
  font-weight: 500;
  font-size: 1.5rem; }

.rodal-close {
  position: absolute;
  cursor: pointer;
  top: 16px;
  right: 16px;
  width: 16px;
  height: 16px; }

.rodal-close:after,
.rodal-close:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #999;
  border-radius: 100%;
  -webkit-transition: background 0.2s;
  transition: background 0.2s; }

.rodal-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.rodal-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* -- fade -- */
@-webkit-keyframes modal-fade-enter {
  from {
    opacity: 0; } }

@keyframes modal-fade-enter {
  from {
    opacity: 0; } }

.modal-fade-enter {
  -webkit-animation: modal-fade-enter both ease-in;
  animation: modal-fade-enter both ease-in; }

@-webkit-keyframes modal-fade-leave {
  to {
    opacity: 0; } }

@keyframes modal-fade-leave {
  to {
    opacity: 0; } }

.modal-fade-leave {
  -webkit-animation: modal-fade-leave both ease-out;
  animation: modal-fade-leave both ease-out; }

/* -- zoom -- */
@-webkit-keyframes modal-zoom-enter {
  from {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes modal-zoom-enter {
  from {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.modal-zoom-enter {
  -webkit-animation: modal-zoom-enter both cubic-bezier(0.4, 0, 0, 1.5);
  animation: modal-zoom-enter both cubic-bezier(0.4, 0, 0, 1.5); }

@-webkit-keyframes modal-zoom-leave {
  to {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes modal-zoom-leave {
  to {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.modal-zoom-leave {
  -webkit-animation: modal-zoom-leave both;
  animation: modal-zoom-leave both; }

/* -- slideDown -- */
@-webkit-keyframes modal-slideDown-enter {
  from {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0); } }

@keyframes modal-slideDown-enter {
  from {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0); } }

.modal-slideDown-enter {
  -webkit-animation: modal-slideDown-enter both cubic-bezier(0.4, 0, 0, 1.5);
  animation: modal-slideDown-enter both cubic-bezier(0.4, 0, 0, 1.5); }

@-webkit-keyframes modal-slideDown-leave {
  to {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0); } }

@keyframes modal-slideDown-leave {
  to {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0); } }

.modal-slideDown-leave {
  -webkit-animation: modal-slideDown-leave both;
  animation: modal-slideDown-leave both; }

/* -- slideLeft -- */
@-webkit-keyframes modal-slideLeft-enter {
  from {
    -webkit-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0); } }

@keyframes modal-slideLeft-enter {
  from {
    -webkit-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0); } }

.modal-slideLeft-enter {
  -webkit-animation: modal-slideLeft-enter both cubic-bezier(0.4, 0, 0, 1.5);
  animation: modal-slideLeft-enter both cubic-bezier(0.4, 0, 0, 1.5); }

@-webkit-keyframes modal-slideLeft-leave {
  to {
    -webkit-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0); } }

@keyframes modal-slideLeft-leave {
  to {
    -webkit-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0); } }

.modal-slideLeft-leave {
  -webkit-animation: modal-slideLeft-leave both;
  animation: modal-slideLeft-leave both; }

/* -- slideRight -- */
@-webkit-keyframes modal-slideRight-enter {
  from {
    -webkit-transform: translate3d(150px, 0, 0);
    transform: translate3d(150px, 0, 0); } }

@keyframes modal-slideRight-enter {
  from {
    -webkit-transform: translate3d(150px, 0, 0);
    transform: translate3d(150px, 0, 0); } }

.modal-slideRight-enter {
  -webkit-animation: modal-slideRight-enter both cubic-bezier(0.4, 0, 0, 1.5);
  animation: modal-slideRight-enter both cubic-bezier(0.4, 0, 0, 1.5); }

@-webkit-keyframes modal-slideRight-leave {
  to {
    -webkit-transform: translate3d(150px, 0, 0);
    transform: translate3d(150px, 0, 0); } }

@keyframes modal-slideRight-leave {
  to {
    -webkit-transform: translate3d(150px, 0, 0);
    transform: translate3d(150px, 0, 0); } }

.modal-slideRight-leave {
  -webkit-animation: modal-slideRight-leave both;
  animation: modal-slideRight-leave both; }

/* -- slideUp -- */
@-webkit-keyframes modal-slideUp-enter {
  from {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0); } }

@keyframes modal-slideUp-enter {
  from {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0); } }

.modal-slideUp-enter {
  -webkit-animation: modal-slideUp-enter both ease-out;
  animation: modal-slideUp-enter both ease-out; }

@-webkit-keyframes modal-slideUp-leave {
  to {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0); } }

@keyframes modal-slideUp-leave {
  to {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0); } }

.modal-slideUp-leave {
  -webkit-animation: modal-slideUp-leave both;
  animation: modal-slideUp-leave both; }

/* -- flip -- */
@-webkit-keyframes modal-flip-enter {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 60deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 60deg); }
  70% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -15deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -15deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes modal-flip-enter {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 60deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 60deg); }
  70% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -15deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -15deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.modal-flip-enter {
  -webkit-animation: modal-flip-enter both ease-in;
  animation: modal-flip-enter both ease-in;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes modal-flip-leave {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -15deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -15deg); }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 45deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 45deg); } }

@keyframes modal-flip-leave {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -15deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -15deg); }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 45deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 45deg); } }

.modal-flip-leave {
  -webkit-animation: modal-flip-leave both;
  animation: modal-flip-leave both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

/* -- rotate -- */
@-webkit-keyframes modal-rotate-enter {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -180deg) scale3d(0.3, 0.3, 0.3);
    transform: rotate3d(0, 0, 1, -180deg) scale3d(0.3, 0.3, 0.3); } }

@keyframes modal-rotate-enter {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -180deg) scale3d(0.3, 0.3, 0.3);
    transform: rotate3d(0, 0, 1, -180deg) scale3d(0.3, 0.3, 0.3); } }

.modal-rotate-enter {
  -webkit-animation: modal-rotate-enter both;
  animation: modal-rotate-enter both;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes modal-rotate-leave {
  to {
    -webkit-transform: rotate3d(0, 0, 1, 180deg) scale3d(0.3, 0.3, 0.3);
    transform: rotate3d(0, 0, 1, 180deg) scale3d(0.3, 0.3, 0.3); } }

@keyframes modal-rotate-leave {
  to {
    -webkit-transform: rotate3d(0, 0, 1, 180deg) scale3d(0.3, 0.3, 0.3);
    transform: rotate3d(0, 0, 1, 180deg) scale3d(0.3, 0.3, 0.3); } }

.modal-rotate-leave {
  -webkit-animation: modal-rotate-leave both;
  animation: modal-rotate-leave both;
  -webkit-transform-origin: center;
  transform-origin: center; }

/* -- door -- */
@-webkit-keyframes modal-door-enter {
  from {
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1); } }

@keyframes modal-door-enter {
  from {
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1); } }

.modal-door-enter {
  -webkit-animation: modal-door-enter both cubic-bezier(0.4, 0, 0, 1.5);
  animation: modal-door-enter both cubic-bezier(0.4, 0, 0, 1.5); }

@-webkit-keyframes modal-door-leave {
  60% {
    -webkit-transform: scale3d(0.01, 1, 1);
    transform: scale3d(0.01, 1, 1); }
  to {
    -webkit-transform: scale3d(0, 1, 0.1);
    transform: scale3d(0, 1, 0.1); } }

@keyframes modal-door-leave {
  60% {
    -webkit-transform: scale3d(0.01, 1, 1);
    transform: scale3d(0.01, 1, 1); }
  to {
    -webkit-transform: scale3d(0, 1, 0.1);
    transform: scale3d(0, 1, 0.1); } }

.modal-door-leave {
  -webkit-animation: modal-door-leave both;
  animation: modal-door-leave both; }

/*  */
.cl-white {
  color: #fff; }

.bg-white {
  background: #fff; }

.cl-primary {
  color: #00afcb; }

.bg-primary {
  background: #00afcb; }

.cl-grey {
  color: #9593a4; }

.bg-grey {
  background: #9593a4; }

.cl-error {
  color: #e96062; }

.bg-error {
  background: #e96062; }

.cl-dark {
  color: #211b3e; }

.bg-dark {
  background: #211b3e; }

.cl-pale-grey-three {
  color: #e8e8eb; }

.bg-pale-grey-three {
  background: #e8e8eb; }

.cl-blue-grey {
  color: #8d8b97; }

.bg-blue-grey {
  background: #8d8b97; }

.cl-green {
  color: #02a758; }

.bg-green {
  background: #02a758; }

.cl-black-two {
  color: #1d1d1b; }

.bg-black-two {
  background: #1d1d1b; }

.cl-dusk {
  color: #585371; }

.bg-dusk {
  background: #585371; }

.cl-yellow-orange {
  color: #f7b500; }

.bg-yellow-orange {
  background: #f7b500; }

.form-error {
  color: #e96062;
  font-size: 0.7rem;
  margin-top: 2px;
  text-align: left; }


.login-container .login-header-logo {
  max-height: 24px; }

.login-container .login-banner {
  max-height: 200px;
  min-height: 150px; }

/*  */
.cl-white {
  color: #fff; }

.bg-white {
  background: #fff; }

.cl-primary {
  color: #00afcb; }

.bg-primary {
  background: #00afcb; }

.cl-grey {
  color: #9593a4; }

.bg-grey {
  background: #9593a4; }

.cl-error {
  color: #e96062; }

.bg-error {
  background: #e96062; }

.cl-dark {
  color: #211b3e; }

.bg-dark {
  background: #211b3e; }

.cl-pale-grey-three {
  color: #e8e8eb; }

.bg-pale-grey-three {
  background: #e8e8eb; }

.cl-blue-grey {
  color: #8d8b97; }

.bg-blue-grey {
  background: #8d8b97; }

.cl-green {
  color: #02a758; }

.bg-green {
  background: #02a758; }

.cl-black-two {
  color: #1d1d1b; }

.bg-black-two {
  background: #1d1d1b; }

.cl-dusk {
  color: #585371; }

.bg-dusk {
  background: #585371; }

.cl-yellow-orange {
  color: #f7b500; }

.bg-yellow-orange {
  background: #f7b500; }

.m0 {
  margin: 0rem; }

.mt0 {
  margin-top: 0rem; }

.mr0 {
  margin-right: 0rem; }

.mb0 {
  margin-bottom: 0rem; }

.ml0 {
  margin-left: 0rem; }

.mx0 {
  margin-left: 0rem;
  margin-right: 0rem; }

.my0 {
  margin-bottom: 0rem;
  margin-top: 0rem; }

.m1 {
  margin: 0.5rem; }

.mt1 {
  margin-top: 0.5rem; }

.mr1 {
  margin-right: 0.5rem; }

.mb1 {
  margin-bottom: 0.5rem; }

.ml1 {
  margin-left: 0.5rem; }

.mx1 {
  margin-left: 0.5rem;
  margin-right: 0.5rem; }

.my1 {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem; }

.m2 {
  margin: 1rem; }

.mt2 {
  margin-top: 1rem; }

.mr2 {
  margin-right: 1rem; }

.mb2 {
  margin-bottom: 1rem; }

.ml2 {
  margin-left: 1rem; }

.mx2 {
  margin-left: 1rem;
  margin-right: 1rem; }

.my2 {
  margin-bottom: 1rem;
  margin-top: 1rem; }

.m3 {
  margin: 1.5rem; }

.mt3 {
  margin-top: 1.5rem; }

.mr3 {
  margin-right: 1.5rem; }

.mb3 {
  margin-bottom: 1.5rem; }

.ml3 {
  margin-left: 1.5rem; }

.mx3 {
  margin-left: 1.5rem;
  margin-right: 1.5rem; }

.my3 {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }

.m4 {
  margin: 2rem; }

.mt4 {
  margin-top: 2rem; }

.mr4 {
  margin-right: 2rem; }

.mb4 {
  margin-bottom: 2rem; }

.ml4 {
  margin-left: 2rem; }

.mx4 {
  margin-left: 2rem;
  margin-right: 2rem; }

.my4 {
  margin-bottom: 2rem;
  margin-top: 2rem; }

.m5 {
  margin: 2.5rem; }

.mt5 {
  margin-top: 2.5rem; }

.mr5 {
  margin-right: 2.5rem; }

.mb5 {
  margin-bottom: 2.5rem; }

.ml5 {
  margin-left: 2.5rem; }

.mx5 {
  margin-left: 2.5rem;
  margin-right: 2.5rem; }

.my5 {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem; }

.m6 {
  margin: 3rem; }

.mt6 {
  margin-top: 3rem; }

.mr6 {
  margin-right: 3rem; }

.mb6 {
  margin-bottom: 3rem; }

.ml6 {
  margin-left: 3rem; }

.mx6 {
  margin-left: 3rem;
  margin-right: 3rem; }

.my6 {
  margin-bottom: 3rem;
  margin-top: 3rem; }

.m7 {
  margin: 3.5rem; }

.mt7 {
  margin-top: 3.5rem; }

.mr7 {
  margin-right: 3.5rem; }

.mb7 {
  margin-bottom: 3.5rem; }

.ml7 {
  margin-left: 3.5rem; }

.mx7 {
  margin-left: 3.5rem;
  margin-right: 3.5rem; }

.my7 {
  margin-bottom: 3.5rem;
  margin-top: 3.5rem; }

.m8 {
  margin: 4rem; }

.mt8 {
  margin-top: 4rem; }

.mr8 {
  margin-right: 4rem; }

.mb8 {
  margin-bottom: 4rem; }

.ml8 {
  margin-left: 4rem; }

.mx8 {
  margin-left: 4rem;
  margin-right: 4rem; }

.my8 {
  margin-bottom: 4rem;
  margin-top: 4rem; }

.m9 {
  margin: 4.5rem; }

.mt9 {
  margin-top: 4.5rem; }

.mr9 {
  margin-right: 4.5rem; }

.mb9 {
  margin-bottom: 4.5rem; }

.ml9 {
  margin-left: 4.5rem; }

.mx9 {
  margin-left: 4.5rem;
  margin-right: 4.5rem; }

.my9 {
  margin-bottom: 4.5rem;
  margin-top: 4.5rem; }

.m10 {
  margin: 5rem; }

.mt10 {
  margin-top: 5rem; }

.mr10 {
  margin-right: 5rem; }

.mb10 {
  margin-bottom: 5rem; }

.ml10 {
  margin-left: 5rem; }

.mx10 {
  margin-left: 5rem;
  margin-right: 5rem; }

.my10 {
  margin-bottom: 5rem;
  margin-top: 5rem; }

.m11 {
  margin: 5.5rem; }

.mt11 {
  margin-top: 5.5rem; }

.mr11 {
  margin-right: 5.5rem; }

.mb11 {
  margin-bottom: 5.5rem; }

.ml11 {
  margin-left: 5.5rem; }

.mx11 {
  margin-left: 5.5rem;
  margin-right: 5.5rem; }

.my11 {
  margin-bottom: 5.5rem;
  margin-top: 5.5rem; }

.m12 {
  margin: 6rem; }

.mt12 {
  margin-top: 6rem; }

.mr12 {
  margin-right: 6rem; }

.mb12 {
  margin-bottom: 6rem; }

.ml12 {
  margin-left: 6rem; }

.mx12 {
  margin-left: 6rem;
  margin-right: 6rem; }

.my12 {
  margin-bottom: 6rem;
  margin-top: 6rem; }

.m13 {
  margin: 6.5rem; }

.mt13 {
  margin-top: 6.5rem; }

.mr13 {
  margin-right: 6.5rem; }

.mb13 {
  margin-bottom: 6.5rem; }

.ml13 {
  margin-left: 6.5rem; }

.mx13 {
  margin-left: 6.5rem;
  margin-right: 6.5rem; }

.my13 {
  margin-bottom: 6.5rem;
  margin-top: 6.5rem; }

.m14 {
  margin: 7rem; }

.mt14 {
  margin-top: 7rem; }

.mr14 {
  margin-right: 7rem; }

.mb14 {
  margin-bottom: 7rem; }

.ml14 {
  margin-left: 7rem; }

.mx14 {
  margin-left: 7rem;
  margin-right: 7rem; }

.my14 {
  margin-bottom: 7rem;
  margin-top: 7rem; }

.m15 {
  margin: 7.5rem; }

.mt15 {
  margin-top: 7.5rem; }

.mr15 {
  margin-right: 7.5rem; }

.mb15 {
  margin-bottom: 7.5rem; }

.ml15 {
  margin-left: 7.5rem; }

.mx15 {
  margin-left: 7.5rem;
  margin-right: 7.5rem; }

.my15 {
  margin-bottom: 7.5rem;
  margin-top: 7.5rem; }

.m16 {
  margin: 8rem; }

.mt16 {
  margin-top: 8rem; }

.mr16 {
  margin-right: 8rem; }

.mb16 {
  margin-bottom: 8rem; }

.ml16 {
  margin-left: 8rem; }

.mx16 {
  margin-left: 8rem;
  margin-right: 8rem; }

.my16 {
  margin-bottom: 8rem;
  margin-top: 8rem; }

.p0 {
  padding: 0rem; }

.pt0 {
  padding-top: 0rem; }

.pr0 {
  padding-right: 0rem; }

.pb0 {
  padding-bottom: 0rem; }

.pl0 {
  padding-left: 0rem; }

.px0 {
  padding-left: 0rem;
  padding-right: 0rem; }

.py0 {
  padding-bottom: 0rem;
  padding-top: 0rem; }

.p1 {
  padding: 0.5rem; }

.pt1 {
  padding-top: 0.5rem; }

.pr1 {
  padding-right: 0.5rem; }

.pb1 {
  padding-bottom: 0.5rem; }

.pl1 {
  padding-left: 0.5rem; }

.px1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.py1 {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem; }

.p2 {
  padding: 1rem; }

.pt2 {
  padding-top: 1rem; }

.pr2 {
  padding-right: 1rem; }

.pb2 {
  padding-bottom: 1rem; }

.pl2 {
  padding-left: 1rem; }

.px2 {
  padding-left: 1rem;
  padding-right: 1rem; }

.py2 {
  padding-bottom: 1rem;
  padding-top: 1rem; }

.p3 {
  padding: 1.5rem; }

.pt3 {
  padding-top: 1.5rem; }

.pr3 {
  padding-right: 1.5rem; }

.pb3 {
  padding-bottom: 1.5rem; }

.pl3 {
  padding-left: 1.5rem; }

.px3 {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.py3 {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem; }

.p4 {
  padding: 2rem; }

.pt4 {
  padding-top: 2rem; }

.pr4 {
  padding-right: 2rem; }

.pb4 {
  padding-bottom: 2rem; }

.pl4 {
  padding-left: 2rem; }

.px4 {
  padding-left: 2rem;
  padding-right: 2rem; }

.py4 {
  padding-bottom: 2rem;
  padding-top: 2rem; }

.p5 {
  padding: 2.5rem; }

.pt5 {
  padding-top: 2.5rem; }

.pr5 {
  padding-right: 2.5rem; }

.pb5 {
  padding-bottom: 2.5rem; }

.pl5 {
  padding-left: 2.5rem; }

.px5 {
  padding-left: 2.5rem;
  padding-right: 2.5rem; }

.py5 {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem; }

.p6 {
  padding: 3rem; }

.pt6 {
  padding-top: 3rem; }

.pr6 {
  padding-right: 3rem; }

.pb6 {
  padding-bottom: 3rem; }

.pl6 {
  padding-left: 3rem; }

.px6 {
  padding-left: 3rem;
  padding-right: 3rem; }

.py6 {
  padding-bottom: 3rem;
  padding-top: 3rem; }

.p7 {
  padding: 3.5rem; }

.pt7 {
  padding-top: 3.5rem; }

.pr7 {
  padding-right: 3.5rem; }

.pb7 {
  padding-bottom: 3.5rem; }

.pl7 {
  padding-left: 3.5rem; }

.px7 {
  padding-left: 3.5rem;
  padding-right: 3.5rem; }

.py7 {
  padding-bottom: 3.5rem;
  padding-top: 3.5rem; }

.p8 {
  padding: 4rem; }

.pt8 {
  padding-top: 4rem; }

.pr8 {
  padding-right: 4rem; }

.pb8 {
  padding-bottom: 4rem; }

.pl8 {
  padding-left: 4rem; }

.px8 {
  padding-left: 4rem;
  padding-right: 4rem; }

.py8 {
  padding-bottom: 4rem;
  padding-top: 4rem; }

.p9 {
  padding: 4.5rem; }

.pt9 {
  padding-top: 4.5rem; }

.pr9 {
  padding-right: 4.5rem; }

.pb9 {
  padding-bottom: 4.5rem; }

.pl9 {
  padding-left: 4.5rem; }

.px9 {
  padding-left: 4.5rem;
  padding-right: 4.5rem; }

.py9 {
  padding-bottom: 4.5rem;
  padding-top: 4.5rem; }

.p10 {
  padding: 5rem; }

.pt10 {
  padding-top: 5rem; }

.pr10 {
  padding-right: 5rem; }

.pb10 {
  padding-bottom: 5rem; }

.pl10 {
  padding-left: 5rem; }

.px10 {
  padding-left: 5rem;
  padding-right: 5rem; }

.py10 {
  padding-bottom: 5rem;
  padding-top: 5rem; }

.p11 {
  padding: 5.5rem; }

.pt11 {
  padding-top: 5.5rem; }

.pr11 {
  padding-right: 5.5rem; }

.pb11 {
  padding-bottom: 5.5rem; }

.pl11 {
  padding-left: 5.5rem; }

.px11 {
  padding-left: 5.5rem;
  padding-right: 5.5rem; }

.py11 {
  padding-bottom: 5.5rem;
  padding-top: 5.5rem; }

.p12 {
  padding: 6rem; }

.pt12 {
  padding-top: 6rem; }

.pr12 {
  padding-right: 6rem; }

.pb12 {
  padding-bottom: 6rem; }

.pl12 {
  padding-left: 6rem; }

.px12 {
  padding-left: 6rem;
  padding-right: 6rem; }

.py12 {
  padding-bottom: 6rem;
  padding-top: 6rem; }

.p13 {
  padding: 6.5rem; }

.pt13 {
  padding-top: 6.5rem; }

.pr13 {
  padding-right: 6.5rem; }

.pb13 {
  padding-bottom: 6.5rem; }

.pl13 {
  padding-left: 6.5rem; }

.px13 {
  padding-left: 6.5rem;
  padding-right: 6.5rem; }

.py13 {
  padding-bottom: 6.5rem;
  padding-top: 6.5rem; }

.p14 {
  padding: 7rem; }

.pt14 {
  padding-top: 7rem; }

.pr14 {
  padding-right: 7rem; }

.pb14 {
  padding-bottom: 7rem; }

.pl14 {
  padding-left: 7rem; }

.px14 {
  padding-left: 7rem;
  padding-right: 7rem; }

.py14 {
  padding-bottom: 7rem;
  padding-top: 7rem; }

.p15 {
  padding: 7.5rem; }

.pt15 {
  padding-top: 7.5rem; }

.pr15 {
  padding-right: 7.5rem; }

.pb15 {
  padding-bottom: 7.5rem; }

.pl15 {
  padding-left: 7.5rem; }

.px15 {
  padding-left: 7.5rem;
  padding-right: 7.5rem; }

.py15 {
  padding-bottom: 7.5rem;
  padding-top: 7.5rem; }

.p16 {
  padding: 8rem; }

.pt16 {
  padding-top: 8rem; }

.pr16 {
  padding-right: 8rem; }

.pb16 {
  padding-bottom: 8rem; }

.pl16 {
  padding-left: 8rem; }

.px16 {
  padding-left: 8rem;
  padding-right: 8rem; }

.py16 {
  padding-bottom: 8rem;
  padding-top: 8rem; }

.p17 {
  padding: 8.5rem; }

.pt17 {
  padding-top: 8.5rem; }

.pr17 {
  padding-right: 8.5rem; }

.pb17 {
  padding-bottom: 8.5rem; }

.pl17 {
  padding-left: 8.5rem; }

.px17 {
  padding-left: 8.5rem;
  padding-right: 8.5rem; }

.py17 {
  padding-bottom: 8.5rem;
  padding-top: 8.5rem; }

.p18 {
  padding: 9rem; }

.pt18 {
  padding-top: 9rem; }

.pr18 {
  padding-right: 9rem; }

.pb18 {
  padding-bottom: 9rem; }

.pl18 {
  padding-left: 9rem; }

.px18 {
  padding-left: 9rem;
  padding-right: 9rem; }

.py18 {
  padding-bottom: 9rem;
  padding-top: 9rem; }

body {
  background-color: #eae9eb;
  color: #211b3e;
  font-family: 'Normal', 'Roboto', sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0; }

* {
  box-sizing: border-box; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

p, hr {
  margin: 0; }

ul,
ol,
li {
  padding: 0;
  list-style: none; }

a {
  color: #00afcb; }

.font-light {
  font-family: 'Light'; }

.font-normal {
  font-family: 'Normal'; }

.font-regular {
  font-family: 'Regular'; }

.font-heavy {
  font-family: 'Heavy'; }

.font-extra-heavy {
  font-family: 'ExtraHeavy'; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.vertical-center {
  vertical-align: middle; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.sticky {
  position: sticky; }

.tl-0 {
  top: 0;
  left: 0; }

.white {
  color: #fff; }

.primary {
  color: #00afcb; }

.grey {
  color: #9593a4; }

.error {
  color: #e96062; }

.bold {
  font-weight: bold; }

.weight-500 {
  font-weight: 500; }

.default-border-radius {
  border-radius: 4px; }

.border-radius-6 {
  border-radius: 6px; }

.transparent-background {
  background-color: rgba(0, 0, 0, 0); }

.white-background {
  background-color: #fff; }

.primary-background {
  background-color: #00afcb; }

.full-width {
  width: 100%; }

.width-90 {
  width: 90%; }

.width-50 {
  width: 50%; }

.width-45 {
  width: 45%; }

.width-25 {
  width: 25%; }

.height-100 {
  height: 100%; }

.height-100vh {
  height: 100vh; }

.uppercase {
  text-transform: uppercase; }

.regular {
  font-weight: 400; }

.bold {
  font-weight: bold; }

.dsp-inb {
  display: inline-block; }

.dsp-b {
  display: block; }

.flex-both-cntr {
  align-items: center;
  display: flex;
  justify-content: center; }

.flex {
  display: flex; }

.flex-inline {
  display: inline-flex; }

.flex-column {
  flex-direction: column; }

.flex-row {
  flex-direction: row; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-start {
  align-items: start; }

.flex-center {
  align-items: center; }

.flex-baseline {
  align-items: baseline; }

.flex-stretch {
  align-items: stretch; }

.flex-start {
  align-items: flex-start; }

.flex-end {
  align-items: flex-end; }

.flex-justify {
  justify-content: space-between; }

.flex-space-around {
  justify-content: space-around; }

.flex-justify-center {
  justify-content: center; }

.flex-justify-end {
  justify-content: flex-end; }

.flex-justify-start {
  justify-content: flex-start; }

.flex-auto {
  flex: 1 1 auto;
  min-height: 0;
  min-width: 0; }

.flex-grow {
  flex: 1 0 auto; }

.flex-none {
  flex: none; }

.flex-first {
  order: -1; }

.flex-last {
  order: 99999; }

.comp-mb {
  margin-bottom: 2rem; }

.overflow-x-auto {
  overflow-x: auto; }

.no-overflow {
  overflow: hidden; }

.text-ellipsis {
  text-overflow: ellipsis; }

.container-default {
  margin-bottom: 96px;
  margin-top: 72px; }

.top-index {
  z-index: 1; }

.default-shadow {
  box-shadow: 0 14px 24px 2px rgba(0, 0, 0, 0.07); }

.border-box {
  box-sizing: border-box; }

.h-line {
  height: 1px;
  border: none;
  background: #eeecf9; }

.flt-rgt {
  float: right; }

.flt-lft {
  float: left; }

.no-wrap {
  white-space: nowrap; }

.isDisabled {
  opacity: 0.5;
  pointer-events: none; }

.underline {
  text-decoration: underline; }

.hr-line {
  background-color: #eeecf9;
  border: 0;
  height: 1px;
  width: 100%; }

@font-face {
  font-family: Light;
  src: url(81bfc14dd4d08916bda1ea2d579abb74.ttf); }

@font-face {
  font-family: Normal;
  src: url(91e9bc0fc8886d781878316711c9d7ad.ttf); }

@font-face {
  font-family: Regular;
  src: url(c75457a78591eb59987741f6d3f32f52.ttf); }

@font-face {
  font-family: Heavy;
  src: url(c9bfd09ac9d791615a0762b4ae37917f.ttf); }

@font-face {
  font-family: ExtraHeavy;
  src: url(e7509c471aa0a34ba127138ea999751f.ttf); }

.fs-5 {
  font-size: 0.3125rem; }

.fs-6 {
  font-size: 0.375rem; }

.fs-7 {
  font-size: 0.4375rem; }

.fs-8 {
  font-size: 0.5rem; }

.fs-9 {
  font-size: 0.5625rem; }

.fs-10 {
  font-size: 0.625rem; }

.fs-11 {
  font-size: 0.6875rem; }

.fs-12 {
  font-size: 0.75rem; }

.fs-13 {
  font-size: 0.8125rem; }

.fs-14 {
  font-size: 0.875rem; }

.fs-15 {
  font-size: 0.9375rem; }

.fs-16 {
  font-size: 1rem; }

.fs-17 {
  font-size: 1.0625rem; }

.fs-18 {
  font-size: 1.125rem; }

.fs-19 {
  font-size: 1.1875rem; }

.fs-20 {
  font-size: 1.25rem; }

.fs-21 {
  font-size: 1.3125rem; }

.fs-22 {
  font-size: 1.375rem; }

.fs-23 {
  font-size: 1.4375rem; }

.fs-24 {
  font-size: 1.5rem; }

.fs-25 {
  font-size: 1.5625rem; }

.fs-26 {
  font-size: 1.625rem; }

.fs-27 {
  font-size: 1.6875rem; }

.fs-28 {
  font-size: 1.75rem; }

.fs-29 {
  font-size: 1.8125rem; }

.fs-30 {
  font-size: 1.875rem; }

.fs-31 {
  font-size: 1.9375rem; }

.fs-32 {
  font-size: 2rem; }

.fs-33 {
  font-size: 2.0625rem; }

.fs-34 {
  font-size: 2.125rem; }

.fs-35 {
  font-size: 2.1875rem; }

.fs-36 {
  font-size: 2.25rem; }

.fs-37 {
  font-size: 2.3125rem; }

.fs-38 {
  font-size: 2.375rem; }

.fs-39 {
  font-size: 2.4375rem; }

.fs-40 {
  font-size: 2.5rem; }

/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  html, body {
    font-size: 18px; } }

/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  html, body {
    font-size: 18px; } }

/* Extra small devices (phones, 320px and down) IPhone 5/SE */
@media only screen and (max-width: 320px) {
  html, body {
    font-size: 12px; } }

@font-face {
  font-family: Light;
  src: url(81bfc14dd4d08916bda1ea2d579abb74.ttf); }

@font-face {
  font-family: Normal;
  src: url(91e9bc0fc8886d781878316711c9d7ad.ttf); }

@font-face {
  font-family: Regular;
  src: url(c75457a78591eb59987741f6d3f32f52.ttf); }

@font-face {
  font-family: Heavy;
  src: url(c9bfd09ac9d791615a0762b4ae37917f.ttf); }

@font-face {
  font-family: ExtraHeavy;
  src: url(e7509c471aa0a34ba127138ea999751f.ttf); }

.error-boundary .error-img {
  min-height: 180px; }

