body {
  font-family: Figtree;
}
.display-1 {
  font-family: 'Newsreader', serif;
  font-size: 1.7rem;
  line-height: 1.1;
}
.display-1 > .prototype-iconfont {
  font-size: 1.105rem;
}
.display-2 {
  font-family: 'Newsreader', serif;
  font-size: 4.225rem;
  line-height: 1.1;
}
.display-2 > .prototype-iconfont {
  font-size: 2.74625rem;
}
.display-4 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .prototype-iconfont {
  font-size: 0.845rem;
}
.display-5 {
  font-family: 'Newsreader', serif;
  font-size: 2.25rem;
  line-height: 1.5;
}
.display-5 > .prototype-iconfont {
  font-size: 1.4625rem;
}
.display-7 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.45rem;
  line-height: 1.5;
}
.display-7 > .prototype-iconfont {
  font-size: 0.9425rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.19rem;
    font-size: calc( 1.1400000000000001rem + (1.7 - 1.1400000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.1400000000000001rem + (1.7 - 1.1400000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.38rem;
    font-size: calc( 1.6449999999999996rem + (4.225 - 1.6449999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.6449999999999996rem + (4.225 - 1.6449999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.3125rem + (2.25 - 1.3125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.3125rem + (2.25 - 1.3125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.16rem;
    font-size: calc( 1.1575rem + (1.45 - 1.1575) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1575rem + (1.45 - 1.1575) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #ff6ffc !important;
}
.bg-info {
  background-color: #ffdbfa !important;
}
.bg-warning {
  background-color: #f6bef5 !important;
}
.bg-danger {
  background-color: #b777ae !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffdbfa !important;
  border-color: #ffdbfa !important;
  color: #db00bd !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #db00bd !important;
  background-color: #ff84ee !important;
  border-color: #ff84ee !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff6ffc !important;
  border-color: #ff6ffc !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ff18fa !important;
  border-color: #ff18fa !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f6bef5 !important;
  border-color: #f6bef5 !important;
  color: #9f169d !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #9f169d !important;
  background-color: #eb72e9 !important;
  border-color: #eb72e9 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b777ae !important;
  border-color: #b777ae !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8d4b83 !important;
  border-color: #8d4b83 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #45494e !important;
  border-color: #45494e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1c1e20 !important;
  border-color: #1c1e20 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #000000;
}
.btn-primary-outline:before,
.btn-primary-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #000000;
  opacity: 0.1;
}
.btn-primary-outline:after,
.btn-primary-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #000000;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-primary-outline .prototype-iconfont,
.btn-primary-outline:active .prototype-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #000000;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-primary-outline .prototype-iconfont:before,
.btn-primary-outline:active .prototype-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline:hover .prototype-iconfont,
.btn-primary-outline:focus .prototype-iconfont,
.btn-primary-outline.focus .prototype-iconfont,
.btn-primary-outline.active .prototype-iconfont {
  background: #000000;
  color: #ffffff;
}
.btn-primary-outline:hover .prototype-iconfont::before,
.btn-primary-outline:focus .prototype-iconfont::before,
.btn-primary-outline.focus .prototype-iconfont::before,
.btn-primary-outline.active .prototype-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-primary-outline:hover:after,
.btn-primary-outline:focus:after,
.btn-primary-outline.focus:after,
.btn-primary-outline.active:after {
  transform: scaleX(1);
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #ffffff;
}
.btn-secondary-outline:before,
.btn-secondary-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #ffffff;
  opacity: 0.1;
}
.btn-secondary-outline:after,
.btn-secondary-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #ffffff;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-secondary-outline .prototype-iconfont,
.btn-secondary-outline:active .prototype-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #ffffff;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-secondary-outline .prototype-iconfont:before,
.btn-secondary-outline:active .prototype-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline:hover .prototype-iconfont,
.btn-secondary-outline:focus .prototype-iconfont,
.btn-secondary-outline.focus .prototype-iconfont,
.btn-secondary-outline.active .prototype-iconfont {
  background: #ffffff;
  color: #808080;
}
.btn-secondary-outline:hover .prototype-iconfont::before,
.btn-secondary-outline:focus .prototype-iconfont::before,
.btn-secondary-outline.focus .prototype-iconfont::before,
.btn-secondary-outline.active .prototype-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-secondary-outline:hover:after,
.btn-secondary-outline:focus:after,
.btn-secondary-outline.focus:after,
.btn-secondary-outline.active:after {
  transform: scaleX(1);
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #ffdbfa;
}
.btn-info-outline:before,
.btn-info-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #ffdbfa;
  opacity: 0.1;
}
.btn-info-outline:after,
.btn-info-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #ffdbfa;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-info-outline .prototype-iconfont,
.btn-info-outline:active .prototype-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #ffdbfa;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-info-outline .prototype-iconfont:before,
.btn-info-outline:active .prototype-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffdbfa !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline:hover .prototype-iconfont,
.btn-info-outline:focus .prototype-iconfont,
.btn-info-outline.focus .prototype-iconfont,
.btn-info-outline.active .prototype-iconfont {
  background: #ffdbfa;
  color: #db00bd;
}
.btn-info-outline:hover .prototype-iconfont::before,
.btn-info-outline:focus .prototype-iconfont::before,
.btn-info-outline.focus .prototype-iconfont::before,
.btn-info-outline.active .prototype-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-info-outline:hover:after,
.btn-info-outline:focus:after,
.btn-info-outline.focus:after,
.btn-info-outline.active:after {
  transform: scaleX(1);
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #db00bd !important;
  background-color: #ffdbfa !important;
  border-color: #ffdbfa !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #ff6ffc;
}
.btn-success-outline:before,
.btn-success-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #ff6ffc;
  opacity: 0.1;
}
.btn-success-outline:after,
.btn-success-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #ff6ffc;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-success-outline .prototype-iconfont,
.btn-success-outline:active .prototype-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #ff6ffc;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-success-outline .prototype-iconfont:before,
.btn-success-outline:active .prototype-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ff6ffc !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline:hover .prototype-iconfont,
.btn-success-outline:focus .prototype-iconfont,
.btn-success-outline.focus .prototype-iconfont,
.btn-success-outline.active .prototype-iconfont {
  background: #ff6ffc;
  color: #ffffff;
}
.btn-success-outline:hover .prototype-iconfont::before,
.btn-success-outline:focus .prototype-iconfont::before,
.btn-success-outline.focus .prototype-iconfont::before,
.btn-success-outline.active .prototype-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-success-outline:hover:after,
.btn-success-outline:focus:after,
.btn-success-outline.focus:after,
.btn-success-outline.active:after {
  transform: scaleX(1);
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6ffc !important;
  border-color: #ff6ffc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #f6bef5;
}
.btn-warning-outline:before,
.btn-warning-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #f6bef5;
  opacity: 0.1;
}
.btn-warning-outline:after,
.btn-warning-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #f6bef5;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-warning-outline .prototype-iconfont,
.btn-warning-outline:active .prototype-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #f6bef5;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-warning-outline .prototype-iconfont:before,
.btn-warning-outline:active .prototype-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #f6bef5 !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline:hover .prototype-iconfont,
.btn-warning-outline:focus .prototype-iconfont,
.btn-warning-outline.focus .prototype-iconfont,
.btn-warning-outline.active .prototype-iconfont {
  background: #f6bef5;
  color: #9f169d;
}
.btn-warning-outline:hover .prototype-iconfont::before,
.btn-warning-outline:focus .prototype-iconfont::before,
.btn-warning-outline.focus .prototype-iconfont::before,
.btn-warning-outline.active .prototype-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-warning-outline:hover:after,
.btn-warning-outline:focus:after,
.btn-warning-outline.focus:after,
.btn-warning-outline.active:after {
  transform: scaleX(1);
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #9f169d !important;
  background-color: #f6bef5 !important;
  border-color: #f6bef5 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #b777ae;
}
.btn-danger-outline:before,
.btn-danger-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #b777ae;
  opacity: 0.1;
}
.btn-danger-outline:after,
.btn-danger-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #b777ae;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-danger-outline .prototype-iconfont,
.btn-danger-outline:active .prototype-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #b777ae;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-danger-outline .prototype-iconfont:before,
.btn-danger-outline:active .prototype-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b777ae !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline:hover .prototype-iconfont,
.btn-danger-outline:focus .prototype-iconfont,
.btn-danger-outline.focus .prototype-iconfont,
.btn-danger-outline.active .prototype-iconfont {
  background: #b777ae;
  color: #ffffff;
}
.btn-danger-outline:hover .prototype-iconfont::before,
.btn-danger-outline:focus .prototype-iconfont::before,
.btn-danger-outline.focus .prototype-iconfont::before,
.btn-danger-outline.active .prototype-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-danger-outline:hover:after,
.btn-danger-outline:focus:after,
.btn-danger-outline.focus:after,
.btn-danger-outline.active:after {
  transform: scaleX(1);
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b777ae !important;
  border-color: #b777ae !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #45494e;
}
.btn-black-outline:before,
.btn-black-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #45494e;
  opacity: 0.1;
}
.btn-black-outline:after,
.btn-black-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #45494e;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-black-outline .prototype-iconfont,
.btn-black-outline:active .prototype-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #45494e;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-black-outline .prototype-iconfont:before,
.btn-black-outline:active .prototype-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #45494e !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline:hover .prototype-iconfont,
.btn-black-outline:focus .prototype-iconfont,
.btn-black-outline.focus .prototype-iconfont,
.btn-black-outline.active .prototype-iconfont {
  background: #45494e;
  color: #ffffff;
}
.btn-black-outline:hover .prototype-iconfont::before,
.btn-black-outline:focus .prototype-iconfont::before,
.btn-black-outline.focus .prototype-iconfont::before,
.btn-black-outline.active .prototype-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-black-outline:hover:after,
.btn-black-outline:focus:after,
.btn-black-outline.focus:after,
.btn-black-outline.active:after {
  transform: scaleX(1);
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #45494e !important;
  border-color: #45494e !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #fafafa;
}
.btn-white-outline:before,
.btn-white-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #fafafa;
  opacity: 0.1;
}
.btn-white-outline:after,
.btn-white-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #fafafa;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-white-outline .prototype-iconfont,
.btn-white-outline:active .prototype-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #fafafa;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-white-outline .prototype-iconfont:before,
.btn-white-outline:active .prototype-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fafafa !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline:hover .prototype-iconfont,
.btn-white-outline:focus .prototype-iconfont,
.btn-white-outline.focus .prototype-iconfont,
.btn-white-outline.active .prototype-iconfont {
  background: #fafafa;
  color: #7a7a7a;
}
.btn-white-outline:hover .prototype-iconfont::before,
.btn-white-outline:focus .prototype-iconfont::before,
.btn-white-outline.focus .prototype-iconfont::before,
.btn-white-outline.active .prototype-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-white-outline:hover:after,
.btn-white-outline:focus:after,
.btn-white-outline.focus:after,
.btn-white-outline.active:after {
  transform: scaleX(1);
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #ff6ffc !important;
}
.text-info {
  color: #ffdbfa !important;
}
.text-warning {
  color: #f6bef5 !important;
}
.text-danger {
  color: #b777ae !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #45494E !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ff09fa !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ff75ec !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ea64e7 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #83457a !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #151618 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #26292C;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffdbfa;
}
.alert-warning {
  background-color: #f6bef5;
}
.alert-danger {
  background-color: #b777ae;
}
.prototype-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.prototype-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.prototype-plan-header.bg-primary .prototype-plan-subtitle,
.prototype-plan-header.bg-primary .prototype-plan-price-desc {
  color: #b3b3b3;
}
.prototype-plan-header.bg-success .prototype-plan-subtitle,
.prototype-plan-header.bg-success .prototype-plan-price-desc {
  color: #ffffff;
}
.prototype-plan-header.bg-info .prototype-plan-subtitle,
.prototype-plan-header.bg-info .prototype-plan-price-desc {
  color: #ffffff;
}
.prototype-plan-header.bg-warning .prototype-plan-subtitle,
.prototype-plan-header.bg-warning .prototype-plan-price-desc {
  color: #ffffff;
}
.prototype-plan-header.bg-danger .prototype-plan-subtitle,
.prototype-plan-header.bg-danger .prototype-plan-price-desc {
  color: #e3cae0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Figtree', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .prototype-iconfont {
  font-size: 0.845rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Figtree', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .prototype-iconfont {
  font-size: 0.845rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition-duration: .2s;
}
a:hover {
  background-image: none !important;
}
.container,
.container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1599px) {
  .container,
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .container,
  .container-fluid {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 767px) {
  .container,
  .container-fluid {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .container,
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.container {
  max-width: 1920px;
  margin: 0 auto;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .row {
    margin-left: -18px;
    margin-right: -18px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .row {
    margin-left: -16px;
    margin-right: -16px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.row {
  justify-content: center;
}
.prototype-section-btn .btn {
  min-width: 100px;
  min-height: 60px;
  padding: 15px 30px;
  font-weight: 500;
  line-height: 1 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@keyframes btn-move {
  0% {
    left: 0;
  }
  49% {
    left: -100%;
  }
  50% {
    left: -100%;
    opacity: 0;
  }
  51% {
    left: 100%;
    opacity: 0;
  }
  52% {
    left: 100%;
    opacity: 1;
  }
  100% {
    left: 0;
  }
}
@keyframes btn-move-hover {
  0% {
    left: 0;
  }
  49% {
    left: 100%;
  }
  50% {
    left: 100%;
    opacity: 0;
  }
  51% {
    left: -100%;
    opacity: 0;
  }
  52% {
    left: -100%;
    opacity: 1;
  }
  100% {
    left: 0;
  }
}
.HdZNs-uKwbbHCNfw {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.HdZNs-uKwbbHCNfw .dropdown-item:before {
  font-family: animation2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.HdZNs-uKwbbHCNfw .btn:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
}
@media (max-width: 767px) {
  .HdZNs-uKwbbHCNfw .navbar-toggler {
    transform: scale(0.8);
  }
}
.HdZNs-uKwbbHCNfw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.HdZNs-uKwbbHCNfw .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.HdZNs-uKwbbHCNfw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.HdZNs-uKwbbHCNfw .navbar-brand .navbar-logo a {
  outline: none;
}
.HdZNs-uKwbbHCNfw .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.HdZNs-uKwbbHCNfw .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.HdZNs-uKwbbHCNfw .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.HdZNs-uKwbbHCNfw .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.HdZNs-uKwbbHCNfw .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .HdZNs-uKwbbHCNfw .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.HdZNs-uKwbbHCNfw .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.HdZNs-uKwbbHCNfw .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .HdZNs-uKwbbHCNfw .navbar-nav {
    padding-left: 1.5rem;
  }
}
.HdZNs-uKwbbHCNfw .nav-link {
  width: fit-content;
  position: relative;
}
.HdZNs-uKwbbHCNfw .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .HdZNs-uKwbbHCNfw .navbar-logo {
    padding-left: 1rem;
  }
}
.HdZNs-uKwbbHCNfw .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .HdZNs-uKwbbHCNfw .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.HdZNs-uKwbbHCNfw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.HdZNs-uKwbbHCNfw .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .HdZNs-uKwbbHCNfw .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .HdZNs-uKwbbHCNfw .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.HdZNs-uKwbbHCNfw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.HdZNs-uKwbbHCNfw .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.HdZNs-uKwbbHCNfw .nav-item:focus,
.HdZNs-uKwbbHCNfw .nav-link:focus {
  outline: none;
}
.HdZNs-uKwbbHCNfw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.HdZNs-uKwbbHCNfw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.HdZNs-uKwbbHCNfw .dropdown .dropdown-menu .dropdown-item .prototype-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.HdZNs-uKwbbHCNfw .dropdown .dropdown-menu .dropdown-item .prototype-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.HdZNs-uKwbbHCNfw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.HdZNs-uKwbbHCNfw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.HdZNs-uKwbbHCNfw .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.HdZNs-uKwbbHCNfw .navbar.opened {
  transition: all 0.25s;
}
.HdZNs-uKwbbHCNfw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.HdZNs-uKwbbHCNfw .navbar .navbar-logo img {
  width: auto;
}
.HdZNs-uKwbbHCNfw .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed {
  justify-content: center;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .HdZNs-uKwbbHCNfw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.HdZNs-uKwbbHCNfw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .HdZNs-uKwbbHCNfw .navbar {
    min-height: 72px;
  }
  .HdZNs-uKwbbHCNfw .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .HdZNs-uKwbbHCNfw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .HdZNs-uKwbbHCNfw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .HdZNs-uKwbbHCNfw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .HdZNs-uKwbbHCNfw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .HdZNs-uKwbbHCNfw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.HdZNs-uKwbbHCNfw .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.HdZNs-uKwbbHCNfw .dropdown-item.active,
.HdZNs-uKwbbHCNfw .dropdown-item:active {
  background-color: transparent;
}
.HdZNs-uKwbbHCNfw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.HdZNs-uKwbbHCNfw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.HdZNs-uKwbbHCNfw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.HdZNs-uKwbbHCNfw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.HdZNs-uKwbbHCNfw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.HdZNs-uKwbbHCNfw .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.HdZNs-uKwbbHCNfw ul.navbar-nav {
  flex-wrap: wrap;
}
.HdZNs-uKwbbHCNfw .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .HdZNs-uKwbbHCNfw .navbar-buttons {
    text-align: left;
  }
}
.HdZNs-uKwbbHCNfw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.HdZNs-uKwbbHCNfw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.HdZNs-uKwbbHCNfw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.HdZNs-uKwbbHCNfw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.HdZNs-uKwbbHCNfw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.HdZNs-uKwbbHCNfw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.HdZNs-uKwbbHCNfw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.HdZNs-uKwbbHCNfw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.HdZNs-uKwbbHCNfw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.HdZNs-uKwbbHCNfw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.HdZNs-uKwbbHCNfw .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.HdZNs-uKwbbHCNfw .opacityScroll {
  background: #ffffff !important;
}
.HdZNs-uKwbbHCNfw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.HdZNs-uKwbbHCNfw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .HdZNs-uKwbbHCNfw .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .HdZNs-uKwbbHCNfw .navbar {
    height: 70px;
  }
  .HdZNs-uKwbbHCNfw .navbar.opened {
    height: auto;
  }
  .HdZNs-uKwbbHCNfw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.HdZNs-uKwbbHCNfw .prototype-section-btn {
  margin: -0.6rem -0.6rem;
}
.HdZNs-uKwbbHCNfw .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .HdZNs-uKwbbHCNfw .navbar-brand {
    margin-right: auto;
  }
  .HdZNs-uKwbbHCNfw .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .HdZNs-uKwbbHCNfw .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .HdZNs-uKwbbHCNfw .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .HdZNs-uKwbbHCNfw .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .HdZNs-uKwbbHCNfw .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .HdZNs-uKwbbHCNfw .navbar-collapse {
    padding: 1rem;
  }
}
.HdZNs-uKwbkh7rnM {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/miraastral19.jpg-1376x768.jpg");
}
.HdZNs-uKwbkh7rnM .prototype-text,
.HdZNs-uKwbkh7rnM .prototype-section-btn {
  color: #000000;
  text-align: center;
}
.HdZNs-uKwbkh7rnM .prototype-section-title {
  color: #000000;
  text-align: center;
}
.HdZNs-uKwbkh7rnM .prototype-fallback-image.disabled {
  display: none;
}
.HdZNs-uKwbkh7rnM .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.HdZNs-uKwbEG8tzg {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fde7fd;
}
.HdZNs-uKwbEG8tzg .wrap-block {
  padding-right: 30px;
}
.HdZNs-uKwbEG8tzg .cards {
  padding-left: 30px;
}
.HdZNs-uKwbEG8tzg .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.HdZNs-uKwbEG8tzg .wrap-block .contents {
  margin-bottom: 40px;
}
.HdZNs-uKwbEG8tzg .wrap-block .contents .prototype-subtitle {
  color: #ffffff;
  margin-bottom: 14px;
}
.HdZNs-uKwbEG8tzg .wrap-block .contents .prototype-section-title {
  margin-bottom: 5px;
  color: #000000;
}
.HdZNs-uKwbEG8tzg .wrap-block .contents .prototype-text {
  margin-top: 17px;
}
.HdZNs-uKwbEG8tzg .wrap-block .contents h3 {
  color: #ffdbfa;
}
.HdZNs-uKwbEG8tzg .wrap-block .contents h4 {
  color: #ffdbfa;
}
.HdZNs-uKwbEG8tzg .wrap-block .contents .prototype-section-btn .btn {
  margin-left: 0 !important;
}
.HdZNs-uKwbEG8tzg .cards-wrap {
  flex-direction: column;
}
.HdZNs-uKwbEG8tzg .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
}
.HdZNs-uKwbEG8tzg .wrapper .img {
  margin-bottom: 20px;
}
.HdZNs-uKwbEG8tzg .wrapper .img .prototype-iconfont {
  font-size: 50px;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.HdZNs-uKwbEG8tzg .wrapper .prototype-card-title {
  color: #000000;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.HdZNs-uKwbEG8tzg .wrapper .prototype-text {
  margin-bottom: 19px;
  color: #ffdbfa;
}
@media (max-width: 767px) {
  .HdZNs-uKwbEG8tzg * {
    text-align: left;
  }
}
.HdZNs-uKwbEG8tzg .prototype-fallback-image.disabled {
  display: none;
}
.HdZNs-uKwbEG8tzg .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.HdZNs-uKwbEG8tzg .wrap-block .contents h4,
.HdZNs-uKwbEG8tzg .menu-content-right,
.HdZNs-uKwbEG8tzg .prototype-section-btn {
  color: #000000;
  text-align: center;
}
.HdZNs-uKwbEG8tzg .wrapper .prototype-text,
.HdZNs-uKwbEG8tzg .img {
  color: #000000;
  text-align: center;
}
.HdZNs-uKwbEG8tzg .wrap-block .contents .prototype-section-title,
.HdZNs-uKwbEG8tzg .menu-content-right {
  color: #000000;
  text-align: center;
}
.HdZNs-uKwbEG8tzg .wrapper .prototype-card-title,
.HdZNs-uKwbEG8tzg .img {
  text-align: center;
}
.HdZNs-uKwc0eghNN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/miraastral20.jpg-1376x768.jpg");
}
.HdZNs-uKwc0eghNN .prototype-overlay {
  backdrop-filter: blur(3.5px);
}
.HdZNs-uKwc0eghNN .card-wrapper {
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .HdZNs-uKwc0eghNN .card-wrapper {
    padding: 2rem 1rem;
  }
}
.HdZNs-uKwc0eghNN .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid #ffffff;
  border-radius: 30px;
}
.HdZNs-uKwc0eghNN .card-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #ffffff;
  border-radius: 30px;
}
.HdZNs-uKwc0eghNN .prototype-section-title,
.HdZNs-uKwc0eghNN .prototype-section-subtitle,
.HdZNs-uKwc0eghNN .prototype-text,
.HdZNs-uKwc0eghNN .prototype-section-btn {
  position: relative;
  z-index: 1;
}
.HdZNs-uKwc0eghNN .prototype-section-title {
  color: #000000;
  text-align: center;
}
.HdZNs-uKwc0eghNN .prototype-text,
.HdZNs-uKwc0eghNN .prototype-section-btn {
  color: #000000;
  text-align: center;
}
.HdZNs-uKwc0eghNN .prototype-section-subtitle {
  text-align: center;
  color: #000000;
}
.HdZNs-uKwsrE3OuM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.HdZNs-uKwsrE3OuM .prototype-fallback-image.disabled {
  display: none;
}
.HdZNs-uKwsrE3OuM .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.HdZNs-uKwsrE3OuM .row {
  justify-content: space-between;
}
.HdZNs-uKwsrE3OuM .prototype-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .HdZNs-uKwsrE3OuM .prototype-section-title {
    margin-bottom: 20px;
  }
}
.HdZNs-uKwsrE3OuM .prototype-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .HdZNs-uKwsrE3OuM .prototype-section-btn {
    margin-bottom: 20px;
  }
}
.HdZNs-uKwsrE3OuM .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.HdZNs-uKwsrE3OuM .list li {
  margin-bottom: 25px;
}
.HdZNs-uKwsrE3OuM .list li:last-child {
  margin-bottom: 0;
}
.HdZNs-uKwsrE3OuM .prototype-desc {
  margin-bottom: 8px;
}
.HdZNs-uKwsrE3OuM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.HdZNs-uKwsrE3OuM .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.HdZNs-uKwsrE3OuM .social-row .soc-item a:hover .prototype-iconfont {
  border-color: #ffdbfa;
}
.HdZNs-uKwsrE3OuM .social-row .soc-item a .prototype-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #ff6ffc;
  transition: all .3s ease;
}
.HdZNs-uKwsrE3OuM .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #000000;
  text-align: center;
}
.HdZNs-uKwsrE3OuM .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #ff6ffc;
  opacity: .4;
}
@media (max-width: 992px) {
  .HdZNs-uKwsrE3OuM .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.HdZNs-uKwsrE3OuM .prototype-desc,
.HdZNs-uKwsrE3OuM .prototype-iconfont {
  color: #ffffff;
}
.HdZNs-uKwsrE3OuM .prototype-text,
.HdZNs-uKwsrE3OuM .prototype-section-btn {
  color: #000000;
}
.HdZNs-uKwbbHCNfw {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.HdZNs-uKwbbHCNfw .dropdown-item:before {
  font-family: animation2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.HdZNs-uKwbbHCNfw .btn:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
}
@media (max-width: 767px) {
  .HdZNs-uKwbbHCNfw .navbar-toggler {
    transform: scale(0.8);
  }
}
.HdZNs-uKwbbHCNfw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.HdZNs-uKwbbHCNfw .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.HdZNs-uKwbbHCNfw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.HdZNs-uKwbbHCNfw .navbar-brand .navbar-logo a {
  outline: none;
}
.HdZNs-uKwbbHCNfw .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.HdZNs-uKwbbHCNfw .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.HdZNs-uKwbbHCNfw .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.HdZNs-uKwbbHCNfw .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.HdZNs-uKwbbHCNfw .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .HdZNs-uKwbbHCNfw .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.HdZNs-uKwbbHCNfw .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.HdZNs-uKwbbHCNfw .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .HdZNs-uKwbbHCNfw .navbar-nav {
    padding-left: 1.5rem;
  }
}
.HdZNs-uKwbbHCNfw .nav-link {
  width: fit-content;
  position: relative;
}
.HdZNs-uKwbbHCNfw .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .HdZNs-uKwbbHCNfw .navbar-logo {
    padding-left: 1rem;
  }
}
.HdZNs-uKwbbHCNfw .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .HdZNs-uKwbbHCNfw .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.HdZNs-uKwbbHCNfw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.HdZNs-uKwbbHCNfw .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .HdZNs-uKwbbHCNfw .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .HdZNs-uKwbbHCNfw .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.HdZNs-uKwbbHCNfw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.HdZNs-uKwbbHCNfw .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.HdZNs-uKwbbHCNfw .nav-item:focus,
.HdZNs-uKwbbHCNfw .nav-link:focus {
  outline: none;
}
.HdZNs-uKwbbHCNfw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.HdZNs-uKwbbHCNfw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.HdZNs-uKwbbHCNfw .dropdown .dropdown-menu .dropdown-item .prototype-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.HdZNs-uKwbbHCNfw .dropdown .dropdown-menu .dropdown-item .prototype-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.HdZNs-uKwbbHCNfw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.HdZNs-uKwbbHCNfw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.HdZNs-uKwbbHCNfw .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.HdZNs-uKwbbHCNfw .navbar.opened {
  transition: all 0.25s;
}
.HdZNs-uKwbbHCNfw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.HdZNs-uKwbbHCNfw .navbar .navbar-logo img {
  width: auto;
}
.HdZNs-uKwbbHCNfw .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed {
  justify-content: center;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .HdZNs-uKwbbHCNfw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.HdZNs-uKwbbHCNfw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .HdZNs-uKwbbHCNfw .navbar {
    min-height: 72px;
  }
  .HdZNs-uKwbbHCNfw .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .HdZNs-uKwbbHCNfw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .HdZNs-uKwbbHCNfw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .HdZNs-uKwbbHCNfw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .HdZNs-uKwbbHCNfw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .HdZNs-uKwbbHCNfw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.HdZNs-uKwbbHCNfw .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.HdZNs-uKwbbHCNfw .dropdown-item.active,
.HdZNs-uKwbbHCNfw .dropdown-item:active {
  background-color: transparent;
}
.HdZNs-uKwbbHCNfw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.HdZNs-uKwbbHCNfw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.HdZNs-uKwbbHCNfw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.HdZNs-uKwbbHCNfw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.HdZNs-uKwbbHCNfw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.HdZNs-uKwbbHCNfw .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.HdZNs-uKwbbHCNfw ul.navbar-nav {
  flex-wrap: wrap;
}
.HdZNs-uKwbbHCNfw .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .HdZNs-uKwbbHCNfw .navbar-buttons {
    text-align: left;
  }
}
.HdZNs-uKwbbHCNfw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.HdZNs-uKwbbHCNfw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.HdZNs-uKwbbHCNfw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.HdZNs-uKwbbHCNfw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.HdZNs-uKwbbHCNfw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.HdZNs-uKwbbHCNfw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.HdZNs-uKwbbHCNfw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.HdZNs-uKwbbHCNfw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.HdZNs-uKwbbHCNfw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.HdZNs-uKwbbHCNfw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.HdZNs-uKwbbHCNfw .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.HdZNs-uKwbbHCNfw .opacityScroll {
  background: #ffffff !important;
}
.HdZNs-uKwbbHCNfw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.HdZNs-uKwbbHCNfw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .HdZNs-uKwbbHCNfw .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .HdZNs-uKwbbHCNfw .navbar {
    height: 70px;
  }
  .HdZNs-uKwbbHCNfw .navbar.opened {
    height: auto;
  }
  .HdZNs-uKwbbHCNfw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.HdZNs-uKwbbHCNfw .prototype-section-btn {
  margin: -0.6rem -0.6rem;
}
.HdZNs-uKwbbHCNfw .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .HdZNs-uKwbbHCNfw .navbar-brand {
    margin-right: auto;
  }
  .HdZNs-uKwbbHCNfw .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .HdZNs-uKwbbHCNfw .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .HdZNs-uKwbbHCNfw .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .HdZNs-uKwbbHCNfw .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .HdZNs-uKwbbHCNfw .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .HdZNs-uKwbbHCNfw .navbar-collapse {
    padding: 1rem;
  }
}
.HdZNs-uKwczH5FUY {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #fde7fd;
}
.HdZNs-uKwczH5FUY .row {
  flex-direction: row-reverse;
}
.HdZNs-uKwczH5FUY .second-color {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f6bef5;
}
@media (max-width: 991px) {
  .HdZNs-uKwczH5FUY .second-color {
    display: none;
    display: block;
    width: 100%;
  }
}
.HdZNs-uKwczH5FUY .image-wrapper {
  width: 120%;
  margin-left: -20%;
}
@media (max-width: 991px) {
  .HdZNs-uKwczH5FUY .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .HdZNs-uKwczH5FUY .image-wrapper {
    margin-left: 0;
  }
}
.HdZNs-uKwczH5FUY .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
.HdZNs-uKwczH5FUY .content {
  padding-left: 20%;
  padding-left: 0;
  padding-right: 20%;
}
@media (max-width: 991px) {
  .HdZNs-uKwczH5FUY .content {
    padding-left: 0;
    margin-top: 4rem;
  }
}
@media (max-width: 991px) {
  .HdZNs-uKwczH5FUY .content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .HdZNs-uKwczH5FUY .content {
    text-align: center;
  }
}
.HdZNs-uKwczH5FUY .prototype-section-title {
  color: #000000;
  margin-bottom: 20px;
  text-align: center;
}
.HdZNs-uKwczH5FUY .prototype-section-title span {
  position: relative;
}
.HdZNs-uKwczH5FUY .prototype-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
  display: none;
}
@media (max-width: 992px) {
  .HdZNs-uKwczH5FUY .prototype-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .HdZNs-uKwczH5FUY .prototype-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .HdZNs-uKwczH5FUY .prototype-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.HdZNs-uKwczH5FUY .prototype-section-title span svg path {
  fill: #ffffff;
}
.HdZNs-uKwczH5FUY .prototype-section-subtitle {
  color: #000000;
  text-align: center;
}
.HdZNs-uKwczH5FUY .prototype-section-subtitle span {
  position: relative;
}
.HdZNs-uKwczH5FUY .prototype-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.HdZNs-uKwczH5FUY .prototype-section-subtitle span svg path {
  fill: #ffffff;
}
@media (max-width: 599px) {
  .HdZNs-uKwczH5FUY .prototype-section-subtitle span svg {
    display: none;
  }
}
.HdZNs-uKwczH5FUY .prototype-section-btn {
  margin-top: 3rem;
}
.HdZNs-uKwczH5FUY .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.HdZNs-uKwczH5FUY .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.HdZNs-uKwczH5FUY .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.HdZNs-uKwczH5FUY .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.HdZNs-uKwdatvAwv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  background-color: #ffffff;
}
.HdZNs-uKwdatvAwv .content_box {
  position: relative;
}
.HdZNs-uKwdatvAwv .content_box .shape {
  position: absolute;
  z-index: 1;
  bottom: 2px;
  left: 50%;
}
.HdZNs-uKwdatvAwv .content_box .shape img {
  max-width: 100px;
  max-height: 100px;
  object-fit: contain;
}
.HdZNs-uKwdatvAwv .main_header {
  position: relative;
  z-index: 5;
  padding: 0 12px;
  margin: 0 4%;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .HdZNs-uKwdatvAwv .main_header {
    margin: 0;
  }
}
.HdZNs-uKwdatvAwv .prototype-section-title {
  color: #202020;
  margin: 25px 0;
  text-align: center;
}
.HdZNs-uKwdatvAwv .prototype-section-subtitle {
  margin-bottom: 11px;
  line-height: 1.2727em;
  color: #202020;
}
.HdZNs-uKwdatvAwv .prototype-text {
  margin-bottom: 25px;
}
.HdZNs-uKwdatvAwv .two_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background-color: #ffffff;
  z-index: 0;
}
.HdZNs-uKwdatvAwv img {
  width: 100%;
  object-fit: cover;
}
.HdZNs-uKwdatvAwv .image_left,
.HdZNs-uKwdatvAwv .image_right {
  display: block;
  position: relative;
  left: 0;
  z-index: 1;
}
@media (min-width: 992px) {
  .HdZNs-uKwdatvAwv .image_left {
    padding-top: 150px;
  }
}
.HdZNs-uKwdatvAwv .image_right {
  right: 0;
  left: auto;
}
.HdZNs-uKwdatvAwv .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.HdZNs-uKwdatvAwv .linkBtn a:after,
.HdZNs-uKwdatvAwv .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.HdZNs-uKwdatvAwv .linkBtn a:before {
  left: 0;
}
.HdZNs-uKwdatvAwv .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.HdZNs-uKwdatvAwv .linkBtn a:hover:before,
.HdZNs-uKwdatvAwv .linkBtn a:hover:after {
  transform: translateX(100%);
}
.HdZNs-uKwdatvAwv .prototype-text,
.HdZNs-uKwdatvAwv .linkBtn {
  text-align: center;
}
.HdZNs-uKwd4DoSgT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fde7fd;
}
.HdZNs-uKwd4DoSgT .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.HdZNs-uKwd4DoSgT .card-box {
  z-index: 2;
  position: relative;
}
.HdZNs-uKwd4DoSgT .prototype-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #8364e2;
  width: 80px;
  padding: 10px;
  text-align: center;
  border-radius: 6px;
}
.HdZNs-uKwd4DoSgT .prototype-iconfont-big {
  font-size: 16rem;
  color: #8364e2;
  position: absolute;
  bottom: -5rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.HdZNs-uKwd4DoSgT .card-title,
.HdZNs-uKwd4DoSgT .card-text {
  transition: all 0.3s;
}
.HdZNs-uKwd4DoSgT .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 4rem 3rem;
  border-radius: 6px;
  background: #f6bef5;
  transition: all 0.3s;
}
.HdZNs-uKwd4DoSgT .card-wrapper:hover {
  background: #852383;
}
.HdZNs-uKwd4DoSgT .card-wrapper:hover .prototype-iconfont-big {
  color: #ffffff;
  transform: rotate(-20deg);
}
.HdZNs-uKwd4DoSgT .card-wrapper:hover .card-title,
.HdZNs-uKwd4DoSgT .card-wrapper:hover .card-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .HdZNs-uKwd4DoSgT .card-wrapper {
    padding: 2rem 1rem;
  }
}
.HdZNs-uKwd4DoSgT .card-title,
.HdZNs-uKwd4DoSgT .iconfont-wrapper {
  color: #160830;
  text-align: center;
}
.HdZNs-uKwd4DoSgT .card-text {
  color: #353535;
  text-align: center;
}
.HdZNs-uKwd4DoSgT .prototype-fallback-image.disabled {
  display: none;
}
.HdZNs-uKwd4DoSgT .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.HdZNs-uKwd6SGuSj {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fde7fd;
}
.HdZNs-uKwd6SGuSj img,
.HdZNs-uKwd6SGuSj .item-img {
  width: 100%;
  object-fit: cover;
  height: 400px;
  transition: all 0.35s cubic-bezier(0.4, 0.12, 0.4, 0.85);
}
.HdZNs-uKwd6SGuSj .item-img {
  position: relative;
}
.HdZNs-uKwd6SGuSj .item-img:before {
  content: "";
  position: absolute;
  width: 101%;
  height: 101%;
  border: 1px solid #ff6ffc;
  top: -0.5%;
  left: -0.5%;
  pointer-events: none;
}
.HdZNs-uKwd6SGuSj .item-img:hover {
  transform: translateY(-7px);
}
.HdZNs-uKwd6SGuSj .item {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .HdZNs-uKwd6SGuSj .item:nth-child(1),
  .HdZNs-uKwd6SGuSj .item:nth-child(2),
  .HdZNs-uKwd6SGuSj .item:nth-child(3) {
    margin-top: 70px;
  }
  .HdZNs-uKwd6SGuSj .item:nth-child(2),
  .HdZNs-uKwd6SGuSj .item:nth-child(5),
  .HdZNs-uKwd6SGuSj .item:nth-child(8),
  .HdZNs-uKwd6SGuSj .item:nth-child(11),
  .HdZNs-uKwd6SGuSj .item:nth-child(15) {
    transform: translateY(-70px);
  }
}
.HdZNs-uKwd6SGuSj .item-title {
  margin-bottom: 1rem;
  color: #202020;
}
.HdZNs-uKwd6SGuSj .item_content {
  margin-top: 27px;
}
.HdZNs-uKwd6SGuSj .prototype-text {
  margin-bottom: 1rem;
  color: #000000;
}
.HdZNs-uKwd6SGuSj .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
@media (min-width: 992px) {
  .HdZNs-uKwd6SGuSj .item-wrapper {
    padding: 0 1.5rem;
  }
}
.HdZNs-uKwdGe7C3P {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f6bef5;
}
.HdZNs-uKwdGe7C3P .feature .card {
  border-left: 10px solid #f6bef5;
  background-color: #fde7fd;
  height: 100%;
  padding: 2rem 40px;
  border-radius: 0;
}
.HdZNs-uKwdGe7C3P .feature:last-child .card {
  border-color: #f6bef5;
}
.HdZNs-uKwdGe7C3P .feature .prototype-section-title {
  line-height: 1;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .HdZNs-uKwdGe7C3P .feature:last-child {
    margin-top: 2rem;
  }
}
.HdZNs-uKwdGe7C3P .prototype-fallback-image.disabled {
  display: none;
}
.HdZNs-uKwdGe7C3P .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.HdZNs-uKwdGe7C3P H3 {
  text-align: center;
}
.HdZNs-uKwdGe7C3P .card .prototype-text {
  text-align: center;
}
.HdZNs-uKwsrE3OuM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.HdZNs-uKwsrE3OuM .prototype-fallback-image.disabled {
  display: none;
}
.HdZNs-uKwsrE3OuM .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.HdZNs-uKwsrE3OuM .row {
  justify-content: space-between;
}
.HdZNs-uKwsrE3OuM .prototype-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .HdZNs-uKwsrE3OuM .prototype-section-title {
    margin-bottom: 20px;
  }
}
.HdZNs-uKwsrE3OuM .prototype-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .HdZNs-uKwsrE3OuM .prototype-section-btn {
    margin-bottom: 20px;
  }
}
.HdZNs-uKwsrE3OuM .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.HdZNs-uKwsrE3OuM .list li {
  margin-bottom: 25px;
}
.HdZNs-uKwsrE3OuM .list li:last-child {
  margin-bottom: 0;
}
.HdZNs-uKwsrE3OuM .prototype-desc {
  margin-bottom: 8px;
}
.HdZNs-uKwsrE3OuM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.HdZNs-uKwsrE3OuM .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.HdZNs-uKwsrE3OuM .social-row .soc-item a:hover .prototype-iconfont {
  border-color: #ffdbfa;
}
.HdZNs-uKwsrE3OuM .social-row .soc-item a .prototype-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #ff6ffc;
  transition: all .3s ease;
}
.HdZNs-uKwsrE3OuM .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #000000;
  text-align: center;
}
.HdZNs-uKwsrE3OuM .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #ff6ffc;
  opacity: .4;
}
@media (max-width: 992px) {
  .HdZNs-uKwsrE3OuM .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.HdZNs-uKwsrE3OuM .prototype-desc,
.HdZNs-uKwsrE3OuM .prototype-iconfont {
  color: #ffffff;
}
.HdZNs-uKwsrE3OuM .prototype-text,
.HdZNs-uKwsrE3OuM .prototype-section-btn {
  color: #000000;
}
.HdZNs-uKwbbHCNfw {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.HdZNs-uKwbbHCNfw .dropdown-item:before {
  font-family: animation2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.HdZNs-uKwbbHCNfw .btn:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
}
@media (max-width: 767px) {
  .HdZNs-uKwbbHCNfw .navbar-toggler {
    transform: scale(0.8);
  }
}
.HdZNs-uKwbbHCNfw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.HdZNs-uKwbbHCNfw .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.HdZNs-uKwbbHCNfw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.HdZNs-uKwbbHCNfw .navbar-brand .navbar-logo a {
  outline: none;
}
.HdZNs-uKwbbHCNfw .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.HdZNs-uKwbbHCNfw .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.HdZNs-uKwbbHCNfw .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.HdZNs-uKwbbHCNfw .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.HdZNs-uKwbbHCNfw .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .HdZNs-uKwbbHCNfw .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.HdZNs-uKwbbHCNfw .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.HdZNs-uKwbbHCNfw .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .HdZNs-uKwbbHCNfw .navbar-nav {
    padding-left: 1.5rem;
  }
}
.HdZNs-uKwbbHCNfw .nav-link {
  width: fit-content;
  position: relative;
}
.HdZNs-uKwbbHCNfw .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .HdZNs-uKwbbHCNfw .navbar-logo {
    padding-left: 1rem;
  }
}
.HdZNs-uKwbbHCNfw .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .HdZNs-uKwbbHCNfw .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.HdZNs-uKwbbHCNfw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.HdZNs-uKwbbHCNfw .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .HdZNs-uKwbbHCNfw .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .HdZNs-uKwbbHCNfw .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.HdZNs-uKwbbHCNfw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.HdZNs-uKwbbHCNfw .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.HdZNs-uKwbbHCNfw .nav-item:focus,
.HdZNs-uKwbbHCNfw .nav-link:focus {
  outline: none;
}
.HdZNs-uKwbbHCNfw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.HdZNs-uKwbbHCNfw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.HdZNs-uKwbbHCNfw .dropdown .dropdown-menu .dropdown-item .prototype-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.HdZNs-uKwbbHCNfw .dropdown .dropdown-menu .dropdown-item .prototype-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.HdZNs-uKwbbHCNfw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.HdZNs-uKwbbHCNfw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.HdZNs-uKwbbHCNfw .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.HdZNs-uKwbbHCNfw .navbar.opened {
  transition: all 0.25s;
}
.HdZNs-uKwbbHCNfw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.HdZNs-uKwbbHCNfw .navbar .navbar-logo img {
  width: auto;
}
.HdZNs-uKwbbHCNfw .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed {
  justify-content: center;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .HdZNs-uKwbbHCNfw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.HdZNs-uKwbbHCNfw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .HdZNs-uKwbbHCNfw .navbar {
    min-height: 72px;
  }
  .HdZNs-uKwbbHCNfw .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .HdZNs-uKwbbHCNfw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .HdZNs-uKwbbHCNfw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .HdZNs-uKwbbHCNfw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .HdZNs-uKwbbHCNfw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .HdZNs-uKwbbHCNfw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.HdZNs-uKwbbHCNfw .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.HdZNs-uKwbbHCNfw .dropdown-item.active,
.HdZNs-uKwbbHCNfw .dropdown-item:active {
  background-color: transparent;
}
.HdZNs-uKwbbHCNfw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.HdZNs-uKwbbHCNfw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.HdZNs-uKwbbHCNfw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.HdZNs-uKwbbHCNfw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.HdZNs-uKwbbHCNfw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.HdZNs-uKwbbHCNfw .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.HdZNs-uKwbbHCNfw ul.navbar-nav {
  flex-wrap: wrap;
}
.HdZNs-uKwbbHCNfw .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .HdZNs-uKwbbHCNfw .navbar-buttons {
    text-align: left;
  }
}
.HdZNs-uKwbbHCNfw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.HdZNs-uKwbbHCNfw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.HdZNs-uKwbbHCNfw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.HdZNs-uKwbbHCNfw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.HdZNs-uKwbbHCNfw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.HdZNs-uKwbbHCNfw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.HdZNs-uKwbbHCNfw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.HdZNs-uKwbbHCNfw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.HdZNs-uKwbbHCNfw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.HdZNs-uKwbbHCNfw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.HdZNs-uKwbbHCNfw .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.HdZNs-uKwbbHCNfw .opacityScroll {
  background: #ffffff !important;
}
.HdZNs-uKwbbHCNfw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.HdZNs-uKwbbHCNfw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .HdZNs-uKwbbHCNfw .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .HdZNs-uKwbbHCNfw .navbar {
    height: 70px;
  }
  .HdZNs-uKwbbHCNfw .navbar.opened {
    height: auto;
  }
  .HdZNs-uKwbbHCNfw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.HdZNs-uKwbbHCNfw .prototype-section-btn {
  margin: -0.6rem -0.6rem;
}
.HdZNs-uKwbbHCNfw .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .HdZNs-uKwbbHCNfw .navbar-brand {
    margin-right: auto;
  }
  .HdZNs-uKwbbHCNfw .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .HdZNs-uKwbbHCNfw .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .HdZNs-uKwbbHCNfw .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .HdZNs-uKwbbHCNfw .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .HdZNs-uKwbbHCNfw .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .HdZNs-uKwbbHCNfw .navbar-collapse {
    padding: 1rem;
  }
}
.HdZNs-uKwpt1SAdV {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/miraastral3.jpg-1376x768.jpg");
}
.HdZNs-uKwpt1SAdV .media-container-column .btn-bgr {
  z-index: 0;
}
.HdZNs-uKwpt1SAdV .prototype-overlay {
  background: linear-gradient(#ffffff -10%, #ffdbfa 75%);
}
.HdZNs-uKwpt1SAdV .prototype-fallback-image.disabled {
  display: none;
}
.HdZNs-uKwpt1SAdV .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.HdZNs-uKwpt1SAdV H1 {
  color: #000000;
}
.HdZNs-uKwpt1SAdV .prototype-text,
.HdZNs-uKwpt1SAdV .prototype-section-btn {
  color: #000000;
}
.HdZNs-uKweapPdFH {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #fde7fd;
}
.HdZNs-uKweapPdFH .prototype-iconfont {
  font-size: 34px;
  width: 5.125rem;
  transition: color .3s;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  color: #fff;
  margin-top: -2.5rem;
  border-radius: 50%;
}
.HdZNs-uKweapPdFH .prototype-section-title {
  margin: 0;
}
.HdZNs-uKweapPdFH .prototype-section-subtitle {
  color: #8d97ad;
}
.HdZNs-uKweapPdFH .card-img {
  text-align: inherit;
}
.HdZNs-uKweapPdFH .card-img span {
  background: linear-gradient(90deg, #2bdc9d, #1dc9cb);
}
.HdZNs-uKweapPdFH .prototype-text {
  color: #000000;
  text-align: center;
}
.HdZNs-uKweapPdFH .wrapper {
  border-radius: .25rem;
  padding: 2rem;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 991px) {
  .HdZNs-uKweapPdFH .wrapper {
    margin-bottom: 5rem;
  }
}
.HdZNs-uKweapPdFH .prototype-fallback-image.disabled {
  display: none;
}
.HdZNs-uKweapPdFH .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.HdZNs-uKweapPdFH .prototype-card-title {
  text-align: center;
  color: #000000;
}
.HdZNs-uKwNEaqKQ5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6bef5;
}
.HdZNs-uKwNEaqKQ5 .prototype-fallback-image.disabled {
  display: none;
}
.HdZNs-uKwNEaqKQ5 .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.HdZNs-uKwNEaqKQ5 .card {
  justify-content: flex-end;
}
.HdZNs-uKwNEaqKQ5 .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .HdZNs-uKwNEaqKQ5 .title-wrapper {
    margin-bottom: 20px;
  }
}
.HdZNs-uKwNEaqKQ5 .title-wrapper .prototype-tag {
  margin-bottom: 16px;
}
.HdZNs-uKwNEaqKQ5 .title-wrapper .prototype-section-title {
  margin-bottom: 0;
}
.HdZNs-uKwNEaqKQ5 .prototype-section-btn {
  margin-bottom: 40px;
}
.HdZNs-uKwNEaqKQ5 .prototype-section-btn .btn::after,
.HdZNs-uKwNEaqKQ5 .prototype-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.HdZNs-uKwNEaqKQ5 .prototype-section-btn .btn:hover,
.HdZNs-uKwNEaqKQ5 .prototype-section-btn .btn:focus {
  color: #ffffff !important;
}
.HdZNs-uKwNEaqKQ5 .prototype-section-btn .btn:hover::after,
.HdZNs-uKwNEaqKQ5 .prototype-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.HdZNs-uKwNEaqKQ5 .items-wrapper {
  margin: 0 -20px;
}
.HdZNs-uKwNEaqKQ5 .items-wrapper .item {
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .HdZNs-uKwNEaqKQ5 .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.HdZNs-uKwNEaqKQ5 .items-wrapper .item:hover .item-wrapper .item-img .image-wrap img,
.HdZNs-uKwNEaqKQ5 .items-wrapper .item:focus .item-wrapper .item-img .image-wrap img {
  transform: scale(1.05) translateX(10px);
}
.HdZNs-uKwNEaqKQ5 .items-wrapper .item:nth-child(2n) {
  transform: translateY(40px);
}
@media (max-width: 992px) {
  .HdZNs-uKwNEaqKQ5 .items-wrapper .item:nth-child(2n) {
    transform: none;
  }
}
.HdZNs-uKwNEaqKQ5 .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  border: 2px solid #b777ae;
}
.HdZNs-uKwNEaqKQ5 .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: -40px;
}
.HdZNs-uKwNEaqKQ5 .items-wrapper .item .item-wrapper .item-img .image-wrap {
  overflow: hidden;
}
.HdZNs-uKwNEaqKQ5 .items-wrapper .item .item-wrapper .item-img .image-wrap img {
  height: 310px;
  object-fit: cover;
  transition: all .3s ease;
  border-radius: 0 !important;
  transform: scale(1.05) translateX(0);
}
.HdZNs-uKwNEaqKQ5 .items-wrapper .item .item-wrapper .date-wrapper {
  position: absolute;
  left: 3px;
  bottom: -20px;
  width: 100%;
}
@media (max-width: 992px) {
  .HdZNs-uKwNEaqKQ5 .items-wrapper .item .item-wrapper .date-wrapper {
    bottom: -10px;
  }
}
.HdZNs-uKwNEaqKQ5 .items-wrapper .item .item-wrapper .date-wrapper .item-date {
  display: inline-block;
  margin-bottom: 0;
  background-color: #ffffff;
  padding: 10px 25px;
  border-radius: 3rem;
  transition: all .3s ease;
  cursor: pointer;
}
.HdZNs-uKwNEaqKQ5 .items-wrapper .item .item-wrapper .date-wrapper .item-date:hover,
.HdZNs-uKwNEaqKQ5 .items-wrapper .item .item-wrapper .date-wrapper .item-date:focus {
  color: #e24c4a;
}
.HdZNs-uKwNEaqKQ5 .items-wrapper .item .item-wrapper .item-content {
  padding: 80px 40px 40px 40px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .HdZNs-uKwNEaqKQ5 .items-wrapper .item .item-wrapper .item-content {
    padding: 80px 20px 20px 20px;
  }
}
.HdZNs-uKwNEaqKQ5 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.HdZNs-uKwNEaqKQ5 .items-wrapper .item .item-wrapper .item-content .item-title:hover,
.HdZNs-uKwNEaqKQ5 .items-wrapper .item .item-wrapper .item-content .item-title:focus {
  text-decoration-color: inherit;
}
.HdZNs-uKwNEaqKQ5 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.HdZNs-uKwNEaqKQ5 .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.HdZNs-uKwNEaqKQ5 .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin: 0 3px 3px 0;
  transition: all .3s ease;
  cursor: pointer;
}
.HdZNs-uKwNEaqKQ5 .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap:hover,
.HdZNs-uKwNEaqKQ5 .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.HdZNs-uKwNEaqKQ5 .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 20px;
  margin-bottom: 0;
}
.HdZNs-uKwNEaqKQ5 .items-wrapper .item .item-wrapper .item-content .item-btn .btn {
  margin-bottom: 0;
}
.HdZNs-uKwNEaqKQ5 .prototype-section-title {
  color: #ffffff;
}
.HdZNs-uKwNEaqKQ5 .prototype-tag {
  color: #adadad;
}
.HdZNs-uKwNEaqKQ5 .item-date {
  color: #c7c7c7;
}
.HdZNs-uKwNEaqKQ5 .item-title {
  color: #ffffff;
}
.HdZNs-uKwNEaqKQ5 .item-text {
  color: #000000;
  text-align: center;
}
.HdZNs-uKwNEaqKQ5 .list {
  color: #adadad;
}
.HdZNs-uKwNEaqKQ5 .main-btn {
  text-align: right;
}
.HdZNs-uKwNEaqKQ5 .item-title,
.HdZNs-uKwNEaqKQ5 .item-btn {
  text-align: center;
  color: #000000;
}
.HdZNs-uKwekaegkb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.HdZNs-uKwekaegkb .prototype-section-btn {
  margin-top: 5rem;
}
.HdZNs-uKwekaegkb .row {
  justify-content: center;
}
.HdZNs-uKwekaegkb .card {
  height: 100%;
  position: relative;
}
.HdZNs-uKwekaegkb .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.HdZNs-uKwekaegkb .card:hover:after {
  opacity: 0.8;
}
.HdZNs-uKwekaegkb .card-img {
  height: 400px;
}
.HdZNs-uKwekaegkb .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.HdZNs-uKwekaegkb .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.HdZNs-uKwekaegkb .cardbg1 {
  background: #fde7fd;
}
.HdZNs-uKwekaegkb .cardbg2 {
  background: #f6bef5;
}
.HdZNs-uKwekaegkb .cardbg3 {
  background: #fde7fd;
}
.HdZNs-uKwekaegkb .cardbg4 {
  background: #fff3f3;
}
@media (min-width: 1400px) {
  .HdZNs-uKwekaegkb .card-wrapper {
    padding: 6rem 2.6rem;
  }
}
@media (max-width: 1600px) {
  .HdZNs-uKwekaegkb .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .HdZNs-uKwekaegkb .card {
    margin-bottom: 2rem;
  }
}
.HdZNs-uKwekaegkb .prototype-fallback-image.disabled {
  display: none;
}
.HdZNs-uKwekaegkb .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.HdZNs-uKwekaegkb .card-title {
  text-align: center;
}
.HdZNs-uKwekaegkb .card-text {
  text-align: center;
}
.HdZNs-uKwevVHdWA {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f6bef5;
}
.HdZNs-uKwevVHdWA .reverse {
  display: flex;
  flex-direction: row-reverse;
}
.HdZNs-uKwevVHdWA .wrapper {
  margin-bottom: 60px;
}
.HdZNs-uKwevVHdWA .content__block {
  margin: 30px 40px 40px;
}
@media (max-width: 991px) {
  .HdZNs-uKwevVHdWA .content__block {
    margin-left: 0;
    margin-right: 0;
  }
}
.HdZNs-uKwevVHdWA .prototype-section-title {
  margin-bottom: 20px;
  text-align: center;
}
.HdZNs-uKwevVHdWA .prototype-text {
  margin-bottom: 0;
  color: #919dab;
}
.HdZNs-uKwevVHdWA .prototype-section-btn {
  margin-top: 30px;
}
.HdZNs-uKwevVHdWA .prototype-section-btn .btn {
  font-weight: 500;
  margin-top: 0;
}
.HdZNs-uKwevVHdWA .image {
  transition: all .2s;
}
.HdZNs-uKwevVHdWA .image:hover {
  opacity: .7;
}
.HdZNs-uKwevVHdWA .image img {
  border-radius: 10px;
  width: 100%;
}
.HdZNs-uKwevVHdWA .prototype-fallback-image.disabled {
  display: none;
}
.HdZNs-uKwevVHdWA .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.HdZNs-uKwevVHdWA .prototype-text,
.HdZNs-uKwevVHdWA .prototype-section-btn {
  color: #000000;
  text-align: center;
}
.HdZNs-uKweA4bGCJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffdbfa;
}
.HdZNs-uKweA4bGCJ .card-box {
  padding: 2rem;
}
.HdZNs-uKweA4bGCJ .link-wrap {
  width: 100%;
}
.HdZNs-uKweA4bGCJ .card-box,
.HdZNs-uKweA4bGCJ .img-wrapper {
  width: 50%;
}
@media (min-width: 1500px) {
  .HdZNs-uKweA4bGCJ .container {
    max-width: 1400px;
  }
}
.HdZNs-uKweA4bGCJ .link {
  display: inline-block;
}
.HdZNs-uKweA4bGCJ .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.HdZNs-uKweA4bGCJ .img1 {
  background: #ff6ffc;
}
.HdZNs-uKweA4bGCJ .img2 {
  background: #ff6ffc;
}
.HdZNs-uKweA4bGCJ .prototype-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.HdZNs-uKweA4bGCJ .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.HdZNs-uKweA4bGCJ .card-wrapper {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  transition: all 0.3s;
}
.HdZNs-uKweA4bGCJ .card-wrapper:hover {
  transform: translateY(-10px);
}
.HdZNs-uKweA4bGCJ .link,
.HdZNs-uKweA4bGCJ .link-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .HdZNs-uKweA4bGCJ .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .HdZNs-uKweA4bGCJ .card-wrapper {
    flex-direction: column;
  }
  .HdZNs-uKweA4bGCJ .card-box {
    padding: 2rem 1rem;
  }
  .HdZNs-uKweA4bGCJ .card-box,
  .HdZNs-uKweA4bGCJ .img-wrapper {
    width: 100%;
  }
  .HdZNs-uKweA4bGCJ .img-wrapper {
    padding: 4rem 1rem;
  }
}
.HdZNs-uKweA4bGCJ .card-subtitle {
  color: #0077ff;
}
.HdZNs-uKweA4bGCJ .prototype-text,
.HdZNs-uKweA4bGCJ .link-wrap {
  color: #000000;
  text-align: center;
}
.HdZNs-uKweA4bGCJ .prototype-fallback-image.disabled {
  display: none;
}
.HdZNs-uKweA4bGCJ .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.HdZNs-uKweA4bGCJ .card-title,
.HdZNs-uKweA4bGCJ .card-box {
  text-align: center;
}
.HdZNs-uKwsrE3OuM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.HdZNs-uKwsrE3OuM .prototype-fallback-image.disabled {
  display: none;
}
.HdZNs-uKwsrE3OuM .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.HdZNs-uKwsrE3OuM .row {
  justify-content: space-between;
}
.HdZNs-uKwsrE3OuM .prototype-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .HdZNs-uKwsrE3OuM .prototype-section-title {
    margin-bottom: 20px;
  }
}
.HdZNs-uKwsrE3OuM .prototype-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .HdZNs-uKwsrE3OuM .prototype-section-btn {
    margin-bottom: 20px;
  }
}
.HdZNs-uKwsrE3OuM .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.HdZNs-uKwsrE3OuM .list li {
  margin-bottom: 25px;
}
.HdZNs-uKwsrE3OuM .list li:last-child {
  margin-bottom: 0;
}
.HdZNs-uKwsrE3OuM .prototype-desc {
  margin-bottom: 8px;
}
.HdZNs-uKwsrE3OuM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.HdZNs-uKwsrE3OuM .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.HdZNs-uKwsrE3OuM .social-row .soc-item a:hover .prototype-iconfont {
  border-color: #ffdbfa;
}
.HdZNs-uKwsrE3OuM .social-row .soc-item a .prototype-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #ff6ffc;
  transition: all .3s ease;
}
.HdZNs-uKwsrE3OuM .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #000000;
  text-align: center;
}
.HdZNs-uKwsrE3OuM .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #ff6ffc;
  opacity: .4;
}
@media (max-width: 992px) {
  .HdZNs-uKwsrE3OuM .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.HdZNs-uKwsrE3OuM .prototype-desc,
.HdZNs-uKwsrE3OuM .prototype-iconfont {
  color: #ffffff;
}
.HdZNs-uKwsrE3OuM .prototype-text,
.HdZNs-uKwsrE3OuM .prototype-section-btn {
  color: #000000;
}
.HdZNs-uKwbbHCNfw {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.HdZNs-uKwbbHCNfw .dropdown-item:before {
  font-family: animation2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.HdZNs-uKwbbHCNfw .btn:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
}
@media (max-width: 767px) {
  .HdZNs-uKwbbHCNfw .navbar-toggler {
    transform: scale(0.8);
  }
}
.HdZNs-uKwbbHCNfw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.HdZNs-uKwbbHCNfw .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.HdZNs-uKwbbHCNfw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.HdZNs-uKwbbHCNfw .navbar-brand .navbar-logo a {
  outline: none;
}
.HdZNs-uKwbbHCNfw .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.HdZNs-uKwbbHCNfw .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.HdZNs-uKwbbHCNfw .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.HdZNs-uKwbbHCNfw .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.HdZNs-uKwbbHCNfw .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .HdZNs-uKwbbHCNfw .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.HdZNs-uKwbbHCNfw .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.HdZNs-uKwbbHCNfw .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .HdZNs-uKwbbHCNfw .navbar-nav {
    padding-left: 1.5rem;
  }
}
.HdZNs-uKwbbHCNfw .nav-link {
  width: fit-content;
  position: relative;
}
.HdZNs-uKwbbHCNfw .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .HdZNs-uKwbbHCNfw .navbar-logo {
    padding-left: 1rem;
  }
}
.HdZNs-uKwbbHCNfw .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .HdZNs-uKwbbHCNfw .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.HdZNs-uKwbbHCNfw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.HdZNs-uKwbbHCNfw .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .HdZNs-uKwbbHCNfw .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .HdZNs-uKwbbHCNfw .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.HdZNs-uKwbbHCNfw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.HdZNs-uKwbbHCNfw .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.HdZNs-uKwbbHCNfw .nav-item:focus,
.HdZNs-uKwbbHCNfw .nav-link:focus {
  outline: none;
}
.HdZNs-uKwbbHCNfw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.HdZNs-uKwbbHCNfw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.HdZNs-uKwbbHCNfw .dropdown .dropdown-menu .dropdown-item .prototype-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.HdZNs-uKwbbHCNfw .dropdown .dropdown-menu .dropdown-item .prototype-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.HdZNs-uKwbbHCNfw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.HdZNs-uKwbbHCNfw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.HdZNs-uKwbbHCNfw .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.HdZNs-uKwbbHCNfw .navbar.opened {
  transition: all 0.25s;
}
.HdZNs-uKwbbHCNfw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.HdZNs-uKwbbHCNfw .navbar .navbar-logo img {
  width: auto;
}
.HdZNs-uKwbbHCNfw .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed {
  justify-content: center;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .HdZNs-uKwbbHCNfw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.HdZNs-uKwbbHCNfw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .HdZNs-uKwbbHCNfw .navbar {
    min-height: 72px;
  }
  .HdZNs-uKwbbHCNfw .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .HdZNs-uKwbbHCNfw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .HdZNs-uKwbbHCNfw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .HdZNs-uKwbbHCNfw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .HdZNs-uKwbbHCNfw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .HdZNs-uKwbbHCNfw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.HdZNs-uKwbbHCNfw .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.HdZNs-uKwbbHCNfw .dropdown-item.active,
.HdZNs-uKwbbHCNfw .dropdown-item:active {
  background-color: transparent;
}
.HdZNs-uKwbbHCNfw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.HdZNs-uKwbbHCNfw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.HdZNs-uKwbbHCNfw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.HdZNs-uKwbbHCNfw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.HdZNs-uKwbbHCNfw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.HdZNs-uKwbbHCNfw .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.HdZNs-uKwbbHCNfw ul.navbar-nav {
  flex-wrap: wrap;
}
.HdZNs-uKwbbHCNfw .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .HdZNs-uKwbbHCNfw .navbar-buttons {
    text-align: left;
  }
}
.HdZNs-uKwbbHCNfw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.HdZNs-uKwbbHCNfw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.HdZNs-uKwbbHCNfw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.HdZNs-uKwbbHCNfw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.HdZNs-uKwbbHCNfw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.HdZNs-uKwbbHCNfw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.HdZNs-uKwbbHCNfw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.HdZNs-uKwbbHCNfw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.HdZNs-uKwbbHCNfw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.HdZNs-uKwbbHCNfw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.HdZNs-uKwbbHCNfw .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.HdZNs-uKwbbHCNfw .opacityScroll {
  background: #ffffff !important;
}
.HdZNs-uKwbbHCNfw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.HdZNs-uKwbbHCNfw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .HdZNs-uKwbbHCNfw .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .HdZNs-uKwbbHCNfw .navbar {
    height: 70px;
  }
  .HdZNs-uKwbbHCNfw .navbar.opened {
    height: auto;
  }
  .HdZNs-uKwbbHCNfw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.HdZNs-uKwbbHCNfw .prototype-section-btn {
  margin: -0.6rem -0.6rem;
}
.HdZNs-uKwbbHCNfw .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .HdZNs-uKwbbHCNfw .navbar-brand {
    margin-right: auto;
  }
  .HdZNs-uKwbbHCNfw .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .HdZNs-uKwbbHCNfw .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .HdZNs-uKwbbHCNfw .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .HdZNs-uKwbbHCNfw .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .HdZNs-uKwbbHCNfw .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .HdZNs-uKwbbHCNfw .navbar-collapse {
    padding: 1rem;
  }
}
.HdZNs-uKwfmQemQU {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #fde7fd;
}
.HdZNs-uKwfmQemQU .link-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.HdZNs-uKwfmQemQU .link {
  display: inline-block;
  position: relative;
  width: fit-content;
  padding: 0 1.4rem;
}
.HdZNs-uKwfmQemQU .link:before {
  position: absolute;
  left: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e908";
  font-family: 'animation2' !important;
  color: #000000;
  font-size: 0.8rem;
}
.HdZNs-uKwfmQemQU .link,
.HdZNs-uKwfmQemQU .link-wrap {
  color: #555555;
}
.HdZNs-uKwfmQemQU img {
  width: 100%;
}
@media (max-width: 992px) {
  .HdZNs-uKwfmQemQU .card {
    margin-bottom: 2rem!important;
  }
}
@media (max-width: 767px) {
  .HdZNs-uKwfmQemQU .link-wrap {
    align-items: center;
  }
}
.HdZNs-uKwfmQemQU .prototype-fallback-image.disabled {
  display: none;
}
.HdZNs-uKwfmQemQU .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.HdZNs-uKwfmQemQU .card-title,
.HdZNs-uKwfmQemQU .card-box {
  text-align: center;
}
.HdZNs-uKwsrE3OuM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.HdZNs-uKwsrE3OuM .prototype-fallback-image.disabled {
  display: none;
}
.HdZNs-uKwsrE3OuM .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.HdZNs-uKwsrE3OuM .row {
  justify-content: space-between;
}
.HdZNs-uKwsrE3OuM .prototype-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .HdZNs-uKwsrE3OuM .prototype-section-title {
    margin-bottom: 20px;
  }
}
.HdZNs-uKwsrE3OuM .prototype-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .HdZNs-uKwsrE3OuM .prototype-section-btn {
    margin-bottom: 20px;
  }
}
.HdZNs-uKwsrE3OuM .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.HdZNs-uKwsrE3OuM .list li {
  margin-bottom: 25px;
}
.HdZNs-uKwsrE3OuM .list li:last-child {
  margin-bottom: 0;
}
.HdZNs-uKwsrE3OuM .prototype-desc {
  margin-bottom: 8px;
}
.HdZNs-uKwsrE3OuM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.HdZNs-uKwsrE3OuM .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.HdZNs-uKwsrE3OuM .social-row .soc-item a:hover .prototype-iconfont {
  border-color: #ffdbfa;
}
.HdZNs-uKwsrE3OuM .social-row .soc-item a .prototype-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #ff6ffc;
  transition: all .3s ease;
}
.HdZNs-uKwsrE3OuM .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #000000;
  text-align: center;
}
.HdZNs-uKwsrE3OuM .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #ff6ffc;
  opacity: .4;
}
@media (max-width: 992px) {
  .HdZNs-uKwsrE3OuM .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.HdZNs-uKwsrE3OuM .prototype-desc,
.HdZNs-uKwsrE3OuM .prototype-iconfont {
  color: #ffffff;
}
.HdZNs-uKwsrE3OuM .prototype-text,
.HdZNs-uKwsrE3OuM .prototype-section-btn {
  color: #000000;
}
.HdZNs-uKwbbHCNfw {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.HdZNs-uKwbbHCNfw .dropdown-item:before {
  font-family: animation2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.HdZNs-uKwbbHCNfw .btn:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
}
@media (max-width: 767px) {
  .HdZNs-uKwbbHCNfw .navbar-toggler {
    transform: scale(0.8);
  }
}
.HdZNs-uKwbbHCNfw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.HdZNs-uKwbbHCNfw .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.HdZNs-uKwbbHCNfw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.HdZNs-uKwbbHCNfw .navbar-brand .navbar-logo a {
  outline: none;
}
.HdZNs-uKwbbHCNfw .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.HdZNs-uKwbbHCNfw .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.HdZNs-uKwbbHCNfw .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.HdZNs-uKwbbHCNfw .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.HdZNs-uKwbbHCNfw .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .HdZNs-uKwbbHCNfw .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.HdZNs-uKwbbHCNfw .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.HdZNs-uKwbbHCNfw .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .HdZNs-uKwbbHCNfw .navbar-nav {
    padding-left: 1.5rem;
  }
}
.HdZNs-uKwbbHCNfw .nav-link {
  width: fit-content;
  position: relative;
}
.HdZNs-uKwbbHCNfw .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .HdZNs-uKwbbHCNfw .navbar-logo {
    padding-left: 1rem;
  }
}
.HdZNs-uKwbbHCNfw .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .HdZNs-uKwbbHCNfw .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.HdZNs-uKwbbHCNfw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.HdZNs-uKwbbHCNfw .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .HdZNs-uKwbbHCNfw .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .HdZNs-uKwbbHCNfw .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.HdZNs-uKwbbHCNfw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.HdZNs-uKwbbHCNfw .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.HdZNs-uKwbbHCNfw .nav-item:focus,
.HdZNs-uKwbbHCNfw .nav-link:focus {
  outline: none;
}
.HdZNs-uKwbbHCNfw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.HdZNs-uKwbbHCNfw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.HdZNs-uKwbbHCNfw .dropdown .dropdown-menu .dropdown-item .prototype-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.HdZNs-uKwbbHCNfw .dropdown .dropdown-menu .dropdown-item .prototype-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.HdZNs-uKwbbHCNfw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.HdZNs-uKwbbHCNfw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.HdZNs-uKwbbHCNfw .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.HdZNs-uKwbbHCNfw .navbar.opened {
  transition: all 0.25s;
}
.HdZNs-uKwbbHCNfw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.HdZNs-uKwbbHCNfw .navbar .navbar-logo img {
  width: auto;
}
.HdZNs-uKwbbHCNfw .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed {
  justify-content: center;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .HdZNs-uKwbbHCNfw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.HdZNs-uKwbbHCNfw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .HdZNs-uKwbbHCNfw .navbar {
    min-height: 72px;
  }
  .HdZNs-uKwbbHCNfw .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .HdZNs-uKwbbHCNfw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .HdZNs-uKwbbHCNfw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .HdZNs-uKwbbHCNfw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .HdZNs-uKwbbHCNfw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .HdZNs-uKwbbHCNfw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.HdZNs-uKwbbHCNfw .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.HdZNs-uKwbbHCNfw .dropdown-item.active,
.HdZNs-uKwbbHCNfw .dropdown-item:active {
  background-color: transparent;
}
.HdZNs-uKwbbHCNfw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.HdZNs-uKwbbHCNfw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.HdZNs-uKwbbHCNfw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.HdZNs-uKwbbHCNfw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.HdZNs-uKwbbHCNfw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.HdZNs-uKwbbHCNfw .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.HdZNs-uKwbbHCNfw ul.navbar-nav {
  flex-wrap: wrap;
}
.HdZNs-uKwbbHCNfw .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .HdZNs-uKwbbHCNfw .navbar-buttons {
    text-align: left;
  }
}
.HdZNs-uKwbbHCNfw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.HdZNs-uKwbbHCNfw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.HdZNs-uKwbbHCNfw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.HdZNs-uKwbbHCNfw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.HdZNs-uKwbbHCNfw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.HdZNs-uKwbbHCNfw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.HdZNs-uKwbbHCNfw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.HdZNs-uKwbbHCNfw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.HdZNs-uKwbbHCNfw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.HdZNs-uKwbbHCNfw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.HdZNs-uKwbbHCNfw .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.HdZNs-uKwbbHCNfw .opacityScroll {
  background: #ffffff !important;
}
.HdZNs-uKwbbHCNfw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.HdZNs-uKwbbHCNfw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .HdZNs-uKwbbHCNfw .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .HdZNs-uKwbbHCNfw .navbar {
    height: 70px;
  }
  .HdZNs-uKwbbHCNfw .navbar.opened {
    height: auto;
  }
  .HdZNs-uKwbbHCNfw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.HdZNs-uKwbbHCNfw .prototype-section-btn {
  margin: -0.6rem -0.6rem;
}
.HdZNs-uKwbbHCNfw .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .HdZNs-uKwbbHCNfw .navbar-brand {
    margin-right: auto;
  }
  .HdZNs-uKwbbHCNfw .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .HdZNs-uKwbbHCNfw .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .HdZNs-uKwbbHCNfw .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .HdZNs-uKwbbHCNfw .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .HdZNs-uKwbbHCNfw .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .HdZNs-uKwbbHCNfw .navbar-collapse {
    padding: 1rem;
  }
}
.HdZNs-uKwgGRhCvf {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #fde7fd;
}
.HdZNs-uKwgGRhCvf .prototype-fallback-image.disabled {
  display: none;
}
.HdZNs-uKwgGRhCvf .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.HdZNs-uKwgGRhCvf .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .HdZNs-uKwgGRhCvf .container-fluid {
    padding: 0 20px;
  }
}
.HdZNs-uKwgGRhCvf .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .HdZNs-uKwgGRhCvf .container {
    padding: 0 20px;
  }
}
.HdZNs-uKwgGRhCvf .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .HdZNs-uKwgGRhCvf .content-wrapper {
    padding: 46px 0;
  }
}
.HdZNs-uKwgGRhCvf .dragArea.row {
  position: relative;
  z-index: 1;
}
.HdZNs-uKwgGRhCvf .dragArea.row .prototype-section-title {
  margin-bottom: 32px !important;
}
.HdZNs-uKwgGRhCvf .dragArea.row .prototype-text {
  margin-bottom: 60px !important;
}
@media (max-width: 992px) {
  .HdZNs-uKwgGRhCvf .dragArea.row .prototype-text {
    margin-bottom: 46px !important;
  }
}
.HdZNs-uKwgGRhCvf .dragArea.row .form-group {
  margin-bottom: 46px !important;
}
.HdZNs-uKwgGRhCvf .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.HdZNs-uKwgGRhCvf .dragArea.row .form-group .form-control {
  padding: 0 0 8px 0;
  border: none !important;
  border-bottom: 1px solid #000000 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.HdZNs-uKwgGRhCvf .dragArea.row .form-group .form-control:hover,
.HdZNs-uKwgGRhCvf .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #ff6ffc !important;
}
.HdZNs-uKwgGRhCvf .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.HdZNs-uKwgGRhCvf .dragArea.row .form-group textarea {
  min-height: 150px;
}
.HdZNs-uKwgGRhCvf .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.HdZNs-uKwgGRhCvf .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ff6ffc;
  border-color: #ff6ffc;
  border-radius: 0;
}
.HdZNs-uKwgGRhCvf .dragArea.row .prototype-section-btn {
  width: 100%;
}
.HdZNs-uKwgGRhCvf .prototype-section-title {
  color: #000000;
  text-align: center;
}
.HdZNs-uKwgGRhCvf .prototype-text {
  color: #000000;
  text-align: center;
}
.HdZNs-uKwgGRhCvf .prototype-text,
.HdZNs-uKwgGRhCvf .text-wrapper {
  color: #000000;
  text-align: center;
}
.HdZNs-uKwgGRhCvf label {
  color: #000000;
}
.HdZNs-uKwgGRhCvf .prototype-section-btn {
  text-align: center;
}
.HdZNs-uKwsrE3OuM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.HdZNs-uKwsrE3OuM .prototype-fallback-image.disabled {
  display: none;
}
.HdZNs-uKwsrE3OuM .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.HdZNs-uKwsrE3OuM .row {
  justify-content: space-between;
}
.HdZNs-uKwsrE3OuM .prototype-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .HdZNs-uKwsrE3OuM .prototype-section-title {
    margin-bottom: 20px;
  }
}
.HdZNs-uKwsrE3OuM .prototype-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .HdZNs-uKwsrE3OuM .prototype-section-btn {
    margin-bottom: 20px;
  }
}
.HdZNs-uKwsrE3OuM .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.HdZNs-uKwsrE3OuM .list li {
  margin-bottom: 25px;
}
.HdZNs-uKwsrE3OuM .list li:last-child {
  margin-bottom: 0;
}
.HdZNs-uKwsrE3OuM .prototype-desc {
  margin-bottom: 8px;
}
.HdZNs-uKwsrE3OuM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.HdZNs-uKwsrE3OuM .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.HdZNs-uKwsrE3OuM .social-row .soc-item a:hover .prototype-iconfont {
  border-color: #ffdbfa;
}
.HdZNs-uKwsrE3OuM .social-row .soc-item a .prototype-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #ff6ffc;
  transition: all .3s ease;
}
.HdZNs-uKwsrE3OuM .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #000000;
  text-align: center;
}
.HdZNs-uKwsrE3OuM .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #ff6ffc;
  opacity: .4;
}
@media (max-width: 992px) {
  .HdZNs-uKwsrE3OuM .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.HdZNs-uKwsrE3OuM .prototype-desc,
.HdZNs-uKwsrE3OuM .prototype-iconfont {
  color: #ffffff;
}
.HdZNs-uKwsrE3OuM .prototype-text,
.HdZNs-uKwsrE3OuM .prototype-section-btn {
  color: #000000;
}
.HdZNs-uKwbbHCNfw {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.HdZNs-uKwbbHCNfw .dropdown-item:before {
  font-family: animation2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.HdZNs-uKwbbHCNfw .btn:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
}
@media (max-width: 767px) {
  .HdZNs-uKwbbHCNfw .navbar-toggler {
    transform: scale(0.8);
  }
}
.HdZNs-uKwbbHCNfw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.HdZNs-uKwbbHCNfw .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.HdZNs-uKwbbHCNfw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.HdZNs-uKwbbHCNfw .navbar-brand .navbar-logo a {
  outline: none;
}
.HdZNs-uKwbbHCNfw .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.HdZNs-uKwbbHCNfw .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.HdZNs-uKwbbHCNfw .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.HdZNs-uKwbbHCNfw .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.HdZNs-uKwbbHCNfw .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .HdZNs-uKwbbHCNfw .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.HdZNs-uKwbbHCNfw .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.HdZNs-uKwbbHCNfw .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .HdZNs-uKwbbHCNfw .navbar-nav {
    padding-left: 1.5rem;
  }
}
.HdZNs-uKwbbHCNfw .nav-link {
  width: fit-content;
  position: relative;
}
.HdZNs-uKwbbHCNfw .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .HdZNs-uKwbbHCNfw .navbar-logo {
    padding-left: 1rem;
  }
}
.HdZNs-uKwbbHCNfw .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .HdZNs-uKwbbHCNfw .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.HdZNs-uKwbbHCNfw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.HdZNs-uKwbbHCNfw .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .HdZNs-uKwbbHCNfw .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .HdZNs-uKwbbHCNfw .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.HdZNs-uKwbbHCNfw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.HdZNs-uKwbbHCNfw .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.HdZNs-uKwbbHCNfw .nav-item:focus,
.HdZNs-uKwbbHCNfw .nav-link:focus {
  outline: none;
}
.HdZNs-uKwbbHCNfw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.HdZNs-uKwbbHCNfw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.HdZNs-uKwbbHCNfw .dropdown .dropdown-menu .dropdown-item .prototype-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.HdZNs-uKwbbHCNfw .dropdown .dropdown-menu .dropdown-item .prototype-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.HdZNs-uKwbbHCNfw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.HdZNs-uKwbbHCNfw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.HdZNs-uKwbbHCNfw .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.HdZNs-uKwbbHCNfw .navbar.opened {
  transition: all 0.25s;
}
.HdZNs-uKwbbHCNfw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.HdZNs-uKwbbHCNfw .navbar .navbar-logo img {
  width: auto;
}
.HdZNs-uKwbbHCNfw .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed {
  justify-content: center;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .HdZNs-uKwbbHCNfw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.HdZNs-uKwbbHCNfw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.HdZNs-uKwbbHCNfw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .HdZNs-uKwbbHCNfw .navbar {
    min-height: 72px;
  }
  .HdZNs-uKwbbHCNfw .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .HdZNs-uKwbbHCNfw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .HdZNs-uKwbbHCNfw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .HdZNs-uKwbbHCNfw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .HdZNs-uKwbbHCNfw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .HdZNs-uKwbbHCNfw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.HdZNs-uKwbbHCNfw .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.HdZNs-uKwbbHCNfw .dropdown-item.active,
.HdZNs-uKwbbHCNfw .dropdown-item:active {
  background-color: transparent;
}
.HdZNs-uKwbbHCNfw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.HdZNs-uKwbbHCNfw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.HdZNs-uKwbbHCNfw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.HdZNs-uKwbbHCNfw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.HdZNs-uKwbbHCNfw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.HdZNs-uKwbbHCNfw .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.HdZNs-uKwbbHCNfw ul.navbar-nav {
  flex-wrap: wrap;
}
.HdZNs-uKwbbHCNfw .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .HdZNs-uKwbbHCNfw .navbar-buttons {
    text-align: left;
  }
}
.HdZNs-uKwbbHCNfw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.HdZNs-uKwbbHCNfw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.HdZNs-uKwbbHCNfw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.HdZNs-uKwbbHCNfw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.HdZNs-uKwbbHCNfw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.HdZNs-uKwbbHCNfw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.HdZNs-uKwbbHCNfw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.HdZNs-uKwbbHCNfw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.HdZNs-uKwbbHCNfw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.HdZNs-uKwbbHCNfw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.HdZNs-uKwbbHCNfw .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.HdZNs-uKwbbHCNfw .opacityScroll {
  background: #ffffff !important;
}
.HdZNs-uKwbbHCNfw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.HdZNs-uKwbbHCNfw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .HdZNs-uKwbbHCNfw .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .HdZNs-uKwbbHCNfw .navbar {
    height: 70px;
  }
  .HdZNs-uKwbbHCNfw .navbar.opened {
    height: auto;
  }
  .HdZNs-uKwbbHCNfw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.HdZNs-uKwbbHCNfw .prototype-section-btn {
  margin: -0.6rem -0.6rem;
}
.HdZNs-uKwbbHCNfw .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .HdZNs-uKwbbHCNfw .navbar-brand {
    margin-right: auto;
  }
  .HdZNs-uKwbbHCNfw .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .HdZNs-uKwbbHCNfw .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .HdZNs-uKwbbHCNfw .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .HdZNs-uKwbbHCNfw .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .HdZNs-uKwbbHCNfw .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .HdZNs-uKwbbHCNfw .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .HdZNs-uKwbbHCNfw .navbar-collapse {
    padding: 1rem;
  }
}
.HdZNs-uKwgTFMBuc {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #fde7fd;
}
.HdZNs-uKwgTFMBuc .prototype-section-subtitle {
  text-align: center;
  color: #000000;
}
.HdZNs-uKwgTFMBuc .prototype-text {
  color: #000000;
}
.HdZNs-uKwsrE3OuM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.HdZNs-uKwsrE3OuM .prototype-fallback-image.disabled {
  display: none;
}
.HdZNs-uKwsrE3OuM .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.HdZNs-uKwsrE3OuM .row {
  justify-content: space-between;
}
.HdZNs-uKwsrE3OuM .prototype-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .HdZNs-uKwsrE3OuM .prototype-section-title {
    margin-bottom: 20px;
  }
}
.HdZNs-uKwsrE3OuM .prototype-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .HdZNs-uKwsrE3OuM .prototype-section-btn {
    margin-bottom: 20px;
  }
}
.HdZNs-uKwsrE3OuM .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.HdZNs-uKwsrE3OuM .list li {
  margin-bottom: 25px;
}
.HdZNs-uKwsrE3OuM .list li:last-child {
  margin-bottom: 0;
}
.HdZNs-uKwsrE3OuM .prototype-desc {
  margin-bottom: 8px;
}
.HdZNs-uKwsrE3OuM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.HdZNs-uKwsrE3OuM .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.HdZNs-uKwsrE3OuM .social-row .soc-item a:hover .prototype-iconfont {
  border-color: #ffdbfa;
}
.HdZNs-uKwsrE3OuM .social-row .soc-item a .prototype-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #ff6ffc;
  transition: all .3s ease;
}
.HdZNs-uKwsrE3OuM .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #000000;
  text-align: center;
}
.HdZNs-uKwsrE3OuM .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #ff6ffc;
  opacity: .4;
}
@media (max-width: 992px) {
  .HdZNs-uKwsrE3OuM .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.HdZNs-uKwsrE3OuM .prototype-desc,
.HdZNs-uKwsrE3OuM .prototype-iconfont {
  color: #ffffff;
}
.HdZNs-uKwsrE3OuM .prototype-text,
.HdZNs-uKwsrE3OuM .prototype-section-btn {
  color: #000000;
}
.HdZNs-uKwgWG9Zjz {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.HdZNs-uKwgWG9Zjz .dropdown-item:before {
  font-family: animation2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.HdZNs-uKwgWG9Zjz .btn:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
}
@media (max-width: 767px) {
  .HdZNs-uKwgWG9Zjz .navbar-toggler {
    transform: scale(0.8);
  }
}
.HdZNs-uKwgWG9Zjz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.HdZNs-uKwgWG9Zjz .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.HdZNs-uKwgWG9Zjz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.HdZNs-uKwgWG9Zjz .navbar-brand .navbar-logo a {
  outline: none;
}
.HdZNs-uKwgWG9Zjz .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.HdZNs-uKwgWG9Zjz .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.HdZNs-uKwgWG9Zjz .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.HdZNs-uKwgWG9Zjz .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.HdZNs-uKwgWG9Zjz .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .HdZNs-uKwgWG9Zjz .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.HdZNs-uKwgWG9Zjz .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.HdZNs-uKwgWG9Zjz .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .HdZNs-uKwgWG9Zjz .navbar-nav {
    padding-left: 1.5rem;
  }
}
.HdZNs-uKwgWG9Zjz .nav-link {
  width: fit-content;
  position: relative;
}
.HdZNs-uKwgWG9Zjz .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .HdZNs-uKwgWG9Zjz .navbar-logo {
    padding-left: 1rem;
  }
}
.HdZNs-uKwgWG9Zjz .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .HdZNs-uKwgWG9Zjz .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.HdZNs-uKwgWG9Zjz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.HdZNs-uKwgWG9Zjz .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .HdZNs-uKwgWG9Zjz .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .HdZNs-uKwgWG9Zjz .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.HdZNs-uKwgWG9Zjz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.HdZNs-uKwgWG9Zjz .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.HdZNs-uKwgWG9Zjz .nav-item:focus,
.HdZNs-uKwgWG9Zjz .nav-link:focus {
  outline: none;
}
.HdZNs-uKwgWG9Zjz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.HdZNs-uKwgWG9Zjz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.HdZNs-uKwgWG9Zjz .dropdown .dropdown-menu .dropdown-item .prototype-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.HdZNs-uKwgWG9Zjz .dropdown .dropdown-menu .dropdown-item .prototype-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.HdZNs-uKwgWG9Zjz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.HdZNs-uKwgWG9Zjz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.HdZNs-uKwgWG9Zjz .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.HdZNs-uKwgWG9Zjz .navbar.opened {
  transition: all 0.25s;
}
.HdZNs-uKwgWG9Zjz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.HdZNs-uKwgWG9Zjz .navbar .navbar-logo img {
  width: auto;
}
.HdZNs-uKwgWG9Zjz .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.HdZNs-uKwgWG9Zjz .navbar.collapsed {
  justify-content: center;
}
.HdZNs-uKwgWG9Zjz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.HdZNs-uKwgWG9Zjz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .HdZNs-uKwgWG9Zjz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.HdZNs-uKwgWG9Zjz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.HdZNs-uKwgWG9Zjz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.HdZNs-uKwgWG9Zjz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.HdZNs-uKwgWG9Zjz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.HdZNs-uKwgWG9Zjz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.HdZNs-uKwgWG9Zjz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .HdZNs-uKwgWG9Zjz .navbar {
    min-height: 72px;
  }
  .HdZNs-uKwgWG9Zjz .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .HdZNs-uKwgWG9Zjz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .HdZNs-uKwgWG9Zjz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .HdZNs-uKwgWG9Zjz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .HdZNs-uKwgWG9Zjz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .HdZNs-uKwgWG9Zjz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .HdZNs-uKwgWG9Zjz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .HdZNs-uKwgWG9Zjz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .HdZNs-uKwgWG9Zjz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .HdZNs-uKwgWG9Zjz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.HdZNs-uKwgWG9Zjz .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.HdZNs-uKwgWG9Zjz .dropdown-item.active,
.HdZNs-uKwgWG9Zjz .dropdown-item:active {
  background-color: transparent;
}
.HdZNs-uKwgWG9Zjz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.HdZNs-uKwgWG9Zjz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.HdZNs-uKwgWG9Zjz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.HdZNs-uKwgWG9Zjz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.HdZNs-uKwgWG9Zjz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.HdZNs-uKwgWG9Zjz .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.HdZNs-uKwgWG9Zjz ul.navbar-nav {
  flex-wrap: wrap;
}
.HdZNs-uKwgWG9Zjz .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .HdZNs-uKwgWG9Zjz .navbar-buttons {
    text-align: left;
  }
}
.HdZNs-uKwgWG9Zjz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.HdZNs-uKwgWG9Zjz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.HdZNs-uKwgWG9Zjz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.HdZNs-uKwgWG9Zjz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.HdZNs-uKwgWG9Zjz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.HdZNs-uKwgWG9Zjz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.HdZNs-uKwgWG9Zjz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.HdZNs-uKwgWG9Zjz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.HdZNs-uKwgWG9Zjz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.HdZNs-uKwgWG9Zjz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.HdZNs-uKwgWG9Zjz .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.HdZNs-uKwgWG9Zjz .opacityScroll {
  background: #ffffff !important;
}
.HdZNs-uKwgWG9Zjz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.HdZNs-uKwgWG9Zjz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .HdZNs-uKwgWG9Zjz .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .HdZNs-uKwgWG9Zjz .navbar {
    height: 70px;
  }
  .HdZNs-uKwgWG9Zjz .navbar.opened {
    height: auto;
  }
  .HdZNs-uKwgWG9Zjz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.HdZNs-uKwgWG9Zjz .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.HdZNs-uKwgWG9Zjz .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.HdZNs-uKwgWG9Zjz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.HdZNs-uKwgWG9Zjz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.HdZNs-uKwgWG9Zjz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.HdZNs-uKwgWG9Zjz .prototype-section-btn {
  margin: -0.6rem -0.6rem;
}
.HdZNs-uKwgWG9Zjz .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .HdZNs-uKwgWG9Zjz .navbar-brand {
    margin-right: auto;
  }
  .HdZNs-uKwgWG9Zjz .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .HdZNs-uKwgWG9Zjz .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .HdZNs-uKwgWG9Zjz .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .HdZNs-uKwgWG9Zjz .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .HdZNs-uKwgWG9Zjz .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .HdZNs-uKwgWG9Zjz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .HdZNs-uKwgWG9Zjz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .HdZNs-uKwgWG9Zjz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .HdZNs-uKwgWG9Zjz .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .HdZNs-uKwgWG9Zjz .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .HdZNs-uKwgWG9Zjz .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .HdZNs-uKwgWG9Zjz .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .HdZNs-uKwgWG9Zjz .navbar-collapse {
    padding: 1rem;
  }
}
.HdZNs-uKwgWHmZGs {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #fde7fd;
}
.HdZNs-uKwgWHmZGs .prototype-section-subtitle {
  text-align: center;
  color: #000000;
}
.HdZNs-uKwgWHmZGs .prototype-text {
  color: #000000;
}
.HdZNs-uKwsrE3OuM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.HdZNs-uKwsrE3OuM .prototype-fallback-image.disabled {
  display: none;
}
.HdZNs-uKwsrE3OuM .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.HdZNs-uKwsrE3OuM .row {
  justify-content: space-between;
}
.HdZNs-uKwsrE3OuM .prototype-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .HdZNs-uKwsrE3OuM .prototype-section-title {
    margin-bottom: 20px;
  }
}
.HdZNs-uKwsrE3OuM .prototype-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .HdZNs-uKwsrE3OuM .prototype-section-btn {
    margin-bottom: 20px;
  }
}
.HdZNs-uKwsrE3OuM .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.HdZNs-uKwsrE3OuM .list li {
  margin-bottom: 25px;
}
.HdZNs-uKwsrE3OuM .list li:last-child {
  margin-bottom: 0;
}
.HdZNs-uKwsrE3OuM .prototype-desc {
  margin-bottom: 8px;
}
.HdZNs-uKwsrE3OuM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.HdZNs-uKwsrE3OuM .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.HdZNs-uKwsrE3OuM .social-row .soc-item a:hover .prototype-iconfont {
  border-color: #ffdbfa;
}
.HdZNs-uKwsrE3OuM .social-row .soc-item a .prototype-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #ff6ffc;
  transition: all .3s ease;
}
.HdZNs-uKwsrE3OuM .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #000000;
  text-align: center;
}
.HdZNs-uKwsrE3OuM .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #ff6ffc;
  opacity: .4;
}
@media (max-width: 992px) {
  .HdZNs-uKwsrE3OuM .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.HdZNs-uKwsrE3OuM .prototype-desc,
.HdZNs-uKwsrE3OuM .prototype-iconfont {
  color: #ffffff;
}
.HdZNs-uKwsrE3OuM .prototype-text,
.HdZNs-uKwsrE3OuM .prototype-section-btn {
  color: #000000;
}
.HdZNs-uKwgYFf9zA {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.HdZNs-uKwgYFf9zA .dropdown-item:before {
  font-family: animation2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.HdZNs-uKwgYFf9zA .btn:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
}
@media (max-width: 767px) {
  .HdZNs-uKwgYFf9zA .navbar-toggler {
    transform: scale(0.8);
  }
}
.HdZNs-uKwgYFf9zA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.HdZNs-uKwgYFf9zA .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.HdZNs-uKwgYFf9zA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.HdZNs-uKwgYFf9zA .navbar-brand .navbar-logo a {
  outline: none;
}
.HdZNs-uKwgYFf9zA .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.HdZNs-uKwgYFf9zA .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.HdZNs-uKwgYFf9zA .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.HdZNs-uKwgYFf9zA .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.HdZNs-uKwgYFf9zA .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .HdZNs-uKwgYFf9zA .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.HdZNs-uKwgYFf9zA .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.HdZNs-uKwgYFf9zA .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .HdZNs-uKwgYFf9zA .navbar-nav {
    padding-left: 1.5rem;
  }
}
.HdZNs-uKwgYFf9zA .nav-link {
  width: fit-content;
  position: relative;
}
.HdZNs-uKwgYFf9zA .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .HdZNs-uKwgYFf9zA .navbar-logo {
    padding-left: 1rem;
  }
}
.HdZNs-uKwgYFf9zA .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .HdZNs-uKwgYFf9zA .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.HdZNs-uKwgYFf9zA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.HdZNs-uKwgYFf9zA .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .HdZNs-uKwgYFf9zA .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .HdZNs-uKwgYFf9zA .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.HdZNs-uKwgYFf9zA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.HdZNs-uKwgYFf9zA .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.HdZNs-uKwgYFf9zA .nav-item:focus,
.HdZNs-uKwgYFf9zA .nav-link:focus {
  outline: none;
}
.HdZNs-uKwgYFf9zA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.HdZNs-uKwgYFf9zA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.HdZNs-uKwgYFf9zA .dropdown .dropdown-menu .dropdown-item .prototype-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.HdZNs-uKwgYFf9zA .dropdown .dropdown-menu .dropdown-item .prototype-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.HdZNs-uKwgYFf9zA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.HdZNs-uKwgYFf9zA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.HdZNs-uKwgYFf9zA .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.HdZNs-uKwgYFf9zA .navbar.opened {
  transition: all 0.25s;
}
.HdZNs-uKwgYFf9zA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.HdZNs-uKwgYFf9zA .navbar .navbar-logo img {
  width: auto;
}
.HdZNs-uKwgYFf9zA .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.HdZNs-uKwgYFf9zA .navbar.collapsed {
  justify-content: center;
}
.HdZNs-uKwgYFf9zA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.HdZNs-uKwgYFf9zA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .HdZNs-uKwgYFf9zA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.HdZNs-uKwgYFf9zA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.HdZNs-uKwgYFf9zA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.HdZNs-uKwgYFf9zA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.HdZNs-uKwgYFf9zA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.HdZNs-uKwgYFf9zA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.HdZNs-uKwgYFf9zA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .HdZNs-uKwgYFf9zA .navbar {
    min-height: 72px;
  }
  .HdZNs-uKwgYFf9zA .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .HdZNs-uKwgYFf9zA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .HdZNs-uKwgYFf9zA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .HdZNs-uKwgYFf9zA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .HdZNs-uKwgYFf9zA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .HdZNs-uKwgYFf9zA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .HdZNs-uKwgYFf9zA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .HdZNs-uKwgYFf9zA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .HdZNs-uKwgYFf9zA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .HdZNs-uKwgYFf9zA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.HdZNs-uKwgYFf9zA .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.HdZNs-uKwgYFf9zA .dropdown-item.active,
.HdZNs-uKwgYFf9zA .dropdown-item:active {
  background-color: transparent;
}
.HdZNs-uKwgYFf9zA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.HdZNs-uKwgYFf9zA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.HdZNs-uKwgYFf9zA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.HdZNs-uKwgYFf9zA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.HdZNs-uKwgYFf9zA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.HdZNs-uKwgYFf9zA .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.HdZNs-uKwgYFf9zA ul.navbar-nav {
  flex-wrap: wrap;
}
.HdZNs-uKwgYFf9zA .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .HdZNs-uKwgYFf9zA .navbar-buttons {
    text-align: left;
  }
}
.HdZNs-uKwgYFf9zA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.HdZNs-uKwgYFf9zA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.HdZNs-uKwgYFf9zA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.HdZNs-uKwgYFf9zA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.HdZNs-uKwgYFf9zA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.HdZNs-uKwgYFf9zA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.HdZNs-uKwgYFf9zA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.HdZNs-uKwgYFf9zA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.HdZNs-uKwgYFf9zA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.HdZNs-uKwgYFf9zA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.HdZNs-uKwgYFf9zA .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.HdZNs-uKwgYFf9zA .opacityScroll {
  background: #ffffff !important;
}
.HdZNs-uKwgYFf9zA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.HdZNs-uKwgYFf9zA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .HdZNs-uKwgYFf9zA .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .HdZNs-uKwgYFf9zA .navbar {
    height: 70px;
  }
  .HdZNs-uKwgYFf9zA .navbar.opened {
    height: auto;
  }
  .HdZNs-uKwgYFf9zA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.HdZNs-uKwgYFf9zA .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.HdZNs-uKwgYFf9zA .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.HdZNs-uKwgYFf9zA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.HdZNs-uKwgYFf9zA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.HdZNs-uKwgYFf9zA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.HdZNs-uKwgYFf9zA .prototype-section-btn {
  margin: -0.6rem -0.6rem;
}
.HdZNs-uKwgYFf9zA .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .HdZNs-uKwgYFf9zA .navbar-brand {
    margin-right: auto;
  }
  .HdZNs-uKwgYFf9zA .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .HdZNs-uKwgYFf9zA .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .HdZNs-uKwgYFf9zA .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .HdZNs-uKwgYFf9zA .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .HdZNs-uKwgYFf9zA .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .HdZNs-uKwgYFf9zA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .HdZNs-uKwgYFf9zA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .HdZNs-uKwgYFf9zA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .HdZNs-uKwgYFf9zA .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .HdZNs-uKwgYFf9zA .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .HdZNs-uKwgYFf9zA .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .HdZNs-uKwgYFf9zA .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .HdZNs-uKwgYFf9zA .navbar-collapse {
    padding: 1rem;
  }
}
.HdZNs-uKwgYG5PdS {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #fde7fd;
}
.HdZNs-uKwgYG5PdS .prototype-section-subtitle {
  text-align: center;
  color: #000000;
}
.HdZNs-uKwgYG5PdS .prototype-text {
  color: #000000;
}
.HdZNs-uKwsrE3OuM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.HdZNs-uKwsrE3OuM .prototype-fallback-image.disabled {
  display: none;
}
.HdZNs-uKwsrE3OuM .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.HdZNs-uKwsrE3OuM .row {
  justify-content: space-between;
}
.HdZNs-uKwsrE3OuM .prototype-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .HdZNs-uKwsrE3OuM .prototype-section-title {
    margin-bottom: 20px;
  }
}
.HdZNs-uKwsrE3OuM .prototype-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .HdZNs-uKwsrE3OuM .prototype-section-btn {
    margin-bottom: 20px;
  }
}
.HdZNs-uKwsrE3OuM .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.HdZNs-uKwsrE3OuM .list li {
  margin-bottom: 25px;
}
.HdZNs-uKwsrE3OuM .list li:last-child {
  margin-bottom: 0;
}
.HdZNs-uKwsrE3OuM .prototype-desc {
  margin-bottom: 8px;
}
.HdZNs-uKwsrE3OuM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.HdZNs-uKwsrE3OuM .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.HdZNs-uKwsrE3OuM .social-row .soc-item a:hover .prototype-iconfont {
  border-color: #ffdbfa;
}
.HdZNs-uKwsrE3OuM .social-row .soc-item a .prototype-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #ff6ffc;
  transition: all .3s ease;
}
.HdZNs-uKwsrE3OuM .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #000000;
  text-align: center;
}
.HdZNs-uKwsrE3OuM .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #ff6ffc;
  opacity: .4;
}
@media (max-width: 992px) {
  .HdZNs-uKwsrE3OuM .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.HdZNs-uKwsrE3OuM .prototype-desc,
.HdZNs-uKwsrE3OuM .prototype-iconfont {
  color: #ffffff;
}
.HdZNs-uKwsrE3OuM .prototype-text,
.HdZNs-uKwsrE3OuM .prototype-section-btn {
  color: #000000;
}
.HdZNs-uKwh0rQTId {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.HdZNs-uKwh0rQTId .dropdown-item:before {
  font-family: animation2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.HdZNs-uKwh0rQTId .btn:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
}
@media (max-width: 767px) {
  .HdZNs-uKwh0rQTId .navbar-toggler {
    transform: scale(0.8);
  }
}
.HdZNs-uKwh0rQTId .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.HdZNs-uKwh0rQTId .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.HdZNs-uKwh0rQTId .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.HdZNs-uKwh0rQTId .navbar-brand .navbar-logo a {
  outline: none;
}
.HdZNs-uKwh0rQTId .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.HdZNs-uKwh0rQTId .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.HdZNs-uKwh0rQTId .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.HdZNs-uKwh0rQTId .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.HdZNs-uKwh0rQTId .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .HdZNs-uKwh0rQTId .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.HdZNs-uKwh0rQTId .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.HdZNs-uKwh0rQTId .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .HdZNs-uKwh0rQTId .navbar-nav {
    padding-left: 1.5rem;
  }
}
.HdZNs-uKwh0rQTId .nav-link {
  width: fit-content;
  position: relative;
}
.HdZNs-uKwh0rQTId .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .HdZNs-uKwh0rQTId .navbar-logo {
    padding-left: 1rem;
  }
}
.HdZNs-uKwh0rQTId .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .HdZNs-uKwh0rQTId .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.HdZNs-uKwh0rQTId .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.HdZNs-uKwh0rQTId .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .HdZNs-uKwh0rQTId .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .HdZNs-uKwh0rQTId .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.HdZNs-uKwh0rQTId .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.HdZNs-uKwh0rQTId .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.HdZNs-uKwh0rQTId .nav-item:focus,
.HdZNs-uKwh0rQTId .nav-link:focus {
  outline: none;
}
.HdZNs-uKwh0rQTId .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.HdZNs-uKwh0rQTId .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.HdZNs-uKwh0rQTId .dropdown .dropdown-menu .dropdown-item .prototype-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.HdZNs-uKwh0rQTId .dropdown .dropdown-menu .dropdown-item .prototype-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.HdZNs-uKwh0rQTId .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.HdZNs-uKwh0rQTId .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.HdZNs-uKwh0rQTId .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.HdZNs-uKwh0rQTId .navbar.opened {
  transition: all 0.25s;
}
.HdZNs-uKwh0rQTId .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.HdZNs-uKwh0rQTId .navbar .navbar-logo img {
  width: auto;
}
.HdZNs-uKwh0rQTId .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.HdZNs-uKwh0rQTId .navbar.collapsed {
  justify-content: center;
}
.HdZNs-uKwh0rQTId .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.HdZNs-uKwh0rQTId .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .HdZNs-uKwh0rQTId .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.HdZNs-uKwh0rQTId .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.HdZNs-uKwh0rQTId .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.HdZNs-uKwh0rQTId .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.HdZNs-uKwh0rQTId .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.HdZNs-uKwh0rQTId .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.HdZNs-uKwh0rQTId .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .HdZNs-uKwh0rQTId .navbar {
    min-height: 72px;
  }
  .HdZNs-uKwh0rQTId .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .HdZNs-uKwh0rQTId .navbar .nav-item .nav-link::before {
    display: none;
  }
  .HdZNs-uKwh0rQTId .navbar.opened .dropdown-menu {
    top: 0;
  }
  .HdZNs-uKwh0rQTId .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .HdZNs-uKwh0rQTId .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .HdZNs-uKwh0rQTId .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .HdZNs-uKwh0rQTId .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .HdZNs-uKwh0rQTId .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .HdZNs-uKwh0rQTId .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .HdZNs-uKwh0rQTId .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.HdZNs-uKwh0rQTId .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.HdZNs-uKwh0rQTId .dropdown-item.active,
.HdZNs-uKwh0rQTId .dropdown-item:active {
  background-color: transparent;
}
.HdZNs-uKwh0rQTId .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.HdZNs-uKwh0rQTId .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.HdZNs-uKwh0rQTId .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.HdZNs-uKwh0rQTId .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.HdZNs-uKwh0rQTId .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.HdZNs-uKwh0rQTId .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.HdZNs-uKwh0rQTId ul.navbar-nav {
  flex-wrap: wrap;
}
.HdZNs-uKwh0rQTId .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .HdZNs-uKwh0rQTId .navbar-buttons {
    text-align: left;
  }
}
.HdZNs-uKwh0rQTId button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.HdZNs-uKwh0rQTId button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.HdZNs-uKwh0rQTId button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.HdZNs-uKwh0rQTId button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.HdZNs-uKwh0rQTId button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.HdZNs-uKwh0rQTId button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.HdZNs-uKwh0rQTId nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.HdZNs-uKwh0rQTId nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.HdZNs-uKwh0rQTId nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.HdZNs-uKwh0rQTId nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.HdZNs-uKwh0rQTId .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.HdZNs-uKwh0rQTId .opacityScroll {
  background: #ffffff !important;
}
.HdZNs-uKwh0rQTId a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.HdZNs-uKwh0rQTId .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .HdZNs-uKwh0rQTId .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .HdZNs-uKwh0rQTId .navbar {
    height: 70px;
  }
  .HdZNs-uKwh0rQTId .navbar.opened {
    height: auto;
  }
  .HdZNs-uKwh0rQTId .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.HdZNs-uKwh0rQTId .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.HdZNs-uKwh0rQTId .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.HdZNs-uKwh0rQTId .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.HdZNs-uKwh0rQTId .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.HdZNs-uKwh0rQTId .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.HdZNs-uKwh0rQTId .prototype-section-btn {
  margin: -0.6rem -0.6rem;
}
.HdZNs-uKwh0rQTId .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .HdZNs-uKwh0rQTId .navbar-brand {
    margin-right: auto;
  }
  .HdZNs-uKwh0rQTId .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .HdZNs-uKwh0rQTId .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .HdZNs-uKwh0rQTId .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .HdZNs-uKwh0rQTId .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .HdZNs-uKwh0rQTId .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .HdZNs-uKwh0rQTId .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .HdZNs-uKwh0rQTId .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .HdZNs-uKwh0rQTId .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .HdZNs-uKwh0rQTId .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .HdZNs-uKwh0rQTId .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .HdZNs-uKwh0rQTId .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .HdZNs-uKwh0rQTId .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .HdZNs-uKwh0rQTId .navbar-collapse {
    padding: 1rem;
  }
}
.HdZNs-uKwh0sSA1J {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #fde7fd;
}
.HdZNs-uKwh0sSA1J .prototype-section-subtitle {
  text-align: center;
  color: #000000;
}
.HdZNs-uKwh0sSA1J .prototype-text {
  color: #000000;
}
.HdZNs-uKwsrE3OuM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.HdZNs-uKwsrE3OuM .prototype-fallback-image.disabled {
  display: none;
}
.HdZNs-uKwsrE3OuM .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.HdZNs-uKwsrE3OuM .row {
  justify-content: space-between;
}
.HdZNs-uKwsrE3OuM .prototype-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .HdZNs-uKwsrE3OuM .prototype-section-title {
    margin-bottom: 20px;
  }
}
.HdZNs-uKwsrE3OuM .prototype-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .HdZNs-uKwsrE3OuM .prototype-section-btn {
    margin-bottom: 20px;
  }
}
.HdZNs-uKwsrE3OuM .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.HdZNs-uKwsrE3OuM .list li {
  margin-bottom: 25px;
}
.HdZNs-uKwsrE3OuM .list li:last-child {
  margin-bottom: 0;
}
.HdZNs-uKwsrE3OuM .prototype-desc {
  margin-bottom: 8px;
}
.HdZNs-uKwsrE3OuM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.HdZNs-uKwsrE3OuM .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.HdZNs-uKwsrE3OuM .social-row .soc-item a:hover .prototype-iconfont {
  border-color: #ffdbfa;
}
.HdZNs-uKwsrE3OuM .social-row .soc-item a .prototype-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #ff6ffc;
  transition: all .3s ease;
}
.HdZNs-uKwsrE3OuM .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #000000;
  text-align: center;
}
.HdZNs-uKwsrE3OuM .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #ff6ffc;
  opacity: .4;
}
@media (max-width: 992px) {
  .HdZNs-uKwsrE3OuM .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.HdZNs-uKwsrE3OuM .prototype-desc,
.HdZNs-uKwsrE3OuM .prototype-iconfont {
  color: #ffffff;
}
.HdZNs-uKwsrE3OuM .prototype-text,
.HdZNs-uKwsrE3OuM .prototype-section-btn {
  color: #000000;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
/* Finish Cookie Banner */
@keyframes flipIn {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  50% {
    opacity: 1;
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
  }
}

@keyframes flipOut {
  0% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  animation: flipIn 0.8s ease-out forwards;
  transition: all 0.3s ease-in-out;
}

.cookie-banner.hide {
  animation: flipOut 0.6s ease-in-out forwards;
  pointer-events: none;
}

#cookieBanner button {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.8);
}

#cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: white;
}

#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3), inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.2), inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .cookie-banner {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
    padding: 15px;
  }
  #cookieBanner button {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    width: calc(100% - 16px);
    left: 8px;
    bottom: 16px;
    padding: 10px;
  }
  #cookieBanner button {
    padding: 8px;
    font-size: 12px;
  }
}

/* logoanimations */
@keyframes slideInFromRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.navbar-brand {
    animation: slideInFromRight 1s ease-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 25: drop-shadow filter */
a, button, .btn {
  transition: filter 0.2s ease;
}
a:active, button:active, .btn:active {
  filter: drop-shadow(0 0 4px rgba(0,0,0,0.5));
}
/* endmainanimations */
.quiz-section {
  background-image: url("../../../assets/images/miraastral2.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}