/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
@font-face {
  font-family: 'Jazmin';
  font-weight: 700;
  src: url("/app/themes/florent/assets/fonts/Jazmin-Bold.otf"); }

@font-face {
  font-family: 'Jazmin';
  font-weight: 600;
  src: url("/app/themes/florent/assets/fonts/Jazmin-SemiBold.otf"); }

@font-face {
  font-family: 'Cera Pro';
  font-weight: 400;
  src: url("/app/themes/florent/assets/fonts/Cera-Pro-Regular.otf"); }

@font-face {
  font-family: 'Cera Pro';
  font-weight: 400;
  font-style: italic;
  src: url("/app/themes/florent/assets/fonts/Cera-Pro-Regular-Italic.otf"); }

@font-face {
  font-family: 'Cera Pro';
  font-weight: 500;
  src: url("/app/themes/florent/assets/fonts/Cera-Pro-Medium.otf"); }

@font-face {
  font-family: 'Cera Pro';
  font-weight: 500;
  font-style: italic;
  src: url("/app/themes/florent/assets/fonts/Cera-Pro-Medium-italic.otf"); }

@font-face {
  font-family: 'Cera Pro';
  font-weight: 700;
  src: url("/app/themes/florent/assets/fonts/Cera-Pro-Bold.otf"); }

@font-face {
  font-family: 'Cera Pro';
  font-weight: 700;
  font-style: italic;
  src: url("/app/themes/florent/assets/fonts/Cera-Pro-Bold-italic.otf"); }

section input[type="submit"], .gform-theme.gform-theme--framework.gform_wrapper .gform_footer button.button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
section input:visited[type="submit"],
.gform-theme.gform-theme--framework.gform_wrapper .gform_footer button.button.gform_button:visited:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  font-family: "Cera Pro", Helvetica, Arial, sans-serif;
  display: inline-block;
  text-decoration: none;
  color: var(--white);
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 10px 15px;
  border: 2px solid var(--blue);
  cursor: pointer;
  background: var(--blue);
  text-align: center;
  transition: background-color .3s ease-in-out, color .3s ease-in-out;
  font-weight: 700; }
  section input:hover[type="submit"], .gform-theme.gform-theme--framework.gform_wrapper .gform_footer button.button.gform_button:hover:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), section input:focus[type="submit"], .gform-theme.gform-theme--framework.gform_wrapper .gform_footer button.button.gform_button:focus:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  section input:visited:hover[type="submit"],
  .gform-theme.gform-theme--framework.gform_wrapper .gform_footer button.button.gform_button:visited:hover:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  section input:visited:focus[type="submit"],
  .gform-theme.gform-theme--framework.gform_wrapper .gform_footer button.button.gform_button:visited:focus:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    color: var(--blue);
    text-decoration: none;
    outline: none;
    background: transparent; }
  section input:active[type="submit"], .gform-theme.gform-theme--framework.gform_wrapper .gform_footer button.button.gform_button:active:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  section input:visited:active[type="submit"],
  .gform-theme.gform-theme--framework.gform_wrapper .gform_footer button.button.gform_button:visited:active:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    top: 1px; }
  section input.hollow[type="submit"], .gform-theme.gform-theme--framework.gform_wrapper .gform_footer button.hollow.button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  section input:visited.hollow[type="submit"],
  .gform-theme.gform-theme--framework.gform_wrapper .gform_footer button.button.gform_button:visited.hollow:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    display: inline-block;
    background-color: transparent;
    color: var(--blue);
    border-color: var(--blue); }
    section input.hollow:hover[type="submit"], .gform-theme.gform-theme--framework.gform_wrapper .gform_footer button.hollow.button.gform_button:hover:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
    section input:visited.hollow:hover[type="submit"],
    .gform-theme.gform-theme--framework.gform_wrapper .gform_footer button.button.gform_button:visited.hollow:hover:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
      background-color: transparent;
      color: var(--blue-darken);
      border-color: var(--blue-darken); }
  section input.turquoise[type="submit"], .gform-theme.gform-theme--framework.gform_wrapper .gform_footer button.turquoise.button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  section input:visited.turquoise[type="submit"],
  .gform-theme.gform-theme--framework.gform_wrapper .gform_footer button.button.gform_button:visited.turquoise:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    background-color: var(--turquoise);
    color: var(--blue);
    border-color: var(--turquoise);
    display: inline-block; }
    section input.turquoise:hover[type="submit"], .gform-theme.gform-theme--framework.gform_wrapper .gform_footer button.turquoise.button.gform_button:hover:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
    section input:visited.turquoise:hover[type="submit"],
    .gform-theme.gform-theme--framework.gform_wrapper .gform_footer button.button.gform_button:visited.turquoise:hover:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
      background-color: transparent; }
  section input.white[type="submit"], .gform-theme.gform-theme--framework.gform_wrapper .gform_footer button.white.button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  section input:visited.white[type="submit"],
  .gform-theme.gform-theme--framework.gform_wrapper .gform_footer button.button.gform_button:visited.white:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    border-color: var(--white);
    color: var(--white);
    display: inline-block;
    background-color: transparent; }
    section input.white:hover[type="submit"], .gform-theme.gform-theme--framework.gform_wrapper .gform_footer button.white.button.gform_button:hover:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
    section input:visited.white:hover[type="submit"],
    .gform-theme.gform-theme--framework.gform_wrapper .gform_footer button.button.gform_button:visited.white:hover:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
      background-color: var(--white);
      color: var(--blue); }

section input:not([type="checkbox"]):not([type="submit"]):not([type="radio"]):not([type="button"]),
section .gfield--type-textarea textarea, section select {
  padding: 6px 0;
  margin-bottom: 0;
  display: block;
  width: 100%;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid var(--blue);
  color: var(--blue); }
  section input:not([type="checkbox"]):not([type="submit"]):not([type="radio"]):not([type="button"]):focus,
  section .gfield--type-textarea textarea:focus, section select:focus {
    outline: none; }
  section input:not([type="checkbox"]):not([type="submit"]):not([type="radio"]):not([type="button"])::-moz-placeholder, section .gfield--type-textarea textarea::-moz-placeholder, section select::-moz-placeholder {
    color: var(--blue); }
  section input:not([type="checkbox"]):not([type="submit"]):not([type="radio"]):not([type="button"])::placeholder,
  section .gfield--type-textarea textarea::placeholder, section select::placeholder {
    color: var(--blue); }

section .gfield--type-textarea textarea {
  border: 2px solid var(--blue);
  padding: 6px; }

section input:not([type="checkbox"]) {
  border-radius: 5px; }

section input[type="submit"] {
  margin-top: .85rem; }

section .validation_message:before {
  content: '\e90d';
  font-family: Icomoon;
  color: #c02b0a;
  font-size: 20px;
  position: relative;
  margin-right: .5em;
  top: 3px;
  margin-left: -11px; }

section .gfield_error legend:before {
  content: '\e90d';
  font-family: Icomoon;
  color: #c02b0a;
  font-size: 20px;
  position: relative;
  margin-right: .5em;
  top: 3px;
  font-weight: normal; }

section .gfield:not(.gfield--type-fileupload) label {
  display: none; }

section .gfield.gfield--type-fileupload:not(.gfield_error) .gfield_description:not(.gform_fileupload_rules) {
  display: none; }

section .ginput_preview_list button {
  z-index: 2; }

section .gfield.gfield--type-fileupload {
  position: relative;
  margin-bottom: 1rem; }
  section .gfield.gfield--type-fileupload label {
    position: absolute;
    inset: 0;
    margin: 0;
    display: flex;
    align-items: center;
    padding: 6px 0;
    color: var(--blue);
    font-weight: 700;
    cursor: pointer;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  section .gfield.gfield--type-fileupload .gform_fileupload_rules {
    color: transparent; }
  section .gfield.gfield--type-fileupload .ginput_container_fileupload {
    position: relative;
    border-bottom: 2px solid var(--blue);
    min-height: 3.5rem;
    display: flex;
    align-items: center;
    background-color: transparent;
    transition: border-color .2s ease, background-color .2s ease;
    cursor: pointer; }
    section .gfield.gfield--type-fileupload .ginput_container_fileupload input[type="file"] {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      cursor: pointer; }
    section .gfield.gfield--type-fileupload .ginput_container_fileupload:focus-within {
      border-color: var(--blue);
      background-color: rgba(204, 204, 234, 0.35); }
  section .gfield.gfield--type-fileupload.has-file label {
    color: var(--blue); }
  section .gfield.gfield--type-fileupload.has-file .ginput_container_fileupload {
    border-color: var(--blue-); }

section .gform_required_legend {
  display: none; }

.gform-theme.gform-theme--framework.gform_wrapper .gform_footer button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform_button {
  display: block;
  width: auto;
  margin-left: auto;
  font-size: 1rem; }

.section-heading {
  position: relative;
  padding-bottom: 2em; }
  @media (min-width: 981px) {
    .section-heading .container {
      display: flex;
      justify-content: space-between; } }
  .section-heading .container .left {
    padding-bottom: 30px; }
    @media (min-width: 981px) {
      .section-heading .container .left {
        flex: 1;
        padding-bottom: 0; } }
  .section-heading h1 {
    padding-bottom: 55px;
    margin-bottom: 40px;
    position: relative; }
    .section-heading h1::before {
      content: '';
      width: 80px;
      height: 2px;
      background-color: var(--blue);
      position: absolute;
      left: 0;
      bottom: 0; }
  .section-heading .content {
    padding-bottom: 10px; }
    @media (min-width: 981px) {
      .section-heading .content {
        max-width: 460px; } }

/*# sourceMappingURL=heading.css.map */
