@font-face {
  font-family: "Arial Black";
  src: url("../fonts/ArialBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Trade Gothic LT Std Bold Condensed";
  src: url("../fonts/TradeGothicLTStd-BdCn20.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Univers LT Std 65 Bold";
  src: url("../fonts/UniversLTStd-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  overscroll-behavior: none;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

h1, h2, h3, h4, h5, h6, p.serif {
  font-family: sans-serif;
}

p {
  font-size: 17px;
  font-family: sans-serif;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

input[type=text],
input,
input[type=search],
input[type=email],
input[type=tel],
input[type=submit],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

input[type=radio] {
  -webkit-appearance: radio;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

.header_bottom_content {
  max-width: 2200px;
  margin: 0 auto;
  width: 100%;
}

.head-wrap,
.footer-wrap {
  max-width: 2150px;
  margin: 0 auto;
}

.main-wrap {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 992px) {
  .main-wrap {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .main-wrap {
    padding: 0 20px;
  }
}
@media (max-width: 470px) {
  .main-wrap {
    padding: 0 10px;
  }
}
@media (max-width: 380px) {
  .main-wrap {
    padding: 0 7px;
  }
}

.main-wrap-lg {
  max-width: 1760px;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 992px) {
  .main-wrap-lg {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .main-wrap-lg {
    padding: 0 20px;
  }
}
@media (max-width: 470px) {
  .main-wrap-lg {
    padding: 0 10px;
  }
}
@media (max-width: 380px) {
  .main-wrap-lg {
    padding: 0 7px;
  }
}

.med-wrap {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 992px) {
  .med-wrap {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .med-wrap {
    padding: 0 20px;
  }
}
@media (max-width: 470px) {
  .med-wrap {
    padding: 0 10px;
  }
}
@media (max-width: 380px) {
  .med-wrap {
    padding: 0 7px;
  }
}

.sm-wrap {
  max-width: 1150px;
  margin: 0 auto;
}

.xs-wrap {
  max-width: 750px;
  margin: 0 auto;
}

/*
    SASS File for Gravity Forms CSS Override
*/
.gform_wrapper .gform_body .gform_fields .gfield input, .gform_wrapper .gform_body .gform_fields .gfield textarea, .gform_wrapper .gform_body .gform_fields .gfield select {
  border: 1px solid gray;
  padding: 10px !important;
}
.gform_wrapper .gform_body .gform_fields .gfield input:focus, .gform_wrapper .gform_body .gform_fields .gfield textarea:focus, .gform_wrapper .gform_body .gform_fields .gfield select:focus {
  outline: none;
}
.gform_wrapper .gform_footer {
  text-align: center;
}
.gform_wrapper .gform_footer .gform_button {
  padding: 10px 40px !important;
}

section.thank-you {
  text-align: center;
}
section.thank-you h1 {
  margin-bottom: 30px;
}
section.thank-you h5 {
  color: black;
  margin-bottom: 30px;
}

.select2-results__options, .select2-selection--single .select2-selection__rendered {
  font-size: 17px;
}

.select2-selection--single .select2-selection__rendered {
  padding: 10px !important;
}

.select2 {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  height: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0 !important;
  right: 15px !important;
  height: 100% !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: red;
  color: #fff;
}

.select2-container--default .select2-selection--single {
  border-radius: 0 !important;
}

.select2-selection .select2-selection__rendered {
  color: #7a7a7a !important;
}

.slide-in-bottom {
  -webkit-animation: slide-in-bottom cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
  animation: slide-in-bottom cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
}

.fade-in {
  -webkit-animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
  animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
}

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.fade-in-top {
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.slide-in-top {
  -webkit-animation: slide-in-top 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-top 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.animate-half {
  animation-delay: 0.5s;
}

.animate-first {
  animation-delay: 1s;
}

.animate-first-half {
  animation-delay: 1.5s;
}

.animate-second {
  animation-delay: 2s;
}

.animate-second-half {
  animation-delay: 2.5s;
}

.animate-third {
  animation-delay: 3s;
}

.animate-third-half {
  animation-delay: 3.5s;
}

.animate-fourth {
  animation-delay: 4s;
}

.animate-fourth-half {
  animation-delay: 4.5s;
}

.animate-fifth {
  animation-delay: 5s;
}

.animate-fifth-half {
  animation-delay: 5.5s;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-5-13 11:49:36
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-right
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-left
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-top
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
/*
    SASS File for Banners Only
*/
section.banner-general.banner-container {
  height: 450px;
  transition: 0.3s;
}
section.banner-general.banner-container .overlay {
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  width: 100%;
  height: 100%;
}
section.banner-general.banner-container .overlay .text-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 35%;
}
section.banner-general.banner-container .overlay .text-container .title {
  color: white;
}

.error-page {
  min-height: 100vh;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
}

.error-page__inner {
  text-align: center;
  max-width: 600px;
  width: 100%;
}

.error-page__logo {
  margin-bottom: 48px;
}
.error-page__logo svg {
  width: clamp(140px, 20vw, 200px);
  height: auto;
  display: inline-block;
}

.error-page__code {
  font-family: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(6rem, 20vw, 14rem);
  font-weight: 900;
  line-height: 1;
  color: #16285C;
  letter-spacing: -0.03em;
}

.error-page__heading {
  font-family: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.6rem, 4vw, 2.8rem);
  font-weight: 900;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 0.04em;
  margin-top: 8px;
  line-height: 1.1;
}

.error-page__msg {
  font-family: "Univers LT Std 65 Bold", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  font-weight: 700;
  color: #5A5A5A;
  margin-top: 16px;
  line-height: 1.5;
}

.error-page__btn {
  display: inline-block;
  margin-top: 36px;
  background: #16285C;
  color: #FFFFFF;
  font-family: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(0.9rem, 1.4vw, 1.05rem);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  text-decoration: none;
  padding: 15px 48px;
  border-radius: 6px;
  transition: background 0.2s;
}
.error-page__btn:hover {
  background: #1c3470;
  color: #FFFFFF;
  text-decoration: none;
}

@media (max-width: 560px) {
  .error-page__logo {
    margin-bottom: 36px;
  }
  .error-page__btn {
    width: 100%;
    padding: 15px 24px;
  }
}
#wm-intro {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.9s ease;
}
#wm-intro.hide {
  opacity: 0;
  pointer-events: none;
}
#wm-intro video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-page {
  opacity: 0;
  transition: opacity 1s ease 0.1s;
}
.home-page.show {
  opacity: 1;
}

.home-hero-wrap {
  position: sticky;
  top: 0;
  z-index: 0;
  width: 100%;
}

.tagline-strip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: transparent;
  padding: 22px 24px 18px;
  text-align: center;
}
.tagline-strip .tagline {
  font-family: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-size: clamp(1.2rem, 2.1vw, 1.95rem);
  line-height: 1.2;
}

.home-banner {
  width: 100%;
  aspect-ratio: 16/6.5;
  max-height: 724px;
  overflow: hidden;
}
@media (max-width: 1920px) {
  .home-banner {
    max-height: 614px;
  }
}
.home-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
  display: block;
}
@media (max-width: 1410px) {
  .home-banner {
    aspect-ratio: 16/7;
  }
}
@media (max-width: 1280px) {
  .home-banner {
    aspect-ratio: 16/7.4;
  }
}
@media (max-width: 992px) {
  .home-banner {
    aspect-ratio: 16/9.75;
    max-height: 553px;
  }
}
@media (max-width: 560px) {
  .home-banner {
    aspect-ratio: 4/3.65;
    max-height: 428px;
  }
}

.home-sheet-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  background: #FFFFFF;
}

.home-sheet {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 32px 39px;
}

.home-headline {
  text-align: center;
  padding: 52px 0 18px;
}
.home-headline h1 {
  font-family: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  color: #16285C;
  text-transform: uppercase;
  font-size: clamp(3.24rem, 9.72vw, 8.1rem);
  line-height: 0.95;
  letter-spacing: -0.01em;
  font-weight: 900;
}
.home-headline h1 .line {
  display: block;
}
.home-headline .sub {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  font-family: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  line-height: 1.3;
  font-weight: 900;
}

.pill-wrap {
  display: flex;
  justify-content: center;
  padding: 0;
}

.pill {
  background: #000000;
  color: #FFFFFF;
  border-radius: 999px;
  padding: 11px clamp(36px, 5.5vw, 72px) 5px;
  display: inline-flex;
  align-items: center;
  gap: clamp(28px, 4.5vw, 62px);
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.pill .stat {
  text-align: center;
  min-width: 64px;
}
.pill .num {
  display: block;
  font-family: "Trade Gothic LT Std Bold Condensed", "Oswald", "Arial Narrow", sans-serif;
  font-size: clamp(3rem, 6.5vw, 5.5rem);
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: 700;
}
.pill .lbl {
  display: block;
  margin-top: -8.5px;
  line-height: 0.9;
  font-family: "Univers LT Std 65 Bold", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.3rem, 1.7vw, 1.55rem);
  letter-spacing: 0;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 700;
}
@media (max-width: 767px) {
  .pill .lbl {
    margin-top: -5px;
  }
}
@media (max-width: 600px) {
  .pill .lbl {
    margin-top: -2px;
  }
}
@media (max-width: 470px) {
  .pill .lbl {
    margin-top: 0px;
  }
}

.home-brand {
  text-align: center;
  margin-top: 30px;
}
.home-brand svg {
  width: clamp(176px, 24vw, 240px);
  height: auto;
  display: inline-block;
}

.home-contact {
  margin-top: 20px;
  text-align: center;
  color: #000000;
}
.home-contact .brokers {
  font-family: "Univers LT Std 65 Bold", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.13rem, 1.5vw, 1.31rem);
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 800;
}
.home-contact .ownerdev {
  margin-top: 0;
  font-family: "Univers LT Std 65 Bold", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.27rem, 1.65vw, 1.46rem);
  letter-spacing: 0;
  line-height: normal;
  text-transform: uppercase;
  color: #5A5A5A;
  font-weight: 700;
}
.home-contact .cname {
  margin-top: 10px;
  margin-bottom: -2px;
  font-family: "Univers LT Std 65 Bold", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.45rem, 2.38vw, 1.96rem);
  letter-spacing: 0;
  color: #000000;
  font-weight: 700;
  line-height: normal;
}
.home-contact .addr {
  margin-top: 0px;
  font-family: "Univers LT Std 65 Bold", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.27rem, 1.65vw, 1.46rem);
  letter-spacing: 0;
  font-weight: 700;
  color: #5A5A5A;
}
.home-contact .phones {
  margin-top: 0;
  font-family: "Univers LT Std 65 Bold", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.27rem, 1.65vw, 1.46rem);
  letter-spacing: 0;
  line-height: normal;
  font-weight: 700;
  color: #5A5A5A;
}
.home-contact .phones a {
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s, color 0.2s;
  color: inherit;
  text-decoration: none;
}
.home-contact .phones a:hover {
  border-color: #16285C;
  color: #16285C;
}
.home-contact .site {
  margin-top: 15px;
  font-family: "Univers LT Std 65 Bold", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.45rem, 2.38vw, 1.96rem);
  letter-spacing: 0;
  font-weight: 700;
}
.home-contact .site a {
  color: #000000;
  text-decoration: none;
}
.home-contact .site a:hover {
  color: #16285C;
}

@media (max-width: 767px) {
  .tagline-strip .tagline {
    letter-spacing: 0.2em;
  }
  .home-headline {
    padding: 40px 0 12px;
  }
}
@media (max-width: 560px) {
  .home-headline {
    padding: 32px 0 8px;
  }
  .pill {
    padding: 16px 24px;
    border-radius: 32px;
    gap: 16px;
  }
  .home-brand {
    margin-top: 25px;
  }
  .home-brand svg {
    width: clamp(146px, 18vw, 200px);
  }
  .home-sheet {
    padding: 0 20px 35px;
  }
}
.home-cta-section {
  padding: 77px 0 22px;
}

.home-cta-header {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .home-cta-header {
    margin-bottom: 30px;
  }
}
.home-cta-header .cta-heading {
  font-family: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  font-size: clamp(3.2rem, 7vw, 6rem);
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 900;
}
.home-cta-header .cta-heading .cta-h-main {
  color: #000000;
}
.home-cta-header .cta-heading .cta-h-accent {
  color: #16285C;
  margin-left: 0.16em;
}
.home-cta-header .cta-sub {
  margin-top: 12px;
  font-family: "Univers LT Std 65 Bold", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  color: #5A5A5A;
  font-weight: 700;
}

.home-cta-body {
  display: flex;
  gap: 48px;
  align-items: flex-start;
}
@media (max-width: 1410px) {
  .home-cta-body {
    gap: 40px;
  }
}
@media (max-width: 1280px) {
  .home-cta-body {
    gap: 35px;
  }
}
@media (max-width: 992px) {
  .home-cta-body {
    gap: 30px;
  }
}

.home-cta-form {
  flex: 0 0 57%;
  max-width: 57%;
}
.home-cta-form .gfield_required,
.home-cta-form .gfield_required_text,
.home-cta-form abbr.gfield_required {
  display: none !important;
}
.home-cta-form .gform_wrapper,
.home-cta-form .gform_wrapper.gravity-theme {
  margin: 0 !important;
}
.home-cta-form .gform_wrapper .gform_fields {
  row-gap: 6px !important;
}
.home-cta-form .gform_wrapper .gfield {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 4px !important;
}
.home-cta-form .gform_wrapper .gfield_label,
.home-cta-form .gform_wrapper label.gfield_label {
  font-family: "Univers LT Std 65 Bold", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 0.99rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.07em !important;
  color: #16285C !important;
  margin-bottom: 5px !important;
}
.home-cta-form .gform_wrapper .ginput_complex label,
.home-cta-form .gform_wrapper .name_first label,
.home-cta-form .gform_wrapper .name_last label,
.home-cta-form .gform_wrapper .ginput_complex .ginput_complex_label {
  font-family: "Univers LT Std 65 Bold", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 0.99rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.07em !important;
  color: #16285C !important;
  margin-bottom: 5px !important;
}
.home-cta-form .gform_wrapper .ginput_complex .gfield_required,
.home-cta-form .gform_wrapper .name_first .gfield_required,
.home-cta-form .gform_wrapper .name_last .gfield_required {
  display: none !important;
}
.home-cta-form .gform_wrapper input[type=text],
.home-cta-form .gform_wrapper input[type=email],
.home-cta-form .gform_wrapper input[type=tel],
.home-cta-form .gform_wrapper input[type=url],
.home-cta-form .gform_wrapper input[type=number],
.home-cta-form .gform_wrapper .gfield input,
.home-cta-form .gform_wrapper .ginput_container input,
.home-cta-form .gform_wrapper .ginput_complex input,
.home-cta-form .gform_wrapper textarea,
.home-cta-form .gform_wrapper .gfield textarea {
  font-family: "Univers LT Std 65 Bold", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 1.54rem !important;
  color: #000000 !important;
  background: #f8f8f8 !important;
  border: 1px solid #d4d4d4 !important;
  border-radius: 6px !important;
  padding: 11px 14px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  transition: border-color 0.2s !important;
  box-shadow: none !important;
}
.home-cta-form .gform_wrapper input[type=text]::placeholder,
.home-cta-form .gform_wrapper input[type=email]::placeholder,
.home-cta-form .gform_wrapper input[type=tel]::placeholder,
.home-cta-form .gform_wrapper input[type=url]::placeholder,
.home-cta-form .gform_wrapper input[type=number]::placeholder,
.home-cta-form .gform_wrapper .gfield input::placeholder,
.home-cta-form .gform_wrapper .ginput_container input::placeholder,
.home-cta-form .gform_wrapper .ginput_complex input::placeholder,
.home-cta-form .gform_wrapper textarea::placeholder,
.home-cta-form .gform_wrapper .gfield textarea::placeholder {
  color: #b0b0b0 !important;
  font-family: "Univers LT Std 65 Bold", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 400 !important;
  font-size: 1.24rem !important;
}
.home-cta-form .gform_wrapper input[type=text]:focus,
.home-cta-form .gform_wrapper input[type=email]:focus,
.home-cta-form .gform_wrapper input[type=tel]:focus,
.home-cta-form .gform_wrapper input[type=url]:focus,
.home-cta-form .gform_wrapper input[type=number]:focus,
.home-cta-form .gform_wrapper .gfield input:focus,
.home-cta-form .gform_wrapper .ginput_container input:focus,
.home-cta-form .gform_wrapper .ginput_complex input:focus,
.home-cta-form .gform_wrapper textarea:focus,
.home-cta-form .gform_wrapper .gfield textarea:focus {
  outline: none !important;
  border-color: #16285C !important;
}
.home-cta-form .gform_wrapper textarea,
.home-cta-form .gform_wrapper .gfield textarea {
  min-height: 130px !important;
  resize: vertical !important;
}
.home-cta-form .gform_wrapper .gform_footer input[type=submit],
.home-cta-form .gform_wrapper .gform_footer .gform_button,
.home-cta-form .gform_wrapper .gform_page_footer input[type=submit],
.home-cta-form .gform_wrapper input[type=submit],
.home-cta-form .gform_wrapper .gform_button,
.home-cta-form .gform_wrapper button[type=submit] {
  width: 100% !important;
  background: #16285C !important;
  background-color: #16285C !important;
  color: #FFFFFF !important;
  font-family: "Arial Black", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 1.25rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.14em !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 15px 24px !important;
  cursor: pointer !important;
  transition: background 0.2s !important;
  box-shadow: none !important;
}
.home-cta-form .gform_wrapper .gform_footer input[type=submit]:hover,
.home-cta-form .gform_wrapper .gform_footer .gform_button:hover,
.home-cta-form .gform_wrapper .gform_page_footer input[type=submit]:hover,
.home-cta-form .gform_wrapper input[type=submit]:hover,
.home-cta-form .gform_wrapper .gform_button:hover,
.home-cta-form .gform_wrapper button[type=submit]:hover {
  background: #1c3470 !important;
  background-color: #1c3470 !important;
}
.home-cta-form .gform_wrapper .gform_footer input[type=submit]:focus, .home-cta-form .gform_wrapper .gform_footer input[type=submit]:focus-visible,
.home-cta-form .gform_wrapper .gform_footer .gform_button:focus,
.home-cta-form .gform_wrapper .gform_footer .gform_button:focus-visible,
.home-cta-form .gform_wrapper .gform_page_footer input[type=submit]:focus,
.home-cta-form .gform_wrapper .gform_page_footer input[type=submit]:focus-visible,
.home-cta-form .gform_wrapper input[type=submit]:focus,
.home-cta-form .gform_wrapper input[type=submit]:focus-visible,
.home-cta-form .gform_wrapper .gform_button:focus,
.home-cta-form .gform_wrapper .gform_button:focus-visible,
.home-cta-form .gform_wrapper button[type=submit]:focus,
.home-cta-form .gform_wrapper button[type=submit]:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
.home-cta-form .gform_wrapper .gform_footer {
  margin-top: 8px !important;
  padding: 0 !important;
}
.home-cta-form .gform_confirmation_wrapper,
.home-cta-form .gform_confirmation_message {
  text-align: center !important;
}
.home-cta-form .gform_confirmation_wrapper {
  padding: 32px 24px !important;
}
.home-cta-form .gform_confirmation_message {
  font-family: "Univers LT Std 65 Bold", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 2.37rem !important;
  font-weight: 700 !important;
  color: #16285C !important;
  line-height: 1.5 !important;
}
@media (max-width: 767px) {
  .home-cta-form .gform_confirmation_message {
    font-size: 1.97rem !important;
  }
}
@media (max-width: 576px) {
  .home-cta-form .gform_confirmation_message {
    font-size: 1.77rem !important;
    line-height: 1.35 !important;
  }
}
@media (max-width: 470px) {
  .home-cta-form .gform_confirmation_message {
    font-size: 1.67rem !important;
  }
}
.home-cta-form .gform_confirmation_message h3, .home-cta-form .gform_confirmation_message h4 {
  font-family: "Arial Black", "Helvetica Neue", Arial, sans-serif !important;
  color: #16285C !important;
  text-transform: uppercase !important;
  font-size: 2.7rem !important;
  margin-bottom: 10px !important;
}
.home-cta-form .gform_confirmation_message p, .home-cta-form .gform_confirmation_message li {
  font-family: "Univers LT Std 65 Bold", "Helvetica Neue", Arial, sans-serif !important;
  color: #000000 !important;
  font-size: 1.8rem !important;
  font-weight: 700 !important;
}

.home-cta-cards {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding-top: 2px;
  padding-top: 18px;
}
@media (max-width: 767px) {
  .home-cta-cards {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 550px;
    margin: 0 auto;
    padding-top: 0;
    gap: 10px;
  }
}
@media (max-width: 400px) {
  .home-cta-cards {
    grid-template-columns: 1fr;
  }
}

.cta-card {
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.cta-card .card-label {
  font-family: "Univers LT Std 65 Bold", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.99rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #16285C;
}
.cta-card .card-value {
  font-family: "Univers LT Std 65 Bold", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  font-weight: 700;
  color: #000000;
  line-height: 1.2;
}
.cta-card .card-value a {
  color: #000000;
  text-decoration: none;
  transition: color 0.2s;
}
.cta-card .card-value a:hover {
  color: #16285C;
}

@media (max-width: 767px) {
  .home-cta-section {
    padding: 53px 0 20px;
  }
  .home-cta-body {
    flex-direction: column;
    gap: 36px;
  }
  .home-cta-form {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}

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