﻿/* #region colors */
/* #endregion colors */
/* #region breakpoints */
/* #endregion breakpoints */
/* #region media queries for new mockups */
/* #endregion media queries for new mockups */
.contact-form-section {
  height: fit-content;
  border-radius: 30px; }
  .contact-form-section .contact-form-head {
    color: #000000;
    margin: 0 24px 0 40px; }
  .contact-form-section .contact-form {
    margin: 25px 40px 22px; }
    .contact-form-section .contact-form .contact-form-control-container {
      display: flex;
      flex-direction: column; }
      .contact-form-section .contact-form .contact-form-control-container .contact-form-item {
        position: relative;
        margin-bottom: 25px; }
        .contact-form-section .contact-form .contact-form-control-container .contact-form-item .contact-form-input-label {
          color: #3A4147;
          opacity: 0.5; }
        .contact-form-section .contact-form .contact-form-control-container .contact-form-item .contact-form-textfield, .contact-form-section .contact-form .contact-form-control-container .contact-form-item .contact-form-textarea {
          width: calc(100% - 2px);
          border-radius: 8px;
          border: 0;
          padding: 0 10px;
          color: #3A4147;
          box-sizing: border-box;
          margin: 1px; }
          .contact-form-section .contact-form .contact-form-control-container .contact-form-item .contact-form-textfield:active, .contact-form-section .contact-form .contact-form-control-container .contact-form-item .contact-form-textfield:focus, .contact-form-section .contact-form .contact-form-control-container .contact-form-item .contact-form-textarea:active, .contact-form-section .contact-form .contact-form-control-container .contact-form-item .contact-form-textarea:focus {
            outline: none;
            box-shadow: 0 0 7px #FF7A00; }
        .contact-form-section .contact-form .contact-form-control-container .contact-form-item .input-container {
          padding: 0;
          margin: -1px; }
          .contact-form-section .contact-form .contact-form-control-container .contact-form-item .input-container:hover {
            background: linear-gradient(0.25turn, #FF3D00 3.35%, #FF7A00 100%);
            border-radius: 9px; }
          .contact-form-section .contact-form .contact-form-control-container .contact-form-item .input-container.textfield-container {
            height: 43px; }
          .contact-form-section .contact-form .contact-form-control-container .contact-form-item .input-container.textarea-container {
            height: 130px; }
        .contact-form-section .contact-form .contact-form-control-container .contact-form-item .contact-form-textfield {
          height: 41px; }
          .contact-form-section .contact-form .contact-form-control-container .contact-form-item .contact-form-textfield.input-validation-error {
            border: 1px solid #E92D2F; }
        .contact-form-section .contact-form .contact-form-control-container .contact-form-item .contact-form-textarea {
          resize: none;
          height: 128px; }
        .contact-form-section .contact-form .contact-form-control-container .contact-form-item .contact-form-error {
          color: #FFFFFF;
          background: #E92D2F;
          padding: 5px;
          border-radius: 10px;
          font-family: Roboto;
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 16px;
          position: absolute;
          display: block;
          top: 0;
          right: 10px; }
          .contact-form-section .contact-form .contact-form-control-container .contact-form-item .contact-form-error.field-validation-valid {
            visibility: hidden; }
          .contact-form-section .contact-form .contact-form-control-container .contact-form-item .contact-form-error::after {
            content: "";
            position: absolute;
            bottom: -5px;
            left: 10px;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #E92D2F; }
    .contact-form-section .contact-form .contact-error-message, .contact-form-section .contact-form .contact-success-message {
      display: none;
      font-family: Nunito;
      font-style: normal;
      font-weight: 700;
      font-size: 26px;
      line-height: 35px;
      margin: 24px 0; }
      .contact-form-section .contact-form .contact-error-message.active, .contact-form-section .contact-form .contact-success-message.active {
        display: inline; }
    .contact-form-section .contact-form .contact-success-message {
      color: #00A04A; }
    .contact-form-section .contact-form .contact-error-message {
      color: #E92D2F; }
    .contact-form-section .contact-form .attachments-container .attach-list-container ul.attach-list {
      margin: 0;
      list-style: none;
      padding-left: 0px; }
      .contact-form-section .contact-form .attachments-container .attach-list-container ul.attach-list > li {
        display: flex;
        align-items: center;
        margin-bottom: 10px; }
        .contact-form-section .contact-form .attachments-container .attach-list-container ul.attach-list > li .close {
          height: 25px;
          width: 25px;
          background-image: url(../images/close_icon_sm.svg);
          background-repeat: no-repeat;
          margin-left: 10px;
          cursor: pointer; }
          .contact-form-section .contact-form .attachments-container .attach-list-container ul.attach-list > li .close:hover {
            background-color: #FFFFFF;
            border-radius: 25px; }
        .contact-form-section .contact-form .attachments-container .attach-list-container ul.attach-list > li:before {
          content: '';
          background-image: url("../images/blank-file.svg");
          background-size: 100% 100%;
          width: 25px;
          height: 25px;
          margin-right: 12px; }
    .contact-form-section .contact-form .attachments-container .contact-attachments {
      display: flex; }
      .contact-form-section .contact-form .attachments-container .contact-attachments .attachments-message {
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 150%;
        margin-left: 20px;
        color: #3A4147; }
        .contact-form-section .contact-form .attachments-container .contact-attachments .attachments-message > p {
          margin: 0; }
      .contact-form-section .contact-form .attachments-container .contact-attachments .contact-button-attach-input {
        display: none; }
      .contact-form-section .contact-form .attachments-container .contact-attachments .contact-button-attach-label {
        display: flex;
        align-items: center;
        width: fit-content;
        border-radius: 24px;
        padding: 5px 25px 5px 15px;
        position: relative;
        cursor: pointer;
        border: 2px solid transparent; }
        .contact-form-section .contact-form .attachments-container .contact-attachments .contact-button-attach-label .attachment-icon {
          background: url(../images/attach_icon.svg) center center no-repeat;
          width: 30px;
          height: 30px;
          display: block;
          z-index: 3; }
        .contact-form-section .contact-form .attachments-container .contact-attachments .contact-button-attach-label .attachment-button-name {
          font-family: Nunito;
          font-style: normal;
          font-weight: 700;
          font-size: 16px;
          line-height: 22px;
          z-index: 3; }
        .contact-form-section .contact-form .attachments-container .contact-attachments .contact-button-attach-label::before {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          content: '';
          border-radius: 24px;
          background-color: #E5E5E5;
          z-index: 2; }
        .contact-form-section .contact-form .attachments-container .contact-attachments .contact-button-attach-label::after {
          position: absolute;
          top: -2px;
          bottom: -2px;
          left: -2px;
          right: -2px;
          background: linear-gradient(0.25turn, #FF3D00 3.35%, #FF7A00 100%);
          content: '';
          border-radius: 24px; }
        .contact-form-section .contact-form .attachments-container .contact-attachments .contact-button-attach-label:hover {
          box-shadow: 0px 0px 10px #FF7A00; }
    .contact-form-section .contact-form .contact-buttons {
      margin: 35px 0; }
      .contact-form-section .contact-form .contact-buttons .agree-container {
        display: block;
        position: relative;
        padding-left: 26px;
        margin: 0 0 25px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        /* Create the checkmark/indicator (hidden when not checked) */
        /* Show the checkmark when checked */
        /* Style the checkmark/indicator */ }
        .contact-form-section .contact-form .contact-buttons .agree-container p {
          font-family: Roboto;
          font-style: normal;
          font-weight: 400;
          font-size: 13px;
          line-height: 15px;
          color: #3A4147; }
          .contact-form-section .contact-form .contact-buttons .agree-container p a {
            width: fit-content;
            background: linear-gradient(0.25turn, #FF3D00 3.35%, #FF7A00 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-decoration: none; }
        .contact-form-section .contact-form .contact-buttons .agree-container input {
          position: absolute;
          opacity: 0;
          cursor: pointer;
          height: 0;
          width: 0; }
        .contact-form-section .contact-form .contact-buttons .agree-container .checkmark {
          position: absolute;
          top: 0;
          left: 0;
          height: 16px;
          width: 16px;
          background-color: #FFFFFF;
          border: 1px solid #3A4147;
          box-sizing: border-box; }
        .contact-form-section .contact-form .contact-buttons .agree-container:hover input ~ .checkmark {
          border: 1px solid #FF7A00;
          box-shadow: 0px 0px 4px #FF7A00; }
        .contact-form-section .contact-form .contact-buttons .agree-container input:checked ~ .checkmark {
          background: #FF7A00;
          border: 1px solid #FF7A00;
          box-shadow: 0px 0px 4px #FF7A00; }
        .contact-form-section .contact-form .contact-buttons .agree-container .checkmark:after {
          content: "";
          position: absolute;
          display: none; }
        .contact-form-section .contact-form .contact-buttons .agree-container input:checked ~ .checkmark:after {
          display: block; }
        .contact-form-section .contact-form .contact-buttons .agree-container .checkmark:after {
          left: 3px;
          top: -1px;
          width: 5px;
          height: 10px;
          border: solid white;
          border-width: 0 4px 4px 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
    .contact-form-section .contact-form .captcha-agreement > * {
      font-family: Roboto;
      font-style: normal;
      font-weight: 400;
      font-size: 13px;
      line-height: 15px;
      color: #3A4147;
      opacity: 0.7; }
    .contact-form-section .contact-form .captcha-agreement a {
      text-decoration: none;
      color: inherit; }
      .contact-form-section .contact-form .captcha-agreement a:active {
        color: inherit; }
      .contact-form-section .contact-form .captcha-agreement a:hover {
        color: inherit; }

@media only screen and (max-width: 767px) {
  .contact-form-section .contact-form-head {
    margin: 20px 20px 0; }
  .contact-form-section .contact-form {
    margin: 20px; }
    .contact-form-section .contact-form .attachments-container .contact-attachments .contact-button-attach-label {
      padding: 5px; }
      .contact-form-section .contact-form .attachments-container .contact-attachments .contact-button-attach-label .attachment-button-name {
        display: none; }
    .contact-form-section .contact-form .contact-buttons .default-btn {
      margin: 0 auto; } }
