body{
  font-family: 'Satoshi';
}

#content {
  overflow: hidden;
}

.plastinvest-indigo {
  color: #462CE9;
}

.plastinvest-green {
  color: #2BD679;
}

.bluish-gradient {
  background: linear-gradient(180deg, #E3EDFC 0%, #FFF 52%, #FFF 100vh);
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-x-scroll{
  overflow-x: scroll !important;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-12{
  margin-top: 3rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-8 {
  margin-right: 2rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

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

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.p-btn {
  padding: 1rem 2rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-18 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pt-8{
  padding-top: 2rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.pl-12{
  padding-left: 3rem;
}

.pl-14{
  padding-left: 3.5rem;
}

.pl-24{
  padding-left: 6rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem
}

.gap-8{
  gap: 2rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.gap-x-8{
  column-gap: 2rem;
}

.gap-x-12 {
  column-gap: 3rem;
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.lg\:gap-x-16 {
  -moz-column-gap: 4rem;
    column-gap: 4rem;
}

.lg\:gap-x-20 {
  -moz-column-gap: 5rem;
    column-gap: 5rem;
}

.lg\:gap-x-24 {
  -moz-column-gap: 6rem;
    column-gap: 6rem;
}

.top-\[-1\.75rem\] {
  top: -1.75rem;
}

.max-w-xl-text {
  max-width: 33.25rem;
}

.max-w-xl-list {
  max-width: 35rem;
}

.max-w-xl-form {
  max-width: 38rem;
}

.max-w-sm-form {
  max-width: 22rem;
}

.w-fit{
  max-width: fit-content;
}

.max-w-640{
  max-width: 640px;
}

.h-2 {
  height: 0.5rem;
}

.h-full{
  height: 100%;
}

.min-main-height{
  min-height: calc(100vh - 92px)
}

.rounded-left-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.max-w-sm-form-description {
  max-width: 18rem;
}

.font-regular {
  font-weight: 400;
}

.h-11 {
  height: 2.75rem;
}

.text-xxl{
  font-size: 2rem;
  line-height: 1;
}

.text-7xl {
  font-size: 4rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.5rem;
  line-height: 1;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 1;
}

.leading-8 {
  line-height: 2rem;
}

.leading-default {
  line-height: normal;
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(116 119 131 / var(--tw-text-opacity));
}

.text-gray-800{
  color: #747783;
}

.text-green-800{
  color: #2BD679;
}

.text-light-gray{
  --tw-text-opacity: 1;
  color: rgb(227 237 252 / var(--tw-text-opacity));
}

.text-dark-blue {
  --tw-text-opacity: 1;
  color: rgb(19 27 65 / var(--tw-text-opacity));
}

.text-grey-500 {
  --tw-text-opacity: 1;
  color: rgb(116 119 131 / var(--tw-text-opacity));
}

.text-black-500 {
  --tw-text-opacity: 1;
  color: rgb(19 27 65 / var(--tw-text-opacity));
}

.w-8 {
  width: 2rem;
}

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

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

.z-20{
  z-index: 20;
}
.z-100{
  z-index: 100;
}

.z-999{
  z-index: 999 !important;
}

.whitespace-initial {
  white-space: initial;
}

.bg-indigo-700 {
  --tw-text-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-text-opacity));
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 91 236 / var(--tw-bg-opacity));
}

.bg-neutral-80 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 253 / var(--tw-bg-opacity));
}

.bg-dark-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(19, 27, 65);
}

.bg-dark-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 39 86 / var(--tw-bg-opacity));
}

.bg-dark-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(40 52 109 / var(--tw-bg-opacity));
}

.bg-dark-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(50 64 130 / var(--tw-bg-opacity));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(231 232 234 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.border-dark-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(19 27 65 / var(--tw-border-opacity));
}

.hover\:bg-dark-blue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 39 86 / var(--tw-bg-opacity));
}

.hover\:bg-dark-blue-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.focus\:bg-dark-blue-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.hover\:bg-dark-blue-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(40 52 109 / var(--tw-bg-opacity));
}

.hover\:bg-dark-blue-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(50 64 130 / var(--tw-bg-opacity));
}

.hover\:bg-dark-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(19 27 65 / var(--tw-bg-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:text-indigo-700:hover {
  --tw-text-opacity: 1;
  color: rgb(70 44 233 / var(--tw-text-opacity));
}

.hover\:bg-indigo-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}

.focus-visible\:outline-dark-blue-600:focus-visible {
  outline-color: #131B41;
}

.blue-button-style{
  background-color: #462CE9;
  max-width: fit-content;
  text-align: center;
  transition-property: color, background-color, border, border-color, background;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.blue-button-style:hover,
.blue-button-style:focus{
  background-color: #583ffb;
}

.orange-button-style{
  background-color: #d1852b;
  max-width: fit-content;
  text-align: center;
  transition-property: color, background-color, border, border-color, background;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.orange-button-style:hover,
.orange-button-style:focus{
  background-color: #E9922C;;
}

.disabled-button-style{
  border: 1px solid #E3E3E4;
  background: #FFF;
  color: #131B41;
  cursor:not-allowed;
}

@media (max-width: 639px) {
  .section-navigation {
    flex-direction: column;
    gap: 16px;
  }
}

.section-wrapper{
  padding: 32px;
  border-radius: 12px;
  border: 1px solid #E3E3E4;
  background-color: white;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.info-icon-wrapper{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #F8F8FA;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  pointer-events: auto;
}

.info-position-0{
  top: 0;
  right: 0;
}

.info-position-16{
  top: 16px;
  right: 16px;
}

.info-position-20{
  top: 20px;
  right: 0;
}

.info-position-21{
  top: 21px;
  right: 0;
}

.info-position-relative{
  position: relative;
}

.info-icon-wrapper:hover,
.info-icon-wrapper:focus {
  background-color: #f2f2f4;
}

.info-text-wrapper {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 34px;
  right: -16px;
  background-color: #1a1841;
  min-width: 280px;
  padding: 6px 8px;
  border-radius: 12px;
  z-index: 40;
  cursor: default;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.info-wrapper-left {
  left: -16px;
}

.info-icon-wrapper:hover .info-text-wrapper,
.info-icon-wrapper:focus .info-text-wrapper {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 430px) {
  .info-text-wrapper {
    min-width: 350px;
  }
}

.info-text-wrapper-arrow{
  position: absolute;
  top: -4px;
  right: 22px;
  width: 12px;
  height: 12px;
  background-color: #1a1841;
  transform: rotate(45deg);
}

.info-arrow-left{
  left: 22px;
}

.info-text{
  line-height: 20px;
  cursor: text;
}

@media (min-width: 1000px) {
  .info-position-21 .info-text-wrapper{
    top: -16px;
    right: 0;
    left: 34px;
  }

  .info-position-21 .info-text-wrapper-arrow {
    top: 22px;
    right: 0;
    left: -4px;
  }
}

@media (min-width: 768px) {
  .sticky-content-show{
    position: sticky;
    bottom: 0;
  }

  .sticky-content-hide{
    position: sticky;
    bottom: -100%;
  }
}

.shadow-top{
  box-shadow: 0px -10px 10px -10px #d3d3d4;
}

.shadow-bottom{
  box-shadow: 0px 10px 10px -10px #d3d3d4;
}

.sticky-content{
  position: sticky;
  bottom: -300px;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .sticky-content{
    bottom: 0;
  }
}

.nav-link:hover{
  color: #462CE9;
}

.cubic-transition{
  transition-property: color, background-color, border, border-color, background, scale;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.cubic-transition-all{
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 460px) {
  .toggle-text{
    max-width: min-content;
  }
}

.blue-link{
  color: #462CE9;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.blue-link:hover,
.blue-link:focus{
  text-decoration-color: #462CE9;
}

.hover-scale:hover,
.hover-scale:focus{
  scale: 1.1;
}

/* plastic model detail checkboxes */

.grayed-out {
  opacity: 0.5;
  filter: grayscale(100%);
  pointer-events: none;
}
