:root {
  --orange: #a12e2d;
  --white: white;
  --grey: #a3abaf;
  --yellow: #ffc72d;
  --orange2: #f99d32;
  --lineart-border-width: 2px;
  --red: #d4145a;
  --purple: #90278e;
  --green: #8bc53f;
  --dark-gray: #5c6871;
  --teal: #04bab3;
  --black: black;
  --blue: #00a6e0;
  --pink: #c836cc;
  --orange-light: #baedf6;
  --size: 0px;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: none;
}

.html-embed {
  z-index: 0;
  width: 100%;
  max-width: 800px;
  height: 100%;
  max-height: 800px;
  overflow: hidden;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
}

.cell {
  flex-flow: row;
  place-content: space-around flex-start;
  align-items: center;
}

.div-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.image {
  width: 75px;
  min-width: 50px;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  padding: 0;
}

.quick-stack-2.top {
  margin-top: 10px;
}

.floating_buttons {
  z-index: 10;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  opacity: 1;
  flex-direction: column;
  margin-bottom: 40px;
  margin-right: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.cell-4 {
  justify-content: flex-end;
  align-items: flex-end;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  padding: 0;
}

.cell-5 {
  justify-content: flex-start;
  padding-top: 10px;
}

.cartnames {
  color: var(--orange);
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
}

.cartdims {
  font-weight: 700;
  line-height: 14px;
}

.sectiondiv {
  border-bottom: 3px solid var(--orange);
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 30px;
  margin-top: 3px;
  display: flex;
}

.sectiondivtextbox {
  background-color: var(--orange);
  width: 180px;
  height: 30px;
  padding-top: 5px;
  padding-left: 10px;
}

.heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.header {
  color: var(--grey);
  text-align: right;
  align-self: flex-end;
  margin-top: 5px;
  font-size: 20px;
}

.image-3 {
  height: 35px;
  display: none;
}

.image-4 {
  margin: 10px auto 0;
  display: block;
}

.quick-stack-4 {
  grid-column-gap: 5px;
  border: 2px solid var(--white);
  align-self: stretch;
  padding: 10px;
}

.column-link {
  color: var(--grey);
  text-align: center;
  flex: none;
  align-self: stretch;
  font-weight: 700;
  text-decoration: none;
}

.column-link:focus {
  border: 1px dashed var(--orange);
  border-radius: 1px;
  font-size: 14px;
  text-decoration: underline;
}

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

.list-2 {
  border: 2px solid var(--white);
  padding: 5px 5px 5px 0;
  list-style-type: none;
}

.text-block {
  color: var(--white);
  text-align: center;
  background-color: #0000;
  flex: 1;
  align-self: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.shelf-block {
  background-color: var(--orange);
  flex: 1;
  margin-left: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.div-block-2-copy {
  background-color: var(--yellow);
  flex: 1;
  min-width: 150px;
  margin-left: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.div-block-2-copy-copy {
  background-color: var(--grey);
  flex: 1;
  min-width: 150px;
  margin-left: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.div-block-2-copy-copy-copy {
  background-color: var(--orange2);
  flex: 1;
  min-width: 150px;
  margin-left: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.lineart-link-block {
  border: var(--lineart-border-width) solid var(--white);
}

.warningbox {
  background-color: var(--red);
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 150px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.warningtext {
  color: var(--white);
  font-weight: 700;
}

.link-block-2 {
  z-index: 998;
  background-color: var(--orange);
  opacity: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 30px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-2 {
  color: var(--white);
  line-height: 16px;
}

.object-buttons {
  flex: 1;
  text-decoration: none;
  display: flex;
}

.flex-block {
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.debugcolumns {
  padding: 5px;
}

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

.open-button {
  background-color: var(--orange);
  border-radius: 20px;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 25px;
  padding: 5px 10px;
  font-size: 10px;
  line-height: 10px;
  text-decoration: none;
  display: flex;
  position: static;
}

.range-wrapper {
  justify-content: center;
  align-items: center;
  min-width: 250px;
  margin-top: 72px;
  margin-left: -125px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.range-box {
  width: 150px;
  margin-right: 10px;
}

.slider-number {
  background-color: #fff;
  border: 2px solid #9a9999;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  min-width: 75px;
  height: 30px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: relative;
}

.pages-number {
  margin-right: 3px;
}

.bound-trash {
  width: 25px;
  height: 25px;
  display: block;
}

.image-5 {
  max-height: 100%;
}

.cell-10 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.quick-stack-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-self: center;
  padding: 0;
}

.cell-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.cell-12 {
  opacity: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 10px;
}

.cell-13 {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 10px;
}

.quick-stack-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 100vh;
  padding: 0;
}

.cell-14 {
  opacity: 1;
  flex-flow: row;
}

.cell-16 {
  padding-left: 10px;
  padding-right: 10px;
}

.pdf_prompt {
  z-index: 999;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.sectiondivtextbox-copy {
  background-color: var(--orange);
  margin-bottom: 10px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.link-block-4 {
  text-decoration: none;
}

.hd-shelf-block {
  background-color: var(--purple);
  width: 30px;
  margin-left: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}

.hd-shelf-block.tippy {
  background-color: var(--orange);
  cursor: pointer;
}

.poly-bin-block {
  background-color: var(--green);
  min-width: 150px;
  margin-left: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.poly-bin-block.tippy {
  background-color: var(--dark-gray);
}

.poly-bin-block.tippy._4in {
  flex: 1;
}

.poly-bin-block.tippy._8in {
  background-color: var(--teal);
  flex: 1;
}

.poly-bin-block.tippy._11in {
  background-color: var(--green);
  flex: 1;
}

.abs-block {
  background-color: var(--purple);
  width: 30px;
  margin-left: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}

.abs-block.tippy {
  background-color: var(--green);
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
}

.abs-block.tippy._4in {
  background-color: var(--dark-gray);
}

.abs-block.tippy._8in {
  background-color: var(--teal);
}

.abs-text {
  color: var(--white);
  text-align: center;
  background-color: #0000;
  flex: 1;
  align-self: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.slider-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.abs-button, .hd-button {
  background-color: var(--orange);
  border-radius: 20px;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 25px;
  padding: 5px 10px;
  font-size: 10px;
  line-height: 10px;
  text-decoration: none;
  display: flex;
  position: static;
}

.button-2 {
  background-color: var(--orange);
  text-align: center;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  display: flex;
}

.button-2.tippy {
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.submit-button, .submit-button-2, .submit-button-3 {
  background-color: var(--orange);
}

.select-field {
  background-color: var(--white);
  color: var(--black);
}

.catheter-rack-div {
  background-color: var(--red);
  min-width: 115px;
  margin-left: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.catheter-rack-div.tippy {
  background-color: var(--blue);
  flex: 1;
}

.cath-rack-top-block {
  background-color: var(--purple);
  width: 30px;
  margin-left: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}

.cath-rack-top-block.tippy {
  background-color: var(--blue);
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
}

.tutorial-block {
  z-index: 1111;
  background-color: #fffc;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  padding-bottom: 40px;
  display: none;
  position: absolute;
  top: 20%;
  bottom: 20%;
}

.tutorial-block.step-1 {
  border: 2px solid var(--orange);
  background-color: #fffc;
  justify-content: space-between;
  align-items: center;
  height: 400px;
  display: none;
  inset: auto auto 25% 25%;
}

.tutorial-block.step-2 {
  border: 2px solid var(--orange);
  background-color: #fffc;
  justify-content: space-between;
  align-items: center;
  height: 400px;
  display: none;
  inset: 6% 25% auto auto;
}

.tutorial-block.step-3 {
  border: 2px solid var(--orange);
  background-color: #fffc;
  justify-content: space-between;
  align-items: center;
  display: none;
  inset: 22% 23% auto auto;
}

.tutorial-block.step-4 {
  border: 2px solid var(--orange);
  background-color: #fffffff2;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  display: none;
  position: absolute;
  inset: 5% auto 5% 5%;
}

.tutorial-block.step-5 {
  border: 2px solid var(--orange);
  background-color: #fffffff2;
  justify-content: space-between;
  align-items: center;
  display: none;
  position: absolute;
  inset: auto 5% 25% auto;
}

.tutorial-block.step-6 {
  border: 2px solid var(--orange);
  background-color: #fffffff2;
  justify-content: space-between;
  align-items: center;
  display: none;
  position: absolute;
  inset: auto 36% 10% auto;
}

.tutorial-exit-button {
  align-self: flex-end;
  width: 30px;
  height: 30px;
  margin-top: 20px;
  margin-right: 20px;
  position: static;
  top: 10px;
  right: 10px;
}

.tutorial-header {
  text-align: center;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.paragraph {
  text-align: center;
  margin: 10px 20px;
  font-size: 18px;
}

.button-3 {
  border-style: solid;
  border-width: var(--lineart-border-width);
  background-color: var(--orange);
  text-align: center;
  border-color: #0000;
}

.tutorial-overlay {
  z-index: 1111;
  background-color: #676767cc;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.text-block-3 {
  color: var(--black);
  text-align: center;
  font-size: 10px;
  font-style: normal;
}

.accessory-tips {
  text-align: left;
  align-self: flex-start;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
  line-height: 14px;
}

.list-item {
  border: 2px solid var(--white);
  justify-content: flex-start;
  align-items: stretch;
  min-width: 175px;
  max-width: 250px;
  margin-bottom: 2px;
  padding-left: 0;
  padding-right: 10px;
  display: flex;
}

.link-block-5 {
  margin-top: 10px;
}

.div-block-4, .div-block-5 {
  width: 100%;
}

.quick-stack-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 100%;
  padding: 0 0 0 10px;
}

.cell-12-copy {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 10px;
  padding-right: 10px;
}

.select-field-2 {
  background-color: var(--blue);
  color: var(--white);
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 30px;
}

.select-field-2-copy {
  background-color: var(--purple);
  color: var(--white);
  font-weight: 700;
}

.select-field-2-copy-copy {
  background-color: var(--green);
  color: var(--white);
  font-weight: 700;
}

.div-block-6 {
  display: none;
}

.link-block-2-copy {
  z-index: 998;
  background-color: var(--orange);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 30px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.cell-17, .cell-18 {
  justify-content: flex-start;
  align-items: center;
}

.fied-label {
  display: inline-block;
}

.field-label-div {
  display: flex;
}

.fied-label-required {
  color: var(--red);
  margin-left: 5px;
  display: inline-block;
}

.div-block-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.required-notice {
  color: var(--red);
  text-align: center;
  font-weight: 700;
  display: none;
}

.heading-2 {
  align-self: flex-start;
  margin-bottom: 0;
  margin-left: 20px;
}

.div-block-8 {
  background-color: var(--orange);
  border-radius: 45px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: -15px;
  display: flex;
}

.text-block-4 {
  color: var(--white);
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 18px;
}

.overflow-scroll {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.div-block-9 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.options-selectors {
  margin-top: 10px;
}

.loading-overlay {
  z-index: 1111;
  background-color: #676767cc;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.loadingoverlaybox {
  z-index: 1111;
  background-color: #fffc;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  padding: 20px 40px 40px;
  display: flex;
  position: absolute;
}

.loadingoverlaybox.step-1 {
  border: 2px solid var(--orange);
  background-color: #fffc;
  justify-content: space-between;
  align-items: center;
  height: 400px;
  display: none;
  inset: auto auto 25% 25%;
}

.loadingoverlaybox.step-2 {
  border: 2px solid var(--orange);
  background-color: #fffc;
  justify-content: space-between;
  align-items: center;
  height: 400px;
  display: none;
  inset: 6% 25% auto auto;
}

.loadingoverlaybox.step-3 {
  border: 2px solid var(--orange);
  background-color: #fffc;
  justify-content: space-between;
  align-items: center;
  display: none;
  inset: 22% 23% auto auto;
}

.loadingoverlaybox.step-4 {
  border: 2px solid var(--orange);
  background-color: #fffffff2;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  display: none;
  position: absolute;
  inset: 5% auto 5% 5%;
}

.loadingoverlaybox.step-5 {
  border: 2px solid var(--orange);
  background-color: #fffffff2;
  justify-content: space-between;
  align-items: center;
  display: none;
  position: absolute;
  inset: auto 5% 25% auto;
}

.loadingoverlaybox.step-6 {
  border: 2px solid var(--orange);
  background-color: #fffffff2;
  justify-content: space-between;
  align-items: center;
  display: none;
  position: absolute;
  inset: auto 36% 10% auto;
}

.loadingtextdiv {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.loadingbar {
  background-color: var(--orange);
  border-radius: 2px;
  align-self: flex-start;
  width: 10%;
  height: 4px;
  padding-bottom: 0;
}

.loadingbarholder {
  background-color: #bcbcbc;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  padding: 2px;
  display: flex;
}

.sectiondivtextbox-2 {
  background-color: #f15a29;
  width: 180px;
  height: 30px;
  padding-top: 5px;
  padding-left: 10px;
}

.hd-shelf-block-2 {
  background-color: #90278e;
  width: 30px;
  margin-left: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}

.hd-shelf-block-2.tippy {
  background-color: var(--orange);
  cursor: pointer;
}

.cath-rack-top-block-2 {
  background-color: #90278e;
  width: 30px;
  margin-left: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}

.cath-rack-top-block-2.tippy {
  cursor: pointer;
  background-color: #00a6e0;
  padding-left: 0;
  padding-right: 0;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  flex: 1;
  align-self: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.column-link-2 {
  color: #a3abaf;
  text-align: center;
  flex: none;
  align-self: stretch;
  font-weight: 700;
  text-decoration: none;
}

.column-link-2:focus {
  border: 1px dashed #f15a29;
  border-radius: 1px;
  font-size: 14px;
  text-decoration: underline;
}

.catheter-rack-div-2 {
  background-color: #d4145a;
  min-width: 115px;
  margin-left: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.catheter-rack-div-2.tippy {
  background-color: #00a6e0;
}

.abs-text-2 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  flex: 1;
  align-self: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.quick-stack-8 {
  grid-column-gap: 5px;
  border: 2px solid #fff;
  align-self: stretch;
  padding: 10px;
}

.div-block-2-copy-copy-2 {
  background-color: #a3abaf;
  min-width: 150px;
  margin-left: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.select-field-3 {
  color: #fff;
  background-color: #00a6e0;
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 30px;
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-10 {
  width: 100%;
}

.abs-block-2 {
  background-color: #90278e;
  width: 30px;
  margin-left: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}

.abs-block-2.tippy {
  cursor: pointer;
  background-color: #8bc53f;
  padding-left: 0;
  padding-right: 0;
}

.abs-block-2.tippy._8in {
  background-color: #04bab3;
}

.abs-block-2.tippy._4in {
  background-color: #5c6871;
}

.shelf-block-2 {
  background-color: var(--orange);
  width: 115px;
  margin-left: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.list-3 {
  border: 2px solid #fff;
  padding: 5px 5px 5px 0;
  list-style-type: none;
}

.div-block-2-copy-copy-copy-2 {
  background-color: #f99d32;
  min-width: 150px;
  margin-left: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.list-item-2 {
  border: 2px solid #fff;
  margin-bottom: 2px;
  padding-left: 0;
  padding-right: 10px;
  display: flex;
}

.select-field-2-copy-2 {
  color: #fff;
  background-color: #90278e;
  font-weight: 700;
}

.sectiondiv-2 {
  border-bottom: 3px solid #f15a29;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 30px;
  margin-top: 3px;
  display: flex;
}

.div-block-11 {
  background-color: var(--orange);
  border-radius: 45px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: -15px;
  display: flex;
}

.text-block-6 {
  color: #fff;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 18px;
}

.cell-19 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 10px;
}

.div-block-2-copy-2 {
  background-color: #ffc72d;
  min-width: 150px;
  margin-left: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.div-block-12 {
  width: 100%;
}

.object-buttons-2 {
  text-decoration: none;
}

.poly-bin-block-2 {
  background-color: #8bc53f;
  min-width: 115px;
  margin-left: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.poly-bin-block-2.tippy {
  background-color: #5c6871;
}

.poly-bin-block-2.tippy._4in {
  min-width: 150px;
}

.poly-bin-block-2.tippy._8in {
  background-color: #04bab3;
  min-width: 150px;
}

.select-field-2-copy-copy-2 {
  color: #fff;
  background-color: #8bc53f;
  font-weight: 700;
}

.div-block-13 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.cell-20 {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 10px;
}

.image-7 {
  aspect-ratio: 1;
  object-fit: contain;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.image-8 {
  max-width: 80%;
  max-height: 80px;
  margin-top: 20px;
  margin-left: 20px;
}

@media screen and (max-width: 991px) {
  .div-block-6 {
    justify-content: center;
    align-items: center;
    display: none;
    position: absolute;
    inset: 0%;
  }
}

@media screen and (max-width: 767px) {
  .html-embed {
    display: none;
  }

  .image-3 {
    height: auto;
  }

  .cell-12-copy {
    display: none;
  }

  .div-block-6 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex;
    position: absolute;
    inset: 0%;
  }
}

#w-node-cb8182df-9067-3fb9-551c-30c1f9ac883e-d05fc9d6 {
  grid-template-rows: minmax(120px, 200px) auto;
  grid-template-columns: 1fr;
}

#w-node-_5846d662-c986-6cae-5959-41f36a37f447-d05fc9d6, #w-node-b0dad91a-0f04-0c57-3527-04f4bcbf2c88-d05fc9d6 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr .75fr;
}

#w-node-_46a51102-0660-2101-8889-fd25d4a48734-d05fc9d6 {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_46a51102-0660-2101-8889-fd25d4a48735-d05fc9d6 {
  grid-row: span 4 / span 4;
}

#\32 6517.w-node-_46a51102-0660-2101-8889-fd25d4a4873a-d05fc9d6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_46a51102-0660-2101-8889-fd25d4a4873c-d05fc9d6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_46a51102-0660-2101-8889-fd25d4a4874b-d05fc9d6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_46a51102-0660-2101-8889-fd25d4a4874d-d05fc9d6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_46a51102-0660-2101-8889-fd25d4a48803-d05fc9d6 {
  grid-row: span 3 / span 3;
}

#w-node-_46a51102-0660-2101-8889-fd25d4a48808-d05fc9d6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_46a51102-0660-2101-8889-fd25d4a4880a-d05fc9d6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_46a51102-0660-2101-8889-fd25d4a4881a-d05fc9d6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_46a51102-0660-2101-8889-fd25d4a4881c-d05fc9d6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_46a51102-0660-2101-8889-fd25d4a4882c-d05fc9d6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_46a51102-0660-2101-8889-fd25d4a4882e-d05fc9d6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_46a51102-0660-2101-8889-fd25d4a48845-d05fc9d6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_46a51102-0660-2101-8889-fd25d4a48847-d05fc9d6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_7477c13f-e3ef-631d-119b-b971a058dcc1-d05fc9d6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_416716b6-2073-bcfe-b07f-5a1c862804cb-d05fc9d6 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_416716b6-2073-bcfe-b07f-5a1c862804db-d05fc9d6, #w-node-_416716b6-2073-bcfe-b07f-5a1c862804e3-d05fc9d6, #w-node-_416716b6-2073-bcfe-b07f-5a1c862804eb-d05fc9d6, #w-node-_416716b6-2073-bcfe-b07f-5a1c862804f3-d05fc9d6, #w-node-_416716b6-2073-bcfe-b07f-5a1c862804fb-d05fc9d6, #w-node-_416716b6-2073-bcfe-b07f-5a1c86280503-d05fc9d6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c21c49ce-86b4-b933-06a1-5b1853fd76bb-d05fc9d6 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-c21c49ce-86b4-b933-06a1-5b1853fd76c5-d05fc9d6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-b0dad91a-0f04-0c57-3527-04f4bcbf2c88-d05fc9d6, #w-node-_46a51102-0660-2101-8889-fd25d4a48734-d05fc9d6 {
    display: none;
  }
}


