@charset "UTF-8";
.alignnone {
  margin-bottom: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.sticky {
  display: block;
}

.gallery-caption {
  display: block;
}

.bypostauthor {
  display: block;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 1;
  color: #B96955;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: left;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 1px solid #2B303C;
  border-radius: 50%;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  padding: 0;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  background-color: #2B303C;
  opacity: 1;
}

/*-----Helpers-----*/
.background-image {
  background-position: center;
  background-size: cover;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.unstyled {
  list-style-type: none;
  padding-left: 0;
}

p.big {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.01em;
}

.object-fit-contain img {
  object-fit: contain !important;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (min-width: 1025px) {
  .hide-tablet-portrait-up {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .hide-tablet-up {
    display: none !important;
  }
}
@media (min-width: 1361px) {
  .hide-laptop-up {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .hide-tablet-down {
    display: none !important;
  }
}
.last {
  margin-right: 0 !important;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----Fix Flash of Unstyled Text-----*/
.wf-loading {
  opacity: 0;
}

.wf-active {
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
  opacity: 1;
}

.wf-inactive {
  opacity: 1;
}

.site-container {
  max-width: 1300px;
  margin: auto;
}
@media (max-width: 1360px) {
  .site-container {
    padding-inline: 2.4rem;
  }
}
@media (max-width: 480px) {
  .site-container {
    padding-inline: 2.4rem;
  }
}
.site-container--medium {
  max-width: 1088px;
}
.site-container--narrow {
  max-width: 800px;
}
.site-container--x-narrow {
  max-width: 600px;
}

.fl-section {
  padding: 8rem 0;
  background-color: #F9F9F9;
}
.fl-section.no-top-padding {
  padding-top: 0;
}
.fl-section.light-top-padding {
  padding-top: 5rem;
}
.fl-section.lots-of-top-padding {
  padding-top: 18rem;
}
.fl-section.no-bottom-padding {
  padding-bottom: 0;
}
.fl-section.light-bottom-padding {
  padding-bottom: 5rem;
}
.fl-section.lots-of-bottom-padding {
  padding-bottom: 18rem;
}
.fl-section.alt-bg {
  background-color: #2B303C;
  color: #DDDDDD;
}
.fl-section.bg-white {
  background-color: #fff;
}
.fl-section.bg-blue {
  background-color: #1D2330;
  color: #DDDDDD;
}
.fl-section.text-default p {
  color: #2B303C;
}

@media (max-width: 1024px) {
  .fl-section {
    padding: 4rem 0;
  }
  .fl-section.light-top-padding {
    padding-top: 3rem;
  }
  .fl-section.lots-of-top-padding {
    padding: 5rem 0;
  }
  .fl-section.light-bottom-padding {
    padding-bottom: 3rem;
  }
  .fl-section.lots-of-bottom-padding {
    padding-bottom: 5rem;
  }
  .no-top-padding-mobile {
    padding-top: 0;
  }
  .no-bottom-padding-mobile {
    padding-bottom: 0;
  }
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/SegoeUI.eot");
  src: url("../fonts/SegoeUI.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI.woff2") format("woff2"), url("../fonts/SegoeUI.woff") format("woff"), url("../fonts/SegoeUI.svg#SegoeUI") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/SegoeUI-Italic.eot");
  src: url("../fonts/SegoeUI-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI-Italic.woff2") format("woff2"), url("../fonts/SegoeUI-Italic.woff") format("woff"), url("../fonts/SegoeUI-Italic.svg#SegoeUI-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/SegoeUI-Bold.eot");
  src: url("../fonts/SegoeUI-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI-Bold.woff2") format("woff2"), url("../fonts/SegoeUI-Bold.woff") format("woff"), url("../fonts/SegoeUI-Bold.svg#SegoeUI-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/SegoeUI-BoldItalic.eot");
  src: url("../fonts/SegoeUI-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI-BoldItalic.woff2") format("woff2"), url("../fonts/SegoeUI-BoldItalic.woff") format("woff"), url("../fonts/SegoeUI-BoldItalic.svg#SegoeUI-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
* {
  outline: none;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
}

body {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.4;
  font-family: "Segoe UI", sans-serif;
  color: #2B303C;
  overflow-x: hidden;
}

img,
a > svg {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
p,
ul {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
}

h1,
h2,
h3 {
  line-height: 1.2;
}

h1 {
  font-size: clamp(3.2rem, 4vw, 4.8rem);
  margin-bottom: 3rem;
}

h2 {
  font-size: clamp(2.6rem, 3.2vw, 3.8rem);
  margin-bottom: 3rem;
}

h3 {
  font-size: clamp(2rem, 2.4vw, 2.8rem);
  margin-bottom: 2rem;
}

h4 {
  font-size: clamp(1.6rem, 1.8vw, 2.1rem);
  margin-bottom: 1.5rem;
}

p {
  margin-bottom: 1.5rem;
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.fl-list--unstyled {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}

@media (min-width: 940px) {
  .fl-list--two-column {
    column-count: 2;
  }
}
.fl-accordion-mb__title {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.fl-accordion-mb__title .fl-accordion__close span {
  width: 20px;
  height: 2px;
  background-color: #B96955;
  display: block;
}
.fl-accordion-mb__title .fl-accordion__close span:first-child {
  margin-top: 50%;
}
.fl-accordion-mb__title .fl-accordion__close span:last-child {
  transform: rotate(-90deg) translate(1px, 0px);
}
.fl-accordion-mb__text {
  display: none;
}
.fl-accordion-mb.is-active .fl-accordion__close span:last-child {
  display: none;
}
@media (min-width: 940px) {
  .fl-accordion-mb .fl-accordion__close {
    display: none;
  }
}

/*-----Forms-----*/
.gform_wrapper {
  margin: 0 !important;
}
.gform_wrapper.gravity-theme .gform_fields, .gform_wrapper.gform-theme .gform_fields {
  grid-column-gap: 2rem !important;
}
.gform_wrapper.gravity-theme .gform_fields .ginput_container--name, .gform_wrapper.gform-theme .gform_fields .ginput_container--name {
  column-gap: 2rem !important;
}
.gform_wrapper.gravity-theme .gform_fields .ginput_container_address span,
.gform_wrapper.gravity-theme .gform_fields .ginput_full:not(:last-of-type), .gform_wrapper.gform-theme .gform_fields .ginput_container_address span,
.gform_wrapper.gform-theme .gform_fields .ginput_full:not(:last-of-type) {
  margin-bottom: 0 !important;
  flex-basis: calc(50% - 1rem) !important;
  flex-grow: 0;
  flex-shrink: 0;
}
.gform_wrapper.gravity-theme .gform_fields .ginput_complex, .gform_wrapper.gform-theme .gform_fields .ginput_complex {
  column-gap: 2rem !important;
}
.gform_wrapper.gravity-theme .gform_fields .ginput_complex .gf_clear_complex, .gform_wrapper.gform-theme .gform_fields .ginput_complex .gf_clear_complex {
  display: none !important;
}
.gform_wrapper.gravity-theme .gform_fields .ginput_complex span, .gform_wrapper.gform-theme .gform_fields .ginput_complex span {
  margin-bottom: 0 !important;
}
.gform_wrapper li {
  list-style-type: none;
  padding-right: 0 !important;
}
.gform_wrapper .gfield,
.gform_wrapper .ginput_container {
  margin: 0 !important;
}
.gform_wrapper textarea,
.gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  display: block !important;
  padding: 1.5rem 0 !important;
  width: 100% !important;
  margin: 0 !important;
  box-shadow: none !important;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid;
  font-size: 16px !important;
  font-family: "Segoe UI", sans-serif !important;
}
.gform_wrapper select {
  font-family: inherit !important;
}
.gform_wrapper .ginput_address_city,
.gform_wrapper .ginput_address_state,
.gform_wrapper .ginput_address_zip,
.gform_wrapper .ginput_address_country {
  inline-size: calc(50% - 10px) !important;
}
.gform_wrapper .gform-grid-col {
  padding-inline: 0 !important;
}
.gform_wrapper .gform-grid-row {
  row-gap: 2rem !important;
}
.gform_wrapper .gform_fields {
  row-gap: 2rem !important;
}
.gform_wrapper .gform_fields > li:first-of-type input:not([type=submit]) {
  margin-top: 0 !important;
}
.gform_wrapper .gfield--type-address label,
.gform_wrapper .gfield--type-address legend,
.gform_wrapper .gfield--type-email label,
.gform_wrapper .gfield--type-email legend,
.gform_wrapper .gfield--type-name label,
.gform_wrapper .gfield--type-name legend,
.gform_wrapper .gfield--type-phone label,
.gform_wrapper .gfield--type-phone legend,
.gform_wrapper .gfield--type-text label,
.gform_wrapper .gfield--type-text legend,
.gform_wrapper .gfield--type-textarea label,
.gform_wrapper .gfield--type-textarea legend {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield--type-select label {
  display: initial !important;
}
.gform_wrapper textarea {
  margin-bottom: 0;
  height: 100px !important;
}
.gform_wrapper .gform_footer {
  flex-direction: column;
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.gform_wrapper .button {
  margin-top: 2rem !important;
  -webkit-appearance: none !important;
  cursor: pointer;
  margin-bottom: 2rem !important;
}
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.gform_wrapper .fl-form-consent {
  font-size: 0.7rem;
  line-height: 1.3;
}
.gform_wrapper .fl-form-consent a {
  text-decoration: underline;
}

.gform_confirmation_message * {
  font: 400 4.5rem/4.3rem "Segoe UI", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #B96955 !important;
}

@media (max-width: 768px) {
  .gform_wrapper .button {
    width: auto !important;
  }
}
.fl-search__grid {
  display: flex;
}
.fl-search__field {
  -webkit-appearance: none;
  padding: 0.5rem 1rem;
  border: 1px solid #ddd;
  border-right: none;
  height: 40px;
  width: calc(100% - 110px);
  font-size: 1.8rem;
}
.fl-search__submit {
  border: none;
  font-size: 1.8rem;
  position: relative;
  width: 110px;
  height: 40px;
  line-height: 1;
}
.fl-search__submit:hover {
  cursor: pointer;
}

.error404 .fl-404__main {
  background-color: #2B303C;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  color: #fff;
}
.error404 .fl-404__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 60px;
  max-width: 1000px;
  width: 100%;
}
@media (max-width: 768px) {
  .error404 .fl-404__content {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
}
.error404 .fl-404__number {
  font-family: "Times New Roman", Times, serif;
  font-size: 300px;
  font-weight: 400;
  font-style: regular;
  color: #1D2330;
}
.error404 .fl-404__heading {
  font-family: "Times New Roman", Times, serif;
  font-size: 48px;
  font-weight: 400;
  color: #F6A35C;
  margin-bottom: 1rem;
}
.error404 .fl-404__message {
  font-size: 24px;
  max-width: 400px;
  line-height: 1.6;
  color: #DDDDDD;
}

.fl-button,
.gform_button.button {
  text-decoration: none !important;
  display: inline-block;
}

.fl-button-wrapper {
  display: flex;
  gap: 20px;
}

.fl-button {
  color: #B96955;
  font-weight: 600;
  text-transform: uppercase;
}
.fl-button .fl-icon-chevron {
  border: 1px solid;
  border-radius: 4px;
  vertical-align: middle;
  margin-left: 15px;
  text-align: center;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s cubic-bezier(0.1, 0, 0.1, 1);
}
.fl-button .fl-icon-chevron svg {
  position: absolute;
  top: 10px;
  left: 10px;
  transition: left 0.3s cubic-bezier(0.1, 0, 0.1, 1);
}
.fl-button .fl-icon-chevron svg:first-child {
  left: -20px;
}
.fl-button .fl-icon-chevron svg * {
  fill: #B96955;
}
.fl-button:hover .fl-icon-chevron {
  background-color: #B96955;
}
.fl-button:hover .fl-icon-chevron svg {
  left: 40px;
  transition: left 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}
.fl-button:hover .fl-icon-chevron svg:first-child {
  left: 10px;
}
.fl-button:hover .fl-icon-chevron svg:first-child * {
  fill: #2B303C;
}

.fl-location__contact li {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
.fl-location__icon svg {
  width: 12px;
  position: relative;
  top: 1px;
}
.fl-location__icon.fl-location__pin svg {
  top: 2px;
  width: 10px;
  margin-right: 2px;
}
.fl-location__year {
  text-transform: uppercase;
  font-size: 1.7rem;
  margin-bottom: 3rem;
}
.fl-location__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.fl-location__services ul {
  padding-left: 1.7rem;
}
.fl-location .fl-footer__social {
  justify-content: left;
}
.fl-location .site-container--flex {
  display: flex;
  flex-direction: column-reverse;
  gap: 3rem;
}
.fl-location h1 {
  margin-bottom: 1rem;
}
.fl-location__map {
  position: relative;
  height: 400px;
}
.fl-location__map .acf-map {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.fl-location__form {
  padding: 3rem;
}
.fl-location__form .gform_footer {
  justify-content: center;
  padding-bottom: 0 !important;
}

@media (min-width: 940px) {
  .fl-location__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
  }
}
@media (min-width: 1025px) {
  .fl-location__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 5rem;
  }
  .fl-location .site-container--flex {
    flex-direction: row;
    gap: 7.5rem;
  }
  .fl-location__contact {
    width: 45%;
  }
  .fl-location__map {
    width: 55%;
  }
  .fl-location__form {
    padding: 5rem;
  }
}
html {
  scroll-padding: calc(135px + 6rem);
}
@media (max-width: 1024px) {
  html {
    scroll-padding: calc(118px + 6rem);
  }
}

.login-btn-group:hover .sub-menu {
  display: block !important;
}

.fl-header,
.fl-header * {
  font-size: 1.6rem !important;
}

.fl-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 1px 10px 2px rgba(0, 0, 0, 0.25);
  z-index: 50;
  background-color: #1D2330;
}
@media (min-width: 1061px) and (max-width: 1092px) {
  .fl-header {
    font-size: 1.4rem;
  }
}
@media (min-width: 1025px) and (max-width: 1060px) {
  .fl-header {
    font-size: 1.3rem;
  }
}
.fl-header #site-link {
  align-content: center;
}
.fl-header #site-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
}
.fl-header .fl-header__logo {
  width: 50px;
  transition: transform 1.5s cubic-bezier(0.1, 0, 0.1, 1), width 0.6s ease-in-out;
  transform-origin: 50% 50%;
}
.fl-header .fl-header__logo.shrink {
  width: 40px !important;
}
.fl-header .fl-header__logo-words * {
  transition: fill 1.5s;
}
.fl-header .fl-header__logo-words {
  width: 109px;
  transition: width 0.6s ease-in-out;
}
.fl-header .fl-header__logo-words.shrink {
  width: 80px !important;
}
.fl-header #site-link:hover .fl-header__logo {
  transform: rotate(60deg);
}
.fl-header #site-link:hover .fl-header__logo-words * {
  fill: #B96955;
}
.fl-header a {
  text-decoration: none !important;
}
.fl-header__inner .site-container {
  height: 118px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 2.4rem;
}
.fl-header__nav {
  position: fixed;
  width: 100%;
  min-height: calc(100vh - 118px);
  transform: translateX(-200%);
  left: 0;
  top: 118px;
  padding: 0;
  transition: all 0.2s ease-out;
}
.fl-header__nav .menu {
  padding: 0;
  font-size: 1rem;
  display: block;
  margin-inline: 1rem;
}
.fl-header__nav .menu li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1.5rem 1.4rem;
}
.fl-header__nav .menu li a {
  color: #DDDDDD;
  font-size: 1.8rem;
}
.fl-header__nav .menu li a:hover {
  color: #B96955;
}
.fl-header__nav .menu li a.active-principal {
  color: #B96955;
}
.fl-header__nav .menu li a.active-subitem {
  color: #B6895B;
}
.fl-header__nav .menu li svg {
  cursor: pointer;
  margin-top: 3px;
  display: inline-block;
  fill: #B96955 !important;
  transform: none;
  width: 16px;
  height: 16px;
}
.fl-header__nav .menu li.active svg {
  transform: rotate(45deg);
}
.fl-header__nav .menu li .sub-menu {
  display: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
.fl-header__nav .menu li .sub-menu #menu-item-520 > a,
.fl-header__nav .menu li .sub-menu #menu-item-521 > a {
  font-family: "Times New Roman", Times, serif;
  font-size: 2.5rem;
}
.fl-header__nav .menu li .sub-menu > li.menu-item-has-children > a {
  font-size: 2.4rem !important;
}
.fl-header__nav #primary-menu,
.fl-header__nav #login-menu {
  margin-bottom: 0;
}
.fl-header__nav #primary-menu > li > a,
.fl-header__nav #login-menu > li > a {
  cursor: default;
}
.fl-header__nav ul#primary-menu > li > a {
  cursor: default;
}
.fl-header__nav .menu-item-901 > a {
  cursor: pointer !important;
}
.fl-header__nav .menu-item-1303 > a {
  cursor: pointer !important;
}
.fl-header #login-dropdown .fl-button {
  cursor: pointer;
}
.fl-header .menu-item-has-children.active > .sub-menu::before {
  content: "";
  display: block;
  max-width: 1300px;
  height: 1px;
  background-color: #B96955;
  margin-top: 1.5rem;
}
.fl-header.nav-open .fl-header__nav {
  transform: translateX(0);
  transition: all 0.3s ease-out;
  background: #1D2330;
}
.fl-header__toggle {
  z-index: 2;
  cursor: pointer;
  height: 40px;
  width: 40px;
  border: 1px solid #B96955;
  border-radius: 4px;
  text-align: center;
  padding: 8px;
  display: block;
  position: relative;
}
.fl-header__toggle span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 15px;
  margin: 0.6rem 0;
  transition: all 0.2s ease;
  position: relative;
  background-color: #B96955;
}
.fl-header__toggle span:first-of-type {
  margin-top: 0.2rem;
}
.fl-header__toggle.nav-open span {
  transition: all 0.2s ease;
  position: absolute;
  right: 9px;
}
.fl-header__toggle.nav-open span:first-of-type {
  transform: rotate(45deg) translate(7px, 6px);
}
.fl-header__toggle.nav-open span:nth-of-type(2) {
  display: none;
}
.fl-header__toggle.nav-open span:last-of-type {
  transform: rotate(-45deg) translate(-3px, 4px);
}
.fl-header__shim {
  height: 118px;
}
.fl-header__login {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.fl-header__btn_login, .fl-header_contact {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.fl-header__btn_contact, .fl-header__btn_login {
  padding-inline: 2.4rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
.fl-header__btn_contact {
  margin-top: 6rem;
  color: #B6895B;
}
.fl-header__btn_contact .fl-icon-chevron svg * {
  fill: #B6895B;
}
.fl-header__btn_login {
  margin-top: 2.4rem;
}
.fl-header__btn_login .menu li {
  padding-right: 0;
}
.fl-header__btn_login .menu > li > a {
  color: #B96955;
}
.fl-header__btn_login .menu > li > a .fl-icon-chevron {
  border-color: #B96955;
}
.fl-header__btn_login .menu > li > a .fl-icon-chevron svg * {
  fill: #B96955;
}
.fl-header__btn_login .menu > li > a:hover, .fl-header__btn_login .menu > li > a:focus {
  color: #B96955;
}
.fl-header__btn_login .menu > li > a:hover .fl-icon-chevron, .fl-header__btn_login .menu > li > a:focus .fl-icon-chevron {
  background-color: #B96955;
}
.fl-header__btn_login .menu > li > .sub-menu a {
  font-weight: 400;
  text-transform: none;
  margin-left: 0;
}
.fl-header__btn_login .menu > li > .sub-menu a:hover,
.fl-header__btn_login .menu > li > .sub-menu a:focus {
  color: #F6A35C !important;
}
.fl-header__btn_login .fl-header__btn_login .fl-icon-chevron,
.fl-header__btn_login .fl-icon-chevron svg {
  display: inline-block !important;
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .fl-header__login {
    display: none !important;
  }
  .show-tablet-desktop-intermediate {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .fl-header__shim {
    height: 135px;
    transition: height 0.6s ease-in-out;
  }
  .fl-header__shim.shrink {
    height: 80px !important;
  }
  .fl-header__shim.shrink:hover {
    height: 135px !important;
  }
  .fl-header__inner .site-container {
    height: 135px;
    transition: height 0.6s ease-in-out;
    padding-inline: 0;
  }
  .fl-header__inner .site-container.shrink {
    height: 80px !important;
  }
  .fl-header__inner .site-container.shrink:hover {
    height: 135px !important;
  }
  .fl-header__login {
    align-content: center;
  }
  .fl-header__btn_contact, .fl-header__btn_login {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -1%;
    margin-left: 1em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .fl-header__btn_contact {
    color: #B6895B;
    margin-top: 0;
  }
  .fl-header__btn_contact .fl-icon-chevron {
    border-color: #B6895B;
  }
  .fl-header__btn_contact .fl-icon-chevron svg * {
    fill: #B6895B;
  }
  .fl-header__btn_contact:hover .fl-icon-chevron {
    background-color: #B6895B;
  }
  .fl-header__toggle {
    display: none;
  }
  .fl-header__nav {
    position: inherit;
    width: auto;
    height: 100%;
    min-height: auto;
    transform: none;
    top: inherit;
  }
  .fl-header__nav .menu {
    display: flex;
    column-gap: 4rem;
    list-style: none;
    width: auto;
    height: 100%;
    padding: 0;
    margin: 0;
  }
  .fl-header__nav .menu li {
    align-items: center;
  }
  .fl-header__nav .menu li svg {
    display: none;
  }
  .fl-header__nav .menu li:hover .sub-menu {
    display: block;
  }
  .fl-header__nav .menu li .sub-menu {
    position: absolute;
    width: 100%;
    top: 135px;
    left: 0;
    background-color: #1D2330;
    text-align: center;
    padding: 0 2em 4em;
    display: none;
  }
  .fl-header__nav .menu li .sub-menu li {
    display: block;
  }
  .fl-header__nav .menu li.two-columns:hover > .sub-menu {
    display: flex;
  }
  .fl-header__nav .menu li.two-columns > .sub-menu {
    justify-content: center;
    gap: 4em;
    text-align: left;
    padding: 3em 2em 4em;
    padding-top: 0;
  }
  .fl-header__nav .menu li.two-columns > .sub-menu::before {
    position: absolute;
    top: 0;
    width: 1300px;
  }
  .fl-header__nav .menu li.two-columns > .sub-menu > li > a {
    font-size: 24px;
    font-family: "Times New Roman", Times, serif;
    margin-bottom: 14px;
    display: block;
  }
  .fl-header__nav .menu li.two-columns > .sub-menu > li > .sub-menu {
    position: relative;
    display: block;
    top: 0;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  .fl-header__nav .menu li.two-columns > .sub-menu > li > .sub-menu::before {
    content: none;
  }
  .fl-header__nav .menu li.two-columns > .sub-menu > li > .sub-menu li {
    padding-inline: 0;
  }
  .menu-item {
    position: relative;
  }
  .fl-header__nav .menu li.menu-item-type-custom > .sub-menu {
    border-left: 2px solid #1D2330;
    justify-content: flex-start;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    text-align: start;
    padding-left: 0;
    margin: 0;
  }
  .fl-header__nav .menu li.menu-item-type-custom > .sub-menu::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100vw;
    width: 100vw;
    min-width: 100%;
    height: 100%;
    background-color: #1D2330;
    z-index: -1;
    margin: 0;
  }
}
@media (min-width: 940px) and (max-width: 1024px) {
  .fl-header {
    padding: 0 2.4rem;
  }
  .fl-header__inner .site-container {
    padding-inline: 0;
  }
  .fl-header__btn_contact .fl-icon-chevron {
    border-color: #B6895B;
  }
  .fl-header__btn_contact .fl-icon-chevron svg * {
    fill: #B6895B;
  }
  .fl-header__btn_contact:hover .fl-icon-chevron {
    background-color: #B6895B;
  }
}
@media (max-width: 1360px) and (min-width: 1025px) {
  .fl-header {
    padding: 0 2.4rem;
  }
  .fl-header__inner .site-container {
    padding-inline: 0;
  }
  .fl-header__btn_contact .fl-icon-chevron {
    border-color: #B6895B;
  }
  .fl-header__btn_contact .fl-icon-chevron svg * {
    fill: #B6895B;
  }
  .fl-header__btn_contact:hover .fl-icon-chevron {
    background-color: #B6895B;
  }
}
@media (max-width: 1360px) {
  .fl-header__btn_contact:hover .fl-icon-chevron {
    background-color: #B6895B;
  }
}
.fl-footer {
  background-color: #1D2330;
  color: #DDDDDD;
  padding: 3em 0 0;
}
.fl-footer__grid {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 1em;
}
.fl-footer__grid h3 {
  color: #B96955;
  font-size: 24px;
  margin: 0;
}
.fl-footer__grid ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
  font-size: 16px;
  line-height: 2.2em;
}
.fl-footer__grid ul .fl-nav-title {
  color: #B6895B;
  margin-top: 1.5rem;
}
.fl-footer__grid ul li a {
  line-height: 22px;
  display: inline-block;
}
.fl-footer__grid ul li a:hover {
  text-decoration: none;
  color: #B6895B;
}
.fl-footer__col-logo {
  align-content: center;
  text-align: center;
  margin-bottom: 2em;
}
.fl-footer__social {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
  display: flex;
  gap: 10px;
  margin: 0;
}
.fl-footer__social li {
  display: block;
}
.fl-footer__social li a {
  display: block;
}
.fl-footer__social li a svg {
  width: 34px;
  height: auto;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.fl-footer__social li a:hover svg {
  fill: #B96955;
}
.fl-footer__bottom {
  padding-bottom: 2em;
}
.fl-footer__bottom .site-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column-reverse;
  gap: 1em;
  border-top: 1px solid #B96955;
  padding-top: 2em;
  margin: 0 15px;
}
.fl-footer__bottom p {
  margin: 0;
  font-size: 14px;
  color: #B2B1B1;
}
.fl-footer__bottom ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: flex-start;
  margin: 0;
  font-size: 14px;
}
.fl-footer__bottom ul li a:hover {
  text-decoration: none;
  color: #F6A35C;
}

@media (min-width: 940px) {
  .fl-footer__grid {
    flex-direction: row;
  }
  .fl-footer__grid > div {
    width: 16%;
  }
  .fl-footer__grid h3 {
    margin-bottom: 2rem;
  }
  .fl-footer__col-logo {
    border-right: 1px solid;
    align-content: center;
    text-align: center;
    width: 30% !important;
  }
  .fl-footer__bottom .site-container {
    flex-direction: row;
    margin: auto;
  }
  .fl-footer__bottom ul {
    flex-direction: row;
    font-size: 14px;
  }
  .fl-footer__bottom p {
    font-size: 14px;
  }
  .fl-footer__contact {
    padding: 2em 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: flex-start;
    align-items: flex-end;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .fl-footer__contact {
    padding: 2em 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: flex-start;
    align-items: flex-end;
  }
}
@media (max-width: 480px) {
  .fl-footer__contact {
    padding: 1em 0;
  }
  .fl-footer__contact .fl-button {
    font-family: "Times New Roman", Times, serif;
    text-transform: initial;
    font-size: 24px;
    font-weight: 400;
  }
  .fl-footer__contact .fl-button .fl-icon-chevron {
    display: none;
  }
}
.fl-blog__banner {
  padding: 7.5rem 0;
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: inset 1px 1px 1px 9999px rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 1px 1px 9999px rgba(0, 0, 0, 0.3);
}
.fl-blog__banner h1 {
  color: #fff;
  margin: 0;
}
.fl-blog__heading {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.fl-blog .fl-vertical-accent {
  width: 10px;
  height: 70px;
  background: linear-gradient(to bottom, #B96955 0%, #894938 100%);
}
.fl-blog__grid {
  display: grid;
}
.fl-blog__body {
  display: flex;
  flex-direction: column;
}
.fl-blog__item-link {
  display: block;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.fl-blog__item-link img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.fl-blog__sidebar h4 {
  margin-top: 5rem;
  font-size: 1.7rem;
  text-transform: uppercase;
}
.fl-blog__sidebar li {
  margin-bottom: 1rem;
  color: #666;
}
.fl-blog__categories {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fl-blog__categories a {
  text-transform: uppercase;
  font-weight: 700;
  color: #B96955;
  display: block;
  margin: 2rem 0;
}
.fl-blog__date {
  font-size: 1.4rem;
  color: #F1F1F1;
}
.fl-blog__date b {
  color: #566077;
}
.fl-blog__search-form {
  display: flex;
}
.fl-blog__search-form * {
  font-family: inherit !important;
}
.fl-blog__search-field {
  border-radius: 0;
  border: 1px solid #2B303C;
  border-right: none;
  padding: 1rem;
  width: calc(100% - 40px);
}
.fl-blog__search-submit {
  background-color: #2B303C;
  width: 40px;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
}
.fl-blog__pagination {
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  gap: 3rem;
  justify-content: center;
}
.fl-blog__pagination a {
  display: block;
  text-decoration: none !important;
}

@media (min-width: 1025px) {
  .fl-blog__body {
    flex-direction: row;
    gap: 7.5rem;
  }
  .fl-blog__grid-wrapper, .fl-blog__content {
    width: 70%;
  }
  .fl-blog__sidebar {
    width: 30%;
  }
  .fl-blog__pagination {
    margin-bottom: 0;
  }
  .fl-blog__wrapper {
    max-width: 1300px;
    margin: auto;
  }
}
@media (max-width: 1024px) {
  .fl-blog__sidebar {
    padding: 5rem 0;
    background: #fff;
  }
  .fl-blog__sidebar h4 {
    margin-top: 3rem;
  }
  .fl-blog__wrapper.fl-section {
    padding-bottom: 0;
  }
}
.page-westcourt-academy .fl-text-editor__heading {
  display: none;
  color: #B96955;
}

@media (max-width: 480px) {
  .page-westcourt-academy {
    display: flex;
    flex-direction: column;
  }
  .page-westcourt-academy .fl-text-editor__heading {
    display: block;
  }
}
.fl-team {
  background-color: #fff;
  padding: 3em 0;
  position: relative;
}
.fl-team::before {
  content: "";
  width: 100%;
  height: 8em;
  background-color: #F1F1F1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.fl-team__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
.fl-team__info h1 {
  font-size: 24px;
  margin-bottom: 0.3em;
}
.fl-team__role {
  color: #B96955;
  font-size: 14px;
}
.fl-team__image {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.fl-team__image-inner {
  border-radius: 8px;
  overflow: hidden;
}
.fl-team__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fl-team__content p {
  font-size: 16px;
}

@media (min-width: 940px) {
  .fl-team {
    padding: 3em 0 6em;
  }
  .fl-team::before {
    content: none;
  }
  .fl-team__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}
@media (min-width: 1025px) {
  .fl-team__grid {
    grid-template-columns: 33% 1fr;
    gap: 3em;
  }
  .fl-team__image {
    margin-top: 2em;
    overflow: hidden;
  }
  .fl-team__image-inner img {
    animation: teamImage 2s ease 0s normal forwards;
  }
  @keyframes teamImage {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.2);
    }
  }
  .fl-team__info {
    width: auto;
    display: inline-block;
    padding: 2em 2em 2em 0;
    margin-bottom: 3em;
    position: relative;
  }
  .fl-team__info::before {
    content: "";
    width: 300%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #F1F1F1;
    border-radius: 0 8px 8px 0;
    z-index: 0;
    animation: teamTitle 2s ease 0s normal forwards;
  }
  @keyframes teamTitle {
    0% {
      transform: translateX(-1000px);
    }
    100% {
      transform: translateX(0);
    }
  }
  .fl-team__info h1 {
    font-size: 48px;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
  }
  .fl-team__info h1 span {
    font-size: 24px;
  }
  .fl-team__role {
    color: #B96955;
    font-size: 24px;
    font-family: "Segoe UI", sans-serif;
    margin: 0;
    position: relative;
    z-index: 1;
  }
}
.fl-media-insights__header {
  background-color: #F9F9F9;
}
.fl-media-insights__title {
  border-bottom: 1px solid #B96955;
  color: #B96955;
  font-size: 4rem;
  line-height: 110%;
  padding: 4rem 0 2.4rem 0;
  margin: 0;
}
.fl-media-insights__content {
  background-color: #F9F9F9;
  padding-top: 4rem;
}
.fl-media-insights__content .site-container {
  padding-inline: 0 !important;
}
.fl-media-insights__border {
  border-bottom: 1px solid rgba(178, 177, 177, 0.5019607843);
  margin-top: -2px;
}
.fl-media-insights__tabs-row {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.fl-media-insights__arrow {
  background-color: #F9F9F9;
  border: none;
  color: #B96955;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: absolute;
  margin-block: 5px;
  top: 0;
  bottom: 0;
  width: 24px;
  z-index: 2;
}
.fl-media-insights__arrow--left {
  left: 0;
}
.fl-media-insights__arrow--right {
  right: 0;
}
.fl-media-insights__tabs-list {
  font-size: 2.4rem;
  flex: 1 1 auto;
  overflow-x: auto;
  display: flex;
  flex-wrap: nowrap;
  gap: 1.6rem;
  padding-left: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
  align-items: center;
  font-family: "Times New Roman", Times, serif;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
}
.fl-media-insights__tabs-list::-webkit-scrollbar {
  display: none;
}
.fl-media-insights__tab {
  position: relative;
  padding: 2.4rem;
  color: #818181;
  cursor: pointer;
}
.fl-media-insights__tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: transparent;
}
.fl-media-insights__tab--active {
  color: #B96955;
}
.fl-media-insights__tab--active::after {
  background: #B96955;
}
.fl-media-insights__article {
  padding-block: 2.4rem;
  background-color: #F9F9F9;
}
.fl-media-insights__card {
  border-radius: 0.8rem;
  overflow: hidden;
}
.fl-media-insights__card-image {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
.fl-media-insights__card-image img {
  display: block;
  border-radius: 0.8rem;
  object-fit: cover;
  width: 100%;
  height: 192px;
  min-height: 100%;
}
.fl-media-insights__card-body {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.fl-media-insights__card-meta {
  border-bottom: 1px solid #B2B1B1;
  color: #B2B1B1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 600;
  padding-bottom: 2.4rem;
}
.fl-media-insights__tag {
  background: #B2B1B1;
  color: #fff;
  padding: 0rem 1.2rem 0.2rem 1.2rem;
  border-radius: 0.4rem;
}
.fl-media-insights__date {
  color: #B2B1B1;
  font-weight: 600;
}
.fl-media-insights__card-title {
  color: #B96955;
  font-size: 3.2rem;
  letter-spacing: 1%;
  line-height: 120%;
  margin: 0;
}
.fl-media-insights__card-text {
  color: #2B303C;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0;
}
.fl-media-insights__card-link {
  font-weight: 600;
  color: #B2B1B1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}
.fl-media-insights__card-link:hover {
  color: #B96955;
}
.fl-media-insights__card-link:hover .fl-media-insights__card-link-icon path {
  fill: #B96955;
}
.fl-media-insights__card-link-icon {
  width: 1.7rem;
  height: 1.7rem;
}
.fl-media-insights__card-link-icon path {
  fill: #B2B1B1;
  transition: fill 0.3s ease;
}
.fl-media-insights__cards-list-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #F9F9F9;
  display: flex;
  flex-direction: column;
}
.fl-media-insights__cards-list-section .site-container {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.fl-media-insights__cards-list {
  cursor: pointer;
  border-radius: 0.8rem;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), background 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fl-media-insights__cards-list:hover {
  background: #fff;
  box-shadow: 6px 6px 15px 0px rgba(0, 0, 0, 0.3019607843);
}
.fl-media-insights__cards-list-image-wrapper {
  border-radius: 0.8rem;
  position: relative;
  width: 100%;
  height: 245px;
  overflow: hidden;
}
.fl-media-insights__cards-list-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 2;
}
.fl-media-insights__cards-list-play svg:first-child {
  width: 78px;
  height: 89px;
  display: block;
}
.fl-media-insights__cards-list-play svg:last-child {
  width: 36px;
  height: 36px;
  position: absolute;
}
.fl-media-insights__cards-list-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fl-media-insights__cards-list-tag {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0.4rem 1.6rem 0.4rem 1.6rem;
  border-radius: 0.8rem 0 0.8rem 0;
  text-transform: uppercase;
}
.fl-media-insights__cards-list-tag--video {
  background: #B96955;
}
.fl-media-insights__cards-list-tag--podcast {
  background: #B6895B;
}
.fl-media-insights__cards-list-tag--media {
  background: #818181;
}
.fl-media-insights__cards-list-tag--article {
  background: #2B303C;
}
.fl-media-insights__cards-list-tag--whitepaper {
  background: #B2B1B1;
}
.fl-media-insights__cards-list-body {
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.fl-media-insights__cards-list-date {
  color: #B2B1B1;
  font-size: 1.4rem;
  display: block;
}
.fl-media-insights__cards-list-title {
  color: #B96955;
  font-size: 2.8rem;
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  margin: 0;
  line-height: 1.2;
}
.fl-media-insights__cta {
  padding-bottom: 4rem;
  background: #F9F9F9;
}
.fl-media-insights__cta .site-container {
  gap: 4rem;
  display: flex;
  flex-direction: column;
}
.fl-media-insights__cta-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2.4rem;
}
.fl-media-insights__cta-divider {
  width: 100%;
  border: none;
  border-top: 1px solid #B96955;
  margin: 0;
  background: none;
  height: 0;
}
.fl-media-insights__cta-card {
  border-radius: 1.6rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  min-height: min-content;
}
.fl-media-insights__cta-title {
  color: #B96955;
  font-family: "Times New Roman", Times, serif;
  font-size: 3.2rem;
  font-weight: 400;
  margin-bottom: 4px;
  line-height: 1.2;
  margin-bottom: 4px;
}
.fl-media-insights__cta-text {
  color: #818181;
  font-size: 1.6rem;
  margin-bottom: 2.4rem;
  line-height: 24px;
}
.fl-media-insights__cta-form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2.4rem;
  width: 100%;
}
.fl-media-insights__cta-input {
  padding: 0.8rem 1.6rem;
  border-radius: 0.8rem;
  border: none;
  font-size: 2rem;
  background: #fff;
  color: #B2B1B1;
  outline: none;
  width: 100%;
  box-sizing: border-box;
}
.fl-media-insights__cta-input::placeholder {
  text-align: center;
  opacity: 1;
}
@media (min-width: 1025px) {
  .fl-media-insights__title {
    font-size: 6.4rem;
    padding: 6.4rem 0 2.4rem 0;
  }
  .fl-media-insights__content {
    padding-top: 6.4rem;
  }
  .fl-media-insights__arrow {
    display: none;
  }
  .fl-media-insights__tabs-list {
    gap: 2.4rem;
    padding: 0;
    justify-content: center;
  }
  .fl-media-insights__tab {
    padding: 2.4rem 4rem;
  }
  .fl-media-insights__article {
    padding-top: 6.4rem;
  }
  .fl-media-insights__card-image {
    flex-direction: row;
    gap: 2.4rem;
    padding-inline: 6.4rem;
    align-items: stretch;
  }
  .fl-media-insights__card-image img {
    height: 438px;
    width: 50%;
    min-height: 100%;
    object-fit: cover;
    border-radius: 0.8rem;
    min-height: 100%;
    max-height: none;
    display: block;
  }
  .fl-media-insights__card-body {
    width: 50%;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .fl-media-insights__card-title {
    font-size: 4.8rem;
  }
  .fl-media-insights__card-text {
    font-size: 2.4rem;
    font-weight: 400;
  }
  .fl-media-insights__cards-list-section .site-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4rem;
  }
  .fl-media-insights__cards-list-title {
    font-size: 2.4rem;
  }
  .fl-media-insights__cta {
    padding-bottom: 6.4rem;
  }
  .fl-media-insights__cta-card {
    margin: 0;
    max-width: 628px;
    margin-top: 4rem;
  }
  .fl-media-insights__cta-card-blog {
    margin-inline: auto;
  }
  .fl-media-insights__cta-title {
    padding-top: 2.4rem;
    font-size: 3.2rem;
  }
  .fl-media-insights__cta-form {
    align-items: flex-start;
  }
  .fl-media-insights__cta-input {
    font-size: 2.2rem;
  }
  .fl-media-insights__cta-button {
    font-size: 2.2rem;
    padding: 1.2rem 3.2rem;
  }
}

.fl-media-articles-main {
  background-color: #fff;
}

.fl-media-articles {
  background-color: #fff;
  max-width: 1200px;
  margin: 0 auto;
}
.fl-media-articles .fl-media-back {
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  padding-top: 2.4rem;
}
.fl-media-articles .fl-media-back__icon {
  display: flex;
  align-items: center;
}
.fl-media-articles .fl-media-back__icon svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
.fl-media-articles .fl-media-back__text {
  color: #818181;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 24px;
}
.fl-media-articles__header {
  padding: 4rem 0 2.4rem 0;
}
.fl-media-articles__title {
  color: #B96955;
  font-size: 4rem;
  line-height: 110%;
  margin: 0;
}
.fl-media-articles__hero-image {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  position: relative;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #B2B1B1;
}
.fl-media-articles__hero-image-wrapper {
  position: relative;
  width: 100%;
}
.fl-media-articles__hero-image-wrapper img {
  display: block;
  border-radius: 0.8rem;
  object-fit: cover;
  width: 100%;
  height: 192px;
  min-height: 100%;
}
.fl-media-articles__hero-image-wrapper2 {
  position: relative;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.fl-media-articles__hero-image-wrapper2 img {
  display: block;
  border-radius: 0.8rem;
  object-fit: fill;
  width: 100%;
  height: auto;
  min-height: 100%;
}
.fl-media-articles__hero-tag {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0.4rem 1.6rem 0.4rem 1.6rem;
  border-radius: 0.8rem 0 0.8rem 0;
  text-transform: uppercase;
}
.fl-media-articles__hero-tag--video {
  background: #B96955;
}
.fl-media-articles__hero-tag--podcast {
  background: #B6895B;
}
.fl-media-articles__hero-tag--media {
  background: #818181;
}
.fl-media-articles__hero-tag--article {
  background: #2B303C;
}
.fl-media-articles__hero-tag--whitepaper {
  background: #B2B1B1;
}
.fl-media-articles__hero-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.fl-media-articles__hero-info {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.fl-media-articles__hero-author {
  color: #B96955;
  font-size: 1.6rem;
  font-weight: 400;
  display: block;
}
.fl-media-articles__hero-date, .fl-media-articles__hero-readtime {
  color: #818181;
  font-size: 1.6rem;
  font-weight: 400;
  display: block;
}
.fl-media-articles__hero-actions {
  display: flex;
  gap: 0.4rem;
  align-items: flex-end;
}
.fl-media-articles__hero-actions .fl-media-articles__hero-action {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.fl-media-articles__hero-actions .fl-media-articles__hero-action .tooltip {
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F1F1F1;
  color: #818181;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 13px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  white-space: nowrap;
  z-index: 10;
}
.fl-media-articles__hero-actions .fl-media-articles__hero-action .tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #F1F1F1 transparent transparent transparent;
}
.fl-media-articles__hero-actions .fl-media-articles__hero-action .tooltip.show {
  opacity: 1;
  visibility: visible;
}
.fl-media-articles__content {
  padding-top: 4rem;
  padding-bottom: 6.4rem;
  color: #2B303C;
}
.fl-media-articles__content-grid {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.fl-media-articles__content-main {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.fl-media-articles__content-subtitle {
  font-size: 2.8rem;
  list-style: 120%;
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  margin: 0;
}
.fl-media-articles__content-graphic {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.fl-media-articles__content-graphic-title {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -1%;
  text-transform: uppercase;
}
.fl-media-articles__content-graphic-image {
  padding: 2.4rem 0;
}
.fl-media-articles__content-list {
  list-style: disc;
  font-size: 1.6rem;
  line-height: 24px;
  margin-bottom: 0;
  padding-left: 2.4rem;
}
.fl-media-articles__content-text {
  font-size: 1.6rem;
  line-height: 24px;
  margin: 0;
}
.fl-media-articles__highlight {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.fl-media-articles__highlight-number {
  color: #2B303C;
  font-size: 12.3rem;
  font-weight: 400;
  font-family: "Times New Roman", Times, serif;
  line-height: 110%;
  letter-spacing: 1%;
}
.fl-media-articles__highlight-graphic {
  display: flex;
  align-items: center;
}
.fl-media-articles__highlight-graphic svg {
  width: 68px;
  height: 69px;
  display: block;
}
.fl-media-articles__content-sidebar-inner {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  background-color: #F1F1F1;
}
.fl-media-articles__content-sidebar-cta {
  padding-bottom: 0;
}
.fl-media-articles__content-sidebar-cta .fl-media-insights__cta-card {
  padding: 0;
  border-radius: 0;
  background-color: #F1F1F1;
}
.fl-media-articles__content-sidebar-cta .fl-media-insights__cta-title {
  font-size: 3.2rem;
}
.fl-media-articles__content-sidebar-cta .fl-media-insights__cta-form {
  flex-direction: row;
  align-items: center;
}
.fl-media-articles__content-sidebar-cta .fl-media-insights__cta-form input {
  color: #B2B1B1;
  font-size: 1.6rem;
}
.fl-media-articles__content-sidebar-cta .fl-media-insights__cta-form .fl-header__btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
}
.fl-media-articles__related-title {
  color: #818181;
  font-size: 4rem;
  font-weight: 400;
  font-family: "Times New Roman", Times, serif;
  padding-top: 24px;
  padding-inline: 2.4rem;
  margin: 0;
}
.fl-media-articles__related-list {
  display: flex;
  flex-direction: column;
  padding-inline: 2.4rem;
  padding-bottom: 4rem;
  gap: 2.4rem;
}
.fl-media-articles__related-list .fl-media-insights__cards-list-image {
  filter: grayscale(100%);
}
.fl-media-articles__author-section {
  padding-bottom: 4rem;
}
.fl-media-articles__author-container {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.fl-media-articles .fl-media-articles__author-info-cta .fl-media-insights__cta-card-toggle {
  margin-top: 4rem !important;
}
.fl-media-articles__author-actions .fl-media-articles__hero-actions {
  flex-direction: row;
  justify-content: flex-end;
}
.fl-media-articles__author-info-cta {
  border-top: 1px solid #B96955;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.fl-media-articles__author-card {
  background-color: #F1F1F1;
  border-radius: 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  padding: 4rem;
  margin-top: 4rem;
}
.fl-media-articles__author-card .fl-media-articles__author-photo-wrapper {
  width: 169px;
  height: 192px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.fl-media-articles__author-card .fl-media-articles__author-photo-wrapper .fl-media-articles__author-photo {
  width: 100%;
  object-fit: cover;
  transform: scale(1.15);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M50 1 L91 26 Q94 28 94 32 L94 68 Q94 72 91 74 L50 99 Q48 100 46 99 L9 74 Q6 72 6 68 L6 32 Q6 28 9 26 L46 1 Q48 0 50 1 Z' fill='black'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M50 1 L91 26 Q94 28 94 32 L94 68 Q94 72 91 74 L50 99 Q48 100 46 99 L9 74 Q6 72 6 68 L6 32 Q6 28 9 26 L46 1 Q48 0 50 1 Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center;
}
.fl-media-articles__author-info {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.4rem;
  text-align: center;
}
.fl-media-articles__author-name {
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 600;
  margin: 0;
  text-align: center;
}
.fl-media-articles__author-role {
  font-size: 1.4rem;
  font-weight: 350;
  margin: 0;
  width: 169px;
  text-align: center;
  padding-bottom: 1.2rem;
}
.fl-media-articles .fl-media-insights__cta-title {
  padding-top: 2.4rem;
}
@media (min-width: 1025px) {
  .fl-media-articles__header {
    padding-top: 6.4rem;
  }
  .fl-media-articles__title {
    font-size: 6.4rem;
    max-width: 800px;
  }
  .fl-media-articles__hero-image img {
    height: 341px;
    min-height: 100%;
    max-height: none;
    display: block;
  }
  .fl-media-articles__hero-tag {
    font-size: 2.4rem;
    padding: 0.8rem 2.4rem 0.8rem 2.4rem;
  }
  .fl-media-articles__content {
    padding-block: 6.4rem;
  }
  .fl-media-articles__content-grid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 8rem;
  }
  .fl-media-articles__content-main {
    display: flex;
    flex: 1 1 700px;
    min-width: 700px;
    max-width: calc(100% - 420px - 8rem);
    padding: 4rem;
    gap: 4rem;
  }
  .fl-media-articles__content-subtitle {
    font-size: 3.2rem;
  }
  .fl-media-articles__content-graphic-image {
    padding: 2.4rem;
  }
  .fl-media-articles__content-image {
    height: 341px !important;
  }
  .fl-media-articles__hero-image-wrapper2 .fl-media-articles__content-image {
    height: auto !important;
  }
  .fl-media-articles__content-sidebar {
    flex: 0 1 420px;
    min-width: 420px;
    max-width: 420px;
  }
  .fl-media-articles__related-title {
    padding-inline: 4rem;
  }
  .fl-media-articles__related-list {
    padding-inline: 4rem;
  }
  .fl-media-articles__author-card {
    width: 100%;
    max-width: 249px;
  }
  .fl-media-articles__author-section {
    padding-bottom: 6.4rem;
  }
  .fl-media-articles__author-info-cta {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .fl-media-articles__acf-fullwidth {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: #2B303C;
  }
  .fl-media-articles__acf-fullwidth .fl-cta {
    max-width: 1200px;
    margin: 0 auto;
  }
  .fl-media-articles__author-card {
    margin-block: 4rem 2.4rem;
  }
  .fl-media-articles__content-sidebar-cta .fl-media-insights__cta-card {
    margin-top: 0;
  }
  .fl-media-articles .fl-media-articles__author-info-cta .fl-media-insights__cta-card-toggle {
    margin-left: auto;
  }
}

.fl-media-articles-main {
  background-color: #fff;
}

.fl-media-media-articles__hero .fl-media-articles__hero-footer {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.fl-media-media-articles__hero .fl-media-articles__hero-footer .fl-media-articles__hero-info {
  width: 100%;
  background-color: #F1F1F1;
  border-radius: 0.8rem;
  padding: 2.4rem;
  gap: 1rem;
}
.fl-media-media-articles__hero .fl-media-articles__hero-footer .fl-media-articles__hero-info img {
  max-height: 8rem;
  max-width: 8rem;
}
.fl-media-media-articles__hero .fl-media-articles__hero-footer .fl-media-media-articles__hero-text {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.fl-media-media-articles__hero .fl-media-articles__hero-footer .fl-media-media-articles__hero-meta {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.fl-media-media-articles__hero .fl-media-articles__hero-footer .fl-media-media-articles__hero-title {
  color: #B96955;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}
@media (min-width: 1025px) {
  .fl-media-media-articles .fl-media-media-articles__hero .fl-media-articles__hero-footer {
    display: flex;
    flex-direction: row;
    gap: 2.4rem;
  }
  .fl-media-media-articles .fl-media-media-articles__hero .fl-media-articles__hero-info {
    flex-direction: row;
    align-items: center;
    max-width: max-content;
    min-width: 575px;
    width: 100%;
  }
  .fl-media-media-articles .fl-media-media-articles__hero .fl-media-articles__hero-info img {
    cursor: pointer;
    max-height: 12.5rem;
    max-width: 12.5rem;
  }
  .fl-media-media-articles .fl-media-media-articles__hero .fl-media-media-articles__hero-text {
    padding-left: 2.4rem;
    align-items: space-between;
    height: 100%;
  }
}

.fl-video-main {
  background-color: #2B303C;
}

.fl-video {
  background-color: #2B303C;
  max-width: 1200px;
  margin: 0 auto;
  color: #F1F1F1;
}
.fl-video .fl-media-back {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 2.4rem;
}
.fl-video .fl-media-back__icon {
  display: flex;
  align-items: center;
}
.fl-video .fl-media-back__icon svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
.fl-video .fl-media-back__text {
  color: #818181;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 24px;
}
.fl-video__header-hr {
  border: none;
  border-bottom: 1px solid #818181;
  height: 0;
  margin: 0;
  background: none;
}
.fl-video__title {
  padding: 4rem 0 2.4rem 0;
  color: #B96955;
  font-size: 4rem;
  line-height: 110%;
  margin: 0;
}
.fl-video__hero-container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.fl-video__hero-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 2.4rem;
}
.fl-video__hero-info {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.fl-video__hero-author {
  color: #B96955;
  font-size: 1.6rem;
  font-weight: 400;
  display: block;
}
.fl-video__hero-date, .fl-video__hero-readtime {
  color: #818181;
  font-size: 1.6rem;
  font-weight: 400;
  display: block;
}
.fl-video__hero-actions {
  display: flex;
  gap: 0.4rem;
  align-items: flex-end;
}
.fl-video__hero-actions .fl-video__hero-action {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.fl-video__hero-actions .fl-video__hero-action .tooltip {
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F1F1F1;
  color: #818181;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 13px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  white-space: nowrap;
  z-index: 10;
}
.fl-video__hero-actions .fl-video__hero-action .tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #F1F1F1 transparent transparent transparent;
}
.fl-video__hero-actions .fl-video__hero-action .tooltip.show {
  opacity: 1;
  visibility: visible;
}
.fl-video__hero-media {
  width: 100%;
  margin: 0 auto;
}
.fl-video__figure {
  position: relative;
  border-radius: 0.8rem;
  overflow: hidden;
  margin: 0;
  object-fit: cover;
  width: 100%;
  height: 192px;
}
.fl-video__video {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0.8rem;
  max-height: 192px;
  object-fit: cover;
  background: #B2B1B1;
}
.fl-video__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 2;
}
.fl-video__video-play svg:first-child {
  width: 78px;
  height: 89px;
  display: block;
}
.fl-video__video-play svg:last-child {
  width: 36px;
  height: 36px;
  position: absolute;
}
.fl-video__hero-media {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.fl-video__hero-media iframe {
  width: 100%;
  height: 192px;
  min-width: 0;
  border-radius: 0.8rem;
  object-fit: cover;
  background: #2B303C;
  display: block;
}
.fl-video__content-inner {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding-top: 2.4rem;
}
.fl-video__content-text {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.fl-video__content-title, .fl-video__related-title {
  color: #B2B1B1;
  font-size: 3.2rem;
  line-height: 120%;
  margin: 0;
}
.fl-video__content-paragraph {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0;
}
.fl-video__cta-card {
  padding: 0;
  background: none;
}
.fl-video__cta-card .fl-video__cta-form {
  align-items: flex-start;
}
.fl-video__related {
  margin-top: 4rem;
}
.fl-video__related .fl-media-insights__cards-list-section {
  padding: 0;
  background: none;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.fl-video__related-inner {
  display: flex;
  flex-direction: column;
}
.fl-video__related-header {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding-bottom: 4rem;
}
.fl-video__see-more {
  padding-bottom: 4rem;
}
.fl-video__see-more .fl-media-insights__cta-actions {
  padding-bottom: 2.4rem;
}
@media (min-width: 1025px) {
  .fl-video__title {
    padding-top: 6.4rem;
    font-size: 6.4rem;
    max-width: 800px;
  }
  .fl-video__hero-container {
    display: flex;
    flex-direction: column;
    gap: 6.4rem;
  }
  .fl-video__hero-image img {
    height: 341px;
    min-height: 100%;
    max-height: none;
    display: block;
  }
  .fl-video__hero-tag {
    font-size: 2.4rem;
    padding: 0.8rem 2.4rem 0.8rem 2.4rem;
  }
  .fl-video__figure {
    height: 600px;
  }
  .fl-video__video {
    max-height: 600px;
  }
  .fl-video__video-play svg:first-child {
    width: 135px;
    height: 154px;
  }
  .fl-video__video-play svg:last-child {
    width: 37px;
    height: 47px;
  }
  .fl-video__hero-media iframe {
    height: 600px;
    max-height: 600px;
    width: 100%;
  }
  .fl-video__content-inner {
    flex-direction: row;
    gap: 6.4rem;
    padding-top: 6.4rem;
  }
  .fl-video__content-text {
    gap: 4rem;
  }
  .fl-video__cta-card {
    min-width: 580px;
    width: 100%;
  }
  .fl-video__related {
    margin-top: 6.4rem;
  }
  .fl-video__related .fl-media-insights__cards-list-section {
    flex-direction: row;
    gap: 2.4rem;
  }
  .fl-video__related-header {
    gap: 4rem;
  }
  .fl-video__related-title {
    padding-top: 2.4rem;
  }
  .fl-video__see-more {
    padding-bottom: 6.4rem;
  }
}

.fl-podcast-main {
  background-color: #2B303C;
}

.fl-podcast {
  background-color: #2B303C;
  max-width: 1200px;
  margin: 0 auto;
  color: #F1F1F1;
}
.fl-podcast .fl-media-back {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 2.4rem;
}
.fl-podcast .fl-media-back__icon {
  display: flex;
  align-items: center;
}
.fl-podcast .fl-media-back__icon svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
.fl-podcast .fl-media-back__text {
  color: #818181;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 24px;
}
.fl-podcast__header-hr {
  border: none;
  border-bottom: 1px solid #818181;
  height: 0;
  margin: 0;
  background: none;
}
.fl-podcast__title {
  padding: 4rem 0 2.4rem 0;
  color: #B6895B;
  font-size: 4rem;
  line-height: 110%;
  margin: 0;
}
.fl-podcast__hero-container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.fl-podcast__hero-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 2.4rem;
}
.fl-podcast__hero-info {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.fl-podcast__hero-author {
  color: #B6895B;
  font-size: 1.6rem;
  font-weight: 400;
  display: block;
}
.fl-podcast__hero-date, .fl-podcast__hero-readtime {
  color: #818181;
  font-size: 1.6rem;
  font-weight: 400;
  display: block;
}
.fl-podcast__hero-actions {
  display: flex;
  gap: 0.4rem;
  align-items: flex-end;
}
.fl-podcast__hero-actions .fl-podcast__hero-action {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.fl-podcast__hero-actions .fl-podcast__hero-action .tooltip {
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F1F1F1;
  color: #818181;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 13px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  white-space: nowrap;
  z-index: 10;
}
.fl-podcast__hero-actions .fl-podcast__hero-action .tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #F1F1F1 transparent transparent transparent;
}
.fl-podcast__hero-actions .fl-podcast__hero-action .tooltip.show {
  opacity: 1;
  visibility: visible;
}
.fl-podcast__hero-actions svg path {
  stroke: #B6895B;
}
.fl-podcast__hero-media {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  gap: 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.fl-podcast__hero-media iframe {
  width: 100%;
  height: 175px;
  min-width: 0;
  border-radius: 0.8rem;
  object-fit: cover;
  background: #2B303C;
  display: block;
}
.fl-podcast__hero-actions-links {
  display: flex;
  gap: 1.6rem;
  align-items: flex-end;
}
.fl-podcast__hero-actions-links svg path {
  stroke: #B6895B;
}
.fl-podcast__figure {
  position: relative;
  border-radius: 0.8rem;
  overflow: hidden;
  margin: 0;
  object-fit: cover;
  width: 100%;
  height: 192px;
}
.fl-podcast__podcast {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0.8rem;
  max-height: 192px;
  object-fit: cover;
  background: #B2B1B1;
}
.fl-podcast__podcast-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 2;
}
.fl-podcast__podcast-play svg:first-child {
  width: 78px;
  height: 89px;
  display: block;
}
.fl-podcast__podcast-play svg:last-child {
  width: 36px;
  height: 36px;
  position: absolute;
}
.fl-podcast__content-inner {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding-top: 4rem;
}
.fl-podcast__content-text {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.fl-podcast__content-title, .fl-podcast__related-title {
  color: #B2B1B1;
  font-size: 3.2rem;
  line-height: 120%;
  margin: 0;
}
.fl-podcast__content-paragraph {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0;
}
.fl-podcast__cta-card {
  padding: 0;
  background: none;
}
.fl-podcast__cta-card .fl-podcast__cta-form {
  align-items: flex-start;
}
.fl-podcast__related {
  margin-top: 4rem;
}
.fl-podcast__related .fl-media-insights__cards-list-section {
  padding: 0;
  background: none;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.fl-podcast__related .fl-media-insights__cards-list-title {
  color: #B6895B;
}
.fl-podcast__related-inner {
  display: flex;
  flex-direction: column;
}
.fl-podcast__related-header {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding-bottom: 4rem;
}
.fl-podcast__see-more {
  padding-bottom: 4rem;
}
.fl-podcast__see-more .fl-media-insights__cta-actions {
  padding-bottom: 2.4rem;
}
.fl-podcast__see-more .fl-media-insights__cta-divider {
  border-color: #B6895B;
}
.fl-podcast__see-more .fl-header__btn {
  color: #B6895B;
}
.fl-podcast__see-more .fl-header__btn svg path {
  stroke: #B6895B;
}
.fl-podcast__cta {
  background-color: #2B303C;
  padding-bottom: 0;
}
.fl-podcast__cta .fl-media-insights__cta-card {
  background-color: #1D2330;
}
.fl-podcast__cta .fl-media-insights__cta-form {
  align-items: flex-start;
}
.fl-podcast__cta .fl-media-insights__cta-title {
  color: #B6895B;
  padding-top: 2.4rem;
}
.fl-podcast__cta .fl-header__btn {
  color: #B6895B;
}
.fl-podcast__cta .fl-header__btn svg path {
  stroke: #B6895B;
}
@media (min-width: 1025px) {
  .fl-podcast__title {
    padding-top: 6.4rem;
    font-size: 6.4rem;
    max-width: 800px;
  }
  .fl-podcast__hero-container {
    display: flex;
    flex-direction: column;
    gap: 6.4rem;
  }
  .fl-podcast__hero-image img {
    height: 341px;
    min-height: 100%;
    max-height: none;
    display: block;
  }
  .fl-podcast__hero-media iframe {
    width: 630px;
    min-width: 100%;
  }
  .fl-podcast__hero-tag {
    font-size: 2.4rem;
    padding: 0.8rem 2.4rem 0.8rem 2.4rem;
  }
  .fl-podcast__figure {
    height: 600px;
  }
  .fl-podcast__podcast {
    max-height: 600px;
  }
  .fl-podcast__podcast-play svg:first-child {
    width: 135px;
    height: 154px;
  }
  .fl-podcast__podcast-play svg:last-child {
    width: 37px;
    height: 47px;
  }
  .fl-podcast__content-inner {
    flex-direction: row;
    gap: 6.4rem;
    padding-top: 6.4rem;
  }
  .fl-podcast__content-text {
    gap: 4rem;
  }
  .fl-podcast__cta-card {
    padding: 4rem;
    min-width: 580px;
    width: 100%;
  }
  .fl-podcast__related {
    margin-top: 6.4rem;
  }
  .fl-podcast__related .fl-media-insights__cards-list-section {
    flex-direction: row;
    gap: 2.4rem;
  }
  .fl-podcast__related-header {
    gap: 4rem;
  }
  .fl-podcast__related-title {
    padding-top: 2.4rem;
  }
  .fl-podcast__see-more {
    padding-bottom: 6.4rem;
  }
  .fl-podcast__cta .site-container {
    padding-top: 6.4rem;
  }
  .fl-podcast__cta .fl-media-insights__cta-card {
    margin-left: 0;
    margin-top: 0;
    margin-right: auto;
  }
}

.fl-academy-carousel__heading {
  color: #B96955;
  font-size: 32px;
  margin-bottom: 0;
  border-bottom: 1px solid #B96955;
  padding-bottom: 18px;
}
.fl-academy-carousel__desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2em;
  margin: 2em 0 4em;
}
.fl-academy-carousel__desc p {
  font-size: 16px;
  margin: 0;
}
.fl-academy-carousel__desc .fl-button-all {
  color: #B96955;
  align-self: flex-end;
}
.fl-academy-carousel__desc .fl-button-all svg * {
  fill: #B2B1B1;
}
.fl-academy-carousel__item {
  transition: all 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
  cursor: pointer;
}
.fl-academy-carousel__item-image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
  height: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fl-academy-carousel__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fl-academy-carousel__item-image .fl-button {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #B96955;
  opacity: 0.9;
  color: #F1F1F1;
  padding: 10px;
  text-align: right;
  text-transform: initial;
  font-size: 18px;
  font-weight: 400;
  transform: translateY(45px);
  transition: all 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}
.fl-academy-carousel__item-image .fl-button svg {
  margin-left: 5px;
}
.fl-academy-carousel__item-image .fl-button svg * {
  fill: #F1F1F1;
}
.fl-academy-carousel__item-image .fl-icon-play {
  width: 85px;
  position: absolute;
  top: calc(50% - 78px);
  left: calc(50% - 42px);
  transition: all 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}
.fl-academy-carousel__item-image .fl-icon-play svg {
  width: 100%;
}
.fl-academy-carousel__item:hover {
  transition: all 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}
.fl-academy-carousel__item:hover .fl-academy-carousel__item-image {
  border-radius: 8px 8px 0 0;
}
.fl-academy-carousel__item:hover .fl-academy-carousel__item-image .fl-button {
  transform: translateY(0);
}
.fl-academy-carousel__item:hover .fl-academy-carousel__item-image .fl-icon-play {
  transform: scale(1.2);
}
.fl-academy-carousel__item:hover .fl-academy-carousel__content {
  background-color: #fff;
}
.fl-academy-carousel__content {
  border-radius: 0 0 8px 8px;
  padding: 1.5em 1em;
  margin-top: -8px;
  transition: all 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
  display: flex;
  flex-direction: column;
}
.fl-academy-carousel__title {
  font-size: 24px;
}
.fl-academy-carousel .slick-dots {
  bottom: -1em;
  text-align: center;
}

@media (min-width: 481px) and (max-width: 768px) {
  .slick-slide {
    margin-right: 2.4rem;
  }
  .slick-slide:last-child {
    margin-right: 0;
  }
}
@media (min-width: 940px) {
  .fl-academy-carousel__heading {
    font-size: 48px;
  }
  .fl-academy-carousel__desc {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 4em;
  }
  .fl-academy-carousel__desc p {
    width: 50%;
  }
  .fl-academy-carousel__title {
    color: #B96955;
  }
  .fl-academy-carousel .slick-dots {
    bottom: -2em;
  }
  .fl-academy-carousel .slick-slide {
    margin-right: 2.4rem;
  }
  .fl-academy-carousel .slick-slide:last-child {
    margin-right: 0;
  }
}
.fl-academy-grid {
  /* === Mobile first === */
}
.fl-academy-grid__heading {
  color: #B96955;
  font-size: 32px;
  margin-bottom: 0;
  border-bottom: 1px solid #B96955;
  padding-bottom: 18px;
}
.fl-academy-grid__desc {
  font-size: 16px;
  margin: 2em 0 4em;
}
.fl-academy-grid__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  transition: all 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}
.fl-academy-grid__item {
  cursor: pointer;
  background: #F1F1F1;
  border-radius: 8px;
  overflow: hidden;
  transition: background 0.3s;
}
.fl-academy-grid__item-image {
  width: 100%;
  height: 233px;
  max-height: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.fl-academy-grid__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fl-academy-grid__item-image .fl-icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85px;
  transition: transform 0.6s cubic-bezier(0.1, 0, 0.1, 1), opacity 0.4s;
  z-index: 2;
}
.fl-academy-grid__item-image .fl-icon-play svg {
  width: 100%;
}
.fl-academy-grid__item-content {
  display: flex;
  flex-direction: column;
  padding: 2.4rem;
  background: #F1F1F1;
  gap: 4rem;
}
.fl-academy-grid__item-title {
  font-size: 2.4rem;
  color: #B96955;
  margin: 0;
  transition: color 0.3s;
}
.fl-academy-grid__item-details {
  display: block;
}
.fl-academy-grid__item-subtitle, .fl-academy-grid__item-text {
  display: none;
}
.fl-academy-grid__item .fl-button {
  display: inline-flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  background: none;
  color: #B96955;
  font-size: 1.8rem;
  font-weight: 600;
  border: 0;
  box-shadow: none;
  text-decoration: none;
  cursor: pointer;
  text-transform: none;
}
.fl-academy-grid__item .fl-button svg {
  margin-left: 8px;
}
.fl-academy-grid__item .fl-button svg * {
  fill: #B96955;
}
.fl-academy-grid .slick-dots {
  text-align: center;
  bottom: -3em;
}

/* === Tablet / Desktop === */
@media (min-width: 940px) {
  .fl-academy-grid__heading {
    font-size: 48px;
  }
  .fl-academy-grid__desc {
    width: 50%;
  }
  .fl-academy-grid__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
  .fl-academy-grid__item {
    position: relative;
    padding-bottom: 0;
    border-radius: 8px;
    overflow: hidden;
    height: 633px;
    background: #F1F1F1;
  }
  .fl-academy-grid__item-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 394px;
    max-height: 394px;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    transition: opacity 0.5s, transform 0.6s cubic-bezier(0.1, 0, 0.1, 1);
    will-change: transform, opacity;
  }
  .fl-academy-grid__item-image .fl-icon-play {
    width: 120px;
  }
  .fl-academy-grid__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .fl-academy-grid__item-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 240px;
    padding: 4rem 0 0;
    background: #F1F1F1;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 0;
    transition: height 0.6s cubic-bezier(0.1, 0, 0.1, 1), background 0.3s;
    overflow: hidden;
  }
  .fl-academy-grid__item-title, .fl-academy-grid__item-subtitle, .fl-academy-grid__item-text, .fl-academy-grid__item-details {
    padding: 0 2.4rem;
  }
  .fl-academy-grid__item-title {
    font-size: 4rem;
    margin: 0 0 8px;
    color: #B96955;
  }
  .fl-academy-grid__item-details {
    display: block;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.45s 0.2s, transform 0.45s 0.2s;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .fl-academy-grid__item-subtitle, .fl-academy-grid__item-text {
    display: block;
  }
  .fl-academy-grid__item-subtitle {
    font-size: 2.4rem;
    margin: 0;
    color: #2B303C;
  }
  .fl-academy-grid__item-text {
    padding: 0 0 28px;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.5s 0.45s, transform 0.5s 0.45s;
  }
  .fl-academy-grid__item .fl-button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    min-height: 56px;
    box-sizing: border-box;
    background: #B96955;
    color: #fff;
    padding: 1.2rem 2.4rem;
    z-index: 2;
    font-size: 1.8rem;
    font-weight: 400;
    border: none;
    border-radius: 0 0 8px 8px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s 0.5s, transform 0.5s 0.5s, background 0.3s;
  }
  .fl-academy-grid__item .fl-button svg {
    margin-left: 8px;
  }
  .fl-academy-grid__item .fl-button svg * {
    fill: #fff;
  }
  .fl-academy-grid__item:hover {
    background: #fff;
  }
  .fl-academy-grid__item:hover .fl-academy-grid__item-image {
    opacity: 0;
    transform: translateY(-10px);
  }
  .fl-academy-grid__item:hover .fl-academy-grid__item-content {
    height: 100%;
  }
  .fl-academy-grid__item:hover .fl-academy-grid__item-details {
    opacity: 1;
    transform: translateY(0);
  }
  .fl-academy-grid__item:hover .fl-academy-grid__item-text {
    opacity: 1;
    transform: translateY(0);
  }
  .fl-academy-grid__item:hover .fl-button {
    opacity: 1;
    transform: translateY(0);
  }
  .fl-academy-grid__item .fl-button:hover {
    background: #ad5c47;
  }
}
@media (max-width: 767px) {
  .fl-academy-grid__item-title {
    font-size: 24px;
  }
}
.fl-academy-grid__item-base,
.fl-academy-grid__item-content--overlay {
  display: none !important;
}

.fl-accordion {
  padding-left: 0;
  list-style: none;
}
.fl-accordion__item.is-active .fl-accordion__close {
  transform: rotate(180deg);
}
.fl-accordion__thumb {
  margin: 0;
  padding: 0.8rem 0;
  cursor: pointer;
  font-weight: normal;
  display: flex;
  justify-content: space-between;
}
.fl-accordion__close {
  display: inline-block;
  position: relative;
  transform: rotate(0deg);
  transition: transform 0.2s ease-out;
  height: 20px;
}
.fl-accordion__panel {
  margin: 0;
  padding-bottom: 0.8rem;
  display: none;
}

.fl-contact {
  background-color: #F9F9F9;
}
.fl-contact.bg-blue {
  background-color: #1D2330;
}
.fl-contact.alt-bg .col__form {
  border-radius: 8px;
}
.fl-contact__grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #2B303C;
  border-radius: 8px;
  color: #DDDDDD;
  overflow: hidden;
}
.fl-contact__grid .col {
  padding: 2em;
}
.fl-contact__grid .col h2 {
  font-size: 24px;
}
.fl-contact__grid .col__form {
  padding: 0em;
  background-color: #1D2330;
  width: 100%;
}
.fl-contact__grid .col__form textarea,
.fl-contact__grid .col__form input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  border-color: #B96955;
  color: #DDDDDD;
}
.fl-contact__grid .col__form ::-webkit-input-placeholder {
  color: #DDDDDD;
}
.fl-contact__grid .col__form :-moz-placeholder {
  color: #DDDDDD;
  opacity: 1;
}
.fl-contact__grid .col__form ::-moz-placeholder {
  color: #DDDDDD;
  opacity: 1;
}
.fl-contact__grid .col__form :-ms-input-placeholder {
  color: #DDDDDD;
}
.fl-contact__grid .col__form ::placeholder {
  color: #DDDDDD;
}
.fl-contact__grid .col__form input[type=submit] {
  display: inline-block;
  border-radius: 0;
  padding: 1rem 0;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  text-transform: uppercase;
  font-size: 1.8rem;
  border: none;
  background-color: transparent;
  color: #B96955;
}
.fl-contact__grid .col__form input[type=submit]:hover {
  color: #F6A35C;
}
.fl-contact__grid .col__content h3 {
  font-size: 32px;
}
.fl-contact__image {
  display: none;
  overflow: hidden;
}
.fl-contact__image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.fl-contact__info {
  border-left: 1px solid #B96955;
  padding-left: 1em;
  font-size: 16px;
  overflow: auto;
}
.fl-contact__info ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.fl-contact__info p:last-child {
  margin: 0;
}
.fl-contact__info img {
  margin: 0 !important;
  width: auto;
}

@media (min-width: 940px) {
  .fl-contact-content--reverse .fl-contact__grid {
    flex-direction: row-reverse;
  }
  .fl-contact__grid {
    flex-direction: row;
    align-items: stretch;
  }
  .fl-contact__grid .col {
    padding: 4em;
    width: 50%;
  }
  .fl-contact__grid .col h2 {
    font-size: 48px;
  }
  .fl-contact__grid .col__content {
    align-content: center;
  }
  .fl-contact__grid .col__content h3 {
    font-size: 48px;
  }
  .fl-contact__grid .col__form {
    align-content: center;
  }
  .fl-contact__image {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
  .fl-contact__content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4em;
    width: 60%;
    margin: 0 auto;
  }
  .fl-contact__info {
    padding-left: 2em;
  }
  .fl-contact__info h2 {
    font-size: 48px;
  }
  .fl-contact__info ul {
    display: flex;
  }
  .fl-contact__info ul li:not(:first-child) {
    border-left: 1px solid #B96955;
    padding-left: 10px;
    margin-left: 10px;
  }
}
@media (min-width: 481px) and (max-width: 939px) {
  .fl-contact__grid .col__form {
    align-content: center;
    width: 100%;
    border-radius: 8px;
  }
}
.fl-content-list__grid {
  display: grid;
  gap: 3rem;
}
.fl-content-list__list ul {
  font-size: 2rem;
}
.fl-content-list__list ul li {
  gap: 1.5rem;
  display: flex;
  align-items: center;
}
.fl-content-list__list ul li img {
  height: 20px;
}
.fl-content-list__list span {
  display: inline-block;
  padding: 1rem 0;
}

@media (min-width: 1025px) {
  .fl-content-list__grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 7.5rem;
  }
}
@media (max-width: 1024px) {
  .fl-content-list h3 {
    font-size: 2.4rem;
  }
  .fl-content-list__list ul {
    font-size: 1.8rem;
  }
}
.fl-cta {
  color: #DDDDDD;
}
.fl-cta.bg-white {
  background-color: #fff;
}
.fl-cta:not(.fl-cta--boxed) {
  background-color: #2B303C;
}
.fl-cta:not(.fl-cta--boxed) .fl-cta__grid {
  padding: 0;
}
.fl-cta--boxed .fl-cta__grid {
  border-radius: 8px;
  background-color: #2B303C;
}
.fl-cta--centered {
  text-align: center;
}
.fl-cta--centered .fl-cta__subheading {
  margin-bottom: 3rem;
}
.fl-cta__grid {
  padding: 2em;
}
.fl-cta__heading {
  font-size: 24px;
}
.fl-cta__image {
  margin-top: 2em;
  text-align: center;
}

@media (min-width: 940px) {
  .fl-cta:not(.fl-cta--centered) .fl-cta__grid {
    display: flex;
    flex-direction: row;
    gap: 50px;
    align-items: center;
  }
  .fl-cta:not(.fl-cta--centered) .fl-cta__content {
    width: 65%;
  }
  .fl-cta:not(.fl-cta--centered) .fl-cta__image {
    width: 45%;
  }
  .fl-cta:not(.fl-cta--centered) .fl-cta__image.not-visible {
    transform: translateX(200%);
  }
  .fl-cta:not(.fl-cta--centered) .fl-cta__image.visible {
    transform: translateX(0);
    transition: transform 0.8s ease-out;
  }
  .fl-cta.fl-cta--centered .fl-cta__image img {
    width: 52%;
  }
  .fl-cta__heading {
    font-size: 48px;
  }
  .fl-cta__grid {
    padding: 3em;
  }
}
.fl-double-callout__grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.fl-double-callout__item {
  background-position: center;
  background-size: cover;
  border-bottom: 8px solid transparent;
  transition: all 0.3s cubic-bezier(0.1, 0, 0.1, 1);
  cursor: pointer;
}
.fl-double-callout__item .fl-button {
  place-self: start;
  color: #B2B1B1;
  margin-top: 1em;
  text-transform: none;
}
.fl-double-callout__item .fl-button .fl-icon-chevron {
  border: none;
  margin: 0;
}
.fl-double-callout__item .fl-button svg * {
  fill: #B2B1B1;
}
.fl-double-callout__item:hover {
  border-bottom: 8px solid #B96955;
  box-shadow: 6px 6px 16px 0px rgba(0, 0, 0, 0.2509803922);
}
.fl-double-callout__item:hover .fl-button {
  color: #B6895B;
}
.fl-double-callout__item:hover .fl-button svg {
  left: 40px;
  transition: left 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}
.fl-double-callout__item:hover .fl-button svg * {
  fill: #B6895B;
}
.fl-double-callout__item:hover .fl-button svg:first-child {
  left: 10px;
}
.fl-double-callout__item:hover .fl-button svg:first-child * {
  fill: #B6895B;
}
.fl-double-callout__item:hover .fl-button:hover {
  color: #F6A35C;
}
.fl-double-callout__item:hover .fl-button:hover .fl-icon-chevron {
  background-color: transparent;
}
.fl-double-callout__item:hover .fl-button:hover svg * {
  fill: #F6A35C;
}
.fl-double-callout__item, .fl-double-callout__top, .fl-double-callout__content,
.fl-double-callout .fl-button {
  position: relative;
}
.fl-double-callout__top, .fl-double-callout__content,
.fl-double-callout .fl-button {
  z-index: 5;
}
.fl-double-callout__top {
  display: flex;
  gap: 20px;
}
.fl-double-callout__inner {
  padding: 4rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.fl-double-callout__content {
  flex-grow: 1;
}
.fl-double-callout__photo {
  height: 65px;
  width: 65px;
}
.fl-double-callout__photo img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.fl-double-callout__tick {
  display: none;
  width: 5px;
  background: linear-gradient(to bottom, #B96955 0%, #894938 100%);
}
.fl-double-callout__topheading {
  font-size: 1.5rem;
  color: #B96955;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.fl-double-callout__heading {
  font-size: clamp(3.2rem, 2.8vw, 5.2rem);
  color: #B96955;
}
.fl-double-callout__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 3%, rgba(255, 255, 255, 0.5) 10%, white 15%, white 100%);
}
.fl-double-callout--accents .fl-double-callout__item {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.fl-double-callout--cards {
  padding: 3rem 0;
}
.fl-double-callout--cards .fl-double-callout__inner {
  background: #fff;
  padding: 3rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  border-radius: 8px;
}
.fl-double-callout--cards .fl-double-callout__headings {
  width: calc(100% - 85px);
}

.fl-button:hover .fl-icon-chevron--light svg * {
  fill: #fff !important;
}

.fl-section--scroll-dark.is-dark .fl-double-callout__overlay {
  display: none;
}

@media (min-width: 1025px) {
  .fl-double-callout__inner {
    padding: 5rem 7.5rem;
  }
  .fl-double-callout--cards {
    padding: 5rem;
  }
  .fl-double-callout--cards .fl-double-callout__grid {
    gap: 50px;
  }
}
@media (min-width: 940px) {
  .fl-double-callout__grid {
    flex-direction: row;
    gap: 30px;
  }
  .fl-double-callout__grid > div {
    width: 50%;
  }
}
.fl-featured-posts {
  position: relative;
  overflow: hidden;
}
.fl-featured-posts h2 {
  margin-bottom: 3rem;
}
.fl-featured-posts h3 {
  margin-bottom: 7.5rem;
  font-weight: 400;
}
.fl-featured-posts__grid {
  display: flex;
  column-gap: 3rem;
}
.fl-featured-posts__item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 33.3333%;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  z-index: 5;
}
.fl-featured-posts__item:hover {
  cursor: pointer;
}
.fl-featured-posts__item:hover .fl-featured-posts__overlay {
  z-index: 10;
  opacity: 0.8;
}
.fl-featured-posts__top {
  position: relative;
  overflow: hidden;
}
.fl-featured-posts__thumbnail {
  position: relative;
  z-index: 5;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
}
.fl-featured-posts__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.fl-featured-posts__bottom {
  padding: 0 3rem 3rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fl-featured-posts__bottom p {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
.fl-featured-posts__bottom .button--arrow {
  place-self: end;
  align-self: start;
}
.fl-featured-posts__graphic {
  position: absolute;
  right: -15px;
  bottom: -25px;
  z-index: 0;
  height: 50%;
}
.fl-featured-posts__tab {
  display: inline-block;
  position: relative;
  z-index: 5;
  transform: translateY(-50%);
  padding: 5rem 1.6rem 0.8rem;
  font-size: 1.5rem;
  font-weight: 600;
  place-self: start;
}

@media (min-width: 1650px) {
  .fl-featured-posts__graphic {
    right: -25px;
  }
}
@media (max-width: 1360px) {
  .fl-featured-posts__grid {
    gap: 4rem;
  }
}
@media (min-width: 940px) {
  .fl-featured-posts__top {
    aspect-ratio: 3/2;
  }
}
@media (max-width: 768px) {
  .fl-featured-posts__top {
    aspect-ratio: 16/9;
  }
  .fl-featured-posts__grid {
    flex-direction: column;
    gap: 20px;
  }
  .fl-featured-posts__item {
    width: 100%;
  }
  .fl-featured-posts__thumbnail {
    border-radius: 0;
  }
}
.fl-google-map {
  position: relative;
}
.fl-google-map .acf-map {
  height: 400px;
  position: relative;
}
.fl-google-map .acf-map iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.fl-heading__heading {
  color: #2B303C;
  font-size: 32px;
  margin-bottom: 0;
  border-bottom: 1px solid #B96955;
  padding-bottom: 24px;
}
.fl-heading.color-primary .fl-heading__heading {
  color: #B96955;
}

@media (min-width: 940px) {
  .fl-heading__heading {
    font-size: 48px;
  }
}
.fl-hero {
  position: relative;
  background-position: right center;
  background-size: cover;
  background-color: #1D2330;
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}
.fl-hero__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.fl-hero__overlay--none {
  display: none;
}
.fl-hero__overlay--light {
  background: linear-gradient(to right, rgba(43, 48, 60, 0.18) 0%, rgba(0, 0, 0, 0.36) 100%);
}
.fl-hero__overlay--medium {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.2) 75%, rgba(0, 0, 0, 0) 100%);
}
.fl-hero__overlay--dark {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.2) 75%, rgba(0, 0, 0, 0) 100%);
}
.fl-hero__bgimage {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translate(-50%, -50%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.fl-hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.fl-hero__content {
  width: 100%;
}
.fl-hero__content hr {
  border: none;
  width: 12rem;
  height: 0.5rem;
  margin: 0;
}
.fl-hero__content p {
  color: #DDDDDD;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  text-shadow: 0 4px 4px rgba(43, 48, 60, 0.25);
}
.fl-hero__inner {
  position: relative;
  z-index: 1;
  padding: 14rem 2.4rem 4rem;
}
@media (max-height: 600px) {
  .fl-hero__inner {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    justify-content: center;
  }
}
@media (min-height: 601px) and (max-height: 800px) {
  .fl-hero__inner {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
  }
}
@media (min-height: 801px) {
  .fl-hero__inner {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
  }
}
.fl-hero__heading {
  margin: 0;
  color: #B96955;
  font-size: 40px;
}
.fl-hero__superheading {
  text-transform: uppercase;
  font-weight: 700;
}
.fl-hero--default .fl-hero__heading {
  opacity: 0;
  transform: translateX(200px);
  animation: fadeInLeft 0.5s ease 0.5s forwards;
  animation-delay: 0.5s;
}
.fl-hero--default .content {
  overflow: hidden;
}
.fl-hero--default .content p {
  transform: translateY(-100%);
  animation: revealUp 1s ease forwards;
  animation-delay: 1.2s;
}
.fl-hero--default .fl-button {
  transform: translateY(-100%);
  animation: revealUp 1s ease forwards;
  animation-delay: 2.5s;
}
@keyframes fadeInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes revealUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fl-hero--translucent {
  height: auto;
  align-items: flex-end;
}
.fl-hero--translucent .fl-hero__heading {
  color: #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 2rem;
}
.fl-hero--translucent .fl-hero__heading span {
  display: block;
}
.fl-hero--translucent .content {
  width: 100%;
  height: auto;
}
.fl-hero--translucent .fl-hero__inner {
  padding: 16rem 2.4rem 3rem 2.4rem;
}
.fl-hero--form {
  height: auto;
  align-items: flex-end;
}
.fl-hero--form .fl-hero__inner {
  padding: 16rem 3rem 3rem 3rem;
}
.fl-hero--form .fl-hero__heading {
  color: #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 2rem;
  margin-bottom: 1em;
}
.fl-hero__form {
  background-color: #1D2330;
  border-radius: 8px;
  box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.25);
}
.fl-hero__form textarea,
.fl-hero__form input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  border-color: #B96955;
  color: #DDDDDD;
}
.fl-hero__form ::-webkit-input-placeholder {
  color: #DDDDDD;
}
.fl-hero__form :-moz-placeholder {
  color: #DDDDDD;
  opacity: 1;
}
.fl-hero__form ::-moz-placeholder {
  color: #DDDDDD;
  opacity: 1;
}
.fl-hero__form :-ms-input-placeholder {
  color: #DDDDDD;
}
.fl-hero__form ::placeholder {
  color: #DDDDDD;
}
.fl-hero__form label {
  color: #DDDDDD;
  font-size: 16px;
}
.fl-hero__form input[type=submit] {
  display: inline-block;
  border-radius: 0;
  padding: 1rem 0;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  text-transform: uppercase;
  font-size: 1.8rem;
  border: none;
  background-color: transparent;
  color: #B96955;
}
.fl-hero__form input[type=submit]:hover {
  color: #F6A35C;
}
.fl-hero__form .fl-form-consent {
  display: none;
}

@media (min-width: 940px) {
  .fl-hero {
    height: calc(100vh - 135px);
  }
  .fl-hero__bgimage {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translate(-50%, -50%);
    object-fit: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .fl-hero__inner {
    height: 100%;
    margin: auto 1rem;
    padding: 0;
  }
  .fl-hero__inner-form {
    display: flex;
    align-items: flex-end;
    gap: 4em;
  }
  .fl-hero__inner-text {
    flex: 70%;
  }
  .fl-hero__form {
    flex: 42%;
    padding: -4em;
    margin-bottom: -9em;
  }
  .fl-hero__content {
    height: 100%;
    width: 100%;
  }
  .fl-hero__content p {
    font-size: 24px;
  }
  .fl-hero__heading {
    font-size: 64px;
  }
  .fl-hero--default {
    flex-direction: row;
  }
  .fl-hero--default .fl-hero__content {
    width: 50%;
  }
  .fl-hero--translucent {
    height: 90vh !important;
  }
  .fl-hero--translucent .fl-hero__inner {
    padding: 0;
    max-width: 1300px;
    margin: auto;
  }
  .fl-hero--translucent .fl-hero__inner-2 {
    max-width: 1300px;
    margin: auto;
    padding-inline: 2.4rem;
  }
  .fl-hero--translucent .fl-hero__bgimage {
    left: 0;
    top: 0;
    animation: entraceTop 3s ease forwards;
  }
  @keyframes entraceTop {
    0% {
      border-radius: 40px;
      transform: translateY(-250px) scale(0.5);
    }
    65% {
      border-radius: 40px;
      transform: translateY(-65px) scale(0.5);
    }
    80% {
      border-radius: 40px;
      transform: translateY(-65px) scale(0.5);
    }
    100% {
      border-radius: 0;
      transform: translateY(0) scale(1);
    }
  }
  .fl-hero--translucent .fl-hero__heading {
    animation: slideRight 3s ease forwards;
    overflow: hidden;
    opacity: 0;
    transform: translateY(100px);
  }
  .fl-hero--translucent .fl-hero__heading span {
    display: block;
    opacity: 0;
    animation: slideTop 1s ease forwards;
    animation-delay: 0.5s;
  }
  .fl-hero--translucent .content {
    overflow: hidden;
    padding: 0;
    width: 50%;
    height: auto;
  }
  .fl-hero--translucent .content p {
    opacity: 0;
    transform: translateY(-100%);
    animation: revealUp 1s ease forwards;
    animation-delay: 2.3s;
  }
  @keyframes slideRight {
    0% {
      opacity: 0;
      width: 30%;
    }
    65% {
      opacity: 1;
      width: 100%;
    }
    80% {
      opacity: 1;
      transform: translateY(100px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes slideTop {
    0% {
      opacity: 0;
      transform: translateY(100px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .fl-hero--form {
    overflow: inherit;
    height: 90vh !important;
  }
  .fl-hero--form .fl-hero__bgimage {
    animation: myAnim 2s ease 0s 1 normal forwards;
  }
  @keyframes myAnim {
    0% {
      background-position: center bottom;
      background-size: 150%;
    }
    100% {
      background-position: center bottom;
      background-size: 100%;
    }
  }
  .fl-hero--form .fl-hero__inner {
    padding: 24rem 0;
    max-width: 1300px;
    margin: auto;
  }
  .fl-hero--form .fl-hero__heading {
    animation: slideRight3 3s ease forwards;
    overflow: hidden;
    opacity: 0;
  }
  .fl-hero--form .fl-hero__heading span {
    display: block;
    opacity: 0;
    animation: slideTop 1s ease forwards;
    animation-delay: 0.5s;
  }
  @keyframes slideRight3 {
    0% {
      opacity: 0;
      width: 30%;
    }
    100% {
      opacity: 1;
      width: 100%;
    }
  }
  .fl-hero--form .content {
    width: 50%;
  }
  .fl-hero--form .fl-hero__form {
    animation: slideBottom 1s ease forwards;
  }
  @keyframes slideBottom {
    0% {
      transform: translateY(-100px);
    }
    100% {
      transform: translateY(0);
    }
  }
}
@media (min-width: 1025px) {
  .fl-hero__inner {
    width: 100%;
    min-width: 490px;
    max-width: 500px;
  }
  .fl-hero__content {
    padding: 0 15px;
  }
  .fl-hero__inner-2 {
    padding: 0;
    padding-inline: 0 !important;
  }
}
@media (max-width: 480px) {
  .fl-hero__bgimage {
    display: none;
  }
  .fl-hero__inner {
    padding: 4rem 3rem 3rem 3rem !important;
  }
}
@media (max-width: 1323px) and (min-width: 940px) {
  .fl-hero--form .fl-hero__bgimage {
    background-color: red;
    animation: myAnim 2s ease 0s 1 normal forwards;
  }
  @keyframes myAnim {
    0% {
      background-position: center bottom;
      background-size: 200%;
    }
    100% {
      background-position: center bottom;
      background-size: 150%;
    }
  }
  .page-contact-us .fl-hero__form {
    padding: 0rem 1.6rem;
  }
}
.fl-split-hero {
  background-color: #F1F1F1;
  position: relative;
  display: flex;
  flex-direction: column;
}
.fl-split-hero.alt-bg {
  background-color: #2B303C;
}
.fl-split-hero__top {
  position: relative;
  background-color: #2B303C;
  color: #DDDDDD;
  padding: 2em;
  border-bottom: 8px solid #B96955;
}
.fl-split-hero__heading {
  color: #DDDDDD;
  margin: 0;
  font-size: 40px;
}
.fl-split-hero__bottom {
  position: relative;
}
.fl-split-hero__content {
  padding: 2.4rem;
  color: #DDDDDD;
  background-color: #2B303C;
}
.fl-split-hero__content p:last-child {
  margin: 0;
}

@media (min-width: 1200px) {
  .fl-split-hero {
    flex-direction: row;
    height: 75vh;
  }
  .fl-split-hero_section {
    position: relative;
    width: 100%;
    background-color: #2B303C;
    overflow: hidden;
    min-height: 600px;
    display: flex;
    align-items: center;
  }
  .fl-split-hero_all {
    position: relative;
    z-index: 2;
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
  }
  .fl-split-hero__top {
    width: 30%;
    height: 100%;
    padding-left: 0;
    padding-right: 6rem;
    align-content: center;
    border-right: 8px solid #B96955;
    border-bottom: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    animation: slideRight2 2s ease 0s normal forwards;
    position: relative;
    z-index: 1;
    border-left: 2px solid #2B303C;
  }
  .fl-split-hero__top::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100%;
    background-color: #2B303C;
    z-index: -1;
    margin: 0;
  }
  @keyframes slideRight2 {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(0);
    }
  }
  .fl-split-hero__heading {
    font-size: 64px;
  }
  .fl-split-hero__text {
    max-width: 600px;
  }
  .fl-split-hero__bottom {
    border-radius: 0;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .fl-split-hero__image {
    margin-left: auto;
    animation: heroImage 2s ease 0s normal forwards;
    height: 100%;
  }
  .fl-split-hero__image img {
    width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .fl-split-hero__content {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 3rem 6rem;
    width: 30%;
    border-radius: 16px 0 0 0;
    font-size: 18px;
    animation: slideLeft 2s ease 0s normal forwards;
  }
  @keyframes slideLeft {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes heroImage {
    0% {
      width: 100%;
    }
    100% {
      width: 70%;
    }
  }
}
@media (min-width: 940px) and (max-width: 1150px) {
  .fl-split-hero__heading {
    font-size: 48px;
  }
}
@media (min-width: 940px) and (max-width: 1024px) {
  .fl-split-hero__top {
    padding-left: 2rem;
  }
}
@media (max-width: 1360px) and (min-width: 1025px) {
  .fl-split-hero__top {
    padding-left: 2rem;
  }
}
.fl-image-content.alt-bg {
  background-color: #F9F9F9;
}
.fl-image-content.alt-bg .fl-image-content__grid {
  background-color: #F1F1F1;
}
.fl-image-content.bg-black {
  background-color: #2B303C;
}
.fl-image-content.bg-black .fl-image-content__grid {
  background-color: #2B303C;
  color: #DDDDDD;
}
.fl-image-content__grid {
  display: flex;
  flex-direction: column-reverse;
  background-color: #fff;
  padding: 2em 1em;
  border-radius: 8px;
  color: #B96955;
}
.fl-image-content__image {
  overflow: hidden;
  border-radius: 8px;
}
.fl-image-content__image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.fl-image-content__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: flex-start;
}
.fl-image-content__content h1,
.fl-image-content__content h2,
.fl-image-content__content .fl-button {
  margin: 0;
}
.fl-image-content__content h2 {
  font-size: 28px;
}
.fl-image-content__content .fl-button:hover svg * {
  fill: #fff;
}
.fl-image-content:not(.fl-image-content--boxed) .fl-image-content__content {
  padding: 3rem 2rem;
}
.fl-image-content hr {
  border: none;
  width: 5rem;
  height: 1rem;
  background: #2B303C;
  margin: 0;
}
.fl-image-content .fl-button {
  place-self: start;
}

@media (min-width: 940px) {
  .fl-image-content__grid {
    flex-direction: row;
    padding: 80px 64px;
  }
  .fl-image-content__grid > div {
    width: 50%;
  }
  .fl-image-content__content {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    justify-content: center;
  }
  .fl-image-content__content h2 {
    font-size: 48px;
  }
  .fl-image-content:not(.fl-image-content--boxed) .fl-image-content__content {
    padding: 5rem;
  }
  .fl-image-content--reverse .fl-image-content__grid {
    flex-direction: row-reverse;
  }
  .fl-image-content--reverse:not(.fl-image-content--boxed) {
    padding-right: 5rem;
  }
  .fl-image-content--reverse:not(.fl-image-content--boxed) .fl-image-content__content {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .fl-image-content.fl-image-content--boxed .fl-image-content__grid {
    gap: 75px;
  }
}
@media (max-width: 1024px) {
  .fl-image-content__image {
    aspect-ratio: 16/9;
    margin-bottom: 3rem;
  }
}
@media (max-width: 480px) {
  .fl-image-content.reverse-mb .fl-image-content__grid {
    flex-direction: column;
  }
}
.fl-icons-content__heading {
  text-align: center;
  margin-bottom: 6rem;
}
.fl-icons-content--white .fl-icons-content__grid, .fl-icons-content--gray .fl-icons-content__grid, .fl-icons-content--primary .fl-icons-content__grid {
  gap: 3rem;
}
.fl-icons-content__grid {
  display: grid;
  gap: 3rem;
}
.fl-icons-content--transparent .fl-icons-content__item {
  padding: 0;
}
.fl-icons-content--white .fl-icons-content__item {
  -webkit-box-shadow: 0.5px 0.5px 5px 0 #F1F1F1;
  box-shadow: 0.5px 0.5px 5px 0 #F1F1F1;
}
.fl-icons-content--gray .fl-icons-content__item {
  background: #2B303C;
}
.fl-icons-content--gray .fl-icons-content__item * {
  color: #fff;
}
.fl-icons-content--primary .fl-icons-content__item {
  background: #B96955;
}
.fl-icons-content--primary .fl-icons-content__item * {
  color: #fff;
}
.fl-icons-content--photos .fl-icons-content__item {
  gap: 2rem;
}
.fl-icons-content--photos .fl-icons-content__top {
  overflow: hidden;
  aspect-ratio: 16/9;
}
.fl-icons-content--photos .fl-icons-content__top img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.fl-icons-content--icons .fl-icons-content__top {
  padding: 3rem 3rem 0;
}
.fl-icons-content--icons img {
  max-height: 60px;
  margin-bottom: 1rem;
}
.fl-icons-content__item {
  display: flex;
  flex-direction: column;
  justify-content: start;
  text-align: center;
}
.fl-icons-content__item img {
  margin-bottom: 3rem;
}
.fl-icons-content__item h3 {
  margin-bottom: 3rem;
}
.fl-icons-content__item p {
  margin-bottom: 3rem;
}
.fl-icons-content__item .button {
  align-self: center;
}
.fl-icons-content__bottom {
  padding: 0 3rem 3rem;
}

@media (min-width: 1025px) {
  .fl-icons-content__grid--4 {
    gap: 7.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .fl-icons-content__grid--3 {
    gap: 7.5rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .fl-icons-content--icons .fl-icons-content__top {
    padding: 5rem 5rem 0;
  }
  .fl-icons-content--icons .fl-icons-content__bottom {
    padding: 0 5rem 5rem;
  }
}
@media (min-width: 1361px) {
  .fl-icons-content__grid--4 {
    gap: 7.5rem;
    grid-template-columns: repeat(4, 1fr);
  }
  .fl-icons-content__grid--5 {
    gap: 4rem;
  }
  .fl-icons-content__grid--6 {
    gap: 4rem;
  }
  .fl-icons-content__grid__bottom {
    padding: 0 5rem 5rem;
  }
  .fl-icons-content--boxed .fl-icons-content__grid {
    gap: 3rem;
  }
}
@media (max-width: 1024px) {
  .fl-icons-content h2.fl-heading {
    margin-bottom: 3rem;
  }
  .fl-icons-content__grid--4, .fl-icons-content__grid--5, .fl-icons-content__grid--6 {
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .fl-icons-content__grid {
    gap: 5rem;
  }
}
@media (max-width: 480px) {
  .fl-icons-content__grid {
    column-gap: 3rem;
  }
  .fl-icons-content__grid .fl-icons-content__item h3 {
    font-size: 2rem;
  }
}
.fl-link-blocks {
  text-align: center;
}
.fl-link-blocks__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3rem;
}
.fl-link-blocks__item {
  background-color: #fff;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  -webkit-box-shadow: 0.5px 0.5px 5px 0 #F1F1F1;
  box-shadow: 0.5px 0.5px 5px 0 #F1F1F1;
}
.fl-link-blocks__item:hover {
  text-decoration: none;
}
.fl-link-blocks__item > div {
  position: relative;
}
.fl-link-blocks__item h3 {
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
}
.fl-link-blocks__item p {
  margin-bottom: 3rem;
}
.fl-link-blocks__item .button {
  border: 2px solid #B96955;
  background: #fff;
  color: #B96955;
  display: block;
}
.fl-link-blocks__item .button:hover {
  color: #fff;
  background: #B96955;
}
.fl-link-blocks__top {
  background: #B96955;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 2rem 3rem;
}
.fl-link-blocks__top img {
  height: 5rem;
}
.fl-link-blocks__top:after {
  position: absolute;
  bottom: -8rem;
  content: "";
  width: 16px;
  height: 16px;
  background-color: #B96955;
  transform: rotate(45deg);
  margin-left: -0.8rem;
}
.fl-link-blocks__top h3 {
  color: #fff;
  margin: 0;
}
.fl-link-blocks__bottom {
  padding: 3rem;
}

@media (min-width: 940px) {
  .fl-link-blocks__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.fl-list-section__heading {
  font-size: 32px;
  border-bottom: 1px solid #B96955;
  padding-bottom: 18px;
}
.fl-list-section__content {
  background-color: #2B303C;
  border-radius: 16px;
  padding: 2em;
  color: #DDDDDD;
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-top: 4em;
}
.fl-list-section__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fl-list-section__list li {
  margin: 2rem 0;
  display: flex;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.8s, transform 0.8s;
}
.fl-list-section__list li.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.fl-list-section__list li img {
  margin-right: 15px;
}
.fl-list-section__image {
  text-align: center;
}
.fl-list-section__image img {
  width: 80%;
}

@media (min-width: 481px) and (max-width: 1024px) {
  .fl-list-section__list {
    margin: 0 auto;
    width: 50%;
  }
  .fl-list-section__image img {
    width: 50%;
  }
}
@media (min-width: 940px) {
  .fl-list-section__heading {
    font-size: 48px;
  }
  .fl-list-section__content {
    flex-direction: row;
    align-items: center;
    gap: 3em;
    padding: 3em;
  }
  .fl-list-section__list {
    width: 30%;
  }
  .fl-list-section__list li {
    margin: 3rem 0;
  }
  .fl-list-section__image {
    width: 33%;
    text-align: center;
  }
  .fl-list-section__image img {
    width: 100%;
  }
}
.fl-locations__grid {
  display: grid;
  gap: 3rem;
}
.fl-locations__heading {
  text-align: center;
  margin-bottom: 5rem;
}
.fl-locations__phone, .fl-locations__address {
  display: flex;
  gap: 10px;
}
.fl-locations__phone p, .fl-locations__address p {
  font-size: 1.6rem;
}
.fl-locations__phone svg, .fl-locations__address svg {
  display: inline-block;
  height: 15px;
  position: relative;
  top: 6px;
}
.fl-locations h4 {
  margin-bottom: 1rem;
}
.fl-locations h4 a {
  text-decoration: none;
  display: block;
}

@media (min-width: 940px) {
  .fl-locations__grid--2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
  }
  .fl-locations__grid--4, .fl-locations__grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1025px) {
  .fl-locations__grid {
    gap: 5rem;
  }
  .fl-locations__grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1361px) {
  .fl-locations__grid--4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.fl-menu-scroll {
  background-color: #fff;
}
.fl-menu-scroll__heading {
  color: #B96955;
  font-size: 32px;
  margin-bottom: 0;
  border-bottom: 1px solid #B96955;
  padding-bottom: 18px;
}
.fl-menu-scroll__nav {
  display: none;
}
.fl-menu-scroll__content {
  padding: 2em 0;
}
.fl-menu-scroll__item h2 {
  color: #B2B1B1;
  font-size: 24px;
}
.fl-menu-scroll .fl-accordion-mb.is-active h2 {
  color: #B96955;
}

@media (min-width: 940px) {
  .fl-menu-scroll__heading {
    font-size: 48px;
  }
  .fl-menu-scroll__wrapper {
    position: relative;
    margin-top: 2em;
  }
  .fl-menu-scroll .fl-menu-scroll__columns {
    display: flex;
    align-items: flex-start;
    position: relative;
  }
  .fl-menu-scroll__nav {
    width: 30%;
    height: max-content;
    border-right: 1px solid #DDDDDD;
    position: sticky;
    top: 137px;
    align-self: flex-start;
    display: block;
  }
  .fl-menu-scroll__nav.footer-overlap {
    position: absolute;
    top: auto;
    bottom: 0;
  }
  .fl-menu-scroll__nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .fl-menu-scroll__nav ul li {
    margin: 1.5em 0;
  }
  .fl-menu-scroll__nav ul li a {
    position: relative;
    display: block;
    padding: 5px 2em 5px 0;
  }
  .fl-menu-scroll__nav ul li a.active::before {
    content: "";
    position: absolute;
    right: -1.5px;
    top: 0;
    width: 3px;
    height: 100%;
    background: #B96955;
  }
  .fl-menu-scroll__content {
    flex: 1;
    padding: 0 3em;
  }
  .fl-menu-scroll__content h2 {
    color: #B96955;
    font-size: 24px;
    font-family: "Segoe UI", sans-serif;
  }
  .fl-menu-scroll__item {
    padding-top: 2em;
  }
  .fl-menu-scroll__item:first-child h2 {
    display: none;
  }
}
.fl-video-content .site-container {
  display: grid;
  gap: 30px;
}
@media (min-width: 1024px) {
  .fl-video-content .site-container {
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.fl-video-content--reverse .fl-video-content__media {
  order: 1;
}
.fl-video-content__media {
  min-width: 0;
  min-height: 0;
}
.fl-video-content__media--has-video {
  position: relative;
}
.fl-video-content__media--has-video iframe {
  position: absolute;
}

@media (min-width: 1025px) {
  .fl-video-content .site-container {
    display: grid;
    gap: 30px;
    align-items: center;
  }
}
@media (min-width: 1025px) and (min-width: 1024px) {
  .fl-video-content .site-container {
    gap: 100px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1025px) {
  .fl-video-content__content {
    font-size: 24px;
  }
}
.fl-service-callout {
  position: relative;
  text-align: center;
  background-position: center;
  background-size: cover;
}
.fl-service-callout__gradient {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
}
.fl-service-callout__gradient--one {
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.8) 25%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 100%);
}
.fl-service-callout__gradient--two {
  left: 50%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.8) 25%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 100%);
}
.fl-service-callout__topheading {
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #B96955;
}
.fl-service-callout__separator {
  width: 10rem;
  height: 0.5rem;
  background: linear-gradient(to right, #B96955 0%, #894938 100%);
  margin: 3rem auto;
}
.fl-service-callout__content {
  margin-bottom: 3rem;
}
.fl-service-callout .site-container {
  position: relative;
  z-index: 5;
}

.fl-service-steps__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3rem;
}
.fl-service-steps__top {
  display: flex;
}
.fl-service-steps__label {
  font-weight: 700;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.fl-service-steps.circle .fl-service-steps__item {
  padding: 3rem;
  text-align: center;
}
.fl-service-steps.circle .fl-service-steps__top {
  flex-direction: column;
  align-items: center;
}
.fl-service-steps.circle .fl-service-steps__number {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  font-size: 3.5rem;
}
.fl-service-steps.circle .fl-service-steps__number span {
  display: block;
  transform: translateY(-0.5rem);
}
.fl-service-steps.accent .fl-service-steps__top {
  margin-bottom: 2rem;
  gap: 2rem;
}
.fl-service-steps.accent .fl-service-steps__line {
  width: 0.3rem;
  height: 8rem;
}
.fl-service-steps.accent .fl-service-steps__number {
  font-size: 5rem;
  margin: 0;
  line-height: 1;
  font-weight: 700;
}

@media (min-width: 940px) {
  .fl-service-steps__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .fl-service-steps.circle .fl-service-steps__item {
    padding: 5rem;
  }
  .fl-service-steps.circle .fl-service-steps__grid {
    gap: 2rem;
  }
  .fl-service-steps.accent .fl-service-steps__grid {
    gap: 7.5rem;
  }
}
@media (min-width: 1025px) {
  .fl-service-steps__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.fl-services__heading {
  color: #DDDDDD;
  font-size: 32px;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 18px;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}
.fl-services__heading.visible {
  transform: translateY(0);
  opacity: 1;
}
.fl-services__heading.not-visible {
  transform: translateY(100%);
  opacity: 0;
}
.fl-services__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
.fl-services__item {
  padding: 16px;
  border-radius: 8px;
}
.fl-services__item.not-visible:nth-child(1) {
  transform: translateY(20px);
}
.fl-services__item.not-visible:nth-child(2) {
  transform: translateY(40px);
}
.fl-services__item.not-visible:nth-child(3) {
  transform: translateY(60px);
}
.fl-services__item.not-visible:nth-child(4) {
  transform: translateY(80px);
}
.fl-services__item.visible {
  transform: translateY(0);
  transition: transform 0.5s ease-out;
}
.fl-services__item:hover {
  box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.25);
}
.fl-services__item a {
  text-decoration: none !important;
}
.fl-services__item svg {
  height: 66px;
  margin-bottom: 2.4rem;
}
.fl-services__item svg * {
  fill: #DDDDDD;
}
.fl-services__item h4 {
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 15px;
}
.fl-services__item p {
  font-size: 16px;
}
.fl-services__item .fl-button {
  color: #DDDDDD;
}
.fl-services__item .fl-button svg * {
  fill: #DDDDDD;
}
.fl-services__item .fl-button:hover {
  color: #F6A35C;
}
.fl-services__item .fl-button:hover svg * {
  fill: #F6A35C;
}

@media (max-width: 480px) {
  .fl-services .fl-accordion-mb__text.no-text-boost {
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    font-size: 16px;
    overflow: hidden;
  }
}
@media (min-width: 940px) {
  .fl-services__heading {
    font-size: 48px;
  }
  .fl-services__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
  .fl-services__item--centered {
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: center;
    padding-inline: 2.4rem;
  }
  .fl-services__item {
    padding: 0;
  }
  .fl-services__item:hover {
    box-shadow: none;
  }
  .fl-services__item p {
    display: block;
  }
  .fl-services .fl-accordion__close {
    display: none;
  }
}
@media (min-width: 1025px) {
  .fl-services__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
  }
  .fl-services__item {
    padding: 0;
  }
  .fl-services__item-accordion {
    height: 100%;
  }
  .fl-services__item h4 {
    height: 4em;
  }
}
.fl-offers__grid {
  display: grid;
  gap: 3rem;
}
.fl-offers__item {
  padding: 3rem;
  background: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: space-between;
}
.fl-offers__item hr {
  margin: 2rem 0;
  border: 1px solid #fff;
}
.fl-offers__expiration * {
  margin: 0;
}

@media (min-width: 1025px) {
  .fl-offers__grid--multiple {
    grid-template-columns: repeat(2, 1fr);
  }
}
.fl-tabs {
  background-color: #1D2330;
  color: #B96955;
}
.fl-tabs__nav {
  display: none;
}
.fl-tabs .fl-accordion-mb {
  margin-bottom: 2em;
}
.fl-tabs .fl-accordion-mb .fl-accordion-mb__title {
  color: #818181;
  font-size: 24px;
}
.fl-tabs .fl-accordion-mb .fl-accordion-mb__title .fl-accordion__close span {
  background-color: #818181;
}
.fl-tabs .fl-accordion-mb .fl-accordion-mb__text {
  padding-bottom: 2em;
}
.fl-tabs .fl-accordion-mb.is-active .fl-accordion-mb__title {
  color: #B96955;
}
.fl-tabs .fl-accordion-mb.is-active .fl-accordion-mb__title .fl-accordion__close span {
  background-color: #B96955;
}

@media (min-width: 940px) {
  .fl-tabs__container {
    display: flex;
    align-items: center;
    font-size: 24px;
  }
  .fl-tabs__nav {
    width: 40%;
    border-right: 1px solid #818181;
    display: block;
  }
  .fl-tabs__button {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 32px;
    font-family: "Times New Roman", Times, serif;
    color: #818181;
    background-color: transparent;
    border: 0;
    padding: 10px 30px;
    margin-bottom: 1em;
    cursor: pointer;
    position: relative;
  }
  .fl-tabs__button:hover {
    color: #D1D1D1;
  }
  .fl-tabs__button.active {
    color: #B96955;
  }
  .fl-tabs__button.active::after {
    content: "";
    display: block;
    width: 3px;
    height: 100%;
    background-color: #B96955;
    position: absolute;
    top: 0;
    right: -0.5px;
  }
  .fl-tabs__content {
    width: 60%;
    padding: 3em 4em;
    display: none;
  }
  .fl-tabs__content.active {
    display: block;
    animation: fadeIn 2s ease-out;
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .fl-tabs__content .fl-accordion-mb__title {
    display: none;
  }
  .fl-tabs__image {
    text-align: center;
    margin-bottom: 2em;
  }
}
.fl-tabs-slider__heading {
  color: #2B303C;
  font-size: 32px;
  margin-bottom: 1em;
  border-bottom: 1px solid #B96955;
  padding-bottom: 18px;
}
.fl-tabs-slider__wrapper {
  background-color: #fff;
  padding: 1em;
  border-radius: 8px;
}
.fl-tabs-slider__column-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fl-tabs-slider__column-right {
  background-color: #F9F9F9;
  border-radius: 8px;
  padding: 1em;
}
.fl-tabs-slider__button {
  display: none;
  width: 100%;
  border: 0;
  color: #B96955;
  background-color: transparent;
  padding: 0;
  margin-bottom: 1em;
  text-align: left;
  font-size: 20px;
}
.fl-tabs-slider__button.active {
  display: block;
}
.fl-tabs-slider__button:hover {
  background-color: #DDDDDD;
  transition: background-color 0.3s ease;
}
.fl-tabs-slider__text-slider {
  color: #B96955;
  font-size: 16px;
  padding: 3em 0 0em;
  height: 100%;
  margin-bottom: 0 !important;
}
.fl-tabs-slider__content-slider h3 {
  font-size: 18px;
  font-family: "Segoe UI", sans-serif;
}
.fl-tabs-slider__content-slider img {
  margin-top: 2.4rem;
}
.fl-tabs-slider .slick-dots {
  top: 0;
  bottom: inherit;
}
.fl-tabs-slider .slick-dots li button {
  border-color: #B96955;
}
.fl-tabs-slider .slick-dots li.slick-active button {
  background-color: #B96955;
}

.zoomable-chart {
  display: block;
  width: 100%;
  height: auto;
  cursor: zoom-in;
  -webkit-user-drag: none;
  user-select: none;
}

.chart-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1200;
  align-items: flex-start;
  justify-content: center;
  background: rgba(0, 0, 0, 0);
  transition: background 300ms ease;
  pointer-events: none;
}

.chart-modal.is-open {
  display: block;
  background: rgba(0, 0, 0, 0.75);
  pointer-events: auto;
}

.chart-modal__content {
  position: fixed;
  z-index: 1201;
  box-sizing: border-box;
  overflow: hidden;
  transition: top 320ms ease, left 320ms ease, width 320ms ease, height 320ms ease, border-radius 320ms ease;
  will-change: top, left, width, height;
  border-radius: 8px;
  background: #F9F9F9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chart-modal__content img {
  width: 90vw;
  max-width: 1100px;
  height: auto;
  max-height: 90vh;
  object-fit: contain;
  display: block;
}

.chart-modal__close {
  position: absolute;
  top: 2.2rem;
  right: 2.2rem;
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  background: #F9F9F9;
  border-radius: 50%;
}

.chart-modal__close svg {
  width: 2.2rem;
  height: 2.2rem;
  fill: #B96955;
}

@media (max-width: 640px) {
  .chart-modal__content {
    border-radius: 0;
    padding-inline: 2.2rem;
  }
  .chart-modal__close {
    top: 2.2rem;
    right: 2.2rem;
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 940px) {
  .fl-tabs-slider__heading {
    font-size: 48px;
  }
  .fl-tabs-slider__wrapper {
    display: flex;
    justify-content: space-around;
    gap: 2em;
    padding: 2em;
  }
  .fl-tabs-slider__column-left, .fl-tabs-slider__column-right {
    width: 49%;
  }
  .fl-tabs-slider__column-right-chart {
    display: flex;
    flex-direction: column;
  }
  .fl-tabs-slider__column-right-chart .fl-tabs-slider__content {
    height: 100%;
    display: flex;
    margin: auto 0;
    cursor: zoom-in;
  }
  .fl-tabs-slider__column-right-chart .fl-tabs-slider__content-slider {
    height: 100%;
    display: flex;
  }
  .fl-tabs-slider__column-right-chart .fl-tabs-slider__content-slider .slick-list {
    margin: auto 0;
  }
  .fl-tabs-slider__button {
    display: block;
    border: 1px solid #B96955;
    border-radius: 8px;
    padding: 0.8em 1em;
    cursor: pointer;
  }
  .fl-tabs-slider__button.active {
    background-color: #B96955;
    color: #fff;
  }
  .fl-tabs-slider__text-slider {
    padding: 3em 0 2em;
  }
  .fl-tabs-slider__content img {
    width: 100%;
  }
  .fl-tabs-slider .slick-dots {
    bottom: 0;
    top: inherit;
  }
}
.fl-tbslider-columns__heading {
  color: #2B303C;
  font-size: 32px;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #B96955;
  padding-bottom: 18px;
}
.fl-tbslider-columns__container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 3em;
}
.fl-tbslider-columns__column {
  background-color: #F1F1F1;
  border-radius: 8px;
  padding: 1em;
}
.fl-tbslider-columns__subheading {
  font-size: 28px;
}
.fl-tbslider-columns__nav {
  display: none;
}
.fl-tbslider-columns__content {
  padding-top: 2em;
}
.fl-tbslider-columns__content h3 {
  font-size: 24px;
  font-family: "Segoe UI", sans-serif;
  border-bottom: 1px solid;
  padding-bottom: 15px;
}
.fl-tbslider-columns__content p {
  font-size: 16px;
}
.fl-tbslider-columns .slick-dots {
  top: 0;
  bottom: inherit;
}

@media (min-width: 940px) {
  .fl-tbslider-columns__heading {
    font-size: 48px;
  }
  .fl-tbslider-columns__container {
    flex-direction: row;
  }
  .fl-tbslider-columns__column {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
  }
  .fl-tbslider-columns__tab_container {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1 1 auto;
  }
  .fl-tbslider-columns__subheading {
    font-size: 48px;
  }
  .fl-tbslider-columns__nav {
    margin-bottom: 4rem;
    display: block;
  }
  .fl-tbslider-columns__button {
    font-size: 14px;
    color: #1D2330;
    border: 1px solid #2B303C;
    border-radius: 8px;
    padding: 8px 16px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.2s ease;
  }
  .fl-tbslider-columns__button.active {
    border-color: #B96955;
    background-color: #B96955;
    color: #DDDDDD;
  }
  .fl-tbslider-columns__button:not(.active):hover {
    background-color: #DDDDDD;
  }
  .fl-tbslider-columns__content {
    padding-bottom: 2em;
    padding-top: 0;
    display: flex;
    height: 100%;
  }
  .fl-tbslider-columns .slick-dots {
    bottom: 0;
    top: inherit;
  }
}
@media (min-width: 940px) and (max-width: 1294px) {
  .fl-tbslider-columns__button {
    margin: 4px auto;
  }
}
.fl-team-grid a:hover {
  text-decoration: none;
}
.fl-team-grid__heading {
  color: #B96955;
  font-size: 32px;
  margin-bottom: 1em;
  border-bottom: 1px solid #B96955;
  padding-bottom: 18px;
}
.fl-team-grid__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
.fl-team-grid__image {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 1rem;
  height: 308px;
}
.fl-team-grid__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fl-team-grid__name {
  color: #B96955;
  font-size: 24px;
  margin-bottom: 8px;
}
.fl-team-grid__role {
  font-size: 16px;
}

@media (min-width: 940px) {
  .fl-team-grid__heading {
    font-size: 48px;
  }
  .fl-team-grid__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .fl-team-grid__item {
    opacity: 0;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  }
  .fl-team-grid__item.first-row {
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  }
  .fl-team-grid__item.not-visible.col-1 {
    transform: translateX(200%);
  }
  .fl-team-grid__item.not-visible.col-2 {
    transform: translateX(100%);
  }
  .fl-team-grid__item.not-visible.col-3 {
    transform: translateX(0);
  }
  .fl-team-grid__item.visible {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (min-width: 481px) and (max-width: 939px) {
  .fl-team-grid__heading {
    font-size: 48px;
  }
  .fl-team-grid__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .fl-team-grid__item {
    opacity: 0;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  }
  .fl-team-grid__item.first-row {
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  }
  .fl-team-grid__item.not-visible.col-1 {
    transform: translateX(200%);
  }
  .fl-team-grid__item.not-visible.col-2 {
    transform: translateX(100%);
  }
  .fl-team-grid__item.not-visible.col-3 {
    transform: translateX(0);
  }
  .fl-team-grid__item.visible {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (min-width: 1025px) {
  .fl-team-grid__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
  }
  .fl-team-grid__image {
    height: 457px;
  }
}
.fl-testimonial-carousel__item {
  background: #fff;
  padding: 5rem;
}
.fl-testimonial-carousel__icon {
  text-align: center;
}
.fl-testimonial-carousel__icon svg {
  height: 60px;
  width: auto;
  margin-bottom: 1rem;
  fill: #B96955;
}
.fl-testimonial-carousel .slick-prev:before,
.fl-testimonial-carousel .slick-next:before {
  font-size: 30px;
  position: relative;
}
.fl-testimonial-carousel .slick-dots li button:before {
  font-size: 1.5rem;
}
.fl-testimonial-carousel .slider-controls__wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.fl-testimonial-carousel .slider-controls {
  width: 40%;
  display: flex;
  justify-content: center;
  position: relative;
  left: -20px;
}
.fl-testimonial-carousel .slider-controls .slick-dots {
  position: relative;
  top: -4px;
}

@media (max-width: 1024px) {
  .fl-testimonial-carousel__item {
    padding: 2.5rem;
  }
  .slider-controls__wrap {
    position: relative;
    top: -30px;
    justify-content: center;
  }
  .slider-controls {
    width: 100%;
    max-width: 400px;
    left: 0;
  }
}
@media (max-width: 768px) {
  .slide-m-dots {
    display: none;
  }
  .slick-prev {
    left: 50%;
    transform: translateX(-150%);
  }
  .slick-next {
    right: 50%;
    transform: translateX(150%);
  }
  .slider-controls__wrap {
    top: -10px;
  }
}
.fl-text-editor--bg-contrast {
  background-color: #2B303C;
  color: #DDDDDD;
}
.fl-text-editor--bg-contrast .fl-text-editor__heading {
  color: #DDDDDD;
}
.fl-text-editor__heading {
  color: #2B303C;
  font-size: 32px;
  border-bottom: 1px solid #B96955;
  padding-bottom: 18px;
}
.fl-text-editor__subheading {
  margin-top: 2em;
}
.fl-text-editor__subheading::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #B96955;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
.fl-text-editor .fl-button-wrapper {
  margin-top: 3rem;
}
.fl-text-editor__grid--two {
  display: grid;
  gap: 30px;
}
.fl-text-editor__note {
  font-size: 14px;
  margin-top: 2em;
}
.fl-text-editor .fl-text-editor__grid .fl-text-editor__column p {
  margin-bottom: 0;
}
.fl-text-editor.col-last-accent .fl-text-editor__column:first-child {
  color: #B96955;
}
.fl-text-editor.col-last-accent .fl-text-editor__column:last-child {
  background-color: #DDDDDD;
  padding: 2em;
  border-radius: 8px;
}
.fl-text-editor.col-last-accent .fl-text-editor__column:last-child.not-visible {
  transform: translateX(200%);
}
.fl-text-editor.col-last-accent .fl-text-editor__column:last-child.visible {
  transform: translateX(0);
  transition: transform 2s ease-out;
}
.fl-text-editor__testimonial {
  background-color: #F1F1F1;
  border-radius: 8px;
  display: flex;
  flex-direction: column-reverse;
  gap: 1em;
  padding: 2em;
}
.fl-text-editor__testimonial em {
  display: block;
}
.fl-text-editor__testimonial em.fl-text-editor__testimonial_autor {
  font-size: 16px;
  font-weight: 600;
}
.fl-text-editor__testimonial p {
  margin-bottom: 0;
}
.fl-text-editor.bg-grid-white .fl-text-editor__grid {
  background-color: #fff;
  border-radius: 8px;
  padding: 1em;
  gap: 40px;
}
.fl-text-editor.bg-grid-white .fl-text-editor__column {
  background-color: #F9F9F9;
  padding: 1em;
  border-radius: 8px;
}
.fl-text-editor__bars-text {
  padding-top: 2em;
}
.fl-text-editor__bars-text h2,
.fl-text-editor__bars-text h3 {
  font-size: 42px;
  line-height: 39px;
  margin: 0;
}
.fl-text-editor__bars-text h2 {
  color: #B2B1B1;
}
.fl-text-editor__bars-text h3 {
  color: #B96955;
}
.fl-text-editor__bars-text p {
  color: #B2B1B1;
  font-size: 24px;
  margin: 0;
}
.fl-text-editor .performance-container {
  background-color: #2B303C;
  border-radius: 8px;
  padding: 2em;
  color: #DDDDDD;
  margin-top: 2em;
}
.fl-text-editor .performance-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}
.fl-text-editor .performance-label {
  font-size: 28px;
  color: #B2B1B1;
  text-align: center;
}
.fl-text-editor .performance-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  border-top: 1px solid #1D2330;
  padding: 1rem;
  gap: 13px;
  justify-content: center;
}
.fl-text-editor .performance-block .title {
  font-size: 26px;
  margin-bottom: 5px;
  color: #DDDDDD;
}
.fl-text-editor .performance-block .value {
  color: #B96955;
  font-size: 28px;
  font-family: "Times New Roman", Times, serif;
}

@media (min-width: 940px) {
  .fl-text-editor.align-items-center .fl-text-editor__grid {
    align-items: center;
  }
  .fl-text-editor__heading {
    font-size: 48px;
  }
  .fl-text-editor__subheading {
    font-size: 40px;
  }
  .fl-text-editor__subheading::before {
    width: 20px;
    height: 20px;
  }
  .fl-text-editor__grid.not-visible {
    opacity: 0;
    transform: translateY(600%);
  }
  .fl-text-editor__grid.visible {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  }
  .fl-text-editor__grid--two {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
  }
  .fl-text-editor__note {
    width: 50%;
    margin-right: auto;
    margin-top: 5em;
  }
  .fl-text-editor.bg-grid-white .fl-text-editor__grid {
    padding: 3em;
  }
  .fl-text-editor.bg-grid-white .fl-text-editor__column {
    padding: 2em;
  }
  .fl-text-editor.col-last-accent .fl-text-editor__grid--two {
    align-items: center;
  }
  .fl-text-editor.content-columns p {
    columns: 2;
    gap: 30px;
  }
  .fl-text-editor__testimonial {
    flex-direction: row;
    align-items: center;
  }
  .fl-text-editor__testimonial p {
    width: 40%;
  }
  .fl-text-editor__testimonial-text {
    width: 60%;
  }
  .fl-text-editor__bars {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .fl-text-editor__bars-img {
    padding-right: 7em;
    border-right: 1px solid #818181;
  }
  .fl-text-editor__bars-text {
    padding: 1em;
  }
  .fl-text-editor__bars-text h2,
  .fl-text-editor__bars-text h3 {
    font-size: 64px;
    line-height: 55px;
  }
  .fl-text-editor .performance-row {
    flex-direction: row;
  }
  .fl-text-editor .performance-label {
    width: 17%;
    margin: 0;
    border-right: 1px solid #1D2330;
    text-align: left;
  }
  .fl-text-editor .performance-block {
    width: 10%;
    border-right: 1px solid #1D2330;
    border-top: none;
    flex-direction: column;
  }
}
.fl-coming-soon {
  background: #2B303C;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 6.4rem 0;
  overflow: hidden;
  /* HEADER */
  /* CONTENIDO */
  /* ESTADO ACTIVO */
}
.fl-coming-soon__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1312px;
  box-sizing: border-box;
  position: relative;
}
.fl-coming-soon__header {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 2.4rem;
  opacity: 0;
  transform: translateY(24px);
  transition: transform 900ms cubic-bezier(0.65, 0.46, 0.45, 0.94), opacity 700ms ease;
}
.fl-coming-soon__header-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 2.4rem;
  width: 100%;
}
.fl-coming-soon__title {
  font-size: 4rem;
  color: #818181;
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  line-height: 1.1;
  white-space: nowrap;
  margin: 0;
  text-align: left;
  transform: scale(1.75);
  transform-origin: left top;
  transition: transform 700ms cubic-bezier(0.9, 0.84, 0.44, 1);
  will-change: transform;
}
.fl-coming-soon__logo {
  width: 5rem;
  height: 5rem;
  flex-shrink: 0;
  transform: scale(1.4);
  transform-origin: top right;
  transition: transform 900ms cubic-bezier(0.9, 0.84, 0.44, 1);
  will-change: transform;
}
.fl-coming-soon__divider {
  border: none;
  border-top: 1.5px solid #818181;
  margin: 0;
  width: 100%;
  opacity: 0;
  transform-origin: 50% 50%;
  transform: scaleX(0.001);
  will-change: transform;
  transition: transform 900ms cubic-bezier(0.9, 0.84, 0.44, 1), opacity 700ms ease;
}
.fl-coming-soon__content {
  transition: all 2000ms cubic-bezier(0.9, 0.84, 0.44, 1);
  opacity: 0;
  transform: translateY(500px);
  pointer-events: none;
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
}
.fl-coming-soon__container.active .fl-coming-soon__header {
  opacity: 1;
  transform: translateY(0);
}
.fl-coming-soon__container.active .fl-coming-soon__divider {
  opacity: 1;
  transform: scaleX(1);
}
.fl-coming-soon__container.active .fl-coming-soon__title {
  transform: scale(1);
}
.fl-coming-soon__container.active .fl-coming-soon__logo {
  transform: scale(1);
}
.fl-coming-soon__container.active .fl-coming-soon__content {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.fl-coming-soon__left {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding-bottom: 2.4rem;
}
.fl-coming-soon__headline {
  font-size: 3.2rem;
  font-family: "Times New Roman", Times, serif;
  color: #B96955;
  font-weight: 400;
  margin: 0;
  line-height: 1.13;
  letter-spacing: 0.01em;
}
.fl-coming-soon__desc {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Segoe UI", sans-serif;
  color: #DDDDDD;
  line-height: 1.5;
  margin: 0;
}
.fl-coming-soon__sep {
  all: unset;
  display: block;
  width: 100%;
  border-bottom: 1px solid #B96955;
  margin: 0;
}
.fl-coming-soon__right {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding-top: 2.4rem;
}
.fl-coming-soon__label {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Segoe UI", sans-serif;
  color: #DDDDDD;
  opacity: 0.9;
  margin-bottom: 0;
}
.fl-coming-soon__form {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1.6rem;
}
.fl-coming-soon__input {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 1.2rem 1.6rem;
  border-radius: 0.8rem;
  border: 1px solid #F1F1F1;
  outline: none;
  width: 100%;
  background: #F1F1F1;
  color: #DDDDDD;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}
.fl-coming-soon__input::placeholder {
  color: #B2B1B1;
}
.fl-coming-soon__input:focus {
  border-color: #B96955;
}
.fl-coming-soon__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 1.2rem 3.2rem;
  background: #B96955;
  color: #2B303C;
  font-weight: 500;
  border-radius: 0.8rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.fl-coming-soon__button:hover {
  background: #c88979;
  transform: translateX(2px);
}
.fl-coming-soon__arrow {
  width: 1.6rem;
  height: 1.6rem;
  transition: transform 0.3s ease;
}
.fl-coming-soon__button:hover .fl-coming-soon__arrow {
  transform: translateX(4px);
}
@media (max-width: 480px) {
  .fl-coming-soon__desc, .fl-coming-soon__label {
    font-size: 1.6rem;
  }
  .fl-coming-soon__input, .fl-coming-soon__button {
    font-size: 1.4rem;
  }
}
@media (min-width: 1024px) {
  .fl-coming-soon {
    align-items: center;
    padding-bottom: 0;
  }
  .fl-coming-soon__header {
    row-gap: 3.4rem;
  }
  .fl-coming-soon__title {
    font-size: 6.4rem;
    text-align: left;
    transform: scale(2.265625);
    transform-origin: left top;
  }
  .fl-coming-soon__logo {
    width: 7rem;
    height: 7rem;
    margin-left: auto;
    transform: scale(1.2857143);
  }
  .fl-coming-soon__content {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 6.4rem;
    gap: 8rem;
  }
  .fl-coming-soon__left {
    width: 50%;
    margin-bottom: 0;
  }
  .fl-coming-soon__headline {
    font-size: 4.8rem;
  }
  .fl-coming-soon__desc {
    font-size: 2.4rem;
    line-height: 1.42;
    max-width: 95%;
  }
  .fl-coming-soon__logo {
    width: 69px;
    height: 69px;
    margin-left: auto;
  }
  .fl-coming-soon__right {
    width: 50%;
    padding-left: 6.4rem;
  }
  .fl-coming-soon__right::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 324px;
    border-left: 1.5px solid #B96955;
    pointer-events: none;
    z-index: 1;
  }
  .fl-coming-soon__label {
    font-size: 2.4rem;
  }
  .fl-coming-soon__sep {
    display: none;
  }
}