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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1a1a;
  text-decoration: none;
}

label {
  display: inline-block;
  max-width: 400px;
  margin-bottom: 0px;
  padding-bottom: 6px;
  line-height: 32px;
  font-weight: 400;
}

strong {
  font-weight: 600;
}

.header {
  min-height: 130px;
}

.header.rsotech {
  border-bottom: 6px solid #ec2536;
}

.content {
  background-color: #fafafa;
}

.form {
  min-height: 600px;
  border-radius: 12px;
  background-color: #fafafa;
}

.title {
  padding-bottom: 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 20px;
}

.form-block {
  padding: 40px;
}

.form-header {
  margin-top: -72px;
  padding: 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #e6e6e6;
  border-radius: 12px;
  background-color: #fff;
}

.form-field {
  max-width: 400px;
  min-height: 40px;
  margin-bottom: 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #d1d1d1;
  border-radius: 4px;
  font-weight: 500;
}

.form-field:hover {
  border-color: #666;
}

.form-field:focus {
  border-color: #1e55c3;
}

.form-button {
  padding: 12px 16px;
  border-radius: 4px;
  background-color: #181818;
  opacity: 1;
  -webkit-transition: background-color 80ms ease;
  transition: background-color 80ms ease;
  font-weight: 500;
  letter-spacing: 1px;
}

.form-button:hover {
  background-color: #0050da;
}

.form-required {
  padding-left: 8px;
  color: #fd2424;
}

.form-select {
  max-width: 400px;
  min-height: 40px;
  margin-bottom: 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #d1d1d1;
  border-radius: 4px;
  background-color: #fff;
  font-weight: 500;
}

.form-select:hover {
  border-color: #666;
}

.form-select.small {
  max-width: 280px;
  min-height: 40px;
  margin-bottom: 0px;
  padding-left: 8px;
  border-width: 1px;
  border-color: #666;
  cursor: pointer;
}

.form-select.small:hover {
  border-color: #181818;
  background-color: #fafafa;
}

.form-textfield {
  max-width: 640px;
  min-height: 7rem;
  border-style: solid;
  border-width: 2px;
  border-color: #d1d1d1;
  border-radius: 4px;
  font-size: 16px;
}

.form-textfield:hover {
  border-color: #666;
}

.spacer48 {
  width: 48px;
  height: 48px;
}

.form-hint {
  max-width: 400px;
  margin-top: -8px;
  margin-bottom: 8px;
  color: #666;
  font-size: 16px;
}

.form-hint.bottom {
  max-width: 640px;
  margin-top: 0px;
  color: #181818;
}

.form-linkbutton {
  margin-bottom: 24px;
  padding: 12px 16px 12px 40px;
  border: 2px solid #d4d4d4;
  border-radius: 4px;
  background-color: #d4d4d4;
  background-image: url('../images/add-24px.svg');
  background-position: 8px 50%;
  background-repeat: no-repeat;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
}

.form-linkbutton:hover {
  border-color: #414141;
}

.form-listitem {
  position: relative;
  max-width: 640px;
  margin-bottom: 12px;
  padding: 12px 24px 12px 12px;
  border-style: solid;
  border-width: 2px;
  border-color: #d1d1d1;
  border-radius: 4px;
  background-color: #fff;
}

.form-listitem:hover {
  border-color: #bdbdbd;
}

.form-listitem.partselector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 64px;
  padding: 4px 24px 4px 4px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: #d1d1d1;
  cursor: pointer;
}

.form-listitem.partselector:hover {
  border-color: #666;
  background-color: #fafafa;
  color: #181818;
}

.form-listitem.partselector.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  margin-right: 1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.form-listitem.partselector-alt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: #d1d1d1;
  background-color: #fafafa;
}

.form-listitem.partselector-alt.grid {
  display: block;
  width: 24%;
  margin-right: 1%;
}

.form-listitem.big {
  border-width: 1px;
  border-color: #666;
  color: #181818;
  line-height: 26px;
}

.form-listitem-remove {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 40px;
  height: 40px;
  margin-right: -48px;
  padding: 8px;
  border-radius: 6px;
  background-color: transparent;
  background-image: url('../images/trash-2-1.svg');
  background-position: 50% 8px;
  background-repeat: no-repeat;
  opacity: 0.54;
  color: #333;
  line-height: 24px;
}

.form-listitem-remove:hover {
  background-color: #ddd;
  opacity: 0.87;
}

.spacer16 {
  width: 16px;
  height: 16px;
}

.section-footer {
  min-height: 100px;
  border-top: 6px solid #ec2536;
  font-size: 16px;
}

.section-footer.dark {
  border-top-style: none;
  background-color: #222;
}

.container-footer {
  padding: 40px;
}

.modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.modal.hidden {
  display: none;
}

.modal-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.24);
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 90%;
  margin-top: 40px;
  padding: 40px 10px 20px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 2px;
  border-color: #d1d1d1;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 4px 20px -12px #000;
}

.form-listitem-add {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding: 8px 12px;
  background-color: transparent;
  color: #333;
  font-size: 24px;
  line-height: 24px;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.form-searchfield {
  width: 100%;
  margin-bottom: 24px;
  padding: 13px 13px 13px 32px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #d1d1d1;
  background-image: url('../images/search-24px.svg');
  background-position: 0% 50%;
  background-repeat: no-repeat;
  color: #181818;
  font-size: 18px;
  font-weight: 500;
}

.form-searchfield:hover {
  border-bottom-color: #666;
}

.form-searchfield:focus {
  border-top-style: none;
  border-right-style: none;
  border-bottom-color: #1e55c3;
  border-left-style: none;
  background-color: rgba(30, 85, 196, 0.04);
}

.form-searchfield::-webkit-input-placeholder {
  color: grey;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.form-searchfield:-ms-input-placeholder {
  color: grey;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.form-searchfield::-ms-input-placeholder {
  color: grey;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.form-searchfield::placeholder {
  color: grey;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.link {
  color: #3c4a5f;
}

.link:hover {
  box-shadow: 0 1px 0 0 #000;
  color: #000;
}

.link.white {
  color: #d1d1d1;
}

.link.white:hover {
  box-shadow: 0 1px 0 0 #fff;
  color: #fff;
}

.text-block {
  color: #8a8a8a;
}

.modal-selectparts {
  position: relative;
  display: none;
}

.modal-close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 16px;
  background-color: transparent;
  color: #333;
  font-size: 24px;
  line-height: 24px;
}

.spacer24 {
  width: 24px;
  height: 24px;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-grow {
  height: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-link {
  text-decoration: underline;
  cursor: pointer;
}

.text-link:hover {
  color: #000;
}

.text-link.small {
  font-size: 16px;
}

.part-list {
  margin-bottom: 16px;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.thumb {
  max-height: 150px;
  background-color: #fafafa;
}

.thumb.grid {
  width: 100%;
  height: auto;
}

.thumb.mini {
  max-height: 75px;
}

.list-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-filter {
  margin-left: 72px;
  font-size: 16px;
}

.listitem-filter {
  display: inline-block;
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
}

.listitem-filter:hover {
  box-shadow: 0 1px 0 0 #000;
  color: #000;
}

.listitem-filter.group {
  margin-top: 24px;
  font-weight: 500;
}

.listitem-filter.v2 {
  margin-bottom: 8px;
  padding: 0px 8px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.04);
}

.listitem-filter.v2:hover {
  background-color: rgba(0, 0, 0, 0.08);
  box-shadow: none;
}

.image {
  width: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image.mini {
  width: 100px;
}

.columns {
  overflow: auto;
}

.list-filtertags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.filter-tag {
  margin-top: 4px;
  margin-right: 8px;
  margin-bottom: 4px;
  padding-right: 12px;
  padding-left: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #666;
  border-radius: 24px;
  background-color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  cursor: pointer;
}

.filter-tag:hover {
  border-color: #8a8a8a;
  background-color: #f1f1f1;
  color: #181818;
}

.filter-tag.active {
  border-color: #181818;
  background-color: #181818;
  color: #fff;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 24px;
}

.form-checkbox {
  margin-right: 8px;
}

.options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  padding-top: 12px;
  font-size: 16px;
}

.model {
  font-weight: 600;
}

.card-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hint {
  color: #666;
  font-size: 16px;
}

.hint.long {
  max-width: 640px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sticky-message {
  position: -webkit-sticky;
  position: sticky;
  bottom: 20px;
}

.success-message {
  border-style: solid;
  border-width: 2px;
  border-color: #4cf02c;
  background-color: #f3ffe7;
}

.hidden {
  display: none;
}

.richtext {
  max-width: 800px;
}

.richtext h3 {
  font-weight: 600;
}

.richtext a {
  font-weight: 500;
  text-decoration: underline;
}

.richtext p {
  line-height: 28px;
}

.modal-gdpr {
  position: relative;
  display: none;
}

.link-hint {
  display: inline-block;
  margin-bottom: 12px;
  padding-right: 4px;
  padding-left: 24px;
  background-image: url('../images/info_blue.svg');
  background-position: 0% 50%;
  background-repeat: no-repeat;
  color: #666;
  font-size: 14px;
}

.link-hint:hover {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .modal-content {
    margin-top: 24px;
  }
  .list-filter {
    margin-left: 24px;
  }
  .card-content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .header.rsotech {
    min-height: 6px;
  }
  .form-header {
    margin-top: 0px;
    padding: 24px 40px;
    border-style: none;
    border-radius: 0px;
  }
  .form-field {
    max-width: none;
  }
  .form-select {
    max-width: none;
  }
  .form-listitem {
    font-size: 16px;
  }
  .form-listitem.big {
    padding-right: 32px;
  }
  .form-listitem-remove {
    margin-right: 0px;
  }
  .modal {
    top: 0px;
    padding: 16px;
  }
  .modal-content {
    padding-right: 0px;
    padding-left: 24px;
  }
  .html-embed {
    margin-right: 30px;
    padding-left: 0px;
  }
  .modal-close {
    font-size: 20px;
  }
  .heading {
    font-size: 24px;
  }
  .break-on-mobile {
    display: block;
  }
  .list-filter {
    display: none;
  }
  .left-column {
    padding-right: 24px;
    padding-left: 0px;
  }
  .card-content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hint.long {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .title {
    padding-right: 12px;
  }
  .form-block {
    padding: 24px;
  }
  .form-header {
    padding-right: 24px;
    padding-left: 24px;
  }
  .form-button {
    width: 100%;
  }
  .form-linkbutton {
    text-align: center;
  }
  .form-listitem {
    padding-right: 12px;
  }
  .form-listitem.partselector {
    padding-right: 4px;
    color: #1f1f1f;
  }
  .form-listitem.partselector-alt {
    color: #1f1f1f;
  }
  .form-listitem.big {
    padding-right: 12px;
  }
  .container-footer {
    padding: 24px;
  }
  .modal {
    padding: 12px;
  }
  .modal-content {
    margin-top: 0px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
  }
  .form-listitem-add {
    display: none;
  }
  .modal-close {
    padding: 8px;
  }
  .flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}