*, *:before, *:after {
   box-sizing: border-box;
}
.home-page-banner h1 {
   word-break: initial !important;
   position: relative;
   z-index: 1;
}
.custom-website .span4 img.hs-image-widget {
   margin-top: 20px;
}
p.blog-header__subtitle {
   text-align: left;
}
.privacy-page {
   background-color: #fbfcfc;
}
.privacy-section1 {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
   padding-top: 0px;
   -webkit-box-flex: 0;
   -webkit-flex: 0 auto;
   -ms-flex: 0 auto;
   flex: 0 auto;
}
.privacy-left-sec h1{
   max-width: none;
   margin-top: 20px;
   margin-bottom: 10px;
   font-family: Montserrat, sans-serif;
   color: #01060b;
   font-weight: 700;
   text-align: left;
   word-break: normal;
}
.privacy-right-sec a{
   font-size: 18px;
}
.careers-inner-section1 {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   padding-bottom: 100px;
}
.careers-inner-left-sec {
   width: 60%;
   padding-right: 60px;
}
.careers-inner-right-sec {
   -webkit-box-flex: 1;
   -webkit-flex: 1;
   -ms-flex: 1;
   flex: 1;
}
.careers-inner-left-sec .hs_cos_wrapper_type_rich_text{
   margin-bottom: 40px;
   padding-top: 30px;
   display:block;
}
.careers-inner-left-sec h4{
   font-family: Montserrat, sans-serif;
}
.careers-inner-left-sec h3{
   line-height: 38px;
}
.careers-inner-left-sec ul {
   margin-top: 10px;
   margin-bottom: 10px;
   padding-left: 44px;
   font-size: 16px;
   line-height: 26px; 
   overflow: hidden;
}
.careers-inner-right-sec .widget-type-form{
   background-color: transparent;
   padding: 90px 0 0;
   margin: 0;
   border-radius: 0;
   max-width: 100%;
}
.careers-inner-page {
   background-color: #fbfcfc;
}
.careers-inner-right-sec form{
   padding-top:6px;
}
.careers-inner-right-sec .hs-form-field > label {
   display: none;
}
.careers-inner-right-sec ::-webkit-input-placeholder{
   color: #999;
}
.careers-inner-right-sec form textarea{
   padding-top: 20px;
   padding-bottom: 60px;
}
.careers-inner-right-sec .hs-message .input {
   line-height: 0;
}
.careers-inner-right-sec form .hs-richtext,
.careers-inner-right-sec form .hs-richtext p{
   margin:0;
}
.careers-inner-right-sec form .hs-richtext p {
   font-family: Montserrat, sans-serif;
   color: #01060b;
   font-size: 14px;
   font-style: normal;
}
.careers-inner-right-sec form .hs-richtext p a{
   font-size: 16px;
}
.body-container-wrapper.industries-page {
   padding: 0;
}
.industries-section2 .hs_cos_wrapper_type_rich_text {
   width: 65%;
   max-width: 700px;
   display: block;
   padding: 0 0 100px;
}
.industries-section2 .hs_cos_wrapper_type_rich_text ul {
   margin-top: 30px;
}
.industries-section2 {
   position: relative;
   padding: 0 6% 60px;
   overflow: hidden; 
}
.absolute-circle-pink {
   position: absolute;
   left: -6%;
   top: auto;
   right: auto;
   bottom: -12%;
   z-index: 1;
   width: 350px;
   height: 350px;
   border-radius: 50%;
   background-color: rgba(246, 61, 149, 0.1);
}
.absolute-circle-pink.about-v2 {
   left: auto;
   top: 0%;
   right: -8%;
   bottom: auto;
   background-color: rgba(69, 181, 231, 0.3);
}
.absolute-circle-blue {
   position: absolute;
   left: auto;
   top: 34%;
   right: 18%;
   bottom: 0%;
   width: 200px;
   height: 200px;
   border-radius: 50%;
   background-color: rgba(7, 198, 255, 0.18);
}
.absolute-circle-blue.about-v2 {
   left: -5%;
   top: 9%;
   right: auto;
   bottom: auto;
   background-color: rgba(247, 203, 60, 0.3);
}
.absolute-circle-purple {
   position: absolute;
   left: auto;
   top: 11%;
   right: -7%;
   bottom: auto;
   overflow: hidden;
   width: 300px;
   height: 300px;
   border-radius: 50%;
   background-color: rgba(108, 73, 235, 0.2);
}
.absolute-circle-purple.about-v2 {
   top: 25%;
   right: 22%;
   width: 150px;
   height: 150px;
   background-color: rgba(191, 49, 119, 0.3);
}
.industries-section3 {
   padding: 0 6% 60px;
}
.grocery-convenience .department-store h1 {
   padding-bottom: 0;
}
.grocery-convenience .department-store .item-wrapper {
   padding: 0;
   grid-row-gap: 16px;
   grid-column-gap: 16px;
}
.grocery-convenience .image-with-form .content-wrapper {
   padding: 0;
}
.grocery-convenience .industries-section3 {
   padding-bottom: 50px;
}
.body-container-wrapper.solutions-page {
   padding:0;
}
.solutions-page .image-with-form {
   padding-top: 185px;
   padding-bottom:140px;
}
.body-container-wrapper.retail-fulfillment-logistics-page {
   padding: 0;
}
.retail-fulfillment-logistics-page .solutions-page-banner .right-side {
   height: 550px;
   background-size: cover;
   background-attachment: scroll;
}
.retail-fulfillment-logistics-page .solutions-page-banner {
   position: relative;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   height: 100vh;
   max-height: 800px;
   padding-top: 0px;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
}
.retail-fulfillment-logistics-page .solutions-page-banner .content-wrapper{
   align-items: center;
}
.retail-fulfillment-logistics-page .image-with-form {
   padding-top: 185px;
   padding-bottom:140px;
}
.body-container-wrapper.meet-the-team-page {
   padding: 0;
}
.meet-the-team-page .solutions-page-banner .right-side {
   height: 550px;
   background-size: cover;
   background-attachment: scroll;
}
.meet-the-team-page .solutions-page-banner {
   position: relative;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   height: 100vh;
   max-height: 800px;
   padding-top: 0px;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
}
.meet-the-team-page .solutions-page-banner .content-wrapper{
   align-items: center;
}
.body-container-wrapper.home-page,
.body-container-wrapper.careers-page {
   padding: 0;
}
.body-container-wrapper.contact-us-page {
   padding: 0;
   background-color:#fff;
}
.home-page .department-store h1 {
   font-size: 42px;
   padding:0;
   margin:0;
}
.home-section3 {
/*    padding: 0 6% 60px; */
}
.home-section3 .department-store .item-wrapper {
   grid-row-gap: 16px;
   grid-column-gap: 16px;  
   padding-top: 32px;
   padding-bottom: 0;
}
.home-page .slider-wrapper .slider-title h2 {
   border-top: 3px solid #000;
   margin-top: 0;
   line-height: 38px;
   margin-bottom: 40px;
}
.home-page .slider-wrapper .logo-item-wrapp.ro-5 .item.sitem-5{
   display:flex;
}
.home-page .slider-wrapper {
   padding-right: 0;
   padding-left: 0;
   padding-bottom: 55px;
}
.home-page .image-with-form {
/*    padding: 100px 0; */
}
.home-page .image-with-form .content-wrapper {
   padding: 0;
   max-width: 940px;
}
.home-page .image-with-form .content-wrapper-inner {
   position: relative;
   left: 0;
   top: 0;
   padding: 0;
   border-radius: 0;
}
.home-page .image-with-form .image-with-form-inner img {
   width: 100%;
   position: static;
   max-width: 100%!important;
   min-width: 300px;
   padding-right: 10px;
}
.grocery-convenience.industries-page .industries-banner .industries-banner-image{
   right: 29px;
}
.diffrent-bg .cm-position {
   background-color: transparent;
   border-color: transparent;
}
.scroll-header.diffrent-bg .cm-position {
   border-color: rgba(173, 189, 208, 0.1);
   will-change: background;
   background-color: rgb(251, 252, 252);
}
.retail-fulfillment-logistics-page .featured-content .item.left-position.no-of-item2 .absolute-circle-yellow-copy.about-v2-copy {
   background-color: rgba(247,203,60,0.5);
}
.industries-page .industries-section2 .absolute-circle-purple.about-v2{
   top: 24.8%;
}


@media screen and (min-width: 1921px){
   .meet-the-team-page .solutions-page-banner .right-side {
      background-position: 50%;
   }
   .meet-the-team-page .members-wrapper .members.no-of-5 {
      background-position: 50% 0%;
   }
   .retail-fulfillment-logistics-page .solutions-page-banner .right-side{
      background-position: 50%;
   }
}

@media screen and (min-width: 992px){
   .fashion-luxury.industries-page .image-with-form {
      padding-top: 185px;
      padding-bottom: 140px;
   }
}



@media screen and (max-width: 991px){
   .careers-inner-section1 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-bottom: 60px;
   }
   .careers-inner-left-sec {
      width: 100%;
      padding-right: 0;
   }
   .careers-inner-right-sec .widget-type-form {
      padding: 20px 0 0;
   }
   .industries-section2 {
      padding: 0 5% 50px;
      margin-top: 150px;
   }
   .industries-section2 .hs_cos_wrapper_type_rich_text {
      width: 100%;
      max-width: 100%;
      display: block;
      padding: 100px 0 100px;
   }
   .absolute-circle-blue.about-v2 {
      left: -5%;
      top: 9%;
      right: auto;
      bottom: auto;
      background-color: rgba(247, 203, 60, 0.3);
   }
   .absolute-circle-pink.about-v2 {
      top: 65%;
      z-index: auto;
      width: 250px;
      height: 250px;
   }
   .absolute-circle-purple.about-v2 {
      top: 17%;
   }
   .industries-section3 {
      padding: 0 5% 60px;
   }
   .fashion-luxury.industries-page .industries-banner .department-image {
      left: 95px;
   }
   .fashion-luxury .industries-section1 {
      overflow: hidden;
   }
   .fashion-luxury .image-with-form .image-with-form-inner {
      grid-row-gap: 16px;
      grid-column-gap: 16px;
   }
   .fashion-luxury .image-with-form .content-wrapper-inner {
      left: -10px;
   }
   .grocery-convenience .item-wrapper.three-col {
      width: 100%;
      -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
      -ms-grid-rows: auto;
      grid-template-rows: auto;
   }
   .grocery-convenience .image-with-form .content-wrapper-inner {
      left: -10px;
   }
   .grocery-convenience .image-with-form .image-with-form-inner {
      grid-row-gap: 16px;
      grid-column-gap: 16px;
   }
   .solutions-page .image-with-form {
      padding-top: 60px;
      padding-bottom: 55px;
   }
   .solutions-page .image-with-form .content-wrapper-inner {
      left: -10px;
   }
   .solutions-page .industri-form {
      margin-top: 16px;
   }
   .retail-fulfillment-logistics-page .solutions-page-banner .right-side {
      height: 450px;
      background-size: cover;
      background-attachment: scroll;
   }
   .retail-fulfillment-logistics-page .solutions-page-banner {
      height: auto;
      max-height: unset;
      padding-top: 70px;
   }
   .retail-fulfillment-logistics-page .solutions-page-banner .content-wrapper {
      align-items: unset;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
   }
   .retail-fulfillment-logistics-page .image-with-form {
      padding-top: 0;
      padding-bottom: 76px;
   }
   .retail-fulfillment-logistics-page .image-with-form .content-wrapper-inner {
      padding: 40px 48px 70px;
      left: 0;
      top: 0;
   }
   .retail-fulfillment-logistics-page .image-with-form .content-wrapper {
      padding: 0;
      margin-top: 20px;
      position: relative;
      right: 10px;
   }
   .retail-fulfillment-logistics-page .image-with-form .image-with-form-inner {
      grid-row-gap: 16px;
      grid-column-gap: 16px;
   }
   .meet-the-team-page .solutions-page-banner .right-side {
      height: 450px;
      background-size: cover;
      background-attachment: scroll;
   }
   .meet-the-team-page .solutions-page-banner {
      height: auto;
      padding-top: 70px;
   }
   .meet-the-team-page .team-header.team {
      height: auto;
   }
   .home-section3 {
      padding: 0 5% 55px;
   }
   .home-page .department-store h1 {
      font-size: 40px;
      padding: 0;
      margin: 0;
   }
   .home-section3 .department-store .item-wrapper {
      -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
      padding-top: 36px;
   }
   .home-page .image-with-form .image-with-form-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
   }
   .home-page .image-with-form .content-wrapper {
      max-width: 728px;
      width:100%;
   }
   .home-page .image-with-form .image-with-form-inner img {
      position: static;
      max-width: 100%!important;
      min-width: 300px;
      padding-right: 0;
      width: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: 50% 50%;
      object-position: 50% 50%;
      margin-right: 40px;
   }
   .grocery-convenience.industries-page .industries-banner .industries-banner-image {
      right: 0;
   }

}


@media screen and (max-width: 767px){
   .privacy-left-sec h1 {
      text-align:center;
      margin-top: 10px;
   }
   .privacy-right-sec h4 {
      font-size: 18px;
      text-align: center;
      margin-bottom: 0;
   }
   p {
      font-size: 16px;
      text-align: center;
   }
   .careers-inner-left-sec h3 {
      line-height: 38px;
      text-align: center;
   }
   .careers-inner-left-sec h4 {
      text-align: center;
      margin-bottom:0;
   }
   .body-container-wrapper .careers-inner-left-sec a {
      font-weight: 700;
      font-size: 18px;
      font-weight: 700;
   }
   .section.career-section {
      padding-bottom: 85px;
   }
   .careers-inner-section1 {
      padding-bottom: 75px;
   } 
   .industries-section2 {
      padding: 0 4% 60px;
      margin-top: 180px;
   }
   .industries-section2 .hs_cos_wrapper_type_rich_text p {
      line-height: 30px;
   }
   .absolute-circle-pink.about-v2 {
      top: 50%;
      z-index: auto;
   }
   .absolute-circle-blue.about-v2 {
      left: auto;
      top: 10%;
      right: -13%;
      bottom: auto;
   }
   .absolute-circle-purple.about-v2 {
      top: 6%;
      right: auto;
      bottom: auto;
      left: -8%;
   }
   .industries-section2 .hs_cos_wrapper_type_rich_text ul {
      margin-top: 30px;
      padding-left: 30px;
      line-height: 26px;
   }
   .industries-section2 .hs_cos_wrapper_type_rich_text li p {
      text-align: left;  
      line-height: 28px;
   }
   .industries-section2 .hs_cos_wrapper_type_rich_text {
      padding: 0;
   }
   .industries-section2 .hs_cos_wrapper_type_rich_text ul + p {
      line-height: 28px;
   }
   .industries-section2 {
      padding: 0 4% 50px;
   }
   .industries-section2 .hs_cos_wrapper_type_rich_text {
      padding: 0 0 100px;
   }
   .department-store h1 {
      line-height: 55px;
      padding-bottom: 0;
   }
   .industries-section3 {
      padding: 0 4% 40px;
   }
   .industries-section4 {
      position: relative;
      overflow: hidden;
   }
   .fashion-luxury.industries-page .industries-banner .department-image {
      left: 0;
   }
   .fashion-luxury .image-with-form .content-wrapper-inner {
      left: -12px;
   }
   .fashion-luxury .image-with-form .image-with-form-inner {
      grid-row-gap: 0;
      grid-column-gap: 0;
   }
   .grocery-convenience .department-store .item-wrapper {
      width: 100%;
      -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
      -ms-grid-rows: auto;
      grid-template-rows: auto;
      display: -ms-grid;
      display: grid;
      grid-row-gap: 16px;
      grid-column-gap: 16px;
   }
   .grocery-convenience .department-store .item {
      padding: 14px 0;
   }
   .grocery-convenience .image-with-form .content-wrapper-inner {
      left: -14px;
      padding-bottom: 66px;
   }
   .grocery-convenience .industries-section3 {
      padding-bottom: 38px;
   }
   .grocery-convenience .image-with-form .image-with-form-inner {
      grid-row-gap: 0;
      grid-column-gap: 0;
   }
   .solutions-page .image-with-form {
      padding-top: 0;
      padding-bottom: 55px;
   }
   .solutions-page .image-with-form .content-wrapper {
      margin-top: 25px;
   }
   .solutions-page .image-with-form {
      padding-top: 0;
      padding-bottom: 39px;
   }
   .solutions-page .image-with-form .content-wrapper-inner {
      left: -14px;
      top: -6px;
   }
   .solutions-page .industri-form {
      margin-top: 0;
   }
   .retail-fulfillment-logistics-page .solutions-page-banner .content-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
   }
   .retail-fulfillment-logistics-page .solutions-page-banner .right-side {
      height: 300px;
      background-size: cover;
      background-attachment: scroll;
   }
   .retail-fulfillment-logistics-page .logistics-header.team{
      padding-top: 57px;
   }
   .retail-fulfillment-logistics-page .image-with-form .content-wrapper-inner {
      padding: 0 48px 50px;
      left: 0;
      top: 0;
   }
   .retail-fulfillment-logistics-page .image-with-form .industri-form h3 {
      font-size: 32px;
      text-align: center;
      line-height: 40px;
      margin-top: 20px;
   }
   .retail-fulfillment-logistics-page .image-with-form form {
      margin: 0 auto 15px;
      max-width: 100%;
   }
   .retail-fulfillment-logistics-page .image-with-form .industri-form{
      width: 88%;
   }
   .retail-fulfillment-logistics-page .image-with-form {
      padding-top: 0;
      padding-bottom: 60px;
   }
   .meet-the-team-page .solutions-page-banner {
      padding-top: 57px;
   }
   .meet-the-team-page .solutions-page-banner .right-side {
      height: 300px;
      background-position: 50% 50%;
      background-size: cover;
   }
   .home-page .department-store h1 {
      font-size: 32px;
      line-height: 40px;
      padding: 0;
      margin: 0;
   }
   .home-section3 {
      padding: 0 4% 40px;
   }
   .home-section3 .department-store .item-wrapper {
      padding-top: 24px;
   }
   .home-section4 {
      padding: 16px 0 0;
   }
   .home-page .slider-wrapper .slider-title {
      padding: 0 4%;
   }
   .home-page .slider-wrapper .slider-title h2 {
      font-size: 32px;
   }
   .home-page .image-with-form {
      padding: 0;
   }
   .home-page .image-with-form .industri-form h3 {
      margin-top: 20px;
   }
   .home-page .image-with-form .industri-form {
      width: 100%;
   }
   .home-page .image-with-form form {
      margin: 0 auto 15px;
      max-width: 100%;
   }
   .home-page .image-with-form .content-wrapper {
      max-width: 100%;
      width: 100%;
      padding: 0 20px;
   }
   .home-page .image-with-form .image-with-form-inner img {
      margin: 0 auto;
      margin-right: 0;
   }
   .home-page .image-with-form .content-wrapper {
      padding: 0 20px 40px;
   }
   .home-page .image-with-form .image-with-form-inner img {
      width: 100%;
   }
}

@media screen and (max-width: 479px){
   .privacy-section1 {
      margin-bottom: 0px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0;
      text-align: center;
   }
   .privacy-left-sec h1 {
      margin-top: 4px;
   }
   .careers-inner-left-sec ul {
      padding-left: 0px;
      text-align: center;
   }
   .careers-inner-section1 {
      padding-bottom: 85px;
   }
   .absolute-circle-purple.about-v2 {
      left: -15%;
      top: 8%;
      right: auto;
      bottom: auto;
   }
   .absolute-circle-blue.about-v2 {
      top: 29%;
      width: 150px;
      height: 150px;
   }
   .absolute-circle-pink.about-v2 {
      top: auto;
      z-index: auto;
      left: -17%;
      right: auto;
      bottom: 4%;
   }
   .industries-section2 {
      padding: 0 5% 50px;
   }
   .industries-section2 .hs_cos_wrapper_type_rich_text {
      padding: 0 0 100px;
   }
   .fashion-luxury .image-with-form .content-wrapper-inner {
      left: 0;
   }
   .grocery-convenience .department-store .item-wrapper {
      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;
   }
   .grocery-convenience .department-store .item-wrapper {
      padding: 2px 0 0;
   }
   .grocery-convenience .department-store .item {
      padding: 30px 0;
   }
   .grocery-convenience .image-with-form .content-wrapper-inner {
      left: 0;
      padding-bottom: 53px;    
   }
   .solutions-page .image-with-form {
      padding-top: 70px;
      padding-bottom: 70px;
   }
   .solutions-page .image-with-form .content-wrapper {
      padding: 0;
      right: 0;
      width: 100%;
      position: relative;
      margin-top: 40px;
   }
   .solutions-page .image-with-form .content-wrapper {
      margin-top: 40px;
   }
   .solutions-page .image-with-form .content-wrapper-inner {
      left: -12px;
      top: -11px;
   }
   .solutions-page .image-with-form .image-with-form-inner img {
      max-width: 84%!important;
      padding-left: 20px;
      text-align: center;
      position: relative;
      right: 8px;
      top: 0;
   }
   .solutions-page .image-with-form .industri-form {
      width: auto;
   }
   .retail-fulfillment-logistics-page .solutions-page-banner {
      height: auto;
      max-height: unset;
      padding-top: 60px;
   }
   .retail-fulfillment-logistics-page .solutions-page-banner .right-side {
      display: block;
   }
   .retail-fulfillment-logistics-page .solutions-page-banner .right-side {
      height: 250px;
   }
   .retail-fulfillment-logistics-page .featured-content .divider{
      position:relative;
      overflow:hidden;
   }
   .retail-fulfillment-logistics-page .featured-content .divider strong {
      white-space: nowrap;
   }
   .retail-fulfillment-logistics-page .image-with-form {
      padding: 30px 5% 43px;
   }
   .retail-fulfillment-logistics-page .image-with-form .content-wrapper-inner {
      padding: 22px;
      left: 0;
      top: 0;
   }
   .retail-fulfillment-logistics-page .image-with-form .image-with-form-inner img {
      max-width: 100% !important;
      margin-bottom: -40px;
      padding-left: 20px;
      text-align: center;   
      right: 0;
      top: 0;
   }
   .retail-fulfillment-logistics-page .image-with-form .content-wrapper {
      width: 95%;
      margin-top: 27px;
   }
   .retail-fulfillment-logistics-page .image-with-form .industri-form {
      width: 70%;
   }
   .meet-the-team-page .solutions-page-banner {
      padding-top: 60px;
   }
   .meet-the-team-page .solutions-page-banner .right-side {
      display: block;
   }
   .meet-the-team-page .solutions-page-banner .right-side {
      height: 250px;
   }
   .home-section3 .department-store .item-wrapper {
      padding-top: 2px;
   }
   .home-section3 {
      padding: 0 4%;
   }
   .home-section4 {
      padding: 0;
   }
   .home-page .slider-wrapper {
      padding-top: 60px;
   }
   .button-section {
      margin-top: -2px;
   }
   .home-page .slider-wrapper {
      padding-right: 0;
      padding-left: 0;
      padding-bottom: 0;
   }
   .home-page .image-with-form .industri-form h3 {
      padding-left: 10px;
   }
   .image-with-form .industri-form p { 
      padding-left: 10px;
   }
   .home-page .image-with-form form {
      padding-left: 20px;
   }
   .home-page .image-with-form .image-with-form-inner img {
      margin: 0 auto;
      padding: 0;
   }
}

@media screen and (max-width: 360px){
   .retail-fulfillment-logistics-page .image-with-form .industri-form {
      width: 100%;
   }
   .industries-page .image-with-form .industri-form {
      width: 93.5%;
   }
   .home-page .image-with-form .image-with-form-inner img {
      margin: 0;
   }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding:0 15px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 15px;
}

.migrat .dnd-section{
  padding-bottom: 30px;
}




@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: 'Font awesome 5 duotone solid 900';
  src: url('https://21260750.fs1.hubspotusercontent-na1.net/hubfs/21260750/Nextuple_May2022/fonts/5fd687ec2a8c8a1381a1ffd8_Font%20Awesome%205%20Duotone-Solid-900.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/*
@font-face {
font-family: 'Font awesome 5 pro 300';
src: url('https://uploads-ssl.webflow.com/5fd672ef304e92830f76dfdb/5fd688b291653656b980901b_Font%20Awesome%205%20Pro-Light-300.otf') format('opentype');
font-weight: 300;
font-style: normal;
font-display: swap;
}
*/
@font-face {
font-family: 'Font awesome 5 pro 400';
src: url('https://21260750.fs1.hubspotusercontent-na1.net/hubfs/21260750/Nextuple_May2022/fonts/5fd688b2e77af97f11d4ff42_Font%20Awesome%205%20Pro-Regular-400.otf') format('opentype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
/*
@font-face {
font-family: 'Font awesome 5 pro 400 2';
src: url('https://uploads-ssl.webflow.com/5fd672ef304e92830f76dfdb/5fd688b0d29d9177880bac89_Font%20Awesome%205%20Pro-Regular-400%202.otf') format('opentype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Font awesome 5 pro 300 2';
src: url('https://uploads-ssl.webflow.com/5fd672ef304e92830f76dfdb/5fd688b152d14e519aa527b4_Font%20Awesome%205%20Pro-Light-300%202.otf') format('opentype');
font-weight: 300;
font-style: normal;
font-display: swap;
}*/

@font-face {
  font-family: 'Font awesome 5 pro solid 900';
  src: url('https://21260750.fs1.hubspotusercontent-na1.net/hubfs/21260750/Nextuple_May2022/fonts/5fd688b134b9d0cbde02ef2a_Font%20Awesome%205%20Pro-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'webflow-icons';
  src: url("https://21260750.fs1.hubspotusercontent-na1.net/hubfs/21260750/Nextuple_May2022/fonts/webflow-icons") format('truetype');
  font-weight: normal;
  font-style: normal
}

body {
  line-height: 1.65;
  word-break: break-word;
  background-color: #fbfcfc;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 10px;
  line-height:30px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.body-container-wrapper a {
  font-weight: 700;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}
h1{
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.2;
}
h2{
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.34;
}
h3{
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 1.25;
}
h4{
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.25;
}
h5{
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1.45;
}
h6{
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.15;
}
/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}
ul{
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 44px;
}
ol li,
ul li {
  margin-bottom: 18px;
}
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

img {
  max-width: 100%; 
  height: auto;
  vertical-align: middle
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */
.hs-form-field {}
.blog-comments form,
.hs_cos_wrapper_type_password_prompt form,
.form-container form,
.custom_error_message form,
.widget-type-form,
.widget-type-blog_subscribe,
.widget-type-google_search,
.widget-type-password_prompt.custom_error_message,
.widget-type-email_simple_subscription{
  padding:40px;
  margin:0 0 15px;
  border-radius: 8px;
  max-width:767px;
}
h3.form-title{
  font-size: 30px;
  line-height: 38px;
}
ul.no-list.hs-error-msgs {
    padding: 0;
}
@media screen and (max-width: 991px){
  h3.form-title{
    font-size: 28px;
  }
}
@media screen and (max-width: 767px){
  h3.form-title {
    font-size: 24px;
    text-align: center;
  }
}
.submitted-message {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  border: 1px transparent;
  border-radius: 3px;
  background-color: #e9edf2;
  font-size: 20px !important;
  line-height: 30px;
  font-weight: 700 !important;
}

/* Labels */

form label {
  display: inline-block;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  margin-bottom: 12px;
  border:solid 0;
  box-shadow: 1px 1px 17px 2px rgb(0 0 0 / 6%);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.42857143;
  min-height: 55px;
  line-height: 1.42857143;
  width:100%;
  font-family:"Open Sans", sans-serif;
  outline:0 none;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}
.hs-error-msgs li label{
  color:red;
  font-size:14px;
}

.hs-error-msg {
  margin-top: 0.35rem;
}

/* Submit button */
button,
.button,
form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Montserrat, sans-serif;
  white-space: normal;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  margin-top: 20px;
  line-height: 20px;
  width: auto;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media(max-width:479px){
   form input[type=email], form input[type=file], form input[type=number], form input[type=password], form input[type=tel], form input[type=text], form select, form textarea{
      border-radius:2px;
   }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* Header container */
.cm-position{
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: auto;
  margin-top: 0px;
/*   padding: 0px 6%; */
  -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;
  opacity: 1;
  border-bottom: 2px solid;
}
.cm-position .content-wrapper{
  max-width:1440px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}
.header__logo{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -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;
  line-height: 0;
}
.header__logo img {
  max-width: 231.61px;
  min-height:50px;
}

.menu-section {
  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;
}
.btn-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn-wrapper a {
  border: 2px solid;
  font-size: 15px;
  display: block;
  padding: 10px 20px 10px;
  border-radius: 2px;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  font-family: Montserrat,sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  top: 1px;
}

.cm-menu-primary {
  position: static;
  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;
  background-color: transparent;
}

.cm-menu-primary .hs-menu-wrapper > ul {
  position: static;
  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;
  background-color: transparent;
  margin:0;
  padding:0;
}
.cm-menu-primary .hs-menu-wrapper > ul > li{
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-top: 4px solid;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  margin:3px 0 2px;
  font-weight: 400;
}
.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {
  position: static !important;
}
.cm-menu-primary .hs-menu-wrapper > ul > li > a{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  padding: 9px 30px;
  -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-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
}
.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul{
  top: 94% !important;
  padding: 0 6% 40px;
  margin: 0;
  width: 100vw;
  box-shadow: 1px 1px 13px 0 rgb(0 0 0 / 6%);
}
.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > .ul-inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  padding-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 0px;  
  margin: 0 auto;
}
.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > .ul-inner li > ul {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: all !important;
  position: static !important;
  flex-direction: unset !important;
}
.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > .ul-inner > li{
  margin:0;
}
.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul:after {
  width: 28%;
  height:100%;
  right:0;
  position:absolute;
  top:0;
  content:" ";
  z-index: 0;
}
.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul:before {
  width: 28%;
  height:100%;
  left:0;
  position:absolute;
  top:0;
  content:" ";
  z-index: 0;
}
.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > .ul-inner > li:nth-child(1){
  width: 20%;
  max-width: 230px;
}
.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > .ul-inner > li:nth-child(1) h3{
  padding:20px 0;
  margin: 0;
}
.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > .ul-inner > li:nth-child(1) p{
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > .ul-inner > li:nth-child(2) {
  width: 44%;
}
.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > .ul-inner > li:nth-child(3) {
  width: 20%;
  max-width: 230px;
}

.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > .ul-inner > li:nth-child(1) a{
  white-space:normal !important;
}
.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > .ul-inner > li:nth-child(3) > a,
.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > .ul-inner > li:nth-child(2) > a{
  display:None;
}
.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > .ul-inner > li:nth-child(2) > ul{
  padding-top: 0px;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-areas: "Area";
  -ms-grid-rows: auto 0px auto 0px auto 0px auto;
  grid-template-rows: auto auto auto auto;
  display: -ms-grid !important;
  display: grid !important;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;  
  height: 100%;
}
.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > .ul-inner > li:nth-child(2) > ul > li{
  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;
  margin: 0;
  padding-top: 5px;
}
.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > .ul-inner > li:nth-child(2) > ul > li > a{
  border-radius: 5px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  padding: 14px 20px 10px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: Montserrat, sans-serif; 
  white-space: normal;
}
.menu-help-nav h2 {
  font-family: Montserrat, sans-serif;
  margin-top: 0px;  
  line-height: 56px;
}
.menu-help-nav p {
  margin:0 0 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
.menu-help-nav a{
  display: block;
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 2px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-decoration: none;
  line-height: 20px;
}
.menu-help-nav a:hover{
  text-decoration: none;
}
header.header.header--no-navigation .header__logo {
  min-height: 81px;
}
.header--no-navigation .menu-section{
  opacity:0 !important;
  visibility:hidden !important;
}

.mobile-btn-wrapper {
  display:None;
}


@media(min-width: 2000px){
  .cm-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul:before { width: 33%; }
  .cm-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul:after { width: 35% }
}

@media (max-width: 1270px) {
  .cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > .ul-inner > li:nth-child(3) .menu-help-nav h2 {
    font-size: 36px;
  }
}

@media (max-width: 1090px) {
  .cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > .ul-inner > li:nth-child(3) .menu-help-nav h2 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .hamburger-wrap{
    display:none ;
  }
  .menu-primary.for-mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  header.header.header--no-navigation .header__logo {
    min-height: unset;
  }
  .cm-menu-primary.for-desk {
    display: none;
  }
  .hamburger-wrap{
    display: block;
    padding-top: 17px;
    padding-bottom: 16px;
    padding-left: 27px;
    cursor: pointer;
  }
  .hamburger-line {
    width: 35px;
    height: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    background-color: #01060b;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;    
    transition: all 0.2s;
  }
  .hamburger-line-2 {
    width: 35px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 0px;
    background-color: #01060b;
  }
  .hamburger-line-3 {
    width: 35px;
    height: 2px;
    padding: 0px;
    background-color: #01060b;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d; 
    transition: all 0.2s;
  }
  .menu-open .hamburger-line{
    transform: translate3d(0px, 8px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  .menu-open .hamburger-line-2{
    opacity: 0;
  }
  .menu-open .hamburger-line-3{
    transform: translate3d(0px, -8px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  .cm-position {
/*     padding: 0 5%; */
  }
  .header__logo {
    padding: 8px 0 7px;
  }
  .menu-primary.for-mobile {
    transform: translate3d(0,-30px,0) scaleX(1) rotateX(0deg) rotateY(0deg) rotate(0deg) skew(0deg,0deg);
    transform-style: preserve-3d;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto !important;
    min-height: 100vh;
    margin-top: 65px;
    padding: 0;
    background-color: #e9edf2;
    opacity: 0;
    display: none;
    transition: all .3s;
    max-height: calc(100% - 65px);
  }
  .menu-open .menu-primary.for-mobile {
    opacity: 1;
    display: block;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  } 
  .menu-primary .hs-menu-wrapper {
    padding: 40px 26px 100px;
  }
  .menu-primary .hs-menu-wrapper > ul {
    display: block;
    margin: 0;
    padding: 0;
  }
  .menu-primary .hs-menu-wrapper > ul > li{
    margin-bottom: 14px;
    padding-bottom: 10px;
  }
  .menu-primary .hs-menu-wrapper > ul > li > a{
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #01060b;
    margin-top: 0;
    display:block;
    line-height: 38px;
    margin-bottom: 10px;
  }
  .menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children .arrow-contain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    margin-bottom: 0;
    -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;
    transform: translateZ(0) scaleX(1) rotateX(0deg) rotateY(0deg) rotate(0deg) skew(0deg,0deg);
    transform-style: preserve-3d;
    position: absolute;
    top: 6px;
    right: 0;
    transition:all 0.3s;
  }
  .menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.child-open .arrow-contain {
    transform: translate3d(0px, 0px, 0px) scale3d(1.6, 1.6, 1) rotateX(0deg) rotateY(180deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  .arrow-line {
    width: 10px;
    height: 2px;
    padding: 0px;
    background-color: #f63d95;
    -webkit-transform: translate(0px, 8px) rotate(45deg);
    -ms-transform: translate(0px, 8px) rotate(45deg);
    transform: translate(0px, 8px) rotate(45deg);
  }
  .arrow-line.bottom {
    -webkit-transform: translate(0px, 12px) rotate(-45deg);
    -ms-transform: translate(0px, 12px) rotate(-45deg);
    transform: translate(0px, 12px) rotate(-45deg);
  } 
  .menu-primary .hs-menu-wrapper > ul > li > ul {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    display:None;
    transform: translate(0, -15px);
    transition: all .3s;
  }
  .menu-primary .hs-menu-wrapper > ul > li.child-open > ul {
    transform: translate(0, 0);
  }
  .menu-primary .hs-menu-wrapper > ul > li > ul > li {
    margin: 0;
  }
  .menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
    width: 100%;
    color: #01060b;
    text-decoration: none;
    cursor: pointer;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
  }

  .menu-primary .hs-menu-wrapper > ul > li > ul > li.careers > a,
  .menu-primary .hs-menu-wrapper > ul > li > ul > li.meet-the-team > a,
  .menu-primary .hs-menu-wrapper > ul > li > ul > li.metro-shared-logistics > a,
  .menu-primary .hs-menu-wrapper > ul > li > ul > li.nextuple-platform > a,
  .menu-primary .hs-menu-wrapper > ul > li > ul > li.grocery-convenience > a,
  .menu-primary .hs-menu-wrapper > ul > li > ul > li.electronics > a,
  .menu-primary .hs-menu-wrapper > ul > li > ul > li.fashion-luxury > a{
    border-bottom: 2px solid rgba(207,214,225,.19);
  }
  .child-trigger {
    position: absolute;
    top: 0;
    height: 48px;
    width: 100%;
    left: 0;
    z-index: 99;
    cursor: pointer;
  }
  .menu-primary.for-mobile {
    transform: translate3d(0,-30px,0) scaleX(1) rotateX(0deg) rotateY(0deg) rotate(0deg) skew(0deg,0deg);
    transform-style: preserve-3d;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto!important;
    min-height: 100vh;
    margin-top: 55px;
    max-height: calc(100% - 55px);
  }
  .for-home .menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .for-home .menu-primary.for-mobile {
    margin-top: 65px;
    max-height: calc(100% - 65px);
  }
  .hedr-hit header.header {
    min-height: 56px;
  } 
}

@media (max-width: 767px) {
  .for-home .menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .for-home .menu-primary.for-mobile {
    margin-top: 55px;
    max-height: calc(100% - 55px);
  }

}

@media (max-width: 506px) {
  .btn-wrapper a {
    padding: 10px 8px 9px;
  }
  .for-home .button.navbar-button {
    margin-top: 19px;
    padding: 10px 8px 9px;
  }
}

@media (max-width: 479px) {
  .for-home .menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .cm-position {
/*     padding: 0 15px; */
  }
  .btn-wrapper a {
    padding: 10px 8px 9px;
  }
  .btn-wrapper {
    display: none;
  }
  .header__logo {
    padding: 2px 0;
    height: 54px;
  }
  .menu-primary.for-mobile {
    margin-top: 55px;
    max-height: calc(100% - 55px);
  }
  .menu-primary .hs-menu-wrapper {
    margin-top: 60px;
    padding-top: 40px;
  }
  .menu-primary .hs-menu-wrapper > ul > li > a {
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-top: 0;
    display: block;
    line-height: 38px;
    margin-bottom: 10px;
  }
  .menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    line-height: 30px;
    font-family: Montserrat, sans-serif;
  }
  .header__logo img {
    width: 100% !important;
  }
  .hamburger-wrap {
    padding-top: 16px;
  }
  .mobile-btn-wrapper {
    background-color: #001a38;
    padding: 16px 26px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
  }
  .mobile-btn-wrapper a{
    text-align: left;
    background-color: #bf3177;
    color: #fbfcfc;
    display: block;    
    padding: 10px 20px;
    border-radius: 2px;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    line-height: 20px;
  }
  .mobile-btn-wrapper a:hover{
    color: #fbfcfc;
  }
  .for-home .header__logo {
    padding: 8px 0 7px;
    height: inherit;
  }
}
.footer {
  border-top: 1px solid;
  padding: 100px 0;
}
.footer-copyright {
  text-align: center;
  padding-bottom: 55px;
  padding-top: 16px;  
  font-size: 16px;
}
.footer-copyright p{
  margin:0;
  font-size: 16px;
  font-family: Montserrat, sans-serif;
}
.footer-copyright p a {
  margin-left: 33.5px;
}
.footer-menu .hs-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.footer-menu .hs-menu-wrapper > ul{
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  margin:0;
  padding:0;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 20px;
  grid-column-gap: 35px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.footer-menu .hs-menu-wrapper > ul > li{
  margin: 0 92px 0 0;
  padding: 12px 0 0;
}
.footer-menu .hs-menu-wrapper > ul > li > a{
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  display: block;
  cursor: text;
}
.footer-menu .hs-menu-wrapper > ul > li > ul{
  position:static !important;
  visibility:visible !important;
  opacity:1 !important;
  display:block !important;
  margin:0;
  padding:0;
}
.footer-menu .hs-menu-wrapper > ul > li > ul > li{
  margin:0;
  padding:0;
}
.footer-menu .hs-menu-wrapper > ul > li > ul > li > a {
  font-family: Montserrat, sans-serif;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  line-height: 20px;
}
.footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}
.footer-logo-and-social {
  max-width: 300px;
}
.footer-logo {
  margin-bottom: 14px;
  max-width: 100%;
  display: inline-block;
  line-height: 0;
}
.footer-logo img{
  max-width:227px;
}
.footer-button a {
  display: block;
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 2px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  line-height:20px;
}
@media screen and (max-width: 991px){
  .footer {
    padding: 55px 0 40px;
  }
  .footer-copyright {
    text-align: left;
    padding-bottom: 57px;
  }
  .footer-menu .hs-menu-wrapper > ul {
    display: -ms-grid;
    display: grid;
    width: 100%;
    grid-auto-columns: 1fr;
    grid-column-gap: 35px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .footer-menu .hs-menu-wrapper > ul > li > a {
    white-space: nowrap;
  }
  .footer-menu .hs-menu-wrapper > ul > li:nth-child(3) > ul > li > a,
  .footer-menu .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > a {
    white-space: normal !important;
  }
  .footer-menu .hs-menu-wrapper>ul>li { margin-right: 20px;    }
  .footer-menu .hs-menu-wrapper.flyouts .hs-menu-children-wrapper { position: static;   }
  .footer-menu .hs-menu-wrapper>ul>li>a { white-space: normal;   }
  
}



@media screen and (max-width: 767px){
  .footer {
    padding: 40px 0 40px;
  }
  .footer-copyright {
    padding-bottom: 60px;
    padding-top: 21px;
    text-align:center;
  }
  .footer-menu .hs-menu-wrapper > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: unset !important;
  }
  .footer-menu .hs-menu-wrapper > ul > li {
    margin: 0 0 40px 0;
    padding: 12px 0 0;
    width: 48%;
  }
  .footer-top {
    -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;
  }
}


@media screen and (max-width: 479px){
  .footer {
    padding: 30px 0 30px;
  }
  .footer-menu .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > a,
  .footer-menu .hs-menu-wrapper > ul > li:nth-child(3) > ul > li > a {
    white-space: nowrap !important;
  }
  .footer-menu .hs-menu-wrapper > ul > li {
    margin: 0 0 20px 0;
    width: 100%;
  }
  .footer-logo {
    text-align: center;
  }
  .footer-logo img {
    max-width: 70%;
  }
  .for-home .footer-logo {
    text-align: center;
    max-width: 227px;
    margin: 0;
    line-height: 0;
  }
  .for-home .social-links-wrapper {
    margin-top: 14px;
  }
  .for-home .footer-copyright {
    padding-bottom: 30px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
  padding: 14px 0px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}


.pwr-image-box__back, .pwr-image-box__front {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}