/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/sections/form-with-background.scss ***!
  \******************************************************************************************************************************************************************/

/*** LTR websites ***/

.formWithBackground {
  padding: 60px 0;
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.formWithBackground_video::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  background-image: radial-gradient(at center, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4) 60%, transparent);
}

.formWithBackground_video .wrapper {
  position: relative;
  z-index: 1;
}

.formWithBackground_content {
  display: flex;
  flex-direction: column;
  position: relative;
}

.formWithBackground_content::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  background-image: radial-gradient(at center, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4) 60%, transparent);
}

.formWithBackground_content .wrapper {
  position: relative;
  z-index: 1;
}

.formWithBackground_content::after {
  height: calc(100% + 120px);
  width: calc(100% + 40px);
}

.formWithBackground_content > * {
  position: relative;
  z-index: 1;
}

.formWithBackground_content-greenTitle {
  color: #5d9b12;
}

.formWithBackground_content-description {
  margin-bottom: 16px;
}

.formWithBackground_content-description-margin {
  margin-bottom: 0;
}

.formWithBackground_content-link {
  display: block;
  font-size: 14px;
  padding: 10px 20px;
  background-image: linear-gradient(to right, #78b52e, #528f07, #78b52e, #528f07);
  font-weight: 600;
  box-shadow: 0px 8.4px 8.4px 0px rgba(46, 213, 115, 0.15);
  background-size: 300% 100%;
  border-radius: 73px;
  width: fit-content;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  margin: 0 auto;
  margin-bottom: 40px;
}

.formWithBackground_content-link:hover {
  background-position: 100% 0;
}

.formWithBackground_content-phone {
  margin-top: 10px;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 300;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.formWithBackground_content-phone svg {
  margin-right: 8px;
}

.formWithBackground_content-wrapper {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.formWithBackground_content-about {
  margin: 0 auto;
  width: fit-content;
}

.formWithBackground_content-single-title {
  font-size: 18px;
  font-weight: 700;
  padding-right: 8px;
}

.formWithBackground_content-single-description {
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}

.formWithBackground_content-links {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.formWithBackground_content-website {
  display: block;
  font-size: 14px;
  padding: 10px 20px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 10%, #1a1a1a 30%, #fff, #fff);
  font-weight: 600;
  box-shadow: 0px 8.4px 8.4px 0px rgba(46, 213, 115, 0.15);
  background-size: 300% 100%;
  border-radius: 73px;
  width: fit-content;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  border: 1px solid #fff;
  box-shadow: none;
}

.formWithBackground_content-website:hover {
  background-position: 100% 0;
}

.formWithBackground_content-website:hover {
  color: #000000;
}

.formWithBackground_content-website:hover path {
  stroke: #000000;
}

.formWithBackground_content-website svg {
  margin-right: 12px;
}

.formWithBackground_content-google {
  display: block;
  font-size: 14px;
  padding: 10px 20px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 10%, #1a1a1a 30%, #fff, #fff);
  font-weight: 600;
  box-shadow: 0px 8.4px 8.4px 0px rgba(46, 213, 115, 0.15);
  background-size: 300% 100%;
  border-radius: 73px;
  width: fit-content;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #fff;
  box-shadow: none;
}

.formWithBackground_content-google:hover {
  background-position: 100% 0;
}

.formWithBackground_form {
  padding: 30px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(217, 217, 217, 0) 86.14%);
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  background: linear-gradient(230.74deg, #000000 -12.56%, rgba(0, 0, 0, 0) 113.09%), linear-gradient(0deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), linear-gradient(269.81deg, #ffffff -1.96%, rgba(0, 0, 0, 0) 98.04%);
}

.formWithBackground_form > * {
  position: relative;
  z-index: 1;
}

.formWithBackground_form:before {
  content: "";
  width: 200px;
  height: 1px;
  position: absolute;
  top: 0;
  left: -200px;
  background-color: #fff;
  opacity: 0.3;
  animation: moveTop 2s infinite linear;
}

.formWithBackground_form::after {
  content: "";
  height: 200px;
  width: 1px;
  position: absolute;
  top: -200px;
  right: 0;
  background-color: #fff;
  opacity: 0.3;
  animation: moveRight 2s infinite linear;
}

.formWithBackground_form .border {
  position: static !important;
}

.formWithBackground_form .border:before {
  content: "";
  width: 200px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: -200px;
  background-color: #fff;
  opacity: 0.3;
  animation: moveBottom 2s infinite linear;
}

.formWithBackground_form .border::after {
  content: "";
  height: 200px;
  width: 1px;
  position: absolute;
  top: -200px;
  left: 0;
  background-color: #fff;
  opacity: 0.3;
  animation: moveLeft 2s infinite linear;
}

.formWithBackground_form .gfield--input-type-textarea {
  flex-basis: 100% !important;
}

.formWithBackground_form .gfield--input-type-textarea textarea {
  border: 1px solid hsla(0, 0%, 100%, 0.5);
}

.formWithBackground_form .gfield--type-image_hopper .gfield_label {
  top: -15px !important;
  transform: unset !important;
}

.formWithBackground_form .gfield--type-image_hopper input {
  font-size: 14px !important;
  width: 100%;
  padding: 8px !important;
}

.formWithBackground_form .gform_confirmation_message {
  font-size: 20px;
}

.formWithBackground_form .gform_validation_errors {
  display: none;
}

.formWithBackground_form .validation_message {
  padding: 0 !important;
  background: unset !important;
  border: unset !important;
  text-align: left !important;
}

.formWithBackground_form-title {
  font-size: 34px;
  font-weight: 300;
  margin-bottom: 10px;
}

.formWithBackground_form-description {
  max-width: 570px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px;
}

.formWithBackground_form .gform_wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.formWithBackground_form .gform_fields {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 10px;
  align-items: flex-end;
}

.formWithBackground_form .gform_fields .gfield {
  flex-basis: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  margin: 0 4px;
  flex-basis: calc(50% - 16px);
  flex-grow: 1;
}

.formWithBackground_form .gform_fields .gfield--type-checkbox {
  flex-basis: 100%;
  margin: 0 !important;
}

.formWithBackground_form .gform_fields .gfield--type-checkbox .ginput_container_checkbox {
  display: flex;
  width: 100%;
}

.formWithBackground_form .gform_fields .gfield--type-checkbox .gfield_checkbox {
  width: 100%;
  display: flex;
  position: relative;
}

.formWithBackground_form .gform_fields .gfield--type-checkbox .gfield_checkbox > div {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: fit-content;
}

.formWithBackground_form .gform_fields .gfield--type-checkbox .gfield_checkbox > div label {
  position: relative;
  margin-left: 25px;
}

.formWithBackground_form .gform_fields .gfield--type-checkbox .gfield_checkbox > div label::after {
  content: "";
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  border-radius: 1px;
}

.formWithBackground_form .gform_fields .gfield--type-checkbox .gfield_checkbox > div input:checked ~ label::after {
  background-repeat: no-repeat;
  background-size: 70% 70%;
  background-position: center;
  background-image: url(../../.././assets/images/check-mark.svg);
}

.formWithBackground_form .gform_fields .gfield--type-checkbox .gfield_checkbox > div input {
  opacity: 0;
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 100%;
}

.formWithBackground_form .gform_fields .gfield--type-checkbox label {
  text-align: left;
  font-size: 12px !important;
  max-width: 100% !important;
}

.formWithBackground_form .gform_fields .gfield_label {
  font-size: 14px !important;
  font-weight: 400 !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  pointer-events: none;
  margin-bottom: 0 !important;
  transition: 0.3s;
}

.formWithBackground_form .gform_fields .gfield_required {
  display: none !important;
}

.formWithBackground_form .gform_fields .ginput_container {
  width: 100%;
}

.formWithBackground_form .gform_fields .ginput_container input {
  padding: 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 992px) {
  .formWithBackground_form .gform_fields .ginput_container input {
    line-height: 1 !important;
    margin-bottom: 5px !important;
  }
}

.formWithBackground_form .gform_fields .ginput_container select {
  padding: 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 0 !important;
}

@media (max-width: 992px) {
  .formWithBackground_form .gform_fields .ginput_container select {
    line-height: 1 !important;
    margin-bottom: 5px !important;
  }
}

.formWithBackground_form .gform_fields .ginput_container select option {
  background-color: #000000;
}

.formWithBackground_form .gform_fields .gfield--type-image_hopper .gfield_label {
  display: none;
}

.formWithBackground_form .gform_fields .gfield--type-image_hopper .ginput_container {
  border: 1px dashed rgba(255, 255, 255, 0.5);
  position: relative;
}

.formWithBackground_form .gform_fields .gfield--type-image_hopper .ginput_container input {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 !important;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  cursor: pointer;
}

.formWithBackground_form .gform_fields .gfield--type-image_hopper .ginput_container .filepond--drop-label {
  color: #fff !important;
  font-size: 16px !important;
}

.formWithBackground_form .gform_fields .gfield--type-image_hopper .ginput_container .filepond--panel {
  opacity: 0;
}

.formWithBackground_form .gform_footer {
  display: block;
  font-size: 14px;
  padding: 10px 20px;
  background-image: linear-gradient(to right, #78b52e, #528f07, #78b52e, #528f07);
  font-weight: 600;
  box-shadow: 0px 8.4px 8.4px 0px rgba(46, 213, 115, 0.15);
  background-size: 300% 100%;
  border-radius: 73px;
  width: fit-content;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  margin: 0 auto !important;
  margin-top: 20px !important;
  padding: 0 !important;
}

.formWithBackground_form .gform_footer:hover {
  background-position: 100% 0;
}

.formWithBackground_form .gform_footer input {
  padding: 10px 20px !important;
  margin: 0 !important;
  width: 100%;
  height: 100%;
}