.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.body {
  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-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;
  background-image: url('../images/Login-Medewerker.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.login-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  min-height: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.login-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 56px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 3px 3px -1px rgba(10, 22, 70, 0.1), 0 0 1px 0 rgba(10, 22, 70, 0.06);
}

.heijmans-logo-login {
  height: 32px;
  margin-bottom: 24px;
}

.heading1-centered {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  color: #0a1f44;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
}

.paragraph-centered {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  color: #4e5d78;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.form-block {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 0;
}

.field-label {
  font-family: Inter, sans-serif;
  color: #4e5d78;
  font-size: 14px;
  font-weight: 400;
}

.login-button {
  width: 100%;
  height: 48px;
  border-radius: 4px;
  background-color: #feb900;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.text-field {
  height: 48px;
  border: 1px solid #e1e4e8;
  border-radius: 4px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-field:focus {
  padding-left: 11px;
  border-width: 2px;
  border-color: #feb900;
}

.text-field::-webkit-input-placeholder {
  color: #b0b7c3;
}

.text-field:-ms-input-placeholder {
  color: #b0b7c3;
}

.text-field::-ms-input-placeholder {
  color: #b0b7c3;
}

.text-field::placeholder {
  color: #b0b7c3;
}

.text-field.no-bm {
  margin-bottom: 0;
}

.text-field.no-bm.disabled {
  background-color: hsla(0, 0%, 76.1%, 0.1);
}

.link {
  margin-top: 32px;
  padding: 6px 15px;
  border-radius: 8px;
  background-color: #f1f3f3;
  font-family: Inter, sans-serif;
  color: #4e5d78;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.logo-thuiswerkplan-login {
  height: 40px;
  margin-bottom: 32px;
}

.custom-container {
  width: 1140px;
  min-height: 20px;
}

.header-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  -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;
  border-bottom: 1px solid hsla(0, 0%, 76.1%, 0.5);
  background-color: #fff;
}

.navbar-app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  height: 32px;
}

.sec-button-right-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f1f2f4;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(10, 22, 70, 0.1), 0 0 1px 0 rgba(10, 22, 70, 0.06);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-decoration: none;
}

.sec-button-right-icon:hover {
  background-color: #f7f7f7;
}

.sec-button-right-icon:active {
  background-color: #f0f0f0;
}

.sec-button-right-icon.mr-16 {
  margin-right: 16px;
}

.sec-button-text {
  font-family: Inter, sans-serif;
  color: #4e5d78;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.button-icon {
  margin-left: 8px;
}

.colored-background-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 240px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: #b4c5cc;
}

.body-2 {
  background-color: #f7f9f9;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 64px;
  padding-bottom: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.faq-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.faq-heading {
  margin-top: 0;
  margin-bottom: 56px;
  font-family: Inter, sans-serif;
  color: #0a1f44;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
}

.single-faq {
  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-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq-question {
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  color: #0a1f44;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.faq-answer {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  color: #4e5d78;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}

.text-link {
  color: #feb900;
  font-weight: 400;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -144px;
  -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;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 3px 3px -1px rgba(10, 22, 70, 0.1), 0 0 1px 0 rgba(10, 22, 70, 0.06);
}

.card.extra-padding {
  padding-top: 56px;
  padding-bottom: 56px;
}

.card-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 20px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 263px;
  height: 263px;
  min-height: 263px;
  min-width: 263px;
  margin-right: 32px;
  padding-right: 24px;
  padding-left: 24px;
  -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;
  border-radius: 8px;
  background-color: #f7f9f9;
  background-clip: border-box;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-wrapper.first-step {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.primary-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0 solid #f1f2f4;
  border-radius: 4px;
  background-color: #feb900;
  color: #fff;
  text-decoration: none;
}

.primary-button-text {
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

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

.step-wrapper {
  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;
}

.step-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  -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;
  border-radius: 100px;
  background-color: #feb900;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  color: #0a1f44;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

.input-wrapper {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.select-field {
  position: relative;
  z-index: 1;
  height: 48px;
  margin-bottom: 0;
  border: 1px solid #e1e4e8;
  border-radius: 4px;
  background-color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.select-field:focus {
  border-color: #feb900;
}

.select-field.disabled {
  background-color: #f9fafa;
}

.grid {
  margin-top: 16px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.select-field-wrapper {
  position: relative;
}

.color-dot {
  position: absolute;
  left: auto;
  top: 12px;
  right: 12px;
  bottom: auto;
  z-index: 9999;
  width: 24px;
  height: 24px;
  border-radius: 100px;
  background-color: #000;
}

.grid-info {
  margin-top: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.info-heading {
  margin-top: 32px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  color: #0a1f44;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.grid-1 {
  margin-top: 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tafel-image {
  width: 100%;
}

.mobile-dropdown {
  display: none;
}

.grid-2 {
  width: 100%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.single-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  text-decoration: none;
}

.single-option.line-divider {
  border-right: 1px solid #e2e2e2;
}

.optie-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  color: #0a1f44;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
}

.optie-paragraph {
  margin-top: 8px;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  color: #4e5d78;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.grid-opties {
  width: 100%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slider {
  width: 263px;
  height: 263px;
  min-height: 263px;
  min-width: 263px;
  border: 1px solid #dcdfe4;
  border-radius: 8px;
  background-color: #fff;
}

.slider-wrapper {
    padding-right:32px;
}

.right-arrow {
  display: flex;
}

.left-arrow {
  display: flex;
}

.slide-nav {
  position: relative;
  color: #4e5d78;
  font-size: 8px;
}

.slide {
  background-image: url('../images/slideA.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/slideB.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/slideC.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}


.slide-4 {
  background-image: url('../images/Kleur1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5 {
  background-image: url('../images/Kleur2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-6 {
  background-image: url('../images/Kleur3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide-7 {
  background-image: url('../images/Kleur4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-8 {
  background-image: url('../images/Kleur5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-9 {
  background-image: url('../images/Kleur6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-stoel {
  background-image: url('../images/thuiswerkplan-tafel.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}


.slide-10 {
  background-image: url('../images/KleurLichtEiken.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-11 {
  background-image: url('../images/KleurRustiekEiken.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-12 {
  background-image: url('../images/KleurGrijs.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-13 {
  background-image: url('../images/KleurWit.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-14 {
  background-image: url('../images/KleurZwart.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-15 {
  background-image: url('../images/OnderstelWit.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-16 {
  background-image: url('../images/stoel1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-17 {
  background-image: url('../images/stoel2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-18 {
  background-image: url('../images/stoel3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-19 {
  background-image: url('../images/stoel4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-20 {
  background-image: url('../images/stoel5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-21 {
  background-image: url('../images/stoel6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mask {
  border-radius: 8px;
}

.link-block {
  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;
  text-decoration: none;
}

.step-description {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  color: #4e5d78;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
}

.image-2 {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}

.info-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.info-description {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 8px;
  font-family: Inter, sans-serif;
  color: #4e5d78;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
}

.card-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 3px 3px -1px rgba(10, 22, 70, 0.1), 0 0 1px 0 rgba(10, 22, 70, 0.06);
}

.card-table.extra-padding {
  padding-top: 56px;
  padding-bottom: 56px;
}

.grid-3 {
  width: 100%;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.table-heading {
  font-family: Inter, sans-serif;
  color: #0a1f44;
  line-height: 24px;
  font-weight: 500;
}

.single-row {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #f1f2f4;
}

.table-info {
  font-family: Inter, sans-serif;
  color: #4e5d78;
  line-height: 24px;
  font-weight: 400;
}

.action-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.status-fulfilled {
  font-family: Inter, sans-serif;
  color: #2ed573;
  line-height: 24px;
  font-weight: 400;
}

.icon-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  padding: 8px 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f1f2f4;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(10, 22, 70, 0.1), 0 0 1px 0 rgba(10, 22, 70, 0.06);
  text-decoration: none;
}

.status-not-fulfilled {
  font-family: Inter, sans-serif;
  color: #ff9b46;
  line-height: 24px;
  font-weight: 400;
}

.icon-for-button {
  height: 12px;
}

.table-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -24px;
  padding-bottom: 96px;
  -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;
}

.heading-2 {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
}

.admin-background-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 240px;
  padding-top: 48px;
  padding-bottom: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: #a4b3bb;
}

.whitelabel {
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.wrapper-fields-admin {
  position: relative;
  min-width: 300px;
  margin-right: 16px;
}

.search-button {
  height: 48px;
  padding-right: 32px;
  padding-left: 32px;
  border-radius: 4px;
  background-color: #feb900;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.order-info {
  margin-bottom: 3px;
  margin-left: 8px;
  font-family: Inter, sans-serif;
  color: #fff;
  line-height: 24px;
  font-weight: 400;
}

.back-link {
  display: block;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

.order-summary {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  color: #0a1f44;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.order-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 3px 3px -1px rgba(10, 22, 70, 0.1), 0 0 1px 0 rgba(10, 22, 70, 0.06);
}

.order-card.extra-padding {
  padding-top: 56px;
  padding-bottom: 56px;
}

.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    padding-bottom: 40px;
    -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;
    text-align: center;
}

.footer-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
}

.footer-logo-link {
    max-height: 60px;
    min-width: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.footer-image {
    width: 100%;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
}

.footer-heading {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Inter, sans-serif;
    color: #0a1f44;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.footer-link {
    display: block;
    margin-bottom: 10px;
    font-family: Inter, sans-serif;
    color: #4e5d78;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    text-decoration: none;
}

.footer-link:hover {
    text-decoration: none;
}

.footer-span {
    color: #feb900;
    font-weight: 400;
}



@media screen and (max-width: 991px) {
  .custom-container {
    width: 100%;
    padding-right: 32px;
    padding-left: 32px;
  }

  .sec-button-right-icon {
    box-shadow: 0 1px 1px 0 rgba(10, 22, 70, 0.1), 0 0 1px 0 rgba(10, 22, 70, 0.06);
  }

  .sec-button-right-icon.mobile-hide {
    display: none;
  }

  .faq-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .card {
    padding: 32px;
  }

  .image-preview {
    margin-right: 24px;
  }

  .grid-info {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .mobile-dropdown {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }

  .text-block {
    font-family: Inter, sans-serif;
    color: #4e5d78;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }

  .dropdown-toggle {
    width: 200px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid #f1f2f4;
    border-radius: 4px;
    box-shadow: 0 0 1px 0 rgba(10, 22, 70, 0.06), 0 1px 1px 0 rgba(10, 22, 70, 0.1);
  }

  .dropdown-toggle.w--open {
    width: 200px;
  }

  .dropdown-list {
    background-color: #d89e9e;
  }

  .dropdown-list.w--open {
    border-right: 1px solid #f1f2f4;
    border-left: 1px solid #f1f2f4;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #fff;
  }

  .dropdown-link {
    padding: 16px;
    font-family: Inter, sans-serif;
    color: #4e5d78;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }

  .single-option.line-divider {
    padding-right: 0;
    padding-bottom: 16px;
    padding-left: 0;
    border-bottom: 1px solid #e2e2e2;
    border-right-width: 0;
  }

  .grid-opties {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-table {
    overflow: hidden;
    padding: 32px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .grid-3 {
    width: 1000px;
  }

  .single-row {
    width: 1000px;
  }

  .icon-button {
    box-shadow: 0 1px 1px 0 rgba(10, 22, 70, 0.1), 0 0 1px 0 rgba(10, 22, 70, 0.06);
  }

  .icon-button.mobile-hide {
    display: none;
  }

  .form {
    display: -ms-grid;
    display: grid;
    -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;
    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;
  }

  .wrapper-fields-admin {
    margin-right: 0;
  }

  .order-card {
    padding: 32px;
  }

        .footer {
        padding-right: 20px;
        padding-left: 20px;
    }

    .footer-flex-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .div-block-3 {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .div-block-4 {
        margin-top: 32px;
    }
}

@media screen and (max-width: 767px) {
  .login-wrapper {
    width: 100%;
    padding-right: 32px;
    padding-left: 32px;
  }

  .faq-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-2 {
    padding-bottom: 64px;
  }

  .card.extra-padding {
    padding-top: 16px;
  }

  .card-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-preview {
    width: 100%;
    height: 400px;
    min-height: auto;
    min-width: auto;
  }

  .div-block-2 {
    margin-top: 32px;
  }

  .step-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid-info {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .single-option.line-divider {
    padding-bottom: 32px;
  }

  .slider {
    width: 100%;
    height: 500px;
    min-height: auto;
    min-width: auto;
  }

  .slide {
    background-position: 50% 50%;
  }

  .info-link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .card-table.extra-padding {
    padding-top: 16px;
  }

  .table-wrapper {
    padding-bottom: 64px;
  }

  .wrapper-fields-admin {
    min-width: 100%;
  }

  .header-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-right {
    margin-top: 24px;
  }

  .order-card {
    padding-top: 0;
  }

  .order-card.extra-padding {
    padding-top: 16px;
  }

        .footer {
        padding: 40px 0;
    }

    .footer-image {
        -o-object-fit: contain;
        object-fit: contain;
    }
}

@media screen and (max-width: 479px) {
  .login-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }

  .login-card {
    padding-right: 16px;
    padding-left: 16px;
  }

  .heading1-centered {
    font-size: 20px;
    line-height: 30px;
  }

  .custom-container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .navbar-app {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sec-button-right-icon {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .sec-button-right-icon.mt-8 {
    margin-top: 8px;
  }

  .faq-heading {
    font-size: 24px;
  }

  .section-2 {
    margin-top: -190px;
  }

  .card {
    padding: 16px;
  }

  .card.extra-padding {
    padding-bottom: 16px;
  }

  .image-preview {
    height: 240px;
  }

  .button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .primary-button {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .div-block-2 {
    margin-bottom: 16px;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .mobile-dropdown {
    width: 100%;
    margin-top: 16px;
  }

  .dropdown-toggle {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .dropdown-toggle.w--open {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .single-option {
    padding-right: 0;
    padding-left: 0;
  }

  .slider {
    height: 350px;
  }

  .card-table {
    padding: 16px;
  }

  .card-table.extra-padding {
    padding-bottom: 16px;
  }

    .footer {
        padding-right: 0;
        padding-left: 0;
        text-align: left;
    }

    .footer-flex-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-logo-link {
        height: 60px;
    }

    .footer-heading {
        margin-top: 20px;
    }

    .div-block-3 {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .div-block-4 {
        margin-top: 16px;
    }

  .icon-button {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .icon-button.mt-8 {
    margin-top: 8px;
  }

  .form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .header-left {
    -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;
  }

  .order-info {
    margin-left: 0;
  }

  .order-card {
    padding: 0 16px 16px;
  }

  .order-card.extra-padding {
    padding-bottom: 16px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-b12734725b8d-a57611fb {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d0b28e351167-a57611fb {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-9dc14aaedfd9-a57611fb {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff'), url('../fonts/Inter-ExtraBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraBoldItalic.woff') format('woff'), url('../fonts/Inter-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
