.btn {
  border-width: 2px;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Darker Grotesque', sans-serif;
  font-size: 5.2rem;
  line-height: 0.8;
}
.display-1 > .prototype-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Darker Grotesque', sans-serif;
  font-size: 3.2rem;
  line-height: 0.7;
}
.display-2 > .prototype-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .prototype-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Darker Grotesque', sans-serif;
  font-size: 2.7rem;
  line-height: 0.7;
}
.display-5 > .prototype-iconfont {
  font-size: 3.375rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.35rem;
  line-height: 1.3;
}
.display-7 > .prototype-iconfont {
  font-size: 1.6875rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.16rem;
    font-size: calc( 1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.08rem;
    font-size: calc( 1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.16rem;
    line-height: 0.8;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 1.56rem;
    line-height: 0.8;
  }
  .display-2 {
    font-size: 1.76rem;
    line-height: 0.8;
  }
  .display-5 {
    line-height: 0.8;
  }
}
/* Buttons */
.btn {
  padding: 1.2rem 1.8rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.8rem 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: #6592e6 !important;
}
.bg-success {
  background-color: #8caff0 !important;
}
.bg-info {
  background-color: #bed3f9 !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary {
  border: 0px !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #6592e6 !important;
  color: #ffffff !important;
}
.btn-secondary {
  border: 0px !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: #6592e6 !important;
  color: #ffffff !important;
}
.btn-info {
  border: 0px !important;
}
.btn-info,
.btn-info:active {
  background-color: #bed3f9 !important;
  border-color: #bed3f9 !important;
  color: #071f4b !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #6f9df2 !important;
  border-color: #6f9df2 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #071f4b !important;
  background-color: #6f9df2 !important;
  border-color: #6f9df2 !important;
}
.btn-info:hover,
.btn-info:focus {
  background: #6592e6 !important;
  color: #ffffff !important;
}
.btn-success {
  border: 0px !important;
}
.btn-success,
.btn-success:active {
  background-color: #8caff0 !important;
  border-color: #8caff0 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #3f7ae6 !important;
  border-color: #3f7ae6 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3f7ae6 !important;
  border-color: #3f7ae6 !important;
}
.btn-success:hover,
.btn-success:focus {
  background: #6592e6 !important;
  color: #ffffff !important;
}
.btn-warning {
  border: 0px !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: #6592e6 !important;
  color: #ffffff !important;
}
.btn-danger {
  border: 0px !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #4d4d4d !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #4d4d4d !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background: #6592e6 !important;
  color: #ffffff !important;
}
.btn-white {
  border: 0px !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #484848 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #484848 !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-white:hover,
.btn-white:focus {
  background: #6592e6 !important;
  color: #ffffff !important;
}
.btn-black {
  border: 0px !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover,
.btn-black:focus {
  background: #6592e6 !important;
  color: #ffffff !important;
}
.btn-primary-outline {
  position: relative;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6592e6;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent !important;
  border-color: #2260d2 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-primary-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-primary-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-secondary-outline {
  position: relative;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #6592e6;
  color: #6592e6;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2260d2 !important;
  background-color: transparent !important;
  border-color: #2260d2 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-secondary-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-info-outline {
  position: relative;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #bed3f9;
  color: #bed3f9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #6f9df2 !important;
  background-color: transparent !important;
  border-color: #6f9df2 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #1046a8 !important;
  background-color: #bed3f9 !important;
  border-color: #bed3f9 !important;
}
.btn-info-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-info-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-success-outline {
  position: relative;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #8caff0;
  color: #8caff0;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f7ae6 !important;
  background-color: transparent !important;
  border-color: #3f7ae6 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #8caff0 !important;
  border-color: #8caff0 !important;
}
.btn-success-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-success-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-warning-outline {
  position: relative;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-warning-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-danger-outline {
  position: relative;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-danger-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-black-outline {
  position: relative;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-black-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-white-outline {
  position: relative;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-white-outline:hover:before {
  width: calc(100% - 56px);
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #6592e6 !important;
}
.text-success {
  color: #8caff0 !important;
}
.text-info {
  color: #bed3f9 !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #6592e6 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #205ac5 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3270e4 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #6194f0 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #bed3f9;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #ffffff;
}
.prototype-section-btn a.btn:not(.btn-form) {
  border-radius: 15px;
}
.prototype-gallery-filter li a {
  border-radius: 100px !important;
}
.prototype-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.prototype-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6592e6;
}
.prototype-plan-header.bg-primary .prototype-plan-subtitle,
.prototype-plan-header.bg-primary .prototype-plan-price-desc {
  color: #ffffff;
}
.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: #b3b3b3;
}
.prototype-plan-header.bg-danger .prototype-plan-subtitle,
.prototype-plan-header.bg-danger .prototype-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .prototype-iconfont {
  font-size: 1.5rem;
}
.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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .prototype-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.prototype-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.prototype-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.prototype-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.prototype-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #6592e6 !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='%236592e6' %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: color 0.6s;
}
.JcuF3If6-uPORG1r5vk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.JcuF3If6-uPORG1r5vk .dropdown-item:before {
  font-family: identity2 !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;
}
@media (max-width: 767px) {
  .JcuF3If6-uPORG1r5vk .navbar-toggler {
    transform: scale(0.8);
  }
}
.JcuF3If6-uPORG1r5vk .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;
}
.JcuF3If6-uPORG1r5vk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.JcuF3If6-uPORG1r5vk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.JcuF3If6-uPORG1r5vk .navbar-brand .navbar-logo a {
  outline: none;
}
.JcuF3If6-uPORG1r5vk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.JcuF3If6-uPORG1r5vk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.JcuF3If6-uPORG1r5vk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.JcuF3If6-uPORG1r5vk .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.JcuF3If6-uPORG1r5vk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .JcuF3If6-uPORG1r5vk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.JcuF3If6-uPORG1r5vk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.JcuF3If6-uPORG1r5vk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .JcuF3If6-uPORG1r5vk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.JcuF3If6-uPORG1r5vk .nav-link {
  width: fit-content;
  position: relative;
}
.JcuF3If6-uPORG1r5vk .nav-link:hover {
  color: #6592e6 !important;
}
.JcuF3If6-uPORG1r5vk .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .JcuF3If6-uPORG1r5vk .navbar-logo {
    padding-left: 1rem;
  }
}
.JcuF3If6-uPORG1r5vk .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.JcuF3If6-uPORG1r5vk .navbar-caption:hover,
.JcuF3If6-uPORG1r5vk .navbar-caption:focus {
  color: #6592e6 !important;
}
@media (max-width: 767px) {
  .JcuF3If6-uPORG1r5vk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.JcuF3If6-uPORG1r5vk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.JcuF3If6-uPORG1r5vk .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  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: 16px;
  margin: 1rem 1rem 0;
  background-color: #bed3f9;
  box-shadow: none;
  position: relative;
}
.JcuF3If6-uPORG1r5vk .iconfont-wrapper {
  color: #404349 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.JcuF3If6-uPORG1r5vk .iconfont-wrapper:hover,
.JcuF3If6-uPORG1r5vk .iconfont-wrapper:focus {
  color: #6592e6 !important;
}
.JcuF3If6-uPORG1r5vk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #bed3f9;
}
.JcuF3If6-uPORG1r5vk .nav-item:focus,
.JcuF3If6-uPORG1r5vk .nav-link:focus {
  outline: none;
}
.JcuF3If6-uPORG1r5vk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.JcuF3If6-uPORG1r5vk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.JcuF3If6-uPORG1r5vk .dropdown .dropdown-menu .dropdown-item .prototype-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.JcuF3If6-uPORG1r5vk .dropdown .dropdown-menu .dropdown-item .prototype-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.JcuF3If6-uPORG1r5vk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.JcuF3If6-uPORG1r5vk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.JcuF3If6-uPORG1r5vk .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;
}
.JcuF3If6-uPORG1r5vk .navbar.opened {
  transition: all 0.3s;
}
.JcuF3If6-uPORG1r5vk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.JcuF3If6-uPORG1r5vk .navbar .navbar-logo img {
  width: auto;
}
.JcuF3If6-uPORG1r5vk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .JcuF3If6-uPORG1r5vk .navbar .navbar-collapse {
    position: absolute;
  }
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed {
  justify-content: center;
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .JcuF3If6-uPORG1r5vk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.JcuF3If6-uPORG1r5vk .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%;
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .JcuF3If6-uPORG1r5vk .navbar {
    min-height: 72px;
  }
  .JcuF3If6-uPORG1r5vk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .JcuF3If6-uPORG1r5vk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .JcuF3If6-uPORG1r5vk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .JcuF3If6-uPORG1r5vk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .JcuF3If6-uPORG1r5vk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .JcuF3If6-uPORG1r5vk .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%;
  }
  .JcuF3If6-uPORG1r5vk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .JcuF3If6-uPORG1r5vk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .JcuF3If6-uPORG1r5vk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .JcuF3If6-uPORG1r5vk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.JcuF3If6-uPORG1r5vk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.JcuF3If6-uPORG1r5vk .dropdown-item.active,
.JcuF3If6-uPORG1r5vk .dropdown-item:active {
  background-color: transparent;
}
.JcuF3If6-uPORG1r5vk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.JcuF3If6-uPORG1r5vk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.JcuF3If6-uPORG1r5vk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.JcuF3If6-uPORG1r5vk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bed3f9;
}
.JcuF3If6-uPORG1r5vk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.JcuF3If6-uPORG1r5vk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.JcuF3If6-uPORG1r5vk ul.navbar-nav {
  flex-wrap: wrap;
}
.JcuF3If6-uPORG1r5vk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .JcuF3If6-uPORG1r5vk .navbar-buttons {
    text-align: left;
  }
}
.JcuF3If6-uPORG1r5vk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.JcuF3If6-uPORG1r5vk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #404349;
}
.JcuF3If6-uPORG1r5vk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.JcuF3If6-uPORG1r5vk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.JcuF3If6-uPORG1r5vk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.JcuF3If6-uPORG1r5vk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.JcuF3If6-uPORG1r5vk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JcuF3If6-uPORG1r5vk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.JcuF3If6-uPORG1r5vk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.JcuF3If6-uPORG1r5vk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JcuF3If6-uPORG1r5vk .navbar-dropdown {
  padding: 0 1rem;
}
.JcuF3If6-uPORG1r5vk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.JcuF3If6-uPORG1r5vk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .JcuF3If6-uPORG1r5vk .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .JcuF3If6-uPORG1r5vk .navbar {
    height: 70px;
  }
  .JcuF3If6-uPORG1r5vk .navbar.opened {
    height: auto;
  }
  .JcuF3If6-uPORG1r5vk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.JcuF3If6-uPORG1r5vk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.JcuF3If6-uPORG1r5vk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.JcuF3If6-uPORG1r5vk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.JcuF3If6-uPORG1r5vk .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: .3s all;
  transform: rotate(-90deg);
}
.JcuF3If6-uPORG1r5vk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.JcuF3If6-uPORG1r5vk .prototype-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .JcuF3If6-uPORG1r5vk .prototype-section-btn {
    padding-left: 0;
  }
}
.JcuF3If6-uPORG1r5vk .prototype-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.JcuF3If6-uPORG1r5vk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .JcuF3If6-uPORG1r5vk .navbar-brand {
    margin-right: auto;
  }
  .JcuF3If6-uPORG1r5vk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #bed3f9;
  }
  .JcuF3If6-uPORG1r5vk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .JcuF3If6-uPORG1r5vk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .JcuF3If6-uPORG1r5vk .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;
  }
  .JcuF3If6-uPORG1r5vk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .JcuF3If6-uPORG1r5vk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .JcuF3If6-uPORG1r5vk .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: .3s all;
    transform: rotate(0deg);
  }
  .JcuF3If6-uPORG1r5vk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .JcuF3If6-uPORG1r5vk .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;
  }
  .JcuF3If6-uPORG1r5vk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .JcuF3If6-uPORG1r5vk .navbar-collapse {
    padding: 1rem;
  }
}
.JcuF3If6-uPORG1r5vk .navbar-brand,
.JcuF3If6-uPORG1r5vk .navbar-toggler,
.JcuF3If6-uPORG1r5vk .navbar-collapse {
  position: relative;
  z-index: 1;
}
.JcuF3If6-uPOUfeD3eN {
  overflow: visible;
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #bed3f9;
  background: linear-gradient(to right bottom, rgba(190, 211, 249, 0.8), #6592e6);
}
.JcuF3If6-uPOUfeD3eN .prototype-overlay {
  background: #ffffff;
}
.JcuF3If6-uPOUfeD3eN .animation {
  pointer-events: none;
}
.JcuF3If6-uPOUfeD3eN .prototype-section-subtitle {
  margin-bottom: 10px;
}
.JcuF3If6-uPOUfeD3eN .prototype-section-title {
  margin-bottom: 27px;
  color: #000000;
}
.JcuF3If6-uPOUfeD3eN .prototype-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
.JcuF3If6-uPOUfeD3eN .image__block {
  margin-top: 60px;
  margin-bottom: -160px;
  position: relative;
  z-index: 5;
}
.JcuF3If6-uPOUfeD3eN .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .JcuF3If6-uPOUfeD3eN .circle1 {
    position: absolute;
    left: 70px;
    bottom: 70px;
    width: 200px;
    height: 200px;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 13s linear infinite;
  }
  .JcuF3If6-uPOUfeD3eN .circle2 {
    top: 150px;
    left: 47.6%;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 11s linear infinite;
  }
  .JcuF3If6-uPOUfeD3eN .circle3 {
    right: 15%;
    bottom: 140px;
    width: 170px;
    height: 170px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 10s linear infinite;
  }
  .JcuF3If6-uPOUfeD3eN .circle4 {
    right: 3%;
    top: 190px;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 9s linear infinite;
  }
  @keyframes circleAnimation {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    55% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }
}
@media (max-width: 991px) {
  .JcuF3If6-uPOUfeD3eN .prototype-section-title {
    margin-bottom: 17px;
  }
  .JcuF3If6-uPOUfeD3eN .prototype-text {
    margin-bottom: 20px;
  }
  .JcuF3If6-uPOUfeD3eN .prototype-section-btn {
    margin-bottom: 40px;
  }
  .JcuF3If6-uPOUfeD3eN .image__block {
    margin-bottom: -100px;
  }
}
.JcuF3If6-uPOUfeD3eN .prototype-fallback-image.disabled {
  display: none;
}
.JcuF3If6-uPOUfeD3eN .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JcuF3If6-uPOUfeD3eN .prototype-text,
.JcuF3If6-uPOUfeD3eN .prototype-section-btn {
  color: #000000;
}
.JcuF3If6-uPOUJgS7hm {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #6592e6;
}
.JcuF3If6-uPOUJgS7hm .prototype-fallback-image.disabled {
  display: none;
}
.JcuF3If6-uPOUJgS7hm .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .JcuF3If6-uPOUJgS7hm .display-1 {
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .JcuF3If6-uPOUJgS7hm .display-1 {
    font-size: 2.4rem;
  }
}
.JcuF3If6-uPOUJgS7hm a {
  font-weight: bold;
}
.JcuF3If6-uPOUJgS7hm .prototype-text1 {
  text-align: center;
  color: #151515;
  background: #bed3f9;
  width: fit-content;
  display: inline-block;
  white-space: nowrap;
  margin: auto;
  padding: 0 3rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-radius: 6rem;
}
@media (max-width: 992px) {
  .JcuF3If6-uPOUJgS7hm .prototype-text1 {
    padding-top: 0.8rem;
  }
}
@media (max-width: 767px) {
  .JcuF3If6-uPOUJgS7hm .prototype-text1 {
    padding: 0 2rem;
    padding-bottom: 1rem;
    padding-top: 1.2rem;
  }
}
.JcuF3If6-uPOUJgS7hm .prototype-text2 {
  text-align: center;
  color: #000000;
  display: inline-block;
  background: #8caff0;
  white-space: nowrap;
  width: fit-content;
  margin: auto;
  padding: 0 3rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-radius: 6rem;
}
@media (max-width: 992px) {
  .JcuF3If6-uPOUJgS7hm .prototype-text2 {
    padding-top: 0.8rem;
  }
}
@media (max-width: 767px) {
  .JcuF3If6-uPOUJgS7hm .prototype-text2 {
    padding: 0 2rem;
    padding-bottom: 1rem;
    padding-top: 1.2rem;
  }
}
.JcuF3If6-uPOUJgS7hm .prototype-text,
.JcuF3If6-uPOUJgS7hm .prototype-section-btn {
  text-align: center;
  color: #af9fff;
}
.JcuF3If6-uPOVjDHchM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #8caff0;
}
.JcuF3If6-uPOVjDHchM .prototype-fallback-image.disabled {
  display: none;
}
.JcuF3If6-uPOVjDHchM .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JcuF3If6-uPOVjDHchM .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .JcuF3If6-uPOVjDHchM .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .JcuF3If6-uPOVjDHchM .content-wrapper {
    padding: 0;
  }
}
.JcuF3If6-uPOVjDHchM .content-wrapper .card-wrapper {
  display: flex;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .JcuF3If6-uPOVjDHchM .content-wrapper .card-wrapper {
    display: block;
  }
}
.JcuF3If6-uPOVjDHchM .content-wrapper .card-wrapper .image-wrapper {
  position: relative;
  width: 50%;
}
@media (max-width: 992px) {
  .JcuF3If6-uPOVjDHchM .content-wrapper .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.JcuF3If6-uPOVjDHchM .content-wrapper .card-wrapper .image-wrapper img {
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .JcuF3If6-uPOVjDHchM .content-wrapper .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.JcuF3If6-uPOVjDHchM .content-wrapper .card-wrapper .card-wrap {
  padding: 108px;
  width: 50%;
  border-left: 2px solid #ffffff;
}
@media (max-width: 1440px) {
  .JcuF3If6-uPOVjDHchM .content-wrapper .card-wrapper .card-wrap {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .JcuF3If6-uPOVjDHchM .content-wrapper .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .JcuF3If6-uPOVjDHchM .content-wrapper .card-wrapper .card-wrap {
    border-left: none;
    border-top: 2px solid #ffffff;
  }
}
.JcuF3If6-uPOVjDHchM .content-wrapper .card-wrapper .card-wrap .prototype-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .JcuF3If6-uPOVjDHchM .content-wrapper .card-wrapper .card-wrap .prototype-section-title {
    margin-bottom: 32px;
  }
}
.JcuF3If6-uPOVjDHchM .content-wrapper .card-wrapper .card-wrap .prototype-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .JcuF3If6-uPOVjDHchM .content-wrapper .card-wrapper .card-wrap .prototype-text {
    margin-bottom: 32px;
  }
}
.JcuF3If6-uPOVjDHchM .content-wrapper .card-wrapper .card-wrap .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.JcuF3If6-uPOVjDHchM .content-wrapper .card-wrapper .card-wrap .list .item-wrap {
  padding-left: 44px;
  position: relative;
  margin-bottom: 20px;
}
.JcuF3If6-uPOVjDHchM .content-wrapper .card-wrapper .card-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.JcuF3If6-uPOVjDHchM .content-wrapper .card-wrapper .card-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  box-shadow: -5px 5px 0 #ffffff;
}
.JcuF3If6-uPOVjDHchM .prototype-section-title {
  color: #ffffff;
}
.JcuF3If6-uPOVjDHchM .prototype-text {
  color: #000000;
  text-align: center;
}
.JcuF3If6-uPOVjDHchM .list {
  color: #ffffff;
}
.JcuF3If6-uPOVjDHchM .prototype-section-title,
.JcuF3If6-uPOVjDHchM .prototype-section-btn {
  color: #000000;
  text-align: center;
}
.JcuF3If6-uPOVjDHchM .list,
.JcuF3If6-uPOVjDHchM .item-wrap {
  color: #000000;
}
.JcuF3If6-uPUr3bx1m2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.JcuF3If6-uPUr3bx1m2 .prototype-fallback-image.disabled {
  display: none;
}
.JcuF3If6-uPUr3bx1m2 .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper {
  padding: 32px 64px;
  background-color: #8caff0;
}
@media (max-width: 1440px) {
  .JcuF3If6-uPUr3bx1m2 .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .JcuF3If6-uPUr3bx1m2 .card-wrapper {
    padding: 24px;
  }
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper .prototype-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .JcuF3If6-uPUr3bx1m2 .card-wrapper .prototype-section-title {
    margin-bottom: 24px;
  }
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
@media (max-width: 992px) {
  .JcuF3If6-uPUr3bx1m2 .card-wrapper .nav-wrapper .list {
    margin-bottom: 24px;
  }
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper .nav-wrapper .list .item-tag {
  display: inline-flex;
  padding: 10px 32px;
  background-color: transparent;
  margin: 4px;
  border: 1px solid #ffffff;
  transition: all 0.3s ease-in-out;
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper .nav-wrapper .list .item-tag:hover,
.JcuF3If6-uPUr3bx1m2 .card-wrapper .nav-wrapper .list .item-tag:focus {
  background-color: #6592e6;
  border: 1px solid #6592e6;
  color: #ffffff;
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper .prototype-copy {
  margin-bottom: 0;
}
.JcuF3If6-uPUr3bx1m2 .prototype-section-title {
  color: #2c2c26;
  text-align: center;
}
.JcuF3If6-uPUr3bx1m2 .list,
.JcuF3If6-uPUr3bx1m2 .nav-wrapper {
  color: #63635d;
  text-align: center;
}
.JcuF3If6-uPUr3bx1m2 .prototype-copy {
  color: #000000;
  text-align: center;
}
.JcuF3If6-uPORG1r5vk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.JcuF3If6-uPORG1r5vk .dropdown-item:before {
  font-family: identity2 !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;
}
@media (max-width: 767px) {
  .JcuF3If6-uPORG1r5vk .navbar-toggler {
    transform: scale(0.8);
  }
}
.JcuF3If6-uPORG1r5vk .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;
}
.JcuF3If6-uPORG1r5vk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.JcuF3If6-uPORG1r5vk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.JcuF3If6-uPORG1r5vk .navbar-brand .navbar-logo a {
  outline: none;
}
.JcuF3If6-uPORG1r5vk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.JcuF3If6-uPORG1r5vk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.JcuF3If6-uPORG1r5vk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.JcuF3If6-uPORG1r5vk .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.JcuF3If6-uPORG1r5vk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .JcuF3If6-uPORG1r5vk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.JcuF3If6-uPORG1r5vk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.JcuF3If6-uPORG1r5vk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .JcuF3If6-uPORG1r5vk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.JcuF3If6-uPORG1r5vk .nav-link {
  width: fit-content;
  position: relative;
}
.JcuF3If6-uPORG1r5vk .nav-link:hover {
  color: #6592e6 !important;
}
.JcuF3If6-uPORG1r5vk .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .JcuF3If6-uPORG1r5vk .navbar-logo {
    padding-left: 1rem;
  }
}
.JcuF3If6-uPORG1r5vk .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.JcuF3If6-uPORG1r5vk .navbar-caption:hover,
.JcuF3If6-uPORG1r5vk .navbar-caption:focus {
  color: #6592e6 !important;
}
@media (max-width: 767px) {
  .JcuF3If6-uPORG1r5vk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.JcuF3If6-uPORG1r5vk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.JcuF3If6-uPORG1r5vk .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  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: 16px;
  margin: 1rem 1rem 0;
  background-color: #bed3f9;
  box-shadow: none;
  position: relative;
}
.JcuF3If6-uPORG1r5vk .iconfont-wrapper {
  color: #404349 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.JcuF3If6-uPORG1r5vk .iconfont-wrapper:hover,
.JcuF3If6-uPORG1r5vk .iconfont-wrapper:focus {
  color: #6592e6 !important;
}
.JcuF3If6-uPORG1r5vk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #bed3f9;
}
.JcuF3If6-uPORG1r5vk .nav-item:focus,
.JcuF3If6-uPORG1r5vk .nav-link:focus {
  outline: none;
}
.JcuF3If6-uPORG1r5vk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.JcuF3If6-uPORG1r5vk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.JcuF3If6-uPORG1r5vk .dropdown .dropdown-menu .dropdown-item .prototype-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.JcuF3If6-uPORG1r5vk .dropdown .dropdown-menu .dropdown-item .prototype-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.JcuF3If6-uPORG1r5vk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.JcuF3If6-uPORG1r5vk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.JcuF3If6-uPORG1r5vk .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;
}
.JcuF3If6-uPORG1r5vk .navbar.opened {
  transition: all 0.3s;
}
.JcuF3If6-uPORG1r5vk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.JcuF3If6-uPORG1r5vk .navbar .navbar-logo img {
  width: auto;
}
.JcuF3If6-uPORG1r5vk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .JcuF3If6-uPORG1r5vk .navbar .navbar-collapse {
    position: absolute;
  }
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed {
  justify-content: center;
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .JcuF3If6-uPORG1r5vk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.JcuF3If6-uPORG1r5vk .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%;
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .JcuF3If6-uPORG1r5vk .navbar {
    min-height: 72px;
  }
  .JcuF3If6-uPORG1r5vk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .JcuF3If6-uPORG1r5vk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .JcuF3If6-uPORG1r5vk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .JcuF3If6-uPORG1r5vk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .JcuF3If6-uPORG1r5vk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .JcuF3If6-uPORG1r5vk .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%;
  }
  .JcuF3If6-uPORG1r5vk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .JcuF3If6-uPORG1r5vk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .JcuF3If6-uPORG1r5vk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .JcuF3If6-uPORG1r5vk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.JcuF3If6-uPORG1r5vk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.JcuF3If6-uPORG1r5vk .dropdown-item.active,
.JcuF3If6-uPORG1r5vk .dropdown-item:active {
  background-color: transparent;
}
.JcuF3If6-uPORG1r5vk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.JcuF3If6-uPORG1r5vk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.JcuF3If6-uPORG1r5vk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.JcuF3If6-uPORG1r5vk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bed3f9;
}
.JcuF3If6-uPORG1r5vk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.JcuF3If6-uPORG1r5vk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.JcuF3If6-uPORG1r5vk ul.navbar-nav {
  flex-wrap: wrap;
}
.JcuF3If6-uPORG1r5vk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .JcuF3If6-uPORG1r5vk .navbar-buttons {
    text-align: left;
  }
}
.JcuF3If6-uPORG1r5vk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.JcuF3If6-uPORG1r5vk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #404349;
}
.JcuF3If6-uPORG1r5vk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.JcuF3If6-uPORG1r5vk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.JcuF3If6-uPORG1r5vk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.JcuF3If6-uPORG1r5vk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.JcuF3If6-uPORG1r5vk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JcuF3If6-uPORG1r5vk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.JcuF3If6-uPORG1r5vk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.JcuF3If6-uPORG1r5vk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JcuF3If6-uPORG1r5vk .navbar-dropdown {
  padding: 0 1rem;
}
.JcuF3If6-uPORG1r5vk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.JcuF3If6-uPORG1r5vk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .JcuF3If6-uPORG1r5vk .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .JcuF3If6-uPORG1r5vk .navbar {
    height: 70px;
  }
  .JcuF3If6-uPORG1r5vk .navbar.opened {
    height: auto;
  }
  .JcuF3If6-uPORG1r5vk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.JcuF3If6-uPORG1r5vk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.JcuF3If6-uPORG1r5vk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.JcuF3If6-uPORG1r5vk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.JcuF3If6-uPORG1r5vk .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: .3s all;
  transform: rotate(-90deg);
}
.JcuF3If6-uPORG1r5vk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.JcuF3If6-uPORG1r5vk .prototype-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .JcuF3If6-uPORG1r5vk .prototype-section-btn {
    padding-left: 0;
  }
}
.JcuF3If6-uPORG1r5vk .prototype-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.JcuF3If6-uPORG1r5vk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .JcuF3If6-uPORG1r5vk .navbar-brand {
    margin-right: auto;
  }
  .JcuF3If6-uPORG1r5vk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #bed3f9;
  }
  .JcuF3If6-uPORG1r5vk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .JcuF3If6-uPORG1r5vk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .JcuF3If6-uPORG1r5vk .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;
  }
  .JcuF3If6-uPORG1r5vk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .JcuF3If6-uPORG1r5vk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .JcuF3If6-uPORG1r5vk .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: .3s all;
    transform: rotate(0deg);
  }
  .JcuF3If6-uPORG1r5vk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .JcuF3If6-uPORG1r5vk .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;
  }
  .JcuF3If6-uPORG1r5vk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .JcuF3If6-uPORG1r5vk .navbar-collapse {
    padding: 1rem;
  }
}
.JcuF3If6-uPORG1r5vk .navbar-brand,
.JcuF3If6-uPORG1r5vk .navbar-toggler,
.JcuF3If6-uPORG1r5vk .navbar-collapse {
  position: relative;
  z-index: 1;
}
.JcuF3If6-uPOVNE3jCc {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/neutralword3471.jpg-1248x832.jpg");
}
.JcuF3If6-uPOVNE3jCc .prototype-fallback-image.disabled {
  display: none;
}
.JcuF3If6-uPOVNE3jCc .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JcuF3If6-uPOVNE3jCc .card-wrapper {
  padding: 64px;
  background-image: linear-gradient(45deg, #6592e6 -30%, #8caff0 20%, #bed3f9 60%);
  overflow: hidden;
}
@media (max-width: 992px) {
  .JcuF3If6-uPOVNE3jCc .card-wrapper {
    padding: 16px;
  }
}
.JcuF3If6-uPOVNE3jCc .card-wrapper .prototype-section-title {
  margin-bottom: 22px;
}
.JcuF3If6-uPOVNE3jCc .card-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.JcuF3If6-uPOVNE3jCc .card-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.JcuF3If6-uPOVNE3jCc .card-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.JcuF3If6-uPOVNE3jCc .prototype-section-title {
  color: #000000;
  text-align: center;
}
.JcuF3If6-uPOVNE3jCc .list {
  color: #ffffff;
  text-align: center;
}
.JcuF3If6-uPOVNE3jCc .list,
.JcuF3If6-uPOVNE3jCc .item-wrap,
.JcuF3If6-uPOVNE3jCc .tabs-wrapper {
  color: #000000;
}
.JcuF3If6-uPOWaqxXfn {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #bed3f9;
}
.JcuF3If6-uPOWaqxXfn .prototype-fallback-image.disabled {
  display: none;
}
.JcuF3If6-uPOWaqxXfn .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JcuF3If6-uPOWaqxXfn .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .JcuF3If6-uPOWaqxXfn .title-wrapper {
    margin-bottom: 32px;
  }
}
.JcuF3If6-uPOWaqxXfn .title-wrapper .prototype-section-title {
  margin-bottom: 32px;
}
.JcuF3If6-uPOWaqxXfn .title-wrapper .text-wrapper .prototype-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .JcuF3If6-uPOWaqxXfn .title-wrapper .text-wrapper .prototype-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .JcuF3If6-uPOWaqxXfn .title-wrapper .text-wrapper .prototype-text {
    width: 100%;
  }
}
.JcuF3If6-uPOWaqxXfn .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.JcuF3If6-uPOWaqxXfn .items-wrapper .item {
  padding: 0 12px;
}
.JcuF3If6-uPOWaqxXfn .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .JcuF3If6-uPOWaqxXfn .item {
    margin-bottom: 16px;
  }
}
.JcuF3If6-uPOWaqxXfn .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 50px;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .JcuF3If6-uPOWaqxXfn .item .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.JcuF3If6-uPOWaqxXfn .item .item-wrapper .item-content {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .JcuF3If6-uPOWaqxXfn .item .item-wrapper .item-content {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .JcuF3If6-uPOWaqxXfn .item .item-wrapper .item-content {
    width: 100%;
  }
}
.JcuF3If6-uPOWaqxXfn .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 20px;
}
.JcuF3If6-uPOWaqxXfn .item .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 0;
}
.JcuF3If6-uPOWaqxXfn .item .item-wrapper .item-content .prototype-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .JcuF3If6-uPOWaqxXfn .item .item-wrapper .item-content .prototype-section-btn {
    margin-top: 20px;
  }
}
.JcuF3If6-uPOWaqxXfn .item .item-wrapper .item-content .prototype-section-btn .btn {
  margin-bottom: 0;
}
.JcuF3If6-uPOWaqxXfn .item .item-wrapper .item-img {
  width: 30%;
}
@media (max-width: 992px) {
  .JcuF3If6-uPOWaqxXfn .item .item-wrapper .item-img {
    margin-bottom: 32px;
    width: 100%;
  }
}
.JcuF3If6-uPOWaqxXfn .item .item-wrapper .item-img img {
  height: 350px;
  width: 300px;
  object-fit: cover;
  border: 10px solid #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .JcuF3If6-uPOWaqxXfn .item .item-wrapper .item-img img {
    height: 300px;
    width: 100%;
  }
}
.JcuF3If6-uPOWaqxXfn .item .card_1 {
  background-color: #bed3f9;
}
.JcuF3If6-uPOWaqxXfn .item .card_1 .item-img img {
  transform: rotate(-5deg) translateX(3rem);
}
@media (max-width: 992px) {
  .JcuF3If6-uPOWaqxXfn .item .card_1 .item-img img {
    transform: none;
  }
}
.JcuF3If6-uPOWaqxXfn .item .card_2 {
  background-color: #bed3f9;
}
.JcuF3If6-uPOWaqxXfn .item .card_2 .item-img img {
  transform: rotate(5deg) translateX(3rem);
}
@media (max-width: 992px) {
  .JcuF3If6-uPOWaqxXfn .item .card_2 .item-img img {
    transform: none;
  }
}
.JcuF3If6-uPOWaqxXfn .item .card_3 {
  background-color: #bed3f9;
}
.JcuF3If6-uPOWaqxXfn .item .card_3 .item-content {
  width: 40%;
}
@media (max-width: 1440px) {
  .JcuF3If6-uPOWaqxXfn .item .card_3 .item-content {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .JcuF3If6-uPOWaqxXfn .item .card_3 .item-content {
    width: 100%;
  }
}
.JcuF3If6-uPOWaqxXfn .item .card_3 .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .JcuF3If6-uPOWaqxXfn .item .card_3 .item-img {
    width: 100%;
  }
}
.JcuF3If6-uPOWaqxXfn .item .card_3 .item-img img {
  height: 400px;
  width: 100%;
  transform: rotate(5deg) translateY(5rem);
}
@media (max-width: 992px) {
  .JcuF3If6-uPOWaqxXfn .item .card_3 .item-img img {
    transform: none;
    height: 300px;
  }
}
.JcuF3If6-uPOWaqxXfn .main-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .JcuF3If6-uPOWaqxXfn .main-btn {
    margin-top: 16px;
  }
}
.JcuF3If6-uPOWaqxXfn .prototype-section-title {
  color: #000c3f;
}
.JcuF3If6-uPOWaqxXfn .prototype-text,
.JcuF3If6-uPOWaqxXfn .text-wrapper {
  color: #000c3f;
  text-align: center;
}
.JcuF3If6-uPOWaqxXfn .prototype-section-title,
.JcuF3If6-uPOWaqxXfn .main-btn {
  text-align: center;
}
.JcuF3If6-uPOWaqxXfn .item-title {
  color: #000c3f;
}
.JcuF3If6-uPOWaqxXfn .item-text {
  color: #000000;
  text-align: center;
}
.JcuF3If6-uPOWaqxXfn .item-title,
.JcuF3If6-uPOWaqxXfn .card-btn {
  text-align: center;
  color: #000000;
}
.JcuF3If6-uPOX0Z8zR9 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.JcuF3If6-uPOX0Z8zR9 .prototype-fallback-image.disabled {
  display: none;
}
.JcuF3If6-uPOX0Z8zR9 .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JcuF3If6-uPOX0Z8zR9 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .JcuF3If6-uPOX0Z8zR9 .content-wrapper {
    margin-bottom: 32px;
  }
}
.JcuF3If6-uPOX0Z8zR9 .content-wrapper .prototype-desc {
  margin-bottom: 8px;
}
.JcuF3If6-uPOX0Z8zR9 .content-wrapper .prototype-section-title {
  margin-bottom: 0;
}
.JcuF3If6-uPOX0Z8zR9 .content-wrapper .prototype-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.JcuF3If6-uPOX0Z8zR9 .items-wrapper {
  justify-content: center;
  margin: 0 -8px;
}
.JcuF3If6-uPOX0Z8zR9 .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.JcuF3If6-uPOX0Z8zR9 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
}
@media (max-width: 992px) {
  .JcuF3If6-uPOX0Z8zR9 .item .item-wrapper {
    padding: 20px 16px;
  }
}
.JcuF3If6-uPOX0Z8zR9 .item .item-wrapper .card-box .title-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  display: block;
}
@media (max-width: 992px) {
  .JcuF3If6-uPOX0Z8zR9 .item .item-wrapper .card-box .title-wrap {
    display: block;
    margin-bottom: 24px;
  }
}
.JcuF3If6-uPOX0Z8zR9 .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .JcuF3If6-uPOX0Z8zR9 .item .item-wrapper .card-box .title-wrap .item-title {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .JcuF3If6-uPOX0Z8zR9 .item .item-wrapper .card-box .title-wrap .icon-wrapper {
    margin-bottom: 16px;
  }
}
.JcuF3If6-uPOX0Z8zR9 .item .item-wrapper .card-box .title-wrap .icon-wrapper .prototype-iconfont {
  display: inline-flex;
  font-size: 56px;
  background: linear-gradient(230deg, #272b2e, #6d7881);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.JcuF3If6-uPOX0Z8zR9 .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.JcuF3If6-uPOX0Z8zR9 .item .card_1 {
  background: linear-gradient(315deg, #8caff0, #e6eefc);
}
.JcuF3If6-uPOX0Z8zR9 .item .card_2 {
  background: linear-gradient(315deg, #8caff0, #e6eefc);
}
.JcuF3If6-uPOX0Z8zR9 .item .card_3 {
  background: linear-gradient(315deg, #8caff0, #e6eefc);
}
.JcuF3If6-uPOX0Z8zR9 .btn-wrapper {
  margin-top: -6%;
}
.JcuF3If6-uPOX0Z8zR9 .prototype-desc {
  color: #272b2e;
  text-align: center;
}
.JcuF3If6-uPOX0Z8zR9 .prototype-section-title {
  color: #272b2e;
  text-align: center;
}
.JcuF3If6-uPOX0Z8zR9 .item-title {
  color: #000000;
  text-align: center;
}
.JcuF3If6-uPOX0Z8zR9 .item-text {
  color: #ffffff;
}
.JcuF3If6-uPOX0Z8zR9 .item-text,
.JcuF3If6-uPOX0Z8zR9 .icon-wrapper {
  text-align: center;
  color: #000000;
}
.JcuF3If6-uPSp2xEtxC {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #bed3f9;
}
.JcuF3If6-uPSp2xEtxC .prototype-fallback-image.disabled {
  display: none;
}
.JcuF3If6-uPSp2xEtxC .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JcuF3If6-uPSp2xEtxC .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .JcuF3If6-uPSp2xEtxC .title-wrapper {
    margin-bottom: 32px;
  }
}
.JcuF3If6-uPSp2xEtxC .title-wrapper .prototype-section-title {
  margin-bottom: 32px;
}
.JcuF3If6-uPSp2xEtxC .title-wrapper .text-wrapper .prototype-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .JcuF3If6-uPSp2xEtxC .title-wrapper .text-wrapper .prototype-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .JcuF3If6-uPSp2xEtxC .title-wrapper .text-wrapper .prototype-text {
    width: 100%;
  }
}
.JcuF3If6-uPSp2xEtxC .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.JcuF3If6-uPSp2xEtxC .items-wrapper .item {
  padding: 0 12px;
}
.JcuF3If6-uPSp2xEtxC .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .JcuF3If6-uPSp2xEtxC .item {
    margin-bottom: 16px;
  }
}
.JcuF3If6-uPSp2xEtxC .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 50px;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .JcuF3If6-uPSp2xEtxC .item .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.JcuF3If6-uPSp2xEtxC .item .item-wrapper .item-content {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .JcuF3If6-uPSp2xEtxC .item .item-wrapper .item-content {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .JcuF3If6-uPSp2xEtxC .item .item-wrapper .item-content {
    width: 100%;
  }
}
.JcuF3If6-uPSp2xEtxC .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 20px;
}
.JcuF3If6-uPSp2xEtxC .item .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 0;
}
.JcuF3If6-uPSp2xEtxC .item .item-wrapper .item-content .prototype-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .JcuF3If6-uPSp2xEtxC .item .item-wrapper .item-content .prototype-section-btn {
    margin-top: 20px;
  }
}
.JcuF3If6-uPSp2xEtxC .item .item-wrapper .item-content .prototype-section-btn .btn {
  margin-bottom: 0;
}
.JcuF3If6-uPSp2xEtxC .item .item-wrapper .item-img {
  width: 30%;
}
@media (max-width: 992px) {
  .JcuF3If6-uPSp2xEtxC .item .item-wrapper .item-img {
    margin-bottom: 32px;
    width: 100%;
  }
}
.JcuF3If6-uPSp2xEtxC .item .item-wrapper .item-img img {
  height: 350px;
  width: 300px;
  object-fit: cover;
  border: 10px solid #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .JcuF3If6-uPSp2xEtxC .item .item-wrapper .item-img img {
    height: 300px;
    width: 100%;
  }
}
.JcuF3If6-uPSp2xEtxC .item .card_1 {
  background-color: #bed3f9;
}
.JcuF3If6-uPSp2xEtxC .item .card_1 .item-img img {
  transform: rotate(-5deg) translateX(3rem);
}
@media (max-width: 992px) {
  .JcuF3If6-uPSp2xEtxC .item .card_1 .item-img img {
    transform: none;
  }
}
.JcuF3If6-uPSp2xEtxC .item .card_2 {
  background-color: #bed3f9;
}
.JcuF3If6-uPSp2xEtxC .item .card_2 .item-img img {
  transform: rotate(5deg) translateX(3rem);
}
@media (max-width: 992px) {
  .JcuF3If6-uPSp2xEtxC .item .card_2 .item-img img {
    transform: none;
  }
}
.JcuF3If6-uPSp2xEtxC .item .card_3 {
  background-color: #bed3f9;
}
.JcuF3If6-uPSp2xEtxC .item .card_3 .item-content {
  width: 40%;
}
@media (max-width: 1440px) {
  .JcuF3If6-uPSp2xEtxC .item .card_3 .item-content {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .JcuF3If6-uPSp2xEtxC .item .card_3 .item-content {
    width: 100%;
  }
}
.JcuF3If6-uPSp2xEtxC .item .card_3 .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .JcuF3If6-uPSp2xEtxC .item .card_3 .item-img {
    width: 100%;
  }
}
.JcuF3If6-uPSp2xEtxC .item .card_3 .item-img img {
  height: 400px;
  width: 100%;
  transform: rotate(5deg) translateY(5rem);
}
@media (max-width: 992px) {
  .JcuF3If6-uPSp2xEtxC .item .card_3 .item-img img {
    transform: none;
    height: 300px;
  }
}
.JcuF3If6-uPSp2xEtxC .main-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .JcuF3If6-uPSp2xEtxC .main-btn {
    margin-top: 16px;
  }
}
.JcuF3If6-uPSp2xEtxC .prototype-section-title {
  color: #000c3f;
}
.JcuF3If6-uPSp2xEtxC .prototype-text,
.JcuF3If6-uPSp2xEtxC .text-wrapper {
  color: #000c3f;
  text-align: center;
}
.JcuF3If6-uPSp2xEtxC .prototype-section-title,
.JcuF3If6-uPSp2xEtxC .main-btn {
  text-align: center;
}
.JcuF3If6-uPSp2xEtxC .item-title {
  color: #000c3f;
}
.JcuF3If6-uPSp2xEtxC .item-text {
  color: #000000;
  text-align: center;
}
.JcuF3If6-uPSp2xEtxC .item-title,
.JcuF3If6-uPSp2xEtxC .card-btn {
  text-align: center;
  color: #000000;
}
.JcuF3If6-uPSp3SHhCo {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.JcuF3If6-uPSp3SHhCo .prototype-fallback-image.disabled {
  display: none;
}
.JcuF3If6-uPSp3SHhCo .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JcuF3If6-uPSp3SHhCo .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .JcuF3If6-uPSp3SHhCo .content-wrapper {
    margin-bottom: 32px;
  }
}
.JcuF3If6-uPSp3SHhCo .content-wrapper .prototype-desc {
  margin-bottom: 8px;
}
.JcuF3If6-uPSp3SHhCo .content-wrapper .prototype-section-title {
  margin-bottom: 0;
}
.JcuF3If6-uPSp3SHhCo .content-wrapper .prototype-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.JcuF3If6-uPSp3SHhCo .items-wrapper {
  justify-content: center;
  margin: 0 -8px;
}
.JcuF3If6-uPSp3SHhCo .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.JcuF3If6-uPSp3SHhCo .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
}
@media (max-width: 992px) {
  .JcuF3If6-uPSp3SHhCo .item .item-wrapper {
    padding: 20px 16px;
  }
}
.JcuF3If6-uPSp3SHhCo .item .item-wrapper .card-box .title-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  display: block;
}
@media (max-width: 992px) {
  .JcuF3If6-uPSp3SHhCo .item .item-wrapper .card-box .title-wrap {
    display: block;
    margin-bottom: 24px;
  }
}
.JcuF3If6-uPSp3SHhCo .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .JcuF3If6-uPSp3SHhCo .item .item-wrapper .card-box .title-wrap .item-title {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .JcuF3If6-uPSp3SHhCo .item .item-wrapper .card-box .title-wrap .icon-wrapper {
    margin-bottom: 16px;
  }
}
.JcuF3If6-uPSp3SHhCo .item .item-wrapper .card-box .title-wrap .icon-wrapper .prototype-iconfont {
  display: inline-flex;
  font-size: 56px;
  background: linear-gradient(230deg, #272b2e, #6d7881);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.JcuF3If6-uPSp3SHhCo .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.JcuF3If6-uPSp3SHhCo .item .card_1 {
  background: linear-gradient(315deg, #8caff0, #e6eefc);
}
.JcuF3If6-uPSp3SHhCo .item .card_2 {
  background: linear-gradient(315deg, #8caff0, #e6eefc);
}
.JcuF3If6-uPSp3SHhCo .item .card_3 {
  background: linear-gradient(315deg, #8caff0, #e6eefc);
}
.JcuF3If6-uPSp3SHhCo .btn-wrapper {
  margin-top: -6%;
}
.JcuF3If6-uPSp3SHhCo .prototype-desc {
  color: #272b2e;
  text-align: center;
}
.JcuF3If6-uPSp3SHhCo .prototype-section-title {
  color: #272b2e;
  text-align: center;
}
.JcuF3If6-uPSp3SHhCo .item-title {
  color: #000000;
  text-align: center;
}
.JcuF3If6-uPSp3SHhCo .item-text {
  color: #ffffff;
}
.JcuF3If6-uPSp3SHhCo .item-text,
.JcuF3If6-uPSp3SHhCo .icon-wrapper {
  text-align: center;
  color: #000000;
}
.JcuF3If6-uPUr3bx1m2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.JcuF3If6-uPUr3bx1m2 .prototype-fallback-image.disabled {
  display: none;
}
.JcuF3If6-uPUr3bx1m2 .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper {
  padding: 32px 64px;
  background-color: #8caff0;
}
@media (max-width: 1440px) {
  .JcuF3If6-uPUr3bx1m2 .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .JcuF3If6-uPUr3bx1m2 .card-wrapper {
    padding: 24px;
  }
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper .prototype-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .JcuF3If6-uPUr3bx1m2 .card-wrapper .prototype-section-title {
    margin-bottom: 24px;
  }
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
@media (max-width: 992px) {
  .JcuF3If6-uPUr3bx1m2 .card-wrapper .nav-wrapper .list {
    margin-bottom: 24px;
  }
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper .nav-wrapper .list .item-tag {
  display: inline-flex;
  padding: 10px 32px;
  background-color: transparent;
  margin: 4px;
  border: 1px solid #ffffff;
  transition: all 0.3s ease-in-out;
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper .nav-wrapper .list .item-tag:hover,
.JcuF3If6-uPUr3bx1m2 .card-wrapper .nav-wrapper .list .item-tag:focus {
  background-color: #6592e6;
  border: 1px solid #6592e6;
  color: #ffffff;
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper .prototype-copy {
  margin-bottom: 0;
}
.JcuF3If6-uPUr3bx1m2 .prototype-section-title {
  color: #2c2c26;
  text-align: center;
}
.JcuF3If6-uPUr3bx1m2 .list,
.JcuF3If6-uPUr3bx1m2 .nav-wrapper {
  color: #63635d;
  text-align: center;
}
.JcuF3If6-uPUr3bx1m2 .prototype-copy {
  color: #000000;
  text-align: center;
}
.JcuF3If6-uPORG1r5vk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.JcuF3If6-uPORG1r5vk .dropdown-item:before {
  font-family: identity2 !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;
}
@media (max-width: 767px) {
  .JcuF3If6-uPORG1r5vk .navbar-toggler {
    transform: scale(0.8);
  }
}
.JcuF3If6-uPORG1r5vk .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;
}
.JcuF3If6-uPORG1r5vk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.JcuF3If6-uPORG1r5vk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.JcuF3If6-uPORG1r5vk .navbar-brand .navbar-logo a {
  outline: none;
}
.JcuF3If6-uPORG1r5vk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.JcuF3If6-uPORG1r5vk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.JcuF3If6-uPORG1r5vk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.JcuF3If6-uPORG1r5vk .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.JcuF3If6-uPORG1r5vk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .JcuF3If6-uPORG1r5vk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.JcuF3If6-uPORG1r5vk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.JcuF3If6-uPORG1r5vk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .JcuF3If6-uPORG1r5vk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.JcuF3If6-uPORG1r5vk .nav-link {
  width: fit-content;
  position: relative;
}
.JcuF3If6-uPORG1r5vk .nav-link:hover {
  color: #6592e6 !important;
}
.JcuF3If6-uPORG1r5vk .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .JcuF3If6-uPORG1r5vk .navbar-logo {
    padding-left: 1rem;
  }
}
.JcuF3If6-uPORG1r5vk .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.JcuF3If6-uPORG1r5vk .navbar-caption:hover,
.JcuF3If6-uPORG1r5vk .navbar-caption:focus {
  color: #6592e6 !important;
}
@media (max-width: 767px) {
  .JcuF3If6-uPORG1r5vk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.JcuF3If6-uPORG1r5vk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.JcuF3If6-uPORG1r5vk .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  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: 16px;
  margin: 1rem 1rem 0;
  background-color: #bed3f9;
  box-shadow: none;
  position: relative;
}
.JcuF3If6-uPORG1r5vk .iconfont-wrapper {
  color: #404349 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.JcuF3If6-uPORG1r5vk .iconfont-wrapper:hover,
.JcuF3If6-uPORG1r5vk .iconfont-wrapper:focus {
  color: #6592e6 !important;
}
.JcuF3If6-uPORG1r5vk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #bed3f9;
}
.JcuF3If6-uPORG1r5vk .nav-item:focus,
.JcuF3If6-uPORG1r5vk .nav-link:focus {
  outline: none;
}
.JcuF3If6-uPORG1r5vk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.JcuF3If6-uPORG1r5vk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.JcuF3If6-uPORG1r5vk .dropdown .dropdown-menu .dropdown-item .prototype-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.JcuF3If6-uPORG1r5vk .dropdown .dropdown-menu .dropdown-item .prototype-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.JcuF3If6-uPORG1r5vk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.JcuF3If6-uPORG1r5vk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.JcuF3If6-uPORG1r5vk .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;
}
.JcuF3If6-uPORG1r5vk .navbar.opened {
  transition: all 0.3s;
}
.JcuF3If6-uPORG1r5vk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.JcuF3If6-uPORG1r5vk .navbar .navbar-logo img {
  width: auto;
}
.JcuF3If6-uPORG1r5vk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .JcuF3If6-uPORG1r5vk .navbar .navbar-collapse {
    position: absolute;
  }
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed {
  justify-content: center;
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .JcuF3If6-uPORG1r5vk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.JcuF3If6-uPORG1r5vk .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%;
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .JcuF3If6-uPORG1r5vk .navbar {
    min-height: 72px;
  }
  .JcuF3If6-uPORG1r5vk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .JcuF3If6-uPORG1r5vk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .JcuF3If6-uPORG1r5vk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .JcuF3If6-uPORG1r5vk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .JcuF3If6-uPORG1r5vk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .JcuF3If6-uPORG1r5vk .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%;
  }
  .JcuF3If6-uPORG1r5vk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .JcuF3If6-uPORG1r5vk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .JcuF3If6-uPORG1r5vk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .JcuF3If6-uPORG1r5vk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.JcuF3If6-uPORG1r5vk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.JcuF3If6-uPORG1r5vk .dropdown-item.active,
.JcuF3If6-uPORG1r5vk .dropdown-item:active {
  background-color: transparent;
}
.JcuF3If6-uPORG1r5vk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.JcuF3If6-uPORG1r5vk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.JcuF3If6-uPORG1r5vk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.JcuF3If6-uPORG1r5vk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bed3f9;
}
.JcuF3If6-uPORG1r5vk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.JcuF3If6-uPORG1r5vk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.JcuF3If6-uPORG1r5vk ul.navbar-nav {
  flex-wrap: wrap;
}
.JcuF3If6-uPORG1r5vk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .JcuF3If6-uPORG1r5vk .navbar-buttons {
    text-align: left;
  }
}
.JcuF3If6-uPORG1r5vk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.JcuF3If6-uPORG1r5vk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #404349;
}
.JcuF3If6-uPORG1r5vk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.JcuF3If6-uPORG1r5vk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.JcuF3If6-uPORG1r5vk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.JcuF3If6-uPORG1r5vk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.JcuF3If6-uPORG1r5vk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JcuF3If6-uPORG1r5vk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.JcuF3If6-uPORG1r5vk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.JcuF3If6-uPORG1r5vk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JcuF3If6-uPORG1r5vk .navbar-dropdown {
  padding: 0 1rem;
}
.JcuF3If6-uPORG1r5vk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.JcuF3If6-uPORG1r5vk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .JcuF3If6-uPORG1r5vk .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .JcuF3If6-uPORG1r5vk .navbar {
    height: 70px;
  }
  .JcuF3If6-uPORG1r5vk .navbar.opened {
    height: auto;
  }
  .JcuF3If6-uPORG1r5vk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.JcuF3If6-uPORG1r5vk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.JcuF3If6-uPORG1r5vk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.JcuF3If6-uPORG1r5vk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.JcuF3If6-uPORG1r5vk .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: .3s all;
  transform: rotate(-90deg);
}
.JcuF3If6-uPORG1r5vk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.JcuF3If6-uPORG1r5vk .prototype-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .JcuF3If6-uPORG1r5vk .prototype-section-btn {
    padding-left: 0;
  }
}
.JcuF3If6-uPORG1r5vk .prototype-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.JcuF3If6-uPORG1r5vk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .JcuF3If6-uPORG1r5vk .navbar-brand {
    margin-right: auto;
  }
  .JcuF3If6-uPORG1r5vk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #bed3f9;
  }
  .JcuF3If6-uPORG1r5vk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .JcuF3If6-uPORG1r5vk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .JcuF3If6-uPORG1r5vk .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;
  }
  .JcuF3If6-uPORG1r5vk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .JcuF3If6-uPORG1r5vk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .JcuF3If6-uPORG1r5vk .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: .3s all;
    transform: rotate(0deg);
  }
  .JcuF3If6-uPORG1r5vk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .JcuF3If6-uPORG1r5vk .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;
  }
  .JcuF3If6-uPORG1r5vk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .JcuF3If6-uPORG1r5vk .navbar-collapse {
    padding: 1rem;
  }
}
.JcuF3If6-uPORG1r5vk .navbar-brand,
.JcuF3If6-uPORG1r5vk .navbar-toggler,
.JcuF3If6-uPORG1r5vk .navbar-collapse {
  position: relative;
  z-index: 1;
}
.JcuF3If6-uPSrb8YULw {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #8caff0;
  background: linear-gradient(180deg, #8caff0, #bed3f9);
}
@media (max-width: 1400px) {
  .JcuF3If6-uPSrb8YULw .display-1 {
    font-size: 4.16rem;
  }
}
@media (max-width: 575px) {
  .JcuF3If6-uPSrb8YULw .row {
    text-align: center!important;
  }
}
.JcuF3If6-uPSrb8YULw .content-container {
  width: 100%;
  padding: 3.5rem 2.5rem;
  border-radius: 2rem;
  background-color: #8caff0;
  background: linear-gradient(180deg, #8caff0, #bed3f9);
  background: linear-gradient(90deg, #8caff0, #bed3f9) !important;
}
@media (max-width: 767px) {
  .JcuF3If6-uPSrb8YULw .content-container {
    padding: 1rem 0rem;
    padding-top: 2rem;
  }
}
.JcuF3If6-uPSrb8YULw img {
  border-radius: 2rem;
  height: 100%;
  object-fit: cover;
}
.JcuF3If6-uPSrb8YULw .prototype-section-title {
  color: #ffffff;
}
@media (max-width: 575px) {
  .JcuF3If6-uPSrb8YULw .prototype-section-title {
    text-align: center;
  }
}
.JcuF3If6-uPSrb8YULw .prototype-text {
  color: #000000;
  text-align: center;
}
.JcuF3If6-uPSrb8YULw .prototype-fallback-image.disabled {
  display: none;
}
.JcuF3If6-uPSrb8YULw .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JcuF3If6-uPSrb8YULw .prototype-section-title,
.JcuF3If6-uPSrb8YULw .prototype-section-btn {
  color: #000000;
  text-align: center;
}
.JcuF3If6-uPSrOIjIiA {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #8caff0;
  position: relative;
  overflow: hidden;
}
.JcuF3If6-uPSrOIjIiA::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #bed3f9 -10%, transparent 80%);
}
.JcuF3If6-uPSrOIjIiA::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #bed3f9 -10%, transparent 80%);
}
.JcuF3If6-uPSrOIjIiA .prototype-fallback-image.disabled {
  display: none;
}
.JcuF3If6-uPSrOIjIiA .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .JcuF3If6-uPSrOIjIiA .container {
    padding: 0 16px;
  }
}
.JcuF3If6-uPSrOIjIiA .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.JcuF3If6-uPSrOIjIiA .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.JcuF3If6-uPSrOIjIiA .content-wrapper {
  margin-bottom: 80px;
}
.JcuF3If6-uPSrOIjIiA .content-wrapper .prototype-section-title {
  margin-bottom: 24px;
}
.JcuF3If6-uPSrOIjIiA .content-wrapper .prototype-section-title span {
  color: #f1634f;
}
.JcuF3If6-uPSrOIjIiA .content-wrapper .text-wrap .prototype-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .JcuF3If6-uPSrOIjIiA .content-wrapper .text-wrap .prototype-text {
    width: 100%;
  }
}
.JcuF3If6-uPSrOIjIiA .prototype-section-btn-main {
  margin-bottom: 14px;
}
.JcuF3If6-uPSrOIjIiA .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.JcuF3If6-uPSrOIjIiA .item .item-wrapper {
  background-color: #bed3f9;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .JcuF3If6-uPSrOIjIiA .item .item-wrapper {
    padding: 32px;
  }
}
.JcuF3If6-uPSrOIjIiA .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .JcuF3If6-uPSrOIjIiA .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.JcuF3If6-uPSrOIjIiA .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.JcuF3If6-uPSrOIjIiA .item .item-wrapper .card-box .title-wrap .prototype-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #f1634f;
}
.JcuF3If6-uPSrOIjIiA .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.JcuF3If6-uPSrOIjIiA .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.JcuF3If6-uPSrOIjIiA .prototype-section-title {
  color: #000000;
}
.JcuF3If6-uPSrOIjIiA .prototype-text,
.JcuF3If6-uPSrOIjIiA .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.JcuF3If6-uPSrOIjIiA .item-title {
  color: #000000;
}
.JcuF3If6-uPSrOIjIiA .item-text {
  color: #000000;
  text-align: center;
}
.JcuF3If6-uPSrOIjIiA .prototype-section-title,
.JcuF3If6-uPSrOIjIiA .prototype-section-btn {
  text-align: center;
}
.JcuF3If6-uPSsUh56qo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.JcuF3If6-uPSsUh56qo .prototype-fallback-image.disabled {
  display: none;
}
.JcuF3If6-uPSsUh56qo .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JcuF3If6-uPSsUh56qo .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .JcuF3If6-uPSsUh56qo .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .JcuF3If6-uPSsUh56qo .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .JcuF3If6-uPSsUh56qo .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .JcuF3If6-uPSsUh56qo .container {
    padding: 0 16px;
  }
}
.JcuF3If6-uPSsUh56qo .row {
  background-color: #8caff0;
  justify-content: center;
  margin: 0;
  border-radius: 1rem;
}
.JcuF3If6-uPSsUh56qo .item {
  padding: 40px 80px;
  border-right: 1px solid #bed3f9;
}
@media (max-width: 1200px) {
  .JcuF3If6-uPSsUh56qo .item {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .JcuF3If6-uPSsUh56qo .item {
    padding: 25px;
    border-right: none;
    border-bottom: 1px solid #bed3f9;
  }
}
.JcuF3If6-uPSsUh56qo .item:nth-child(2n) {
  border-right: none;
}
@media (max-width: 992px) {
  .JcuF3If6-uPSsUh56qo .item:nth-child(2n) {
    border-right: none;
  }
}
.JcuF3If6-uPSsUh56qo .item .item-wrapper .card-subtitle {
  margin-bottom: 40px;
}
.JcuF3If6-uPSsUh56qo .item .item-wrapper .item-img {
  margin-bottom: 28px;
}
.JcuF3If6-uPSsUh56qo .item .item-wrapper .item-img img {
  display: inline-flex;
  object-fit: cover;
  height: 350px;
  border-radius: 1rem !important;
  width: 80%;
}
@media (max-width: 992px) {
  .JcuF3If6-uPSsUh56qo .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.JcuF3If6-uPSsUh56qo .item .item-wrapper .card-title {
  margin-bottom: 10px;
}
.JcuF3If6-uPSsUh56qo .item .item-wrapper .card-text {
  margin-bottom: 20px;
}
.JcuF3If6-uPSsUh56qo .card-title {
  color: #000000;
}
.JcuF3If6-uPSsUh56qo .card-subtitle {
  color: #000000;
  text-align: center;
}
.JcuF3If6-uPSsUh56qo .card-text {
  color: #000000;
  text-align: center;
}
.JcuF3If6-uPSsUh56qo .card-title,
.JcuF3If6-uPSsUh56qo .item-img,
.JcuF3If6-uPSsUh56qo .prototype-section-btn {
  text-align: center;
}
.JcuF3If6-uPSt5rtBt4 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #8caff0;
  position: relative;
  overflow: hidden;
}
.JcuF3If6-uPSt5rtBt4::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #bed3f9 -10%, transparent 80%);
}
.JcuF3If6-uPSt5rtBt4::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #bed3f9 -10%, transparent 80%);
}
.JcuF3If6-uPSt5rtBt4 .prototype-fallback-image.disabled {
  display: none;
}
.JcuF3If6-uPSt5rtBt4 .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .JcuF3If6-uPSt5rtBt4 .container {
    padding: 0 16px;
  }
}
.JcuF3If6-uPSt5rtBt4 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.JcuF3If6-uPSt5rtBt4 .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.JcuF3If6-uPSt5rtBt4 .content-wrapper {
  margin-bottom: 80px;
}
.JcuF3If6-uPSt5rtBt4 .content-wrapper .prototype-section-title {
  margin-bottom: 24px;
}
.JcuF3If6-uPSt5rtBt4 .content-wrapper .prototype-section-title span {
  color: #f1634f;
}
.JcuF3If6-uPSt5rtBt4 .content-wrapper .text-wrap .prototype-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .JcuF3If6-uPSt5rtBt4 .content-wrapper .text-wrap .prototype-text {
    width: 100%;
  }
}
.JcuF3If6-uPSt5rtBt4 .prototype-section-btn-main {
  margin-bottom: 14px;
}
.JcuF3If6-uPSt5rtBt4 .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.JcuF3If6-uPSt5rtBt4 .item .item-wrapper {
  background-color: #bed3f9;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .JcuF3If6-uPSt5rtBt4 .item .item-wrapper {
    padding: 32px;
  }
}
.JcuF3If6-uPSt5rtBt4 .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .JcuF3If6-uPSt5rtBt4 .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.JcuF3If6-uPSt5rtBt4 .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.JcuF3If6-uPSt5rtBt4 .item .item-wrapper .card-box .title-wrap .prototype-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #f1634f;
}
.JcuF3If6-uPSt5rtBt4 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.JcuF3If6-uPSt5rtBt4 .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.JcuF3If6-uPSt5rtBt4 .prototype-section-title {
  color: #000000;
}
.JcuF3If6-uPSt5rtBt4 .prototype-text,
.JcuF3If6-uPSt5rtBt4 .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.JcuF3If6-uPSt5rtBt4 .item-title {
  color: #000000;
}
.JcuF3If6-uPSt5rtBt4 .item-text {
  color: #000000;
  text-align: center;
}
.JcuF3If6-uPSt5rtBt4 .prototype-section-title,
.JcuF3If6-uPSt5rtBt4 .prototype-section-btn {
  text-align: center;
}
.JcuF3If6-uPSt6Z9MTj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.JcuF3If6-uPSt6Z9MTj .prototype-fallback-image.disabled {
  display: none;
}
.JcuF3If6-uPSt6Z9MTj .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JcuF3If6-uPSt6Z9MTj .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .JcuF3If6-uPSt6Z9MTj .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .JcuF3If6-uPSt6Z9MTj .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .JcuF3If6-uPSt6Z9MTj .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .JcuF3If6-uPSt6Z9MTj .container {
    padding: 0 16px;
  }
}
.JcuF3If6-uPSt6Z9MTj .row {
  background-color: #8caff0;
  justify-content: center;
  margin: 0;
  border-radius: 1rem;
}
.JcuF3If6-uPSt6Z9MTj .item {
  padding: 40px 80px;
  border-right: 1px solid #bed3f9;
}
@media (max-width: 1200px) {
  .JcuF3If6-uPSt6Z9MTj .item {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .JcuF3If6-uPSt6Z9MTj .item {
    padding: 25px;
    border-right: none;
    border-bottom: 1px solid #bed3f9;
  }
}
.JcuF3If6-uPSt6Z9MTj .item:nth-child(2n) {
  border-right: none;
}
@media (max-width: 992px) {
  .JcuF3If6-uPSt6Z9MTj .item:nth-child(2n) {
    border-right: none;
  }
}
.JcuF3If6-uPSt6Z9MTj .item .item-wrapper .card-subtitle {
  margin-bottom: 40px;
}
.JcuF3If6-uPSt6Z9MTj .item .item-wrapper .item-img {
  margin-bottom: 28px;
}
.JcuF3If6-uPSt6Z9MTj .item .item-wrapper .item-img img {
  display: inline-flex;
  object-fit: cover;
  height: 350px;
  border-radius: 1rem !important;
  width: 80%;
}
@media (max-width: 992px) {
  .JcuF3If6-uPSt6Z9MTj .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.JcuF3If6-uPSt6Z9MTj .item .item-wrapper .card-title {
  margin-bottom: 10px;
}
.JcuF3If6-uPSt6Z9MTj .item .item-wrapper .card-text {
  margin-bottom: 20px;
}
.JcuF3If6-uPSt6Z9MTj .card-title {
  color: #000000;
}
.JcuF3If6-uPSt6Z9MTj .card-subtitle {
  color: #000000;
  text-align: center;
}
.JcuF3If6-uPSt6Z9MTj .card-text {
  color: #000000;
  text-align: center;
}
.JcuF3If6-uPSt6Z9MTj .card-title,
.JcuF3If6-uPSt6Z9MTj .item-img,
.JcuF3If6-uPSt6Z9MTj .prototype-section-btn {
  text-align: center;
}
.JcuF3If6-uPUr3bx1m2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.JcuF3If6-uPUr3bx1m2 .prototype-fallback-image.disabled {
  display: none;
}
.JcuF3If6-uPUr3bx1m2 .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper {
  padding: 32px 64px;
  background-color: #8caff0;
}
@media (max-width: 1440px) {
  .JcuF3If6-uPUr3bx1m2 .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .JcuF3If6-uPUr3bx1m2 .card-wrapper {
    padding: 24px;
  }
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper .prototype-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .JcuF3If6-uPUr3bx1m2 .card-wrapper .prototype-section-title {
    margin-bottom: 24px;
  }
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
@media (max-width: 992px) {
  .JcuF3If6-uPUr3bx1m2 .card-wrapper .nav-wrapper .list {
    margin-bottom: 24px;
  }
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper .nav-wrapper .list .item-tag {
  display: inline-flex;
  padding: 10px 32px;
  background-color: transparent;
  margin: 4px;
  border: 1px solid #ffffff;
  transition: all 0.3s ease-in-out;
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper .nav-wrapper .list .item-tag:hover,
.JcuF3If6-uPUr3bx1m2 .card-wrapper .nav-wrapper .list .item-tag:focus {
  background-color: #6592e6;
  border: 1px solid #6592e6;
  color: #ffffff;
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper .prototype-copy {
  margin-bottom: 0;
}
.JcuF3If6-uPUr3bx1m2 .prototype-section-title {
  color: #2c2c26;
  text-align: center;
}
.JcuF3If6-uPUr3bx1m2 .list,
.JcuF3If6-uPUr3bx1m2 .nav-wrapper {
  color: #63635d;
  text-align: center;
}
.JcuF3If6-uPUr3bx1m2 .prototype-copy {
  color: #000000;
  text-align: center;
}
.JcuF3If6-uPORG1r5vk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.JcuF3If6-uPORG1r5vk .dropdown-item:before {
  font-family: identity2 !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;
}
@media (max-width: 767px) {
  .JcuF3If6-uPORG1r5vk .navbar-toggler {
    transform: scale(0.8);
  }
}
.JcuF3If6-uPORG1r5vk .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;
}
.JcuF3If6-uPORG1r5vk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.JcuF3If6-uPORG1r5vk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.JcuF3If6-uPORG1r5vk .navbar-brand .navbar-logo a {
  outline: none;
}
.JcuF3If6-uPORG1r5vk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.JcuF3If6-uPORG1r5vk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.JcuF3If6-uPORG1r5vk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.JcuF3If6-uPORG1r5vk .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.JcuF3If6-uPORG1r5vk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .JcuF3If6-uPORG1r5vk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.JcuF3If6-uPORG1r5vk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.JcuF3If6-uPORG1r5vk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .JcuF3If6-uPORG1r5vk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.JcuF3If6-uPORG1r5vk .nav-link {
  width: fit-content;
  position: relative;
}
.JcuF3If6-uPORG1r5vk .nav-link:hover {
  color: #6592e6 !important;
}
.JcuF3If6-uPORG1r5vk .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .JcuF3If6-uPORG1r5vk .navbar-logo {
    padding-left: 1rem;
  }
}
.JcuF3If6-uPORG1r5vk .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.JcuF3If6-uPORG1r5vk .navbar-caption:hover,
.JcuF3If6-uPORG1r5vk .navbar-caption:focus {
  color: #6592e6 !important;
}
@media (max-width: 767px) {
  .JcuF3If6-uPORG1r5vk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.JcuF3If6-uPORG1r5vk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.JcuF3If6-uPORG1r5vk .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  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: 16px;
  margin: 1rem 1rem 0;
  background-color: #bed3f9;
  box-shadow: none;
  position: relative;
}
.JcuF3If6-uPORG1r5vk .iconfont-wrapper {
  color: #404349 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.JcuF3If6-uPORG1r5vk .iconfont-wrapper:hover,
.JcuF3If6-uPORG1r5vk .iconfont-wrapper:focus {
  color: #6592e6 !important;
}
.JcuF3If6-uPORG1r5vk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #bed3f9;
}
.JcuF3If6-uPORG1r5vk .nav-item:focus,
.JcuF3If6-uPORG1r5vk .nav-link:focus {
  outline: none;
}
.JcuF3If6-uPORG1r5vk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.JcuF3If6-uPORG1r5vk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.JcuF3If6-uPORG1r5vk .dropdown .dropdown-menu .dropdown-item .prototype-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.JcuF3If6-uPORG1r5vk .dropdown .dropdown-menu .dropdown-item .prototype-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.JcuF3If6-uPORG1r5vk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.JcuF3If6-uPORG1r5vk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.JcuF3If6-uPORG1r5vk .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;
}
.JcuF3If6-uPORG1r5vk .navbar.opened {
  transition: all 0.3s;
}
.JcuF3If6-uPORG1r5vk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.JcuF3If6-uPORG1r5vk .navbar .navbar-logo img {
  width: auto;
}
.JcuF3If6-uPORG1r5vk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .JcuF3If6-uPORG1r5vk .navbar .navbar-collapse {
    position: absolute;
  }
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed {
  justify-content: center;
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .JcuF3If6-uPORG1r5vk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.JcuF3If6-uPORG1r5vk .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%;
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .JcuF3If6-uPORG1r5vk .navbar {
    min-height: 72px;
  }
  .JcuF3If6-uPORG1r5vk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .JcuF3If6-uPORG1r5vk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .JcuF3If6-uPORG1r5vk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .JcuF3If6-uPORG1r5vk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .JcuF3If6-uPORG1r5vk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .JcuF3If6-uPORG1r5vk .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%;
  }
  .JcuF3If6-uPORG1r5vk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .JcuF3If6-uPORG1r5vk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .JcuF3If6-uPORG1r5vk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .JcuF3If6-uPORG1r5vk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.JcuF3If6-uPORG1r5vk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.JcuF3If6-uPORG1r5vk .dropdown-item.active,
.JcuF3If6-uPORG1r5vk .dropdown-item:active {
  background-color: transparent;
}
.JcuF3If6-uPORG1r5vk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.JcuF3If6-uPORG1r5vk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.JcuF3If6-uPORG1r5vk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.JcuF3If6-uPORG1r5vk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bed3f9;
}
.JcuF3If6-uPORG1r5vk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.JcuF3If6-uPORG1r5vk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.JcuF3If6-uPORG1r5vk ul.navbar-nav {
  flex-wrap: wrap;
}
.JcuF3If6-uPORG1r5vk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .JcuF3If6-uPORG1r5vk .navbar-buttons {
    text-align: left;
  }
}
.JcuF3If6-uPORG1r5vk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.JcuF3If6-uPORG1r5vk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #404349;
}
.JcuF3If6-uPORG1r5vk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.JcuF3If6-uPORG1r5vk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.JcuF3If6-uPORG1r5vk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.JcuF3If6-uPORG1r5vk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.JcuF3If6-uPORG1r5vk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JcuF3If6-uPORG1r5vk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.JcuF3If6-uPORG1r5vk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.JcuF3If6-uPORG1r5vk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JcuF3If6-uPORG1r5vk .navbar-dropdown {
  padding: 0 1rem;
}
.JcuF3If6-uPORG1r5vk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.JcuF3If6-uPORG1r5vk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .JcuF3If6-uPORG1r5vk .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .JcuF3If6-uPORG1r5vk .navbar {
    height: 70px;
  }
  .JcuF3If6-uPORG1r5vk .navbar.opened {
    height: auto;
  }
  .JcuF3If6-uPORG1r5vk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.JcuF3If6-uPORG1r5vk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.JcuF3If6-uPORG1r5vk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.JcuF3If6-uPORG1r5vk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.JcuF3If6-uPORG1r5vk .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: .3s all;
  transform: rotate(-90deg);
}
.JcuF3If6-uPORG1r5vk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.JcuF3If6-uPORG1r5vk .prototype-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .JcuF3If6-uPORG1r5vk .prototype-section-btn {
    padding-left: 0;
  }
}
.JcuF3If6-uPORG1r5vk .prototype-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.JcuF3If6-uPORG1r5vk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .JcuF3If6-uPORG1r5vk .navbar-brand {
    margin-right: auto;
  }
  .JcuF3If6-uPORG1r5vk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #bed3f9;
  }
  .JcuF3If6-uPORG1r5vk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .JcuF3If6-uPORG1r5vk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .JcuF3If6-uPORG1r5vk .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;
  }
  .JcuF3If6-uPORG1r5vk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .JcuF3If6-uPORG1r5vk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .JcuF3If6-uPORG1r5vk .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: .3s all;
    transform: rotate(0deg);
  }
  .JcuF3If6-uPORG1r5vk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .JcuF3If6-uPORG1r5vk .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;
  }
  .JcuF3If6-uPORG1r5vk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .JcuF3If6-uPORG1r5vk .navbar-collapse {
    padding: 1rem;
  }
}
.JcuF3If6-uPORG1r5vk .navbar-brand,
.JcuF3If6-uPORG1r5vk .navbar-toggler,
.JcuF3If6-uPORG1r5vk .navbar-collapse {
  position: relative;
  z-index: 1;
}
.JcuF3If6-uPStQpsXxc {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #8caff0;
}
.JcuF3If6-uPStQpsXxc .text-wrapper {
  position: relative;
  background: #bed3f9;
  width: 60%;
  padding: 50px 0;
  border-radius: 0 30px 30px 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.JcuF3If6-uPStQpsXxc .text-wrapper .card-btn {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}
.JcuF3If6-uPStQpsXxc .text-wrapper .card-text,
.JcuF3If6-uPStQpsXxc .text-wrapper .card-btn,
.JcuF3If6-uPStQpsXxc .text-wrapper .card-title {
  margin: 1rem -25vw 0 50px;
}
@media (max-width: 767px) {
  .JcuF3If6-uPStQpsXxc .text-wrapper .card-text,
  .JcuF3If6-uPStQpsXxc .text-wrapper .card-btn,
  .JcuF3If6-uPStQpsXxc .text-wrapper .card-title {
    margin: 1rem -25vw 0 1rem;
  }
}
.JcuF3If6-uPStQpsXxc .content-wrapper {
  padding: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .JcuF3If6-uPStQpsXxc .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .JcuF3If6-uPStQpsXxc .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
    margin: 0 2rem 7rem 2rem;
  }
  .JcuF3If6-uPStQpsXxc .content-wrapper .geometry__square,
  .JcuF3If6-uPStQpsXxc .content-wrapper .geometry__circle {
    width: 66px;
    height: 66px;
  }
}
@media (max-width: 767px) {
  .JcuF3If6-uPStQpsXxc .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .JcuF3If6-uPStQpsXxc .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .JcuF3If6-uPStQpsXxc .content-wrapper {
    padding: 5rem 3rem;
  }
  .JcuF3If6-uPStQpsXxc .content-wrapper .text-wrapper {
    padding-left: 1rem;
    padding-right: 7rem;
  }
}
.JcuF3If6-uPStQpsXxc .geometry {
  position: absolute;
}
.JcuF3If6-uPStQpsXxc .geometry_top-right {
  top: -50px;
  right: 30%;
}
.JcuF3If6-uPStQpsXxc .geometry_bottom-left {
  bottom: 47px;
  left: 20%;
}
.JcuF3If6-uPStQpsXxc .geometry__square,
.JcuF3If6-uPStQpsXxc .geometry__circle {
  width: 88px;
  height: 88px;
}
.JcuF3If6-uPStQpsXxc .geometry__square {
  border-radius: 8px;
  border: 2px solid #0b2b5c;
  z-index: 1;
  position: absolute;
}
.JcuF3If6-uPStQpsXxc .geometry__square-bg {
  width: 88px;
  height: 88px;
  background: #6592e6;
  border-radius: 8px;
  margin: 0.5rem;
  position: absolute;
}
.JcuF3If6-uPStQpsXxc .geometry__circle {
  border-radius: 100px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.JcuF3If6-uPStQpsXxc .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #6592e6;
  border-radius: 100px;
  margin: 0.5rem;
}
.JcuF3If6-uPStQpsXxc .image-wrapper {
  margin: 0 4rem 0 0;
}
.JcuF3If6-uPStQpsXxc .image-wrapper .img {
  padding: 20px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .JcuF3If6-uPStQpsXxc .content {
    display: block;
  }
  .JcuF3If6-uPStQpsXxc .text-wrapper {
    width: 100%;
    border-radius: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .JcuF3If6-uPStQpsXxc .card-text,
  .JcuF3If6-uPStQpsXxc .card-title,
  .JcuF3If6-uPStQpsXxc .card-btn {
    margin: 1rem 1rem 1rem 1rem !important;
  }
}
@media (min-width: 768px) {
  .JcuF3If6-uPStQpsXxc .geometry__square-bg {
    transition: transform .3s;
  }
  .JcuF3If6-uPStQpsXxc .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .JcuF3If6-uPStQpsXxc .text-wrapper:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
  .JcuF3If6-uPStQpsXxc .text-wrapper:hover .geometry__square-bg {
    transform: rotate(20deg) scale(0.9);
  }
}
@media (max-width: 992px) {
  .JcuF3If6-uPStQpsXxc .geometry {
    position: absolute;
  }
  .JcuF3If6-uPStQpsXxc .geometry__circle,
  .JcuF3If6-uPStQpsXxc .geometry__circle-bg,
  .JcuF3If6-uPStQpsXxc .geometry__square,
  .JcuF3If6-uPStQpsXxc .geometry__square-bg {
    width: 66px;
    height: 66px;
  }
}
.JcuF3If6-uPStQpsXxc .prototype-fallback-image.disabled {
  display: none;
}
.JcuF3If6-uPStQpsXxc .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JcuF3If6-uPStQpsXxc .prototype-text,
.JcuF3If6-uPStQpsXxc .prototype-section-btn {
  text-align: center;
  color: #000000;
}
.JcuF3If6-uPStQpsXxc .card-title {
  color: #000000;
  text-align: center;
}
.JcuF3If6-uPUr3bx1m2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.JcuF3If6-uPUr3bx1m2 .prototype-fallback-image.disabled {
  display: none;
}
.JcuF3If6-uPUr3bx1m2 .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper {
  padding: 32px 64px;
  background-color: #8caff0;
}
@media (max-width: 1440px) {
  .JcuF3If6-uPUr3bx1m2 .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .JcuF3If6-uPUr3bx1m2 .card-wrapper {
    padding: 24px;
  }
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper .prototype-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .JcuF3If6-uPUr3bx1m2 .card-wrapper .prototype-section-title {
    margin-bottom: 24px;
  }
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
@media (max-width: 992px) {
  .JcuF3If6-uPUr3bx1m2 .card-wrapper .nav-wrapper .list {
    margin-bottom: 24px;
  }
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper .nav-wrapper .list .item-tag {
  display: inline-flex;
  padding: 10px 32px;
  background-color: transparent;
  margin: 4px;
  border: 1px solid #ffffff;
  transition: all 0.3s ease-in-out;
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper .nav-wrapper .list .item-tag:hover,
.JcuF3If6-uPUr3bx1m2 .card-wrapper .nav-wrapper .list .item-tag:focus {
  background-color: #6592e6;
  border: 1px solid #6592e6;
  color: #ffffff;
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper .prototype-copy {
  margin-bottom: 0;
}
.JcuF3If6-uPUr3bx1m2 .prototype-section-title {
  color: #2c2c26;
  text-align: center;
}
.JcuF3If6-uPUr3bx1m2 .list,
.JcuF3If6-uPUr3bx1m2 .nav-wrapper {
  color: #63635d;
  text-align: center;
}
.JcuF3If6-uPUr3bx1m2 .prototype-copy {
  color: #000000;
  text-align: center;
}
.JcuF3If6-uPORG1r5vk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.JcuF3If6-uPORG1r5vk .dropdown-item:before {
  font-family: identity2 !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;
}
@media (max-width: 767px) {
  .JcuF3If6-uPORG1r5vk .navbar-toggler {
    transform: scale(0.8);
  }
}
.JcuF3If6-uPORG1r5vk .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;
}
.JcuF3If6-uPORG1r5vk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.JcuF3If6-uPORG1r5vk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.JcuF3If6-uPORG1r5vk .navbar-brand .navbar-logo a {
  outline: none;
}
.JcuF3If6-uPORG1r5vk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.JcuF3If6-uPORG1r5vk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.JcuF3If6-uPORG1r5vk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.JcuF3If6-uPORG1r5vk .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.JcuF3If6-uPORG1r5vk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .JcuF3If6-uPORG1r5vk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.JcuF3If6-uPORG1r5vk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.JcuF3If6-uPORG1r5vk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .JcuF3If6-uPORG1r5vk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.JcuF3If6-uPORG1r5vk .nav-link {
  width: fit-content;
  position: relative;
}
.JcuF3If6-uPORG1r5vk .nav-link:hover {
  color: #6592e6 !important;
}
.JcuF3If6-uPORG1r5vk .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .JcuF3If6-uPORG1r5vk .navbar-logo {
    padding-left: 1rem;
  }
}
.JcuF3If6-uPORG1r5vk .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.JcuF3If6-uPORG1r5vk .navbar-caption:hover,
.JcuF3If6-uPORG1r5vk .navbar-caption:focus {
  color: #6592e6 !important;
}
@media (max-width: 767px) {
  .JcuF3If6-uPORG1r5vk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.JcuF3If6-uPORG1r5vk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.JcuF3If6-uPORG1r5vk .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  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: 16px;
  margin: 1rem 1rem 0;
  background-color: #bed3f9;
  box-shadow: none;
  position: relative;
}
.JcuF3If6-uPORG1r5vk .iconfont-wrapper {
  color: #404349 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.JcuF3If6-uPORG1r5vk .iconfont-wrapper:hover,
.JcuF3If6-uPORG1r5vk .iconfont-wrapper:focus {
  color: #6592e6 !important;
}
.JcuF3If6-uPORG1r5vk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #bed3f9;
}
.JcuF3If6-uPORG1r5vk .nav-item:focus,
.JcuF3If6-uPORG1r5vk .nav-link:focus {
  outline: none;
}
.JcuF3If6-uPORG1r5vk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.JcuF3If6-uPORG1r5vk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.JcuF3If6-uPORG1r5vk .dropdown .dropdown-menu .dropdown-item .prototype-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.JcuF3If6-uPORG1r5vk .dropdown .dropdown-menu .dropdown-item .prototype-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.JcuF3If6-uPORG1r5vk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.JcuF3If6-uPORG1r5vk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.JcuF3If6-uPORG1r5vk .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;
}
.JcuF3If6-uPORG1r5vk .navbar.opened {
  transition: all 0.3s;
}
.JcuF3If6-uPORG1r5vk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.JcuF3If6-uPORG1r5vk .navbar .navbar-logo img {
  width: auto;
}
.JcuF3If6-uPORG1r5vk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .JcuF3If6-uPORG1r5vk .navbar .navbar-collapse {
    position: absolute;
  }
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed {
  justify-content: center;
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .JcuF3If6-uPORG1r5vk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.JcuF3If6-uPORG1r5vk .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%;
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .JcuF3If6-uPORG1r5vk .navbar {
    min-height: 72px;
  }
  .JcuF3If6-uPORG1r5vk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .JcuF3If6-uPORG1r5vk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .JcuF3If6-uPORG1r5vk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .JcuF3If6-uPORG1r5vk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .JcuF3If6-uPORG1r5vk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .JcuF3If6-uPORG1r5vk .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%;
  }
  .JcuF3If6-uPORG1r5vk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .JcuF3If6-uPORG1r5vk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .JcuF3If6-uPORG1r5vk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .JcuF3If6-uPORG1r5vk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.JcuF3If6-uPORG1r5vk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.JcuF3If6-uPORG1r5vk .dropdown-item.active,
.JcuF3If6-uPORG1r5vk .dropdown-item:active {
  background-color: transparent;
}
.JcuF3If6-uPORG1r5vk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.JcuF3If6-uPORG1r5vk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.JcuF3If6-uPORG1r5vk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.JcuF3If6-uPORG1r5vk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bed3f9;
}
.JcuF3If6-uPORG1r5vk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.JcuF3If6-uPORG1r5vk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.JcuF3If6-uPORG1r5vk ul.navbar-nav {
  flex-wrap: wrap;
}
.JcuF3If6-uPORG1r5vk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .JcuF3If6-uPORG1r5vk .navbar-buttons {
    text-align: left;
  }
}
.JcuF3If6-uPORG1r5vk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.JcuF3If6-uPORG1r5vk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #404349;
}
.JcuF3If6-uPORG1r5vk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.JcuF3If6-uPORG1r5vk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.JcuF3If6-uPORG1r5vk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.JcuF3If6-uPORG1r5vk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.JcuF3If6-uPORG1r5vk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JcuF3If6-uPORG1r5vk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.JcuF3If6-uPORG1r5vk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.JcuF3If6-uPORG1r5vk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JcuF3If6-uPORG1r5vk .navbar-dropdown {
  padding: 0 1rem;
}
.JcuF3If6-uPORG1r5vk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.JcuF3If6-uPORG1r5vk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .JcuF3If6-uPORG1r5vk .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .JcuF3If6-uPORG1r5vk .navbar {
    height: 70px;
  }
  .JcuF3If6-uPORG1r5vk .navbar.opened {
    height: auto;
  }
  .JcuF3If6-uPORG1r5vk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.JcuF3If6-uPORG1r5vk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.JcuF3If6-uPORG1r5vk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.JcuF3If6-uPORG1r5vk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.JcuF3If6-uPORG1r5vk .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: .3s all;
  transform: rotate(-90deg);
}
.JcuF3If6-uPORG1r5vk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.JcuF3If6-uPORG1r5vk .prototype-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .JcuF3If6-uPORG1r5vk .prototype-section-btn {
    padding-left: 0;
  }
}
.JcuF3If6-uPORG1r5vk .prototype-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.JcuF3If6-uPORG1r5vk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .JcuF3If6-uPORG1r5vk .navbar-brand {
    margin-right: auto;
  }
  .JcuF3If6-uPORG1r5vk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #bed3f9;
  }
  .JcuF3If6-uPORG1r5vk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .JcuF3If6-uPORG1r5vk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .JcuF3If6-uPORG1r5vk .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;
  }
  .JcuF3If6-uPORG1r5vk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .JcuF3If6-uPORG1r5vk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .JcuF3If6-uPORG1r5vk .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: .3s all;
    transform: rotate(0deg);
  }
  .JcuF3If6-uPORG1r5vk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .JcuF3If6-uPORG1r5vk .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;
  }
  .JcuF3If6-uPORG1r5vk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .JcuF3If6-uPORG1r5vk .navbar-collapse {
    padding: 1rem;
  }
}
.JcuF3If6-uPORG1r5vk .navbar-brand,
.JcuF3If6-uPORG1r5vk .navbar-toggler,
.JcuF3If6-uPORG1r5vk .navbar-collapse {
  position: relative;
  z-index: 1;
}
.JcuF3If6-uPSuOiKqzl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8caff0;
}
.JcuF3If6-uPSuOiKqzl .prototype-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.JcuF3If6-uPSuOiKqzl form {
  padding: 4rem;
}
@media (max-width: 767px) {
  .JcuF3If6-uPSuOiKqzl form {
    padding: 2rem 0rem;
  }
}
.JcuF3If6-uPSuOiKqzl .border-radius {
  border-radius: 3rem;
}
.JcuF3If6-uPSuOiKqzl input,
.JcuF3If6-uPSuOiKqzl textarea {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.JcuF3If6-uPSuOiKqzl input:hover,
.JcuF3If6-uPSuOiKqzl textarea:hover,
.JcuF3If6-uPSuOiKqzl input:focus,
.JcuF3If6-uPSuOiKqzl textarea:focus,
.JcuF3If6-uPSuOiKqzl input:active,
.JcuF3If6-uPSuOiKqzl textarea:active {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  box-shadow: none;
}
.JcuF3If6-uPSuOiKqzl .image-wrapper,
.JcuF3If6-uPSuOiKqzl img {
  height: 100%;
  object-fit: cover;
}
.JcuF3If6-uPSuOiKqzl .row {
  background: #e1ecff;
  overflow: hidden;
  margin: 0;
}
.JcuF3If6-uPSuOiKqzl .btn {
  padding: 1.3rem 2rem;
  margin-top: 2rem;
  border-radius: 2rem !important;
  display: inline-block;
}
@media (max-width: 767px) {
  .JcuF3If6-uPSuOiKqzl .col-auto {
    margin: auto;
  }
}
.JcuF3If6-uPSuOiKqzl h5 {
  margin-bottom: 3rem;
}
.JcuF3If6-uPSuOiKqzl a {
  font-weight: bold;
}
.JcuF3If6-uPSuOiKqzl .prototype-section-title {
  color: #ffffff;
}
.JcuF3If6-uPSuOiKqzl .prototype-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.JcuF3If6-uPSuOiKqzl H5 {
  text-align: center;
}
.JcuF3If6-uPUr3bx1m2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.JcuF3If6-uPUr3bx1m2 .prototype-fallback-image.disabled {
  display: none;
}
.JcuF3If6-uPUr3bx1m2 .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper {
  padding: 32px 64px;
  background-color: #8caff0;
}
@media (max-width: 1440px) {
  .JcuF3If6-uPUr3bx1m2 .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .JcuF3If6-uPUr3bx1m2 .card-wrapper {
    padding: 24px;
  }
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper .prototype-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .JcuF3If6-uPUr3bx1m2 .card-wrapper .prototype-section-title {
    margin-bottom: 24px;
  }
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
@media (max-width: 992px) {
  .JcuF3If6-uPUr3bx1m2 .card-wrapper .nav-wrapper .list {
    margin-bottom: 24px;
  }
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper .nav-wrapper .list .item-tag {
  display: inline-flex;
  padding: 10px 32px;
  background-color: transparent;
  margin: 4px;
  border: 1px solid #ffffff;
  transition: all 0.3s ease-in-out;
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper .nav-wrapper .list .item-tag:hover,
.JcuF3If6-uPUr3bx1m2 .card-wrapper .nav-wrapper .list .item-tag:focus {
  background-color: #6592e6;
  border: 1px solid #6592e6;
  color: #ffffff;
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper .prototype-copy {
  margin-bottom: 0;
}
.JcuF3If6-uPUr3bx1m2 .prototype-section-title {
  color: #2c2c26;
  text-align: center;
}
.JcuF3If6-uPUr3bx1m2 .list,
.JcuF3If6-uPUr3bx1m2 .nav-wrapper {
  color: #63635d;
  text-align: center;
}
.JcuF3If6-uPUr3bx1m2 .prototype-copy {
  color: #000000;
  text-align: center;
}
.JcuF3If6-uPORG1r5vk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.JcuF3If6-uPORG1r5vk .dropdown-item:before {
  font-family: identity2 !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;
}
@media (max-width: 767px) {
  .JcuF3If6-uPORG1r5vk .navbar-toggler {
    transform: scale(0.8);
  }
}
.JcuF3If6-uPORG1r5vk .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;
}
.JcuF3If6-uPORG1r5vk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.JcuF3If6-uPORG1r5vk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.JcuF3If6-uPORG1r5vk .navbar-brand .navbar-logo a {
  outline: none;
}
.JcuF3If6-uPORG1r5vk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.JcuF3If6-uPORG1r5vk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.JcuF3If6-uPORG1r5vk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.JcuF3If6-uPORG1r5vk .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.JcuF3If6-uPORG1r5vk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .JcuF3If6-uPORG1r5vk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.JcuF3If6-uPORG1r5vk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.JcuF3If6-uPORG1r5vk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .JcuF3If6-uPORG1r5vk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.JcuF3If6-uPORG1r5vk .nav-link {
  width: fit-content;
  position: relative;
}
.JcuF3If6-uPORG1r5vk .nav-link:hover {
  color: #6592e6 !important;
}
.JcuF3If6-uPORG1r5vk .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .JcuF3If6-uPORG1r5vk .navbar-logo {
    padding-left: 1rem;
  }
}
.JcuF3If6-uPORG1r5vk .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.JcuF3If6-uPORG1r5vk .navbar-caption:hover,
.JcuF3If6-uPORG1r5vk .navbar-caption:focus {
  color: #6592e6 !important;
}
@media (max-width: 767px) {
  .JcuF3If6-uPORG1r5vk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.JcuF3If6-uPORG1r5vk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.JcuF3If6-uPORG1r5vk .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  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: 16px;
  margin: 1rem 1rem 0;
  background-color: #bed3f9;
  box-shadow: none;
  position: relative;
}
.JcuF3If6-uPORG1r5vk .iconfont-wrapper {
  color: #404349 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.JcuF3If6-uPORG1r5vk .iconfont-wrapper:hover,
.JcuF3If6-uPORG1r5vk .iconfont-wrapper:focus {
  color: #6592e6 !important;
}
.JcuF3If6-uPORG1r5vk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #bed3f9;
}
.JcuF3If6-uPORG1r5vk .nav-item:focus,
.JcuF3If6-uPORG1r5vk .nav-link:focus {
  outline: none;
}
.JcuF3If6-uPORG1r5vk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.JcuF3If6-uPORG1r5vk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.JcuF3If6-uPORG1r5vk .dropdown .dropdown-menu .dropdown-item .prototype-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.JcuF3If6-uPORG1r5vk .dropdown .dropdown-menu .dropdown-item .prototype-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.JcuF3If6-uPORG1r5vk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.JcuF3If6-uPORG1r5vk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.JcuF3If6-uPORG1r5vk .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;
}
.JcuF3If6-uPORG1r5vk .navbar.opened {
  transition: all 0.3s;
}
.JcuF3If6-uPORG1r5vk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.JcuF3If6-uPORG1r5vk .navbar .navbar-logo img {
  width: auto;
}
.JcuF3If6-uPORG1r5vk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .JcuF3If6-uPORG1r5vk .navbar .navbar-collapse {
    position: absolute;
  }
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed {
  justify-content: center;
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .JcuF3If6-uPORG1r5vk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.JcuF3If6-uPORG1r5vk .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%;
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.JcuF3If6-uPORG1r5vk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .JcuF3If6-uPORG1r5vk .navbar {
    min-height: 72px;
  }
  .JcuF3If6-uPORG1r5vk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .JcuF3If6-uPORG1r5vk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .JcuF3If6-uPORG1r5vk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .JcuF3If6-uPORG1r5vk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .JcuF3If6-uPORG1r5vk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .JcuF3If6-uPORG1r5vk .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%;
  }
  .JcuF3If6-uPORG1r5vk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .JcuF3If6-uPORG1r5vk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .JcuF3If6-uPORG1r5vk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .JcuF3If6-uPORG1r5vk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.JcuF3If6-uPORG1r5vk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.JcuF3If6-uPORG1r5vk .dropdown-item.active,
.JcuF3If6-uPORG1r5vk .dropdown-item:active {
  background-color: transparent;
}
.JcuF3If6-uPORG1r5vk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.JcuF3If6-uPORG1r5vk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.JcuF3If6-uPORG1r5vk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.JcuF3If6-uPORG1r5vk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bed3f9;
}
.JcuF3If6-uPORG1r5vk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.JcuF3If6-uPORG1r5vk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.JcuF3If6-uPORG1r5vk ul.navbar-nav {
  flex-wrap: wrap;
}
.JcuF3If6-uPORG1r5vk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .JcuF3If6-uPORG1r5vk .navbar-buttons {
    text-align: left;
  }
}
.JcuF3If6-uPORG1r5vk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.JcuF3If6-uPORG1r5vk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #404349;
}
.JcuF3If6-uPORG1r5vk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.JcuF3If6-uPORG1r5vk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.JcuF3If6-uPORG1r5vk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.JcuF3If6-uPORG1r5vk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.JcuF3If6-uPORG1r5vk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JcuF3If6-uPORG1r5vk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.JcuF3If6-uPORG1r5vk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.JcuF3If6-uPORG1r5vk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JcuF3If6-uPORG1r5vk .navbar-dropdown {
  padding: 0 1rem;
}
.JcuF3If6-uPORG1r5vk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.JcuF3If6-uPORG1r5vk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .JcuF3If6-uPORG1r5vk .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .JcuF3If6-uPORG1r5vk .navbar {
    height: 70px;
  }
  .JcuF3If6-uPORG1r5vk .navbar.opened {
    height: auto;
  }
  .JcuF3If6-uPORG1r5vk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.JcuF3If6-uPORG1r5vk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.JcuF3If6-uPORG1r5vk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.JcuF3If6-uPORG1r5vk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.JcuF3If6-uPORG1r5vk .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: .3s all;
  transform: rotate(-90deg);
}
.JcuF3If6-uPORG1r5vk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.JcuF3If6-uPORG1r5vk .prototype-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .JcuF3If6-uPORG1r5vk .prototype-section-btn {
    padding-left: 0;
  }
}
.JcuF3If6-uPORG1r5vk .prototype-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.JcuF3If6-uPORG1r5vk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .JcuF3If6-uPORG1r5vk .navbar-brand {
    margin-right: auto;
  }
  .JcuF3If6-uPORG1r5vk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #bed3f9;
  }
  .JcuF3If6-uPORG1r5vk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .JcuF3If6-uPORG1r5vk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .JcuF3If6-uPORG1r5vk .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;
  }
  .JcuF3If6-uPORG1r5vk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .JcuF3If6-uPORG1r5vk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .JcuF3If6-uPORG1r5vk .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: .3s all;
    transform: rotate(0deg);
  }
  .JcuF3If6-uPORG1r5vk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .JcuF3If6-uPORG1r5vk .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;
  }
  .JcuF3If6-uPORG1r5vk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .JcuF3If6-uPORG1r5vk .navbar-collapse {
    padding: 1rem;
  }
}
.JcuF3If6-uPORG1r5vk .navbar-brand,
.JcuF3If6-uPORG1r5vk .navbar-toggler,
.JcuF3If6-uPORG1r5vk .navbar-collapse {
  position: relative;
  z-index: 1;
}
.JcuF3If6-uPSvO3qY1u {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
  background-image: linear-gradient(135deg, #8caff0 10%, #bed3f9 80%, #bed3f9 130%);
}
.JcuF3If6-uPSvO3qY1u .prototype-fallback-image.disabled {
  display: none;
}
.JcuF3If6-uPSvO3qY1u .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JcuF3If6-uPSvO3qY1u .row {
  justify-content: center;
}
.JcuF3If6-uPSvO3qY1u .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.JcuF3If6-uPSvO3qY1u .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.JcuF3If6-uPSvO3qY1u .content-wrapper .prototype-section-title {
  margin-bottom: 22px;
}
.JcuF3If6-uPSvO3qY1u .content-wrapper .text-wrapper .prototype-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .JcuF3If6-uPSvO3qY1u .content-wrapper .text-wrapper .prototype-text {
    width: 100%;
  }
}
.JcuF3If6-uPSvO3qY1u .content-wrapper .prototype-section-btn {
  margin-top: 32px;
}
.JcuF3If6-uPSvO3qY1u .content-wrapper .prototype-section-btn .prototype-section-title {
  margin-top: 22px;
}
.JcuF3If6-uPSvO3qY1u .prototype-section-title {
  color: #ffffff;
}
.JcuF3If6-uPSvO3qY1u .prototype-text,
.JcuF3If6-uPSvO3qY1u .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.JcuF3If6-uPSvO3qY1u .prototype-section-title,
.JcuF3If6-uPSvO3qY1u .prototype-section-btn,
.JcuF3If6-uPSvO3qY1u .logo-wrapper {
  text-align: center;
  color: #000000;
}
.JcuF3If6-uPSvPx2DMD {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.JcuF3If6-uPSvPx2DMD .prototype-fallback-image.disabled {
  display: none;
}
.JcuF3If6-uPSvPx2DMD .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JcuF3If6-uPSvPx2DMD .content-wrapper .prototype-name {
  margin-bottom: 32px;
}
.JcuF3If6-uPSvPx2DMD .content-wrapper .prototype-text {
  margin-bottom: 22px;
}
.JcuF3If6-uPSvPx2DMD .prototype-name {
  color: #858585;
}
.JcuF3If6-uPSvPx2DMD .prototype-text {
  color: #000000;
}
.JcuF3If6-uPSvPx2DMD .prototype-section-btn {
  text-align: center;
}
.JcuF3If6-uPUr3bx1m2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.JcuF3If6-uPUr3bx1m2 .prototype-fallback-image.disabled {
  display: none;
}
.JcuF3If6-uPUr3bx1m2 .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper {
  padding: 32px 64px;
  background-color: #8caff0;
}
@media (max-width: 1440px) {
  .JcuF3If6-uPUr3bx1m2 .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .JcuF3If6-uPUr3bx1m2 .card-wrapper {
    padding: 24px;
  }
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper .prototype-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .JcuF3If6-uPUr3bx1m2 .card-wrapper .prototype-section-title {
    margin-bottom: 24px;
  }
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
@media (max-width: 992px) {
  .JcuF3If6-uPUr3bx1m2 .card-wrapper .nav-wrapper .list {
    margin-bottom: 24px;
  }
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper .nav-wrapper .list .item-tag {
  display: inline-flex;
  padding: 10px 32px;
  background-color: transparent;
  margin: 4px;
  border: 1px solid #ffffff;
  transition: all 0.3s ease-in-out;
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper .nav-wrapper .list .item-tag:hover,
.JcuF3If6-uPUr3bx1m2 .card-wrapper .nav-wrapper .list .item-tag:focus {
  background-color: #6592e6;
  border: 1px solid #6592e6;
  color: #ffffff;
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper .prototype-copy {
  margin-bottom: 0;
}
.JcuF3If6-uPUr3bx1m2 .prototype-section-title {
  color: #2c2c26;
  text-align: center;
}
.JcuF3If6-uPUr3bx1m2 .list,
.JcuF3If6-uPUr3bx1m2 .nav-wrapper {
  color: #63635d;
  text-align: center;
}
.JcuF3If6-uPUr3bx1m2 .prototype-copy {
  color: #000000;
  text-align: center;
}
.JcuF3If6-uPSw2DVbig {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.JcuF3If6-uPSw2DVbig .dropdown-item:before {
  font-family: identity2 !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;
}
@media (max-width: 767px) {
  .JcuF3If6-uPSw2DVbig .navbar-toggler {
    transform: scale(0.8);
  }
}
.JcuF3If6-uPSw2DVbig .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;
}
.JcuF3If6-uPSw2DVbig .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.JcuF3If6-uPSw2DVbig .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.JcuF3If6-uPSw2DVbig .navbar-brand .navbar-logo a {
  outline: none;
}
.JcuF3If6-uPSw2DVbig .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.JcuF3If6-uPSw2DVbig .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.JcuF3If6-uPSw2DVbig .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.JcuF3If6-uPSw2DVbig .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.JcuF3If6-uPSw2DVbig .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .JcuF3If6-uPSw2DVbig .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.JcuF3If6-uPSw2DVbig .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.JcuF3If6-uPSw2DVbig .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .JcuF3If6-uPSw2DVbig .navbar-nav {
    padding-left: 1.5rem;
  }
}
.JcuF3If6-uPSw2DVbig .nav-link {
  width: fit-content;
  position: relative;
}
.JcuF3If6-uPSw2DVbig .nav-link:hover {
  color: #6592e6 !important;
}
.JcuF3If6-uPSw2DVbig .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .JcuF3If6-uPSw2DVbig .navbar-logo {
    padding-left: 1rem;
  }
}
.JcuF3If6-uPSw2DVbig .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.JcuF3If6-uPSw2DVbig .navbar-caption:hover,
.JcuF3If6-uPSw2DVbig .navbar-caption:focus {
  color: #6592e6 !important;
}
@media (max-width: 767px) {
  .JcuF3If6-uPSw2DVbig .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.JcuF3If6-uPSw2DVbig .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.JcuF3If6-uPSw2DVbig .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  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: 16px;
  margin: 1rem 1rem 0;
  background-color: #bed3f9;
  box-shadow: none;
  position: relative;
}
.JcuF3If6-uPSw2DVbig .iconfont-wrapper {
  color: #404349 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.JcuF3If6-uPSw2DVbig .iconfont-wrapper:hover,
.JcuF3If6-uPSw2DVbig .iconfont-wrapper:focus {
  color: #6592e6 !important;
}
.JcuF3If6-uPSw2DVbig .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #bed3f9;
}
.JcuF3If6-uPSw2DVbig .nav-item:focus,
.JcuF3If6-uPSw2DVbig .nav-link:focus {
  outline: none;
}
.JcuF3If6-uPSw2DVbig .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.JcuF3If6-uPSw2DVbig .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.JcuF3If6-uPSw2DVbig .dropdown .dropdown-menu .dropdown-item .prototype-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.JcuF3If6-uPSw2DVbig .dropdown .dropdown-menu .dropdown-item .prototype-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.JcuF3If6-uPSw2DVbig .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.JcuF3If6-uPSw2DVbig .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.JcuF3If6-uPSw2DVbig .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;
}
.JcuF3If6-uPSw2DVbig .navbar.opened {
  transition: all 0.3s;
}
.JcuF3If6-uPSw2DVbig .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.JcuF3If6-uPSw2DVbig .navbar .navbar-logo img {
  width: auto;
}
.JcuF3If6-uPSw2DVbig .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .JcuF3If6-uPSw2DVbig .navbar .navbar-collapse {
    position: absolute;
  }
}
.JcuF3If6-uPSw2DVbig .navbar.collapsed {
  justify-content: center;
}
.JcuF3If6-uPSw2DVbig .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.JcuF3If6-uPSw2DVbig .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .JcuF3If6-uPSw2DVbig .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.JcuF3If6-uPSw2DVbig .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.JcuF3If6-uPSw2DVbig .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.JcuF3If6-uPSw2DVbig .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%;
}
.JcuF3If6-uPSw2DVbig .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.JcuF3If6-uPSw2DVbig .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.JcuF3If6-uPSw2DVbig .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .JcuF3If6-uPSw2DVbig .navbar {
    min-height: 72px;
  }
  .JcuF3If6-uPSw2DVbig .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .JcuF3If6-uPSw2DVbig .navbar .nav-item .nav-link::before {
    display: none;
  }
  .JcuF3If6-uPSw2DVbig .navbar.opened .dropdown-menu {
    top: 0;
  }
  .JcuF3If6-uPSw2DVbig .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .JcuF3If6-uPSw2DVbig .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .JcuF3If6-uPSw2DVbig .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%;
  }
  .JcuF3If6-uPSw2DVbig .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .JcuF3If6-uPSw2DVbig .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .JcuF3If6-uPSw2DVbig .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .JcuF3If6-uPSw2DVbig .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.JcuF3If6-uPSw2DVbig .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.JcuF3If6-uPSw2DVbig .dropdown-item.active,
.JcuF3If6-uPSw2DVbig .dropdown-item:active {
  background-color: transparent;
}
.JcuF3If6-uPSw2DVbig .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.JcuF3If6-uPSw2DVbig .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.JcuF3If6-uPSw2DVbig .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.JcuF3If6-uPSw2DVbig .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bed3f9;
}
.JcuF3If6-uPSw2DVbig .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.JcuF3If6-uPSw2DVbig .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.JcuF3If6-uPSw2DVbig ul.navbar-nav {
  flex-wrap: wrap;
}
.JcuF3If6-uPSw2DVbig .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .JcuF3If6-uPSw2DVbig .navbar-buttons {
    text-align: left;
  }
}
.JcuF3If6-uPSw2DVbig button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.JcuF3If6-uPSw2DVbig button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #404349;
}
.JcuF3If6-uPSw2DVbig button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.JcuF3If6-uPSw2DVbig button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.JcuF3If6-uPSw2DVbig button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.JcuF3If6-uPSw2DVbig button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.JcuF3If6-uPSw2DVbig nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JcuF3If6-uPSw2DVbig nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.JcuF3If6-uPSw2DVbig nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.JcuF3If6-uPSw2DVbig nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JcuF3If6-uPSw2DVbig .navbar-dropdown {
  padding: 0 1rem;
}
.JcuF3If6-uPSw2DVbig a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.JcuF3If6-uPSw2DVbig .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .JcuF3If6-uPSw2DVbig .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .JcuF3If6-uPSw2DVbig .navbar {
    height: 70px;
  }
  .JcuF3If6-uPSw2DVbig .navbar.opened {
    height: auto;
  }
  .JcuF3If6-uPSw2DVbig .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.JcuF3If6-uPSw2DVbig .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.JcuF3If6-uPSw2DVbig .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.JcuF3If6-uPSw2DVbig .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.JcuF3If6-uPSw2DVbig .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: .3s all;
  transform: rotate(-90deg);
}
.JcuF3If6-uPSw2DVbig .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.JcuF3If6-uPSw2DVbig .prototype-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .JcuF3If6-uPSw2DVbig .prototype-section-btn {
    padding-left: 0;
  }
}
.JcuF3If6-uPSw2DVbig .prototype-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.JcuF3If6-uPSw2DVbig .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .JcuF3If6-uPSw2DVbig .navbar-brand {
    margin-right: auto;
  }
  .JcuF3If6-uPSw2DVbig .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #bed3f9;
  }
  .JcuF3If6-uPSw2DVbig .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .JcuF3If6-uPSw2DVbig .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .JcuF3If6-uPSw2DVbig .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;
  }
  .JcuF3If6-uPSw2DVbig .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .JcuF3If6-uPSw2DVbig .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .JcuF3If6-uPSw2DVbig .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: .3s all;
    transform: rotate(0deg);
  }
  .JcuF3If6-uPSw2DVbig .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .JcuF3If6-uPSw2DVbig .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;
  }
  .JcuF3If6-uPSw2DVbig .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .JcuF3If6-uPSw2DVbig .navbar-collapse {
    padding: 1rem;
  }
}
.JcuF3If6-uPSw2DVbig .navbar-brand,
.JcuF3If6-uPSw2DVbig .navbar-toggler,
.JcuF3If6-uPSw2DVbig .navbar-collapse {
  position: relative;
  z-index: 1;
}
.JcuF3If6-uPSw2EGVPs {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
  background-image: linear-gradient(135deg, #8caff0 10%, #bed3f9 80%, #bed3f9 130%);
}
.JcuF3If6-uPSw2EGVPs .prototype-fallback-image.disabled {
  display: none;
}
.JcuF3If6-uPSw2EGVPs .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JcuF3If6-uPSw2EGVPs .row {
  justify-content: center;
}
.JcuF3If6-uPSw2EGVPs .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.JcuF3If6-uPSw2EGVPs .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.JcuF3If6-uPSw2EGVPs .content-wrapper .prototype-section-title {
  margin-bottom: 22px;
}
.JcuF3If6-uPSw2EGVPs .content-wrapper .text-wrapper .prototype-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .JcuF3If6-uPSw2EGVPs .content-wrapper .text-wrapper .prototype-text {
    width: 100%;
  }
}
.JcuF3If6-uPSw2EGVPs .content-wrapper .prototype-section-btn {
  margin-top: 32px;
}
.JcuF3If6-uPSw2EGVPs .content-wrapper .prototype-section-btn .prototype-section-title {
  margin-top: 22px;
}
.JcuF3If6-uPSw2EGVPs .prototype-section-title {
  color: #ffffff;
}
.JcuF3If6-uPSw2EGVPs .prototype-text,
.JcuF3If6-uPSw2EGVPs .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.JcuF3If6-uPSw2EGVPs .prototype-section-title,
.JcuF3If6-uPSw2EGVPs .prototype-section-btn,
.JcuF3If6-uPSw2EGVPs .logo-wrapper {
  text-align: center;
  color: #000000;
}
.JcuF3If6-uPSw2Fftfk {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.JcuF3If6-uPSw2Fftfk .prototype-fallback-image.disabled {
  display: none;
}
.JcuF3If6-uPSw2Fftfk .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JcuF3If6-uPSw2Fftfk .content-wrapper .prototype-name {
  margin-bottom: 32px;
}
.JcuF3If6-uPSw2Fftfk .content-wrapper .prototype-text {
  margin-bottom: 22px;
}
.JcuF3If6-uPSw2Fftfk .prototype-name {
  color: #858585;
}
.JcuF3If6-uPSw2Fftfk .prototype-text {
  color: #000000;
}
.JcuF3If6-uPSw2Fftfk .prototype-section-btn {
  text-align: center;
}
.JcuF3If6-uPUr3bx1m2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.JcuF3If6-uPUr3bx1m2 .prototype-fallback-image.disabled {
  display: none;
}
.JcuF3If6-uPUr3bx1m2 .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper {
  padding: 32px 64px;
  background-color: #8caff0;
}
@media (max-width: 1440px) {
  .JcuF3If6-uPUr3bx1m2 .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .JcuF3If6-uPUr3bx1m2 .card-wrapper {
    padding: 24px;
  }
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper .prototype-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .JcuF3If6-uPUr3bx1m2 .card-wrapper .prototype-section-title {
    margin-bottom: 24px;
  }
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
@media (max-width: 992px) {
  .JcuF3If6-uPUr3bx1m2 .card-wrapper .nav-wrapper .list {
    margin-bottom: 24px;
  }
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper .nav-wrapper .list .item-tag {
  display: inline-flex;
  padding: 10px 32px;
  background-color: transparent;
  margin: 4px;
  border: 1px solid #ffffff;
  transition: all 0.3s ease-in-out;
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper .nav-wrapper .list .item-tag:hover,
.JcuF3If6-uPUr3bx1m2 .card-wrapper .nav-wrapper .list .item-tag:focus {
  background-color: #6592e6;
  border: 1px solid #6592e6;
  color: #ffffff;
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper .prototype-copy {
  margin-bottom: 0;
}
.JcuF3If6-uPUr3bx1m2 .prototype-section-title {
  color: #2c2c26;
  text-align: center;
}
.JcuF3If6-uPUr3bx1m2 .list,
.JcuF3If6-uPUr3bx1m2 .nav-wrapper {
  color: #63635d;
  text-align: center;
}
.JcuF3If6-uPUr3bx1m2 .prototype-copy {
  color: #000000;
  text-align: center;
}
.JcuF3If6-uPSw45YvYL {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.JcuF3If6-uPSw45YvYL .dropdown-item:before {
  font-family: identity2 !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;
}
@media (max-width: 767px) {
  .JcuF3If6-uPSw45YvYL .navbar-toggler {
    transform: scale(0.8);
  }
}
.JcuF3If6-uPSw45YvYL .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;
}
.JcuF3If6-uPSw45YvYL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.JcuF3If6-uPSw45YvYL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.JcuF3If6-uPSw45YvYL .navbar-brand .navbar-logo a {
  outline: none;
}
.JcuF3If6-uPSw45YvYL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.JcuF3If6-uPSw45YvYL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.JcuF3If6-uPSw45YvYL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.JcuF3If6-uPSw45YvYL .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.JcuF3If6-uPSw45YvYL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .JcuF3If6-uPSw45YvYL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.JcuF3If6-uPSw45YvYL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.JcuF3If6-uPSw45YvYL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .JcuF3If6-uPSw45YvYL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.JcuF3If6-uPSw45YvYL .nav-link {
  width: fit-content;
  position: relative;
}
.JcuF3If6-uPSw45YvYL .nav-link:hover {
  color: #6592e6 !important;
}
.JcuF3If6-uPSw45YvYL .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .JcuF3If6-uPSw45YvYL .navbar-logo {
    padding-left: 1rem;
  }
}
.JcuF3If6-uPSw45YvYL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.JcuF3If6-uPSw45YvYL .navbar-caption:hover,
.JcuF3If6-uPSw45YvYL .navbar-caption:focus {
  color: #6592e6 !important;
}
@media (max-width: 767px) {
  .JcuF3If6-uPSw45YvYL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.JcuF3If6-uPSw45YvYL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.JcuF3If6-uPSw45YvYL .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  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: 16px;
  margin: 1rem 1rem 0;
  background-color: #bed3f9;
  box-shadow: none;
  position: relative;
}
.JcuF3If6-uPSw45YvYL .iconfont-wrapper {
  color: #404349 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.JcuF3If6-uPSw45YvYL .iconfont-wrapper:hover,
.JcuF3If6-uPSw45YvYL .iconfont-wrapper:focus {
  color: #6592e6 !important;
}
.JcuF3If6-uPSw45YvYL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #bed3f9;
}
.JcuF3If6-uPSw45YvYL .nav-item:focus,
.JcuF3If6-uPSw45YvYL .nav-link:focus {
  outline: none;
}
.JcuF3If6-uPSw45YvYL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.JcuF3If6-uPSw45YvYL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.JcuF3If6-uPSw45YvYL .dropdown .dropdown-menu .dropdown-item .prototype-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.JcuF3If6-uPSw45YvYL .dropdown .dropdown-menu .dropdown-item .prototype-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.JcuF3If6-uPSw45YvYL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.JcuF3If6-uPSw45YvYL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.JcuF3If6-uPSw45YvYL .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;
}
.JcuF3If6-uPSw45YvYL .navbar.opened {
  transition: all 0.3s;
}
.JcuF3If6-uPSw45YvYL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.JcuF3If6-uPSw45YvYL .navbar .navbar-logo img {
  width: auto;
}
.JcuF3If6-uPSw45YvYL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .JcuF3If6-uPSw45YvYL .navbar .navbar-collapse {
    position: absolute;
  }
}
.JcuF3If6-uPSw45YvYL .navbar.collapsed {
  justify-content: center;
}
.JcuF3If6-uPSw45YvYL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.JcuF3If6-uPSw45YvYL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .JcuF3If6-uPSw45YvYL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.JcuF3If6-uPSw45YvYL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.JcuF3If6-uPSw45YvYL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.JcuF3If6-uPSw45YvYL .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%;
}
.JcuF3If6-uPSw45YvYL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.JcuF3If6-uPSw45YvYL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.JcuF3If6-uPSw45YvYL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .JcuF3If6-uPSw45YvYL .navbar {
    min-height: 72px;
  }
  .JcuF3If6-uPSw45YvYL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .JcuF3If6-uPSw45YvYL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .JcuF3If6-uPSw45YvYL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .JcuF3If6-uPSw45YvYL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .JcuF3If6-uPSw45YvYL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .JcuF3If6-uPSw45YvYL .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%;
  }
  .JcuF3If6-uPSw45YvYL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .JcuF3If6-uPSw45YvYL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .JcuF3If6-uPSw45YvYL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .JcuF3If6-uPSw45YvYL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.JcuF3If6-uPSw45YvYL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.JcuF3If6-uPSw45YvYL .dropdown-item.active,
.JcuF3If6-uPSw45YvYL .dropdown-item:active {
  background-color: transparent;
}
.JcuF3If6-uPSw45YvYL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.JcuF3If6-uPSw45YvYL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.JcuF3If6-uPSw45YvYL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.JcuF3If6-uPSw45YvYL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bed3f9;
}
.JcuF3If6-uPSw45YvYL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.JcuF3If6-uPSw45YvYL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.JcuF3If6-uPSw45YvYL ul.navbar-nav {
  flex-wrap: wrap;
}
.JcuF3If6-uPSw45YvYL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .JcuF3If6-uPSw45YvYL .navbar-buttons {
    text-align: left;
  }
}
.JcuF3If6-uPSw45YvYL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.JcuF3If6-uPSw45YvYL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #404349;
}
.JcuF3If6-uPSw45YvYL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.JcuF3If6-uPSw45YvYL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.JcuF3If6-uPSw45YvYL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.JcuF3If6-uPSw45YvYL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.JcuF3If6-uPSw45YvYL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JcuF3If6-uPSw45YvYL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.JcuF3If6-uPSw45YvYL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.JcuF3If6-uPSw45YvYL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JcuF3If6-uPSw45YvYL .navbar-dropdown {
  padding: 0 1rem;
}
.JcuF3If6-uPSw45YvYL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.JcuF3If6-uPSw45YvYL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .JcuF3If6-uPSw45YvYL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .JcuF3If6-uPSw45YvYL .navbar {
    height: 70px;
  }
  .JcuF3If6-uPSw45YvYL .navbar.opened {
    height: auto;
  }
  .JcuF3If6-uPSw45YvYL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.JcuF3If6-uPSw45YvYL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.JcuF3If6-uPSw45YvYL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.JcuF3If6-uPSw45YvYL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.JcuF3If6-uPSw45YvYL .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: .3s all;
  transform: rotate(-90deg);
}
.JcuF3If6-uPSw45YvYL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.JcuF3If6-uPSw45YvYL .prototype-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .JcuF3If6-uPSw45YvYL .prototype-section-btn {
    padding-left: 0;
  }
}
.JcuF3If6-uPSw45YvYL .prototype-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.JcuF3If6-uPSw45YvYL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .JcuF3If6-uPSw45YvYL .navbar-brand {
    margin-right: auto;
  }
  .JcuF3If6-uPSw45YvYL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #bed3f9;
  }
  .JcuF3If6-uPSw45YvYL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .JcuF3If6-uPSw45YvYL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .JcuF3If6-uPSw45YvYL .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;
  }
  .JcuF3If6-uPSw45YvYL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .JcuF3If6-uPSw45YvYL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .JcuF3If6-uPSw45YvYL .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: .3s all;
    transform: rotate(0deg);
  }
  .JcuF3If6-uPSw45YvYL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .JcuF3If6-uPSw45YvYL .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;
  }
  .JcuF3If6-uPSw45YvYL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .JcuF3If6-uPSw45YvYL .navbar-collapse {
    padding: 1rem;
  }
}
.JcuF3If6-uPSw45YvYL .navbar-brand,
.JcuF3If6-uPSw45YvYL .navbar-toggler,
.JcuF3If6-uPSw45YvYL .navbar-collapse {
  position: relative;
  z-index: 1;
}
.JcuF3If6-uPSw46E6uX {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
  background-image: linear-gradient(135deg, #8caff0 10%, #bed3f9 80%, #bed3f9 130%);
}
.JcuF3If6-uPSw46E6uX .prototype-fallback-image.disabled {
  display: none;
}
.JcuF3If6-uPSw46E6uX .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JcuF3If6-uPSw46E6uX .row {
  justify-content: center;
}
.JcuF3If6-uPSw46E6uX .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.JcuF3If6-uPSw46E6uX .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.JcuF3If6-uPSw46E6uX .content-wrapper .prototype-section-title {
  margin-bottom: 22px;
}
.JcuF3If6-uPSw46E6uX .content-wrapper .text-wrapper .prototype-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .JcuF3If6-uPSw46E6uX .content-wrapper .text-wrapper .prototype-text {
    width: 100%;
  }
}
.JcuF3If6-uPSw46E6uX .content-wrapper .prototype-section-btn {
  margin-top: 32px;
}
.JcuF3If6-uPSw46E6uX .content-wrapper .prototype-section-btn .prototype-section-title {
  margin-top: 22px;
}
.JcuF3If6-uPSw46E6uX .prototype-section-title {
  color: #ffffff;
}
.JcuF3If6-uPSw46E6uX .prototype-text,
.JcuF3If6-uPSw46E6uX .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.JcuF3If6-uPSw46E6uX .prototype-section-title,
.JcuF3If6-uPSw46E6uX .prototype-section-btn,
.JcuF3If6-uPSw46E6uX .logo-wrapper {
  text-align: center;
  color: #000000;
}
.JcuF3If6-uPSw47e28r {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.JcuF3If6-uPSw47e28r .prototype-fallback-image.disabled {
  display: none;
}
.JcuF3If6-uPSw47e28r .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JcuF3If6-uPSw47e28r .content-wrapper .prototype-name {
  margin-bottom: 32px;
}
.JcuF3If6-uPSw47e28r .content-wrapper .prototype-text {
  margin-bottom: 22px;
}
.JcuF3If6-uPSw47e28r .prototype-name {
  color: #858585;
}
.JcuF3If6-uPSw47e28r .prototype-text {
  color: #000000;
}
.JcuF3If6-uPSw47e28r .prototype-section-btn {
  text-align: center;
}
.JcuF3If6-uPUr3bx1m2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.JcuF3If6-uPUr3bx1m2 .prototype-fallback-image.disabled {
  display: none;
}
.JcuF3If6-uPUr3bx1m2 .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper {
  padding: 32px 64px;
  background-color: #8caff0;
}
@media (max-width: 1440px) {
  .JcuF3If6-uPUr3bx1m2 .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .JcuF3If6-uPUr3bx1m2 .card-wrapper {
    padding: 24px;
  }
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper .prototype-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .JcuF3If6-uPUr3bx1m2 .card-wrapper .prototype-section-title {
    margin-bottom: 24px;
  }
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
@media (max-width: 992px) {
  .JcuF3If6-uPUr3bx1m2 .card-wrapper .nav-wrapper .list {
    margin-bottom: 24px;
  }
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper .nav-wrapper .list .item-tag {
  display: inline-flex;
  padding: 10px 32px;
  background-color: transparent;
  margin: 4px;
  border: 1px solid #ffffff;
  transition: all 0.3s ease-in-out;
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper .nav-wrapper .list .item-tag:hover,
.JcuF3If6-uPUr3bx1m2 .card-wrapper .nav-wrapper .list .item-tag:focus {
  background-color: #6592e6;
  border: 1px solid #6592e6;
  color: #ffffff;
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper .prototype-copy {
  margin-bottom: 0;
}
.JcuF3If6-uPUr3bx1m2 .prototype-section-title {
  color: #2c2c26;
  text-align: center;
}
.JcuF3If6-uPUr3bx1m2 .list,
.JcuF3If6-uPUr3bx1m2 .nav-wrapper {
  color: #63635d;
  text-align: center;
}
.JcuF3If6-uPUr3bx1m2 .prototype-copy {
  color: #000000;
  text-align: center;
}
.JcuF3If6-uPSw5k6vgr {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.JcuF3If6-uPSw5k6vgr .dropdown-item:before {
  font-family: identity2 !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;
}
@media (max-width: 767px) {
  .JcuF3If6-uPSw5k6vgr .navbar-toggler {
    transform: scale(0.8);
  }
}
.JcuF3If6-uPSw5k6vgr .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;
}
.JcuF3If6-uPSw5k6vgr .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.JcuF3If6-uPSw5k6vgr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.JcuF3If6-uPSw5k6vgr .navbar-brand .navbar-logo a {
  outline: none;
}
.JcuF3If6-uPSw5k6vgr .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.JcuF3If6-uPSw5k6vgr .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.JcuF3If6-uPSw5k6vgr .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.JcuF3If6-uPSw5k6vgr .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.JcuF3If6-uPSw5k6vgr .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .JcuF3If6-uPSw5k6vgr .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.JcuF3If6-uPSw5k6vgr .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.JcuF3If6-uPSw5k6vgr .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .JcuF3If6-uPSw5k6vgr .navbar-nav {
    padding-left: 1.5rem;
  }
}
.JcuF3If6-uPSw5k6vgr .nav-link {
  width: fit-content;
  position: relative;
}
.JcuF3If6-uPSw5k6vgr .nav-link:hover {
  color: #6592e6 !important;
}
.JcuF3If6-uPSw5k6vgr .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .JcuF3If6-uPSw5k6vgr .navbar-logo {
    padding-left: 1rem;
  }
}
.JcuF3If6-uPSw5k6vgr .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.JcuF3If6-uPSw5k6vgr .navbar-caption:hover,
.JcuF3If6-uPSw5k6vgr .navbar-caption:focus {
  color: #6592e6 !important;
}
@media (max-width: 767px) {
  .JcuF3If6-uPSw5k6vgr .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.JcuF3If6-uPSw5k6vgr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.JcuF3If6-uPSw5k6vgr .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  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: 16px;
  margin: 1rem 1rem 0;
  background-color: #bed3f9;
  box-shadow: none;
  position: relative;
}
.JcuF3If6-uPSw5k6vgr .iconfont-wrapper {
  color: #404349 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.JcuF3If6-uPSw5k6vgr .iconfont-wrapper:hover,
.JcuF3If6-uPSw5k6vgr .iconfont-wrapper:focus {
  color: #6592e6 !important;
}
.JcuF3If6-uPSw5k6vgr .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #bed3f9;
}
.JcuF3If6-uPSw5k6vgr .nav-item:focus,
.JcuF3If6-uPSw5k6vgr .nav-link:focus {
  outline: none;
}
.JcuF3If6-uPSw5k6vgr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.JcuF3If6-uPSw5k6vgr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.JcuF3If6-uPSw5k6vgr .dropdown .dropdown-menu .dropdown-item .prototype-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.JcuF3If6-uPSw5k6vgr .dropdown .dropdown-menu .dropdown-item .prototype-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.JcuF3If6-uPSw5k6vgr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.JcuF3If6-uPSw5k6vgr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.JcuF3If6-uPSw5k6vgr .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;
}
.JcuF3If6-uPSw5k6vgr .navbar.opened {
  transition: all 0.3s;
}
.JcuF3If6-uPSw5k6vgr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.JcuF3If6-uPSw5k6vgr .navbar .navbar-logo img {
  width: auto;
}
.JcuF3If6-uPSw5k6vgr .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .JcuF3If6-uPSw5k6vgr .navbar .navbar-collapse {
    position: absolute;
  }
}
.JcuF3If6-uPSw5k6vgr .navbar.collapsed {
  justify-content: center;
}
.JcuF3If6-uPSw5k6vgr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.JcuF3If6-uPSw5k6vgr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .JcuF3If6-uPSw5k6vgr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.JcuF3If6-uPSw5k6vgr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.JcuF3If6-uPSw5k6vgr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.JcuF3If6-uPSw5k6vgr .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%;
}
.JcuF3If6-uPSw5k6vgr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.JcuF3If6-uPSw5k6vgr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.JcuF3If6-uPSw5k6vgr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .JcuF3If6-uPSw5k6vgr .navbar {
    min-height: 72px;
  }
  .JcuF3If6-uPSw5k6vgr .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .JcuF3If6-uPSw5k6vgr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .JcuF3If6-uPSw5k6vgr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .JcuF3If6-uPSw5k6vgr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .JcuF3If6-uPSw5k6vgr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .JcuF3If6-uPSw5k6vgr .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%;
  }
  .JcuF3If6-uPSw5k6vgr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .JcuF3If6-uPSw5k6vgr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .JcuF3If6-uPSw5k6vgr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .JcuF3If6-uPSw5k6vgr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.JcuF3If6-uPSw5k6vgr .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.JcuF3If6-uPSw5k6vgr .dropdown-item.active,
.JcuF3If6-uPSw5k6vgr .dropdown-item:active {
  background-color: transparent;
}
.JcuF3If6-uPSw5k6vgr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.JcuF3If6-uPSw5k6vgr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.JcuF3If6-uPSw5k6vgr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.JcuF3If6-uPSw5k6vgr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bed3f9;
}
.JcuF3If6-uPSw5k6vgr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.JcuF3If6-uPSw5k6vgr .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.JcuF3If6-uPSw5k6vgr ul.navbar-nav {
  flex-wrap: wrap;
}
.JcuF3If6-uPSw5k6vgr .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .JcuF3If6-uPSw5k6vgr .navbar-buttons {
    text-align: left;
  }
}
.JcuF3If6-uPSw5k6vgr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.JcuF3If6-uPSw5k6vgr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #404349;
}
.JcuF3If6-uPSw5k6vgr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.JcuF3If6-uPSw5k6vgr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.JcuF3If6-uPSw5k6vgr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.JcuF3If6-uPSw5k6vgr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.JcuF3If6-uPSw5k6vgr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JcuF3If6-uPSw5k6vgr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.JcuF3If6-uPSw5k6vgr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.JcuF3If6-uPSw5k6vgr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JcuF3If6-uPSw5k6vgr .navbar-dropdown {
  padding: 0 1rem;
}
.JcuF3If6-uPSw5k6vgr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.JcuF3If6-uPSw5k6vgr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .JcuF3If6-uPSw5k6vgr .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .JcuF3If6-uPSw5k6vgr .navbar {
    height: 70px;
  }
  .JcuF3If6-uPSw5k6vgr .navbar.opened {
    height: auto;
  }
  .JcuF3If6-uPSw5k6vgr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.JcuF3If6-uPSw5k6vgr .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.JcuF3If6-uPSw5k6vgr .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.JcuF3If6-uPSw5k6vgr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.JcuF3If6-uPSw5k6vgr .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: .3s all;
  transform: rotate(-90deg);
}
.JcuF3If6-uPSw5k6vgr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.JcuF3If6-uPSw5k6vgr .prototype-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .JcuF3If6-uPSw5k6vgr .prototype-section-btn {
    padding-left: 0;
  }
}
.JcuF3If6-uPSw5k6vgr .prototype-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.JcuF3If6-uPSw5k6vgr .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .JcuF3If6-uPSw5k6vgr .navbar-brand {
    margin-right: auto;
  }
  .JcuF3If6-uPSw5k6vgr .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #bed3f9;
  }
  .JcuF3If6-uPSw5k6vgr .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .JcuF3If6-uPSw5k6vgr .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .JcuF3If6-uPSw5k6vgr .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;
  }
  .JcuF3If6-uPSw5k6vgr .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .JcuF3If6-uPSw5k6vgr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .JcuF3If6-uPSw5k6vgr .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: .3s all;
    transform: rotate(0deg);
  }
  .JcuF3If6-uPSw5k6vgr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .JcuF3If6-uPSw5k6vgr .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;
  }
  .JcuF3If6-uPSw5k6vgr .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .JcuF3If6-uPSw5k6vgr .navbar-collapse {
    padding: 1rem;
  }
}
.JcuF3If6-uPSw5k6vgr .navbar-brand,
.JcuF3If6-uPSw5k6vgr .navbar-toggler,
.JcuF3If6-uPSw5k6vgr .navbar-collapse {
  position: relative;
  z-index: 1;
}
.JcuF3If6-uPSw5lVqCv {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
  background-image: linear-gradient(135deg, #8caff0 10%, #bed3f9 80%, #bed3f9 130%);
}
.JcuF3If6-uPSw5lVqCv .prototype-fallback-image.disabled {
  display: none;
}
.JcuF3If6-uPSw5lVqCv .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JcuF3If6-uPSw5lVqCv .row {
  justify-content: center;
}
.JcuF3If6-uPSw5lVqCv .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.JcuF3If6-uPSw5lVqCv .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.JcuF3If6-uPSw5lVqCv .content-wrapper .prototype-section-title {
  margin-bottom: 22px;
}
.JcuF3If6-uPSw5lVqCv .content-wrapper .text-wrapper .prototype-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .JcuF3If6-uPSw5lVqCv .content-wrapper .text-wrapper .prototype-text {
    width: 100%;
  }
}
.JcuF3If6-uPSw5lVqCv .content-wrapper .prototype-section-btn {
  margin-top: 32px;
}
.JcuF3If6-uPSw5lVqCv .content-wrapper .prototype-section-btn .prototype-section-title {
  margin-top: 22px;
}
.JcuF3If6-uPSw5lVqCv .prototype-section-title {
  color: #ffffff;
}
.JcuF3If6-uPSw5lVqCv .prototype-text,
.JcuF3If6-uPSw5lVqCv .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.JcuF3If6-uPSw5lVqCv .prototype-section-title,
.JcuF3If6-uPSw5lVqCv .prototype-section-btn,
.JcuF3If6-uPSw5lVqCv .logo-wrapper {
  text-align: center;
  color: #000000;
}
.JcuF3If6-uPSw5mumht {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.JcuF3If6-uPSw5mumht .prototype-fallback-image.disabled {
  display: none;
}
.JcuF3If6-uPSw5mumht .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JcuF3If6-uPSw5mumht .content-wrapper .prototype-name {
  margin-bottom: 32px;
}
.JcuF3If6-uPSw5mumht .content-wrapper .prototype-text {
  margin-bottom: 22px;
}
.JcuF3If6-uPSw5mumht .prototype-name {
  color: #858585;
}
.JcuF3If6-uPSw5mumht .prototype-text {
  color: #000000;
}
.JcuF3If6-uPSw5mumht .prototype-section-btn {
  text-align: center;
}
.JcuF3If6-uPUr3bx1m2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.JcuF3If6-uPUr3bx1m2 .prototype-fallback-image.disabled {
  display: none;
}
.JcuF3If6-uPUr3bx1m2 .prototype-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper {
  padding: 32px 64px;
  background-color: #8caff0;
}
@media (max-width: 1440px) {
  .JcuF3If6-uPUr3bx1m2 .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .JcuF3If6-uPUr3bx1m2 .card-wrapper {
    padding: 24px;
  }
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper .prototype-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .JcuF3If6-uPUr3bx1m2 .card-wrapper .prototype-section-title {
    margin-bottom: 24px;
  }
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
@media (max-width: 992px) {
  .JcuF3If6-uPUr3bx1m2 .card-wrapper .nav-wrapper .list {
    margin-bottom: 24px;
  }
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper .nav-wrapper .list .item-tag {
  display: inline-flex;
  padding: 10px 32px;
  background-color: transparent;
  margin: 4px;
  border: 1px solid #ffffff;
  transition: all 0.3s ease-in-out;
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper .nav-wrapper .list .item-tag:hover,
.JcuF3If6-uPUr3bx1m2 .card-wrapper .nav-wrapper .list .item-tag:focus {
  background-color: #6592e6;
  border: 1px solid #6592e6;
  color: #ffffff;
}
.JcuF3If6-uPUr3bx1m2 .card-wrapper .prototype-copy {
  margin-bottom: 0;
}
.JcuF3If6-uPUr3bx1m2 .prototype-section-title {
  color: #2c2c26;
  text-align: center;
}
.JcuF3If6-uPUr3bx1m2 .list,
.JcuF3If6-uPUr3bx1m2 .nav-wrapper {
  color: #63635d;
  text-align: center;
}
.JcuF3If6-uPUr3bx1m2 .prototype-copy {
  color: #000000;
  text-align: center;
}

/* 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 */
.cookie-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: none;
}

.cookie-overlay.active {
	display: block;
}

.cookie-notification {
	position: fixed;
	bottom: -350px;
	left: 0;
	right: 0;
	background-color: gray;
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
	padding: 20px;
	text-align: center;
	transition: transform 0.3s ease;
	transform: translateY(200px);
	z-index: 1000;
}

.cookie-notification.active {
	transform: translateY(-350px);
}

.cookie-notification__content {
	max-width: 800px;
	margin: 0 auto;
	color: aliceblue;
}

.cookie-notification__content p a {
	color: aliceblue;
	transition: all 0.5s ease-in-out;
}

.cookie-notification__content p a:hover {
	color: blueviolet;
}

.cookie-notification__actions {
	margin-top: 10px;
}

.cookie-notification__button {
	margin: 5px;
	padding: 10px 15px;
	min-width: 150px;
	font-size: 14px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.cookie-notification__button:hover {
	filter: saturate(0.8);
}

@media (max-width: 768px) {
	.cookie-notification {
		bottom: -250px;
		padding: 15px;
		transform: translateY(150px);
	}
	.cookie-notification.active {
		transform: translateY(-250px);
	}
	.cookie-notification__content {
		max-width: 90%;
	}
	.cookie-notification__button {
		min-width: 120px;
		font-size: 12px;
		padding: 8px 12px;
	}
}

@media (max-width: 480px) {
	.cookie-notification {
		bottom: -200px;
		padding: 10px;
		transform: translateY(100px);
	}
	.cookie-notification.active {
		transform: translateY(-200px);
	}
	.cookie-notification__content {
		max-width: 95%;
	}
	.cookie-notification__button {
		min-width: 100px;
		font-size: 10px;
		padding: 6px 10px;
	}
}

/* logoanimations */
@keyframes verticalShake {
    0%, 100% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-5px);
    }
    50% {
        transform: translateY(5px);
    }
    75% {
        transform: translateY(-2px);
    }
}

.navbar-brand {
    animation: verticalShake 0.6s ease-in-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 20: rotate 10deg */
a, button, .btn {
  transition: transform 0.1s ease;
}
a:active, button:active, .btn:active {
  transform: rotate(10deg);
}
/* endmainanimations */
.quiz-section {
  background-image: url("../../../assets/images/warm_cloud.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;
}