.distancer-wrapper {
  display: contents;
}
 
.distancer-distancer {
  flex: 1;
  width: 200px;
  height: 100px;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
}
 

 

 

 

 

 

 

 


.footer4-wrapper {
  display: contents;
}
 
.footer4-footer7 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.footer4-max-width {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.footer4-credits {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.footer4-row {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: space-between;
}
 
.footer4-container {
  display: flex;
  align-items: flex-start;
}
 
.footer4-footer-links {
  gap: 24px;
  display: flex;
  align-items: flex-start;
}
 
.footer4-text2 {
  fill: var(--dl-color-theme-neutral-dark);
  color: var(--dl-color-theme-neutral-dark);
}
 
.footer4-text6 {
  text-decoration: none;
}
 
.footer4root-class-name {
  left: 0px;
  bottom: 0px;
  position: static;
  align-self: center;
}
 
.footer4root-class-name1 {
  left: 0px;
  bottom: 0px;
  position: static;
  align-self: center;
}
 
.footer4root-class-name2 {
  left: 0px;
  bottom: 0px;
  position: static;
  align-self: center;
}
 
.footer4root-class-name3 {
  left: 0px;
  bottom: 0px;
  position: static;
  align-self: center;
}
 
.footer4root-class-name4 {
  left: 0px;
  bottom: 0px;
  position: static;
  align-self: center;
}
 
.footer4root-class-name5 {
  left: 0px;
  bottom: 0px;
  position: static;
  align-self: center;
}
 
@media(max-width: 767px) {
  .footer4-row {
    gap: var(--dl-layout-space-oneandhalfunits);
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
 
@media(max-width: 479px) {
  .footer4-max-width {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .footer4-footer-links {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}

.edit-and-verify-container10 {
  gap: var(--dl-layout-space-twounits);
  flex: 1;
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-fourunits);
  background-color: #f9f9f9;
}
 
.edit-and-verify-navbar-interactive {
  width: 100%;
  height: 20%;
  display: flex;
  padding: var(--dl-layout-space-twounits);
  box-shadow: 0px 5px 10px 0px #d4d4d4;
  align-items: center;
  background-color: #ffffff;
}
 
.edit-and-verify-desktop-menu {
  flex: 1;
  justify-content: space-between;
}
 
.edit-and-verify-container11 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.edit-and-verify-text10 {
  font-size: 32px;
  font-weight: bold;
}
 
.edit-and-verify-burger-menu {
  display: flex;
}
 
.edit-and-verify-icon10 {
  width: 24px;
  height: 24px;
}
 
.edit-and-verify-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: flex;
  padding: 32px;
  z-index: 100;
  position: absolute;
  transform: translateX(-100%);
  transition: 0.5s;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}
 
.edit-and-verify-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.edit-and-verify-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-threeunits);
  justify-content: space-between;
}
 
.edit-and-verify-logo {
  height: 2rem;
}
 
.edit-and-verify-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.edit-and-verify-icon12 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.edit-and-verify-links {
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
 
.edit-and-verify-text13 {
  margin-bottom: var(--dl-layout-space-unit);
}
 
.edit-and-verify-text14 {
  margin-bottom: var(--dl-layout-space-unit);
}
 
.edit-and-verify-text15 {
  margin-bottom: var(--dl-layout-space-unit);
}
 
.edit-and-verify-text16 {
  margin-bottom: var(--dl-layout-space-unit);
}
 
.edit-and-verify-text17 {
  margin-bottom: var(--dl-layout-space-unit);
}
 
.edit-and-verify-buttons {
  display: flex;
  margin-top: var(--dl-layout-space-unit);
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.edit-and-verify-login {
  margin-right: var(--dl-layout-space-twounits);
}
 
.edit-and-verify-icon14 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
  margin-right: var(--dl-layout-space-twounits);
}
 
.edit-and-verify-icon16 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
  margin-right: var(--dl-layout-space-twounits);
}
 
.edit-and-verify-icon18 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.edit-and-verify-price-info-edit {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  width: 90%;
  display: flex;
  padding: var(--dl-layout-space-oneandhalfunits);
  max-width: var(--dl-layout-size-maxwidth);
  box-shadow: 0px 5px 5px 0px #d4d4d4;
  transition: 0.3s;
  align-items: flex-start;
  border-radius: var(--dl-layout-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
  background-color: #ffffff;
}
 
.edit-and-verify-price-info-edit:hover {
  background-color: var(--dl-color-theme-neutral-light);
}
 
.edit-and-verify-container12 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.edit-and-verify-go-back-icon1 {
  width: var(--dl-layout-size-small);
  height: var(--dl-layout-size-small);
  padding: var(--dl-layout-space-halfunit);
}
 
.edit-and-verify-icon21 {
  fill: #FFC26F;
  width: 24px;
  height: 24px;
}
 
.edit-and-verify-tracking-id-text {
  font-size: 10px;
}
 
.edit-and-verify-current-price-number1 {
  font-weight: bold;
}
 
.edit-and-verify-icon23 {
  fill: #FFC26F;
  width: 24px;
  height: 24px;
}
 
.edit-and-verify-icon25 {
  fill: #FFC26F;
  width: 24px;
  height: 24px;
}
 
.edit-and-verify-container20 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.edit-and-verify-container23 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.edit-and-verify-icon27 {
  fill: var(--dl-color-theme-primary2);
  width: 24px;
  height: 24px;
}
 
.edit-and-verify-icon29 {
  fill: #22af3e;
  width: 24px;
  height: 24px;
}
 
.edit-and-verify-icon31 {
  fill: var(--dl-color-theme-primary2);
  width: 24px;
  height: 24px;
}
 
.edit-and-verify-icon33 {
  fill: #22af3e;
  width: 24px;
  height: 24px;
}
 
.edit-and-verify-container29 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.edit-and-verify-icon35 {
  fill: var(--dl-color-theme-primary1);
  width: 24px;
  height: 24px;
}
 
.edit-and-verify-text35 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
}
 
.edit-and-verify-error-text1 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
}
 
.edit-and-verify-save-changes-button {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  align-self: center;
  border-color: #96B6C5;
  border-width: 0px;
  background-color: #6096B4;
}
 
.edit-and-verify-price-info-add-automatic-and-verify {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  width: 90%;
  display: flex;
  padding: var(--dl-layout-space-oneandhalfunits);
  max-width: var(--dl-layout-size-maxwidth);
  box-shadow: 0px 5px 5px 0px #d4d4d4;
  transition: 0.3s;
  align-items: flex-start;
  border-radius: var(--dl-layout-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
  background-color: #ffffff;
}
 
.edit-and-verify-price-info-add-automatic-and-verify:hover {
  background-color: var(--dl-color-theme-neutral-light);
}
 
.edit-and-verify-container30 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.edit-and-verify-go-back-icon2 {
  width: var(--dl-layout-size-small);
  height: var(--dl-layout-size-small);
  padding: var(--dl-layout-space-halfunit);
}
 
.edit-and-verify-icon38 {
  fill: #FFC26F;
  width: 24px;
  height: 24px;
}
 
.edit-and-verify-current-price-number2 {
  font-weight: bold;
}
 
.edit-and-verify-icon40 {
  fill: #FFC26F;
  width: 24px;
  height: 24px;
}
 
.edit-and-verify-icon42 {
  fill: #FFC26F;
  width: 24px;
  height: 24px;
}
 
.edit-and-verify-container36 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.edit-and-verify-container39 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.edit-and-verify-icon44 {
  fill: var(--dl-color-theme-primary2);
  width: 24px;
  height: 24px;
}
 
.edit-and-verify-icon46 {
  fill: #22af3e;
  width: 24px;
  height: 24px;
}
 
.edit-and-verify-icon48 {
  fill: var(--dl-color-theme-primary2);
  width: 24px;
  height: 24px;
}
 
.edit-and-verify-icon50 {
  fill: #22af3e;
  width: 24px;
  height: 24px;
}
 
.edit-and-verify-text50 {
  color: rgb(174, 194, 182);
}
 
.edit-and-verify-container44 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.edit-and-verify-icon52 {
  fill: var(--dl-color-theme-primary1);
  width: 24px;
  height: 24px;
}
 
.edit-and-verify-text51 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
}
 
.edit-and-verify-error-text2 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
}
 
.edit-and-verify-create-tracking-button {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  align-self: center;
  border-width: 0px;
  background-color: rgb(121, 172, 120);
}
 
@media(max-width: 1920px) {
  .edit-and-verify-desktop-menu {
    display: none;
  }
  .edit-and-verify-burger-menu {
    display: flex;
  }
}
 
@media(max-width: 991px) {
  .edit-and-verify-price-info-edit {
    align-items: center;
    justify-content: center;
  }
  .edit-and-verify-price-info-add-automatic-and-verify {
    align-items: center;
    justify-content: center;
  }
}
 
@media(max-width: 767px) {
  .edit-and-verify-navbar-interactive {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .edit-and-verify-burger-menu {
    align-items: center;
    justify-content: center;
  }
  .edit-and-verify-text13 {
    margin-bottom: var(--dl-layout-space-unit);
  }
  .edit-and-verify-text14 {
    margin-left: 0;
    margin-bottom: var(--dl-layout-space-unit);
  }
  .edit-and-verify-text15 {
    margin-left: 0;
    margin-bottom: var(--dl-layout-space-unit);
  }
  .edit-and-verify-text16 {
    margin-left: 0;
    margin-bottom: var(--dl-layout-space-unit);
  }
  .edit-and-verify-text17 {
    margin-left: 0;
    margin-bottom: var(--dl-layout-space-unit);
  }
}
 
@media(max-width: 479px) {
  .edit-and-verify-container10 {
    padding-bottom: var(--dl-layout-space-sixunits);
  }
  .edit-and-verify-navbar-interactive {
    padding: var(--dl-layout-space-unit);
  }
  .edit-and-verify-mobile-menu {
    padding: 16px;
  }
  .edit-and-verify-container20 {
    flex-direction: column;
  }
  .edit-and-verify-container36 {
    flex-direction: column;
  }
}
