.alice-carousel__stage-item {
  width: fit-content !important;
}

.custominput {
  border: 1px solid #ccc !important;
  border-radius: 3px !important;
  padding: 8px !important;
  display: block !important;
  width: 100% !important;
}

.custominput-label {
  position: relative;
  top: 5px;
}

.form-control {
  min-height: 35px !important;
}

.Input-Wrapper {
  -webkit-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}

.custom-select,
.Input {
  max-width: 600px;
  position: relative;
  height: 40px !important;
  font-size: 15px !important;
}

.Input-text {
  display: block;
  margin: 0;
  color: inherit;
  width: 100%;
  font-family: inherit;
  border-radius: 4px;
  font-weight: inherit;
  border: none;
  border-radius: 0.4rem;
  transition: box-shadow var(--transitionDuration);
}

.Input-text::-webkit-input-placeholder {
  color: #000;
}

.Input-text:-ms-input-placeholder {
  color: #000;
}

.Input-text::placeholder {
  color: #000;
}

.Input-text:focus {
  outline: none;
  box-shadow: 0.1rem 0.1rem 0.2rem #add8e6;
}

.alice-carousel {
  max-width: 970px;
  margin: 0 !important;
}

.alice-carousel__stage-item {
  cursor: pointer !important;
  text-align: center !important;
}

.alice-carousel__stage-item.__active {
  border-radius: 3px !important;
}

.Input-label {
  display: block;
  position: absolute;
  bottom: 50%;
  left: 1rem;
  color: #000;
  font-family: inherit;
  font-weight: inherit;
  opacity: 0;
  -webkit-transform: translate3d(0, var(--labelDefaultPosY), 0) scale(1);
  transform: translate3d(0, var(--labelDefaultPosY), 0) scale(1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: opacity var(--inputTransitionDuration) var(--inputTransitionTF),
    visibility 0ms var(--inputTransitionDuration) var(--inputTransitionTF),
    z-index 0ms var(--inputTransitionDuration) var(--inputTransitionTF),
    -webkit-transform var(--inputTransitionDuration) var(--inputTransitionTF);
  transition: opacity var(--inputTransitionDuration) var(--inputTransitionTF),
    transform var(--inputTransitionDuration) var(--inputTransitionTF),
    visibility 0ms var(--inputTransitionDuration) var(--inputTransitionTF),
    z-index 0ms var(--inputTransitionDuration) var(--inputTransitionTF);
  transition: opacity var(--inputTransitionDuration) var(--inputTransitionTF),
    transform var(--inputTransitionDuration) var(--inputTransitionTF),
    visibility 0ms var(--inputTransitionDuration) var(--inputTransitionTF),
    z-index 0ms var(--inputTransitionDuration) var(--inputTransitionTF),
    -webkit-transform var(--inputTransitionDuration) var(--inputTransitionTF);
}

.Input-text:-ms-input-placeholder + .Input-label {
  visibility: hidden;
  z-index: -1;
}

.Input-text:placeholder-shown + .Input-label {
  visibility: hidden;
  z-index: -1;
}

.Input-text:focus:not(:-ms-input-placeholder) + .Input-label,
.Input-text:not(:-ms-input-placeholder) + .Input-label {
  visibility: visible;
  z-index: 1;
  opacity: 1;
  transform: translate3d(0, var(--labelTransformedPosY), 0)
    scale(var(--labelScaleFactor));
  -ms-transition: transform var(--inputTransitionDuration), visibility 0ms,
    z-index 0ms;
  transition: transform var(--inputTransitionDuration), visibility 0ms,
    z-index 0ms;
}

.Input-text:focus:not(:placeholder-shown) + .Input-label,
.Input-text:not(:placeholder-shown) + .Input-label {
  visibility: visible;
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, var(--labelTransformedPosY), 0)
    scale(var(--labelScaleFactor));
  transform: translate3d(0, var(--labelTransformedPosY), 0)
    scale(var(--labelScaleFactor));
  transition: visibility 0ms, z-index 0ms,
    -webkit-transform var(--inputTransitionDuration);
  transition: transform var(--inputTransitionDuration), visibility 0ms,
    z-index 0ms;
  transition: transform var(--inputTransitionDuration), visibility 0ms,
    z-index 0ms, -webkit-transform var(--inputTransitionDuration);
}

textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #000;
}

textarea:-ms-input-placeholder {
  color: #000;
}

textarea::placeholder {
  opacity: 1;
  color: #000;
}

.alice-carousel .animated {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.alice-carousel .animated-out {
  z-index: 1;
}

.alice-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    visibility: hidden;
  }
}

.alice-carousel {
  position: relative;
  width: 100%;
  margin: auto;
  direction: ltr;
}

.alice-carousel__wrapper {
  overflow-x: hidden;
  overflow-y: hidden;
  height: auto;
}

.alice-carousel__stage,
.alice-carousel__wrapper {
  position: relative;
  box-sizing: border-box;
  width: 100%;
}

.alice-carousel__stage {
  height: 100%;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  transform-style: flat;
  -webkit-transform-style: flat;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.alice-carousel__stage-item {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  vertical-align: top;
  white-space: normal;
  line-height: 0;
}

.alice-carousel__stage-item * {
  line-height: normal;
}

.alice-carousel__stage-item.__hidden {
  opacity: 0;
  overflow: hidden;
}

.alice-carousel__next-btn,
.alice-carousel__prev-btn {
  display: inline-block;
  box-sizing: border-box;
  width: 50%;
  padding: 10px 5px;
}

.alice-carousel__next-btn [data-area]:after,
.alice-carousel__prev-btn [data-area]:after {
  position: relative;
  content: attr(data-area);
  text-transform: capitalize;
}

.alice-carousel__prev-btn {
  text-align: right;
}

.alice-carousel__next-btn-item,
.alice-carousel__prev-btn-item {
  display: inline-block;
  cursor: pointer;
  padding: 5px;
  margin: 0;
  color: #465798;
}

.alice-carousel__next-btn-item:hover,
.alice-carousel__prev-btn-item:hover {
  color: #8b0000;
}

.alice-carousel__next-btn-item.__inactive,
.alice-carousel__prev-btn-item.__inactive {
  opacity: 0.4;
  pointer-events: none;
}

.alice-carousel__play-btn {
  position: absolute;
  top: 30px;
  left: 20px;
  display: inline-block;
}

.alice-carousel__play-btn:hover {
  cursor: pointer;
}

.alice-carousel__play-btn-wrapper {
  position: relative;
  width: 32px;
  height: 32px;
  padding: 10px;
  border-radius: 50%;
  background-color: #fff;
}

.alice-carousel__play-btn-item {
  position: absolute;
  width: 32px;
  height: 32px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: transparent;
}

.alice-carousel__play-btn-item:after,
.alice-carousel__play-btn-item:before {
  position: absolute;
  pointer-events: none;
  display: block;
  width: 0;
  height: 0;
  content: "";
  transition: all 0.4s linear;
  border-color: transparent transparent transparent #465798;
  border-style: solid;
  border-width: 8px 0 8px 15px;
}

.alice-carousel__play-btn-item:before {
  left: 5px;
  height: 14px;
}

.alice-carousel__play-btn-item:after {
  top: 7px;
  left: 18px;
}

.alice-carousel__play-btn-item.__pause:after,
.alice-carousel__play-btn-item.__pause:before {
  height: 30px;
  border-width: 0 0 0 10px;
}

.alice-carousel__play-btn-item.__pause:after {
  top: 0;
  left: 18px;
}

.alice-carousel__dots {
  margin: 30px 3px 5px;
  padding: 0;
  list-style: none;
  text-align: center;
}

.alice-carousel__dots > li {
  display: inline-block;
}

.alice-carousel__dots-item:not(.__custom) {
  width: 8px;
  height: 8px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #e0e4fb;
}

.alice-carousel__dots-item:not(.__custom):not(:last-child) {
  margin-right: 20px;
}

.alice-carousel__dots-item:not(.__custom).__active,
.alice-carousel__dots-item:not(.__custom):hover {
  background-color: #6e7ebc;
}

.alice-carousel__slide-info {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  padding: 5px 10px;
  color: #465798;
  border-radius: 5px;
  background-color: rgba(224, 228, 251, 0.6);
}

.alice-carousel__slide-info-item {
  vertical-align: middle;
  line-height: 0;
}

.accordion {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.accordion__item + .accordion__item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.accordion__button {
  background-color: #f4f4f4;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
}

.accordion__button:hover {
  background-color: #ddd;
}

.accordion__button:before {
  display: inline-block;
  content: "";
  height: 10px;
  width: 10px;
  margin-right: 12px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.accordion__button[aria-expanded="true"]:before,
.accordion__button[aria-selected="true"]:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

[hidden] {
  display: none;
}

.accordion__panel {
  padding: 20px;
  -webkit-animation: fadein 0.35s ease-in;
  animation: fadein 0.35s ease-in;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.react-spinner-loader-swing div {
  border-radius: 50%;
  float: left;
  height: 1em;
  width: 1em;
}

.react-spinner-loader-swing div:first-of-type {
  background: linear-gradient(90deg, #385c78 0, #325774);
}

.react-spinner-loader-swing div:nth-of-type(2) {
  background: linear-gradient(90deg, #325774 0, #47536a);
}

.react-spinner-loader-swing div:nth-of-type(3) {
  background: linear-gradient(90deg, #4a5369 0, #6b4d59);
}

.react-spinner-loader-swing div:nth-of-type(4) {
  background: linear-gradient(90deg, #744c55 0, #954646);
}

.react-spinner-loader-swing div:nth-of-type(5) {
  background: linear-gradient(90deg, #9c4543 0, #bb4034);
}

.react-spinner-loader-swing div:nth-of-type(6) {
  background: linear-gradient(90deg, #c33f31 0, #d83b27);
}

.react-spinner-loader-swing div:nth-of-type(7) {
  background: linear-gradient(90deg, #da3b26 0, #db412c);
}

.react-spinner-loader-shadow {
  clear: left;
  padding-top: 1.5em;
}

.react-spinner-loader-shadow div {
  -webkit-filter: blur(1px);
  filter: blur(1px);
  float: left;
  width: 1em;
  height: 0.25em;
  border-radius: 50%;
  background: #e3dbd2;
}

.react-spinner-loader-shadow .react-spinner-loader-shadow-l {
  background: #d5d8d6;
}

.react-spinner-loader-shadow .react-spinner-loader-shadow-r {
  background: #eed3ca;
}

@-webkit-keyframes ball-l {
  0%,
  50% {
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0);
  }

  to {
    -webkit-transform: rotate(50deg) translateX(-2.5em);
    transform: rotate(50deg) translateX(-2.5em);
  }
}

@keyframes ball-l {
  0%,
  50% {
    -webkit-transform: rotate(0) translate(0);
    transform: rotate(0) translateX(0);
  }

  to {
    -webkit-transform: rotate(50deg) translateX(-2.5em);
    transform: rotate(50deg) translateX(-2.5em);
  }
}

@-webkit-keyframes ball-r {
  0% {
    -webkit-transform: rotate(-50deg) translateX(2.5em);
    transform: rotate(-50deg) translateX(2.5em);
  }

  50%,
  to {
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0);
  }
}

@keyframes ball-r {
  0% {
    -webkit-transform: rotate(-50deg) translateX(2.5em);
    transform: rotate(-50deg) translateX(2.5em);
  }

  50%,
  to {
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0);
  }
}

@-webkit-keyframes shadow-l-n {
  0%,
  50% {
    opacity: 0.5;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    opacity: 0.125;
    -webkit-transform: translateX(-1.57em);
    transform: translateX(-1.75em);
  }
}

@keyframes shadow-l-n {
  0%,
  50% {
    opacity: 0.5;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    opacity: 0.125;
    -webkit-transform: translateX(-1.75);
    transform: translateX(-1.75em);
  }
}

@-webkit-keyframes shadow-r-n {
  0% {
    opacity: 0.125;
    -webkit-transform: translateX(1.75em);
    transform: translateX(1.75em);
  }

  50%,
  to {
    opacity: 0.5;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes shadow-r-n {
  0% {
    opacity: 0.125;
    -webkit-transform: translateX(1.75em);
    transform: translateX(1.75em);
  }

  50%,
  to {
    opacity: 0.5;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.react-spinner-loader-swing-l {
  -webkit-animation: ball-l 0.425s ease-in-out infinite alternate;
  animation: ball-l 0.425s ease-in-out infinite alternate;
}

.react-spinner-loader-swing-r {
  -webkit-animation: ball-r 0.425s ease-in-out infinite alternate;
  animation: ball-r 0.425s ease-in-out infinite alternate;
}

.react-spinner-loader-shadow-l {
  -webkit-animation: shadow-l-n 0.425s ease-in-out infinite alternate;
  animation: shadow-l-n 0.425s ease-in-out infinite alternate;
}

.react-spinner-loader-shadow-r {
  -webkit-animation: shadow-r-n 0.425s ease-in-out infinite alternate;
  animation: shadow-r-n 0.425s ease-in-out infinite alternate;
}

.react-spinner-loader-svg-calLoader {
  width: 230px;
  height: 230px;
  -webkit-transform-origin: 115px 115px;
  transform-origin: 115px 115px;
  animation: loader-spin 1.4s linear infinite;
  -webkit-animation: loader-spin 1.4s linear infinite;
}

.react-spinner-loader-svg-cal-loader__path {
  animation: loader-path 1.4s ease-in-out infinite;
  -webkit-animation: loader-path 1.4s ease-in-out infinite;
}

@-webkit-keyframes loader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes loader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@-webkit-keyframes loader-path {
  0% {
    stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
  }

  50% {
    stroke-dasharray: 0, 450, 10, 30, 10, 30, 10, 30, 10;
  }

  to {
    stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
  }
}

@keyframes loader-path {
  0% {
    stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
  }

  50% {
    stroke-dasharray: 0, 450, 10, 30, 10, 30, 10, 30, 10;
  }

  to {
    stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
  }
}

.react-spinner-loader-svg svg {
  -webkit-transform-origin: 50% 65%;
  transform-origin: 50% 65%;
}

.react-spinner-loader-svg svg polygon {
  stroke-dasharray: 17;
  -webkit-animation: dash 2.5s cubic-bezier(0.35, 0.04, 0.63, 0.95) infinite;
  animation: dash 2.5s cubic-bezier(0.35, 0.04, 0.63, 0.95) infinite;
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 136;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 136;
  }
}

@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes rotate {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

/*# sourceMappingURL=main.f774d871.css.map */
