.hero-img-wrapper {
  position: relative;
  display: inline-block;
}
.hero-img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  border-radius: 35px;
  z-index: -1;
}
.hero-img-fade {
  opacity: 0;
  animation: fadeIn 1s ease forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (min-width: 1921px) {
  .hero-internal {
    margin-top: 80px;
  }
}
.hero-internal {
  margin-top: 60px;
  margin-bottom: 10px;
  display: block;
  height: auto;
}

.hero-internal h1{
  margin-top: 10px;
  margin-bottom: 10px;
}
.hero-internal h2{
  line-height: 72px;
}
.hero-internal h3{
  margin-bottom: 15px;
}
.hero-internal img{
  border-radius: 35px;
}

.features-simple .feature h4 a{
  color: inherit;
  transition: .3s all ease;
}

.features-simple .feature h4 a:hover, 
.features-simple .feature h4 a:focus{
  opacity: 0.7;
}

@media (max-width: 1599px) {
  .hero-internal h1 {
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .hero-internal h2 {
    line-height: 62px;
    margin-bottom: 10px;
  }
  .hero-internal h3{
    font-size: 24px;
    line-height: 34px;
  }
}

@media (max-width: 1499px) {
  .hero-internal h1 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 20px;
  }
  .hero-internal h2 {
    line-height: 50px;
    margin-bottom: 10px;
  }
  .hero-internal h3{
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .hero-internal {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .hero-internal img{
    margin-top: 0;
  }
  .hero-internal h2 {
    line-height: 40px;
    margin-bottom: 10px;
  }
  .hero-internal h3{
    font-size: 16px;
    line-height: normal;
  }
}

#nf-form-183-cont #nf-field-1111:hover,
#nf-form-183-cont #nf-field-1111:focus {
  background: transparent;
  border-color: #c10830;
  color: #c10830;
}

#nf-form-180-cont #nf-field-1111 {
  background: linear-gradient(90deg, #C10830 15%, #e6007e 85%);
  border-radius: 50px;
  border: 2px solid transparent;
  color: #fff;
  height: 50px;
  padding: 6px 30px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
}


#nf-form-180-cont {
  margin-top: -26px;
  margin-bottom: 0;
  outline: none !important;
}
#nf-field-1100-wrap h4{
  margin-bottom: 0;
  font-weight: 500;
}

#nf-form-183-cont * {
  outline: none !important;
}

#nf-form-183-cont .nf-field-label label,
#nf-form-183-cont .nf-label-span {
  font-weight: 400;
}

#nf-form-183-cont .ninja-forms-req-symbol {
  color: inherit !important;
}

#nf-form-183-cont .nf-error-msg {
  color: #c10830 !important;
  font-size: 14px;
  margin-bottom: 30px;
}

#nf-form-183-cont #nf-error-961 .nf-error-msg {
  margin-top: -20px;
}

#nf-form-183-cont h3 {
  display: none;
}

#nf-form-183-cont .nf-form-fields-required {
  display: none;
}

#nf-form-183-cont .nf-field-element input,
#nf-form-183-cont .nf-field-element .form-select {
  border-radius: 6px;
  border: 1px solid #404040;
  outline: none;
  box-shadow: none;
  padding: 10px;
}

#nf-form-183-cont .nf-field-element select,
#nf-form-183-cont select {
  border-radius: 6px;
  border: 1px solid #404040;
  outline: none;
  box-shadow: none;
  padding: 10px 30px 10px 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23404040' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  cursor: pointer;
}

#nf-form-183-cont .nf-field-element select:focus,
#nf-form-183-cont select:focus {
  border-color: #404040;
}

#nf-form-183-cont .nf-field-element select:has(option[value="choose"]:checked),
#nf-form-183-cont select:has(option[value="choose"]:checked) {
  color: #606a71;
}

#nf-form-183-cont .field-wrap input[type="submit"] {
  background: linear-gradient(90deg, #C10830 15%, #e6007e 85%);
  border-radius: 50px !important;
  border: 2px solid transparent !important;
  color: #fff !important;
  display: block;
  margin: 0 auto 20px !important;
  height: 50px !important;
  padding: 6px 30px;
  font-size: 20px;
  width: auto;
  font-weight: 500;
  letter-spacing: 1px;
}

#nf-form-183-cont .field-wrap input[type="submit"]:disabled {
  background: linear-gradient(90deg, #C10830 15%, #e6007e 85%);
  opacity: .7;
  color: #fff !important;
}

#nf-form-183-cont .field-wrap input[type="submit"]:hover,
#nf-form-183-cont .field-wrap input[type="submit"]:focus {
  border-color: #c10830 !important;
  background: transparent !important;
  color: #c10830 !important;
}

#nf-form-183-cont .nf-fu-fileinput-button {
  background: transparent;
  color: #3C3C3B;
  border: 1px solid #3C3C3B !important;
  outline: none;
  box-shadow: none;
  box-shadow: none !important;
  border-radius: 50px;
  padding: 10px 20px;
  margin-bottom: 0;
}

#nf-form-183-cont .nf-fu-fileinput-button:hover,
#nf-form-183-cont .nf-fu-fileinput-button:focus {
  opacity: .7;
}

#nf-form-183-cont #nf-field-106-wrap .nf-field-element {
  width: 100%;
}

#nf-form-183-cont #nf-field-106-wrap .nf-field-element input {
  width: 100%;
  float: none;
}

#nf-form-183-cont .nf-field-container {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.custom-error {
  font-size: 14px;
}

#nf-form-183-cont small.message {
  margin-top: -121px;
  text-align: center;
  display: block;
  font-size: 13px;
}

#nf-field-106-container {
  display: flex;
  justify-content: center;
  width: 100%;
}

#nf-form-183-cont .field-wrap textarea {
  height: 140px;
}

#nf-form-183-cont #nf-field-106-container .nf-after-field .nf-error-msg {
  text-align: left;
  font-size: 14px;
}

.container-contact-us .iframe-map {
  margin-top: 6px;
}

.one-second.left {
  float: left;
}

.one-second.right {
  float: right;
  margin-top: -105px;
}

#nf-form-183-cont .nf-field-container.left,
#nf-form-183-cont .nf-field-container.right {
  width: 48%;
}

.nf-error-wrap.nf-error {
  position: absolute;
  transform: translateY(-5px);
}

.field-wrap.nf-error input {
  border-color: #c10830 !important;
}

#nf-form-errors-183 {
  transform: translateY(-36px);
}


@media (min-width: 1200px) {
  .bg-shadow {
    height: 270px;
    border-radius: 16px;
    box-shadow: 0px 4px 15px -4px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
    margin-top: 20px;
  }

  #nf-field-807-container {
    margin-top: -310px;
    padding: 20px;
  }

  #nf-field-817-container {
    margin-top: -310px;
    padding: 20px;
  }

  #nf-field-840-container {
    margin-top: -230px;
    padding: 20px;
  }

  #nf-field-816-container {
    padding: 20px;
    margin-top: -20px;
    margin-bottom: 100px;
  }

  #nf-field-818-container {
    padding: 20px;
    margin-top: -20px;
    margin-bottom: 70px;
  }

  #nf-field-834-wrap .bg-shadow {
    height: 190px;
  }
}

@media (max-width: 1199px) {

  .one-second.left,
  .one-second.right {
    float: none;
    margin-top: 0;
  }

  #nf-form-183-cont .nf-field-container.left,
  #nf-form-183-cont .nf-field-container.right {
    width: 100%;
  }
}

@media (min-width: 991px) and (max-width: 1600px) {
  #nf-form-183-cont {
    margin-top: -10px;
  }

  #nf-form-183-cont .field-wrap textarea {
    height: 130px;
  }

  #nf-form-183-cont .label-above .nf-field-label {
    margin-bottom: 2px;
  }

  #nf-form-183-cont .nf-field-element input {
    height: 42px !important;
  }

  #nf-form-183-cont .nf-field-element input[type="radio"] {
    height: auto !important;
  }

  #nf-form-183-cont .nf-field-element select,
  #nf-form-183-cont select {
    height: 42px !important;
    padding-top: 8px;
   }
}

@media (min-width: 768px) and (max-width: 992px) {

  #nf-form-183-cont .nf-field-label label {
    font-size: 12px;
  }
}

@media (max-width: 767px) {

  #nf-form-183-cont .field-wrap input[type="submit"] {
    width: 100%;
  }

  #nf-form-183-cont small.message {
    margin-top: 20px;
  }
}

.user-analytics-browser-container,
.user-analytics-ip-address-container,
.user-analytics-utm-term-container,
.user-analytics-utm-content-container,
.user-analytics-utm-campaign-container,
.user-analytics-utm-medium-container,
.user-analytics-utm-source-container,
.user-analytics-city-container,
.user-analytics-region-container,
.user-analytics-country-container,
.user-analytics-referer-container {
  margin-bottom: 0 !important;
}

#nf-form-183-cont .nf-form-layout .list-radio-wrap .nf-field-element,
#nf-form-183-cont .nf-form-layout .list-checkbox-wrap .nf-field-element {
  margin-top: 10px !important;
}

#nf-form-183-cont .nf-form-layout .list-radio-wrap .nf-field-element li,
#nf-form-183-cont .nf-form-layout .list-checkbox-wrap .nf-field-element li {
  margin: 0 0 15px !important;
  display: flex;
  align-items: center;
}

#nf-form-183-cont .list-radio-wrap .nf-field-element li label,
#nf-form-183-cont .list-checkbox-wrap .nf-field-element li label {
  margin-left: 10px !important;
}

#nf-form-183-cont .list-radio-wrap .nf-field-element li input[type='radio'],
#nf-form-183-cont .list-checkbox-wrap .nf-field-element li input[type='checkbox'] {
  cursor: pointer;
  background: #fff;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
  width: 26px !important;
  height: 26px !important;
  appearance: none;
  border: 1px solid #404040;
  margin-top: 0;
  transition: all .3s ease;
}

#nf-form-183-cont .list-radio-wrap .nf-field-element li input[type='radio'] {
  border-radius: 50%;
}

#nf-form-183-cont .list-radio-wrap .nf-field-element li input[type='radio']:checked,
#nf-form-183-cont .list-checkbox-wrap .nf-field-element li input[type='checkbox']:checked {
  background-color: #C10830;
}

#nf-form-183-cont .list-radio-wrap .nf-field-element li input[type='radio']:hover,
#nf-form-183-cont .list-checkbox-wrap .nf-field-element li input[type='checkbox']:hover {
  border-color: #C10830;
}

#nf-form-183-cont .list-radio-wrap .nf-field-element li input[type='radio']:focus,
#nf-form-183-cont .list-checkbox-wrap .nf-field-element li input[type='checkbox']:focus {
  border-color: #404040;
}


#nf-form-183-cont .ninja-forms-form-wrap h2 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  font-size: 24px;
  line-height: normal;
  font-weight: 500;
}

@media (max-width: 1499px) {
  #nf-form-183-cont .ninja-forms-form-wrap h2 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .nf-response-msg{
    margin-bottom: 30px;
  }
}

.nf-previous {
  color: #C10830;
  font-size: 18px;
  text-decoration: none;
  display: block;
  margin-top: auto;
  transition: all .3s ease-out;
  background: transparent;
  border: none;
  outline: none;
  padding: 5px 0;
}

.nf-previous:hover,
.nf-previous:focus,
.nf-next:hover,
.nf-next:focus {
  color: #C10830;
  opacity: .7;
}

.nf-next {
  background: transparent;
  border-radius: 50px !important;
  border: 2px solid #C10830 !important;
  color: #C10830 !important;
  display: block;
  margin: 0 auto 20px !important;
  height: 50px !important;
  padding: 6px 30px;
  font-size: 20px;
  width: auto;
  font-weight: 500;
  letter-spacing: 1px;
}

@media (min-width: 992px) {
  .nf-next {
    transform: translateX(-458px);
  }
}

.nf-previous {
  transform: translateY(-88px);
}

.nf-help {
  transform: translateY(3px);
  opacity: 0.5;
}


#nf-form-168-cont {
  opacity: .5;
}

.ninja-forms-form-wrap .nf-response-msg {
  background: #fff;
  padding: 0;
  border-radius: 16px;
  margin-top: 40px;
  margin-bottom: 134px
}

#formTabsContent {
  margin-top: 40px;
}


[aria-label='Processing'],
[aria-label='PROCESSING'],
[value='PROCESSING'],
[value='Processing'] {
  transform: translateY(60px) !important;
}

.nf-processing::after {
  display: none !important;
}


.files_uploaded {
  margin-top: 0px;
  background: #f2f2f2;
  padding: 20px 20px 3px;
  border-radius: 6px;
  font-weight: 500;
}

#nf-form-183-cont #nf-field-1020-container {
  display: block !important;
  margin-bottom: 0 !important;
}

.files_uploaded .delete{
  right: 15px;
  position: absolute;
}

.files_uploaded:not(:has(*)) {
  background: transparent;
  padding: 0;
}


#nf-form-183-cont #nf-field-1020-container .nf-field-element input {
  height: auto !important;
}

@media(max-width: 767px) {

  .nav-tabs .nav-link,
  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    padding: 10px 5px;
    font-size: 12px;
    max-width: 150px;
  }
}

.nf-fu-progress{
  display: none;
}
#nf-form-183-cont #nf-field-1006-container,
#nf-form-183-cont #nf-field-1030-container,
#nf-form-183-cont #nf-field-1031-container,
#nf-form-183-cont #nf-field-1032-container,
#nf-form-183-cont #nf-field-1033-container,
#nf-form-183-cont #nf-field-1023-container,
#nf-form-183-cont #nf-field-1024-container,
#nf-form-183-cont #nf-field-1025-container,
#nf-form-183-cont #nf-field-1026-container{
  height: 0px !important;
  margin-bottom: 0px !important;
}
.features-simple{
  margin-bottom: 60px;
}
.cards.cards-products .item{
  height: -webkit-fill-available !important;
}
.cards.cards-products .nobg .bg-text {
  height: -webkit-fill-available !important;
}
.cards.cards-products .nobg .bg-img{
  overflow: initial;
  display: block;
  height: auto !important ;
}
.cards.cards-products {
  margin-bottom: 10px;
}

.features-simple .feature p{
  text-wrap-style: balance;
}

#nf-field-1020-wrap .nf-field-label {
  display: none;
}
#nf-form-183-cont #nf-field-1019-wrap .nf-field-element{
  height: 0 !important;
}
#nf-field-1019-wrap{
  height: 0
}

#nf-form-183-cont #nf-field-1019-container {
  height: 0 !important;
  margin-bottom: 12px !important;
}

.modal-content{
  border: none;
}
.modal-backdrop.show {
  opacity: 1;
  background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1400px) {
  .modal-xl {
    max-width: 1320px;
  }
}

.modal-content .modal-body h2{
  font-size: 72px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #636362;
}
.modal-content .modal-body p{
  font-size: 28px;
  line-height: 36px;
  color: #1d1d1b;
}
.modal-content .modal-body {
  container-type: inline-size;
}
.modal-content .modal-body h3{
  font-size: clamp(24px, 5cqw, 72px);
  font-weight: 400;
  color: #1d1d1b;
  margin-top: 10px;     
  margin-bottom: 10px;
  white-space: nowrap;
}
.modal-content .modal-body.modal-roi h3{
  font-size: 29px;
  font-weight: 500;
  white-space: normal;
}
.modal-content .modal-body .quote{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;     
}
.modal-content .modal-body .quote .quote-text{
  max-width: 70%;
}
.modal-content .modal-body .quote .quote-text p{
  font-size: 28px;      
  line-height: 36px;
  margin-bottom: 0;
}
.modal-content .modal-body .quote .quote-text span{
  color: #636362;
  font-size: 28px;      
  line-height: 36px;
  display: block;
}
.modal-content .modal-body .quote img{
  margin-left: auto;
}

@media (max-width: 1600px) {
  .modal-content .modal-body h2{
    font-size: 60px;
    margin-bottom: 25px;
  }
  .modal-content .modal-body p{
    font-size: 24px;
    line-height: 32px;
  }

  .modal-content .modal-body .quote .quote-text p{
    font-size: 24px;
    line-height: 32px;
  }
  .modal-content .modal-body .quote .quote-text span{
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width: 1400px) {
  .modal-content .modal-body h2{
    font-size: 50px;
    margin-bottom: 20px;
  }
  .modal-content .modal-body p{
    font-size: 22px;
    line-height: 30px;
  }

  .modal-content .modal-body .quote .quote-text p{
    font-size: 22px;
    line-height: 30px;
  }
  .modal-content .modal-body .quote .quote-text span{
    font-size: 22px;
    line-height: 30px;
  }
}

@media (max-width: 1199px) {
  .modal-content .modal-body h2{
    font-size: 42px;
    margin-bottom: 15px;
  }
  .modal-content .modal-body p{
    font-size: 20px;
    line-height: 28px;
  }

  .modal-content .modal-body .quote{
    margin-top: 30px;
  }
  .modal-content .modal-body .quote .quote-text{
    max-width: 65%;
  }
  .modal-content .modal-body .quote .quote-text p{
    font-size: 20px;
    line-height: 28px;
  }
  .modal-content .modal-body .quote .quote-text span{
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 992px) {
  .modal-content .modal-body h2{
    font-size: 36px;
    margin-bottom: 15px;
  }
  .modal-content .modal-body p{
    font-size: 18px;
    line-height: 26px;
  }

  .modal-content .modal-body .quote{
    flex-direction: column;
    align-items: flex-start;
  }
  .modal-content .modal-body .quote .quote-text{
    max-width: 100%;
  }
  .modal-content .modal-body .quote .quote-text p{
    font-size: 18px;
    line-height: 26px;
  }
  .modal-content .modal-body .quote .quote-text span{
    font-size: 18px;
    line-height: 26px;
  }
  .modal-content .modal-body .quote img{
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .modal-content .modal-body h2{
    font-size: 28px;
    margin-bottom: 10px;
  }
  .modal-content .modal-body p{
    font-size: 16px;
    line-height: 24px;
  }

  .modal-content .modal-body .quote{
    margin-top: 20px;
  }
  .modal-content .modal-body .quote .quote-text p{
    font-size: 16px;
    line-height: 24px;
  }
  .modal-content .modal-body .quote .quote-text span{
    font-size: 16px;
    line-height: 24px;
  }
}

#nf-field-1108-wrap{
  display: none;
}

@media (max-width: 1499px) {
  #nf-field-1100-wrap h4{
    font-size: 18px;
  }
  #nf-form-183-cont {
    margin-top: -26px;
  }
  #nf-form-183-cont .nf-field-element select, #nf-form-183-cont select {
    height: 38px !important;
    padding-top: 6px;
  }
  #nf-form-183-cont .nf-field-element input {
    height: 38px !important;
  }
  #nf-form-183-cont .nf-field-container {
    margin-bottom: 18px;
  }
  #nf-form-183-cont .nf-error-msg {
    font-size: 12px;
  }
}
.cont-text-link{
  margin-top: -50px;
  margin-bottom: 30px;
}
.text-link{
  font-size: 12px;
  color: #3C3C3A;
  text-decoration: none;
  transition: all .3s ease;
  display: inline-block;
}
.text-link:hover,
.text-link:focus{   
  opacity: 0.7;
}   

.company-logos {
  margin-top: 40px;
  margin-bottom: 80px;
}

.company-logos img {
  max-height: 80px;
  max-width: 150px;
  object-fit: contain;
  margin: 0 30px;
} 

@media (max-width: 1599px) {
  .company-logos img {
    max-width: 120px;
    margin: 0 ;
  } 
}
@media (max-width: 767px) {
  .company-logos img {
    max-width: 13% !important;
  }
}
.cont-logos{
  margin-top: 60px;
  margin-bottom: 60px;
}
.cont-logos h2{
  text-align: center;
  font-size: 36px;
  font-weight: 500;
}

#nf-field-1118-wrap h4{
  line-height: inherit;
  margin-top: 14px;
  margin-bottom: 0;
}
@media (max-width: 1599px) {
  #nf-field-1118-wrap h4{
    margin-bottom: -3px;
  } 
}
@media (max-width: 1499px) {
  #nf-field-1118-wrap h4 {
    margin-bottom: -13px;
    font-size: 16px;
    margin-top: 20px;
  }
}