/* 1050 small screen
 * 768 tablet 
 */

.sb-hero-section-form-container .form-card form.hs-form fieldset.form-columns-0 {
  order: 1;
  display: flex;
}
.sb-hero-section-form-container .form-card form.hs-form fieldset .hs-richtext {
  display: block !important;
  margin-top: 0;
  margin-bottom: 0;
}
.sb-hero-section-form-container .form-card form.hs-form fieldset .hs-richtext p {
  margin-bottom: 0 !important;
}

.exclusiveBox {
  display: inline-block;
  position: relative;
  padding: 16px 16px 10px;
  min-width: 180px;
  width: auto !important;
  text-align: center;
  border: 1px solid #959595;
  border-radius: 6px;
  margin: 8px 0px 16px;
  max-width: 250px;
}
.exclusiveBox span {
  position: absolute;
  top: -9px;
  left: 16px;
  color: #457cfe;
  background-color: #f8f8fc;
  display: block;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  padding: 4px;
}
.exclusiveBox img {
  width: 100%;
}
.formHeadingBox {
  text-align: center;
  max-width: 480px;
  margin: 0 auto 16px;
}

.sb-hero-section strong,
.sb-hero-section blockquote {
  color: #57586e;
}

.sb-section-hero .hs-error-msg:before {
  margin-top: 6px;
}

.iti__selected-flag {
    padding: 0 6px 0 17px;
}

.social-proof-person-name,
.social-proof-person-title {
  margin: 0 !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.sb-hero-section-logo {
  position: relative;
  margin: 20px auto;
  max-width: 1200px;
  margin-bottom: 0px;
  margin-top: 20px;
  padding: 0 0px;
  width: 100%;
  z-index: 1;
}

.sb-hero-section p {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.sb-hero-section-container {
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
  max-width: 1210px;
  margin: 10px auto;
  z-index: 1;
}

.sb-hero-section-copy {
  max-width: 50%;
  padding: 32px 20px 48px;
  width: 100%;
  position: relative;
}
.sb-hero-section-copy:not(.display-small)::after {
  content: "";
  background: url(https://product.shipbob.com/hubfs/2024%20ShipBop%20Template%20Files/4001R%20assets/arrow.svg);
  bottom: 20px;
  height: 58.5px;
  position: absolute;
  right: 40px;
  width: 114px;
  transform: rotate(25deg);
}

.sb-hero-section-copy h1 {
  font-size: 48px;
  line-height: 52px;
  margin-block-start: 0;
  margin-block-end: 0.50em;
}

.sb-hero-section-form-container {
  width: 50%;
  padding: 48px 20px;
  position: relative;
}
.sb-hero-section {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F8F8FC;
  min-height: 760px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  font-family: Neurial Grotesk,Roboto,system,-apple-system,BlinkMacSystemFont,\.SFNSDisplay-Regular,Helvetica Neue,Helvetica,Arial,sans-serif;
}

.sb-hero-section-image {
  height: 100%;
  object-fit: cover;
  position: absolute;
  right: 0;
  width: 40%;
  z-index: 0;
}
.sb-hero-section-copy ul {
  list-style: none;
  padding-left: 30px;
}


 .sb-hero-section-copy li {
   font-size: 20px;
   font-weight: 200;
   line-height: 150%;
   margin: 10px 0;
   position: relative;
}

.sb-hero-section-copy li *:not(a) {
  color: #57586e;
}

 .sb-hero-section-copy li:before {
   content: "";
   display: block;
   width: 18px;
   height: 18px;
   background: url('https://www.shipbob.com/wp-content/themes/shipbob-2022/resources/svg/check.svg') no-repeat center;
   filter: hue-rotate(197deg) brightness(0.7) saturate(2);
   background-size: contain;
   border-radius: 50%;
   position: absolute;
   top: 4px;
   left: -30px;
}

.form-title {
  text-align: center ;
  margin-bottom: 0px !important;
}
.formHeadingBox .form-content {
  margin: 0 !important;
  font-size: 14px;
  line-height: 20px;
}

.form-card {
  background-color: white;
  padding: 30px 10px;
}

.form-note {
  text-align: center !important;
  font-size: 14px !important;
}

.display-large {
  display: block;
}
  
.display-small {
  display: none;
}

.social-proof {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
  border-left: solid 1px var(--primary);
}

.social-proof blockquote {
  padding: 0 0 10px 0;
  margin: 0;
  width: 100%;
}

.social-proof-person-picture {
  border-radius: 100%;
  width: 48px;
  height: 48px;
}

.social-proof-person {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.social-proof-person-name {
  color: var(--primary);
  font-size: 14px;
  line-height: 20px;
}

.social-proof-person-info {
  padding-left: 16px;
}

fieldset {
    display: block;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-block-start: 0;
    padding-inline-start: 0
    padding-inline-end: 0;
    padding-block-end: 0;
    min-inline-size: min-content;
    border-width: 0;
    border-style: none;
    border-color: trasnparent;
    border-image: initial;
}

@media screen and (max-width: 1050px) {
  .sb-hero-section-copy:not(.display-small)::after {
    bottom: 40px;
    right: -40px;
    transform: rotate(25deg) scaleY(-1);
  }
  .display-large {
    display: none;
  }
  
  .display-small {
    display: block;
  }
  
  .sb-hero-section-copy h1 {
    width: 100%;
  }
  
  .sb-hero-section {
    align-items: flex-start;
  }

  .sb-hero-section:before {
    content: "";
    background: linear-gradient(90deg, rgb(255, 255, 255), 90%, rgba(255, 255, 255, 0));
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
  }
  
  .sb-hero-section {
    width: 100%;
  }
  
  .sb-hero-section-copy {
    max-width: 460px;
    margin: 30px 50px;
  }
  
  .display-small.sb-hero-section-copy {
    max-width: 100%;
    max-width: calc(100% - 100px);
    margin: 40px;
  }
    
  .sb-hero-section-image {
    height: 40%;
    width: 90%;
  }
  
  .sb-hero-section-form-container {
     max-width: 100%;
     width: 100%;
     display: flex;
     flex-direction: column;
     align-items: center;
     padding-top: 0;
     margin-bottom: 10px;
  }
  
  .sb-hero-section-container {
    max-width: 100%;
    display: grid;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  
  .form-card {
    max-width: calc(100% - 100px);
  }
  
  .sb-hero-section-logo {
    width: 90%;
    z-index: 2;
    margin: 20 auto;
    position: relative;
  }
  
  .sb-hero-section-form-container::after {
    top: -25px;
    right: 60px;
    left: unset;
    transform: rotate(180deg);
  }
}

@media screen and (max-width: 768px) {
  .sb-hero-section-copy h1 {
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 31px;
  }
  
  .sb-hero-section:before {
    background: linear-gradient(90deg, rgb(255, 255, 255), 86%, rgba(255, 255, 255, 0));
  }
  
  .sb-hero-section-copy:not(.display-small) {
    max-width: 500px;
    margin: 0;
    padding: 0 24px 80px;
  }
  .display-small.sb-hero-section-copy {
    margin: 0;
    padding-bottom: 0;
  }
  
  .sb-hero-section-container {
    align-items: flex-start;
  }
  
  .sb-hero-section-form-container::after {
    top: -40px;
    right: 0px;
    transform: scale(0.8) rotate(180deg);
  }
  
  .sb-hero-section-form-container {
    max-width: 100%;
    margin: 0;
  }
  
  .sb-hero-section-logo {
    padding: 5px 0px;
    width: 100%;
  }
  
  .form-card {
    max-width: calc(100%);
  }
  
  .display-small.sb-hero-section-copy {
    max-width: calc(100%);
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 444px) {
  .sb-hero-section-copy:not(.display-small)::after {
    display: none;
  }
  .sb-hero-section-logo {
    padding: 10px 0px;
  }
  
  .sb-hero-section-copy h1 {
    width: 100%;
  }
  
  .sb-hero-section-copy:not(.display-small) {
    margin: 24px 0;
    padding: 0 16px;
  }
  
  .sb-hero-section-form-container {
    max-width: 100%;
    padding: 0 16px;
  }
  
  .form-card {
    max-width: unset;
    padding: 20px 0;
  }
  
  .form-title {
    font-size: 28px !important;
  }
  
  .sb-hero-section-container > *:not(.sb-hero-section-form-container) {
    width: 100%;
  }
  
  .sb-hero-section-copy,
  .sb-hero-section-copy > div {
    width: 100%;
  }
  
  .sb-hero-section-copy {
    margin-bottom: 0;
  }
  
  .sb-hero-section:before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1), 70%, rgba(255, 255, 255, 0.8));
  }
  
  .sb-hero-section-image {
    height: 70vh;
    width: 100%;
  }
  
  .display-small.sb-hero-section-copy {
    margin: 0;
    padding: 16px;
    max-width: 100%;
  }
}

input[disabled] {
  -webkit-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
  opacity: 0.6;
}