/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/contact-form.scss ***!
  \************************************************************************************************************************/
:root {
  --yellow: #FDB913;
  --black: #000;
  --black-2: #252525;
  --dark: #130E00;
  --grey: #595959;
  --white: #fff;
  --light-black: #1D1D1D;
  --green: #4A9C2D;
  --bg-green: rgba(74, 156, 45, 0.20);
  --cream: #F1F1CD;
  --light-blue: #D9EDEE;
  --dark-blue: #9AC4C1;
  --light-yellow: #F1F1CD;
  --light-green: #BFCF88;
  --mint-green: #4a9c2d40;
  --font-main: 'CeraBold', sans-serif;
  --font-reg: 'CeraRegular', sans-serif;
  --font-pro: 'CeraBold', sans-serif;
  --font-sub: 'raleway', sans-serif;
  --gradient-1: #000;
  --gradient-2: linear-gradient(0deg, var(--light-blue) 0%, var(--light-blue) 100%), var(--light-green);
  --shadow-1: 0px 0px -20px #000; }

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.5);
    filter: blur(20px); }
  50% {
    opacity: 0.8;
    transform: scale(0.8);
    filter: blur(15px); }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0); } }

.bg-light-yellow {
  background-color: var(--light-yellow); }

.f-yellow {
  color: var(--yellow); }

.f-grey {
  color: var(--grey); }

.step-tfc-form_wrapper {
  display: block !important;
  padding: 20px;
  background-color: #F1F1CD; }
  @media only screen and (min-width: 992px) {
    .step-tfc-form_wrapper {
      padding: 40px; } }
  @media only screen and (min-width: 1024px) {
    .step-tfc-form_wrapper {
      padding: 50px; } }
  .step-tfc-form_wrapper .gform_required_legend {
    text-align: right;
    font-size: 12px; }
    .step-tfc-form_wrapper .gform_required_legend .gfield_required_asterisk {
      font-size: 15px; }
  .step-tfc-form_wrapper .gf_progressbar_wrapper .gf_progressbar_title {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    font-family: 'CeraRegular', sans-serif;
    color: #4A9C2D; }
  .step-tfc-form_wrapper .gf_progressbar_wrapper .gf_progressbar {
    background: transparent;
    border: 1px solid #4A9C2D; }
    .step-tfc-form_wrapper .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
      background-color: #4A9C2D; }
  .step-tfc-form_wrapper .gsection_title {
    text-transform: none;
    letter-spacing: normal;
    font-size: 24px !important;
    margin: 10px 0; }
    @media only screen and (min-width: 1024px) {
      .step-tfc-form_wrapper .gsection_title {
        font-size: 36px !important; } }
  .step-tfc-form_wrapper .ginput_container .gchoice input {
    transform: scale(1.3); }
  .step-tfc-form_wrapper .ginput_container .gchoice label {
    font-size: 19px;
    margin-left: 10px;
    font-weight: 400;
    font-family: var(--font-reg); }
  .step-tfc-form_wrapper .gform_validation_errors {
    padding: 10px !important;
    box-shadow: none !important; }
    .step-tfc-form_wrapper .gform_validation_errors .gform_submission_error {
      font-size: 17px !important;
      padding: 10px;
      font-family: var(--font-reg);
      text-transform: none;
      letter-spacing: normal; }
  .step-tfc-form_wrapper .gfield_description.validation_message {
    padding: 5px 15px !important;
    font-family: var(--font-reg);
    font-weight: 500;
    font-size: 12px; }
  .step-tfc-form_wrapper .gform_page_footer {
    position: relative; }
    .step-tfc-form_wrapper .gform_page_footer.top_label {
      display: flex;
      justify-content: space-between; }
    .step-tfc-form_wrapper .gform_page_footer img {
      position: absolute;
      right: 0;
      top: 0; }
  .step-tfc-form_wrapper .gform_next_button, .step-tfc-form_wrapper .gform_previous_button {
    margin-top: 30px;
    min-height: 55px;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    font-family: var(--font-main);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    border: 1px solid var(--black);
    transition: all 0.3s ease-in-out;
    padding: 0 15px; }
    @media only screen and (min-width: 992px) {
      .step-tfc-form_wrapper .gform_next_button, .step-tfc-form_wrapper .gform_previous_button {
        padding: 0 40px; } }
  .step-tfc-form_wrapper .gform_next_button {
    background-color: var(--yellow);
    color: var(--black); }
  .step-tfc-form_wrapper .gform_next_button + img {
    position: absolute !important;
    right: 0; }
  .step-tfc-form_wrapper .gform_previous_button {
    text-decoration: none;
    padding: 0 15px;
    font-size: 20px; }
    @media only screen and (min-width: 992px) {
      .step-tfc-form_wrapper .gform_previous_button {
        padding: 0 22px; } }
  .step-tfc-form_wrapper .gfield_label.gform-field-label {
    font-family: var(--font-reg);
    font-size: 16px;
    font-weight: 400 !important; }
  .step-tfc-form_wrapper .ginput_container input, .step-tfc-form_wrapper .ginput_container textarea, .step-tfc-form_wrapper .ginput_container select, .step-tfc-form_wrapper .ginput_container option {
    font-size: 18px;
    font-family: var(--font-reg);
    font-weight: normal; }
  .step-tfc-form_wrapper .ginput_container select, .step-tfc-form_wrapper .ginput_container option {
    font-size: 16px !important;
    font-weight: normal; }
  @media only screen and (min-width: 576px) {
    .step-tfc-form_wrapper .gfield:nth-of-type(7) {
      grid-column: 1/5 !important; } }
  @media only screen and (min-width: 576px) {
    .step-tfc-form_wrapper .gfield:nth-of-type(8) {
      grid-column: -5/5 !important; } }
  @media only screen and (min-width: 576px) {
    .step-tfc-form_wrapper .gfield:nth-of-type(10), .step-tfc-form_wrapper .gfield:nth-of-type(11), .step-tfc-form_wrapper .gfield:nth-of-type(12) {
      grid-row: 6/7;
      grid-column: 1/5 !important; } }
  @media only screen and (min-width: 576px) {
    .step-tfc-form_wrapper .gfield:nth-of-type(13), .step-tfc-form_wrapper .gfield:nth-of-type(14) {
      grid-column: span 4 !important; } }
  .step-tfc-form_wrapper .prod-code {
    position: relative; }
    .step-tfc-form_wrapper .prod-code a {
      font-family: var(--font-main);
      font-size: 14px; }
      .step-tfc-form_wrapper .prod-code a:hover {
        text-decoration: none; }
        .step-tfc-form_wrapper .prod-code a:hover .hover-prod {
          transform: scale(1); }
      .step-tfc-form_wrapper .prod-code a .hover-prod {
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        padding: 25px;
        border-radius: 10px;
        position: absolute;
        bottom: 37px;
        max-width: 300px;
        backdrop-filter: blur(14px) saturate(120%);
        background-color: rgba(255, 255, 255, 0.4);
        transition: all 0.3s ease-in-out;
        transform: scale(0);
        transform-origin: bottom center; }
        @media only screen and (min-width: 992px) {
          .step-tfc-form_wrapper .prod-code a .hover-prod {
            max-width: 420px; } }
        .step-tfc-form_wrapper .prod-code a .hover-prod .hover-prod_inner {
          display: flex;
          justify-content: flex-start;
          flex-direction: column; }
        .step-tfc-form_wrapper .prod-code a .hover-prod span {
          font-size: 20px;
          color: #000; }
  .step-tfc-form_wrapper input.datepicker {
    width: 100% !important; }

.step-tfc-form.gform_confirmation_wrapper .gform_confirmation_message {
  padding: 20px 30px;
  background: var(--green);
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-family: var(--font-main);
  margin: 15px 0; }
  
.form-first-hide {
	display: none;
}	

