.elementor-5830 .elementor-element.elementor-element-47089dc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5830 .elementor-element.elementor-element-3f26b4b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5830 .elementor-element.elementor-element-3d18061{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5830 .elementor-element.elementor-element-77fd45c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5830 .elementor-element.elementor-element-765a1a2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-ff7e7e3 */:root {
  --azul: #16163F;
  --dorado: #D3B574;
  --blanco: #FBFBFB;

  --gris-texto: #3f3f46;
  --max-width: 1400px;
  --transition: all 0.25s ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  color: var(--gris-texto);
  background-color: var(--blanco);
  line-height: 1.6;
}

body > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

a[href="#contenido"] {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

a[href="#contenido"]:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 8px 16px;
  background: var(--azul);
  color: var(--blanco);
  z-index: 9999;
}

a {
  color: var(--azul);
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  color: var(--dorado);
}

.btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 600;
  border: 2px solid transparent;
  cursor: pointer;
  transition: var(--transition);
  text-align: center;
}

.btn-primary {
  background-color: var(--azul);
  color: var(--blanco);
}

.btn-primary:hover {
  background-color: var(--dorado);
  color: var(--azul);
}

.btn-secondary {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.75);
  color: var(--blanco);
}

.btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.9);
  color: var(--blanco);
}

@keyframes gcfGoldFlow {
  0% {
    background-position: 200% center;
  }
  100% {
    background-position: -200% center;
  }
}
@keyframes gcfIconShine {
  0% {
    transform: translateX(-120%) skewX(-25deg);
    opacity: 0;
  }
  40% {
    opacity: .6;
  }
  60% {
    opacity: .6;
  }
  100% {
    transform: translateX(220%) skewX(-25deg);
    opacity: 0;
  }
}

.hero.hero--bg {
  position: relative;
  width: 100%;
  color: var(--blanco);
  padding: 140px 0 110px;
  background-image: url("https://images.unsplash.com/photo-1523958203904-cdcb402031fd?auto=format&fit=crop&w=2400&q=80");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(22, 22, 63, 0.92) 0%, rgba(22, 22, 63, 0.68) 55%, rgba(22, 22, 63, 0.35) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.22) 100%);
}

.hero-grid.hero-grid--single {
  position: relative;
  z-index: 1;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: minmax(280px, 860px);
  align-items: start;
}

.hero .kicker {
  display: inline-block;
  position: relative;
  margin: 0 0 18px;
  padding-left: 54px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  line-height: 1.2;
  background-image: linear-gradient(
    90deg,
    #8f6a20 0%,
    #c79b3b 18%,
    #ddb85a 36%,
    #c79b3b 54%,
    #9a7224 72%,
    #d3b574 86%,
    #8f6a20 100%
  );
  background-size: 250% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  animation: gcfGoldFlow 20s linear infinite;
}

.hero .kicker::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    #8f6a20 0%,
    #d3b574 50%,
    #8f6a20 100%
  );
}

.hero h1 {
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.08;
  margin: 0 0 18px;
}

.hero .lead {
  font-size: 18px;
  opacity: 0.96;
  max-width: 720px;
}

.hero-highlights {
  list-style: none;
  padding: 0;
  margin: 26px 0;
}

.hero-highlights li {
  padding-left: 26px;
  position: relative;
  margin-bottom: 10px;
}

.hero-highlights li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: var(--dorado);
  font-weight: 700;
}

.hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 26px;
  flex-wrap: wrap;
}

.gcf-why-metrics {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  top: -2px;
  margin-top: -2px !important;
  margin-bottom: -2px !important;
  position: relative;
  padding: 60px 24px 70px;
  background: #ffffff;
  overflow: hidden;
}

.gcf-why-metrics::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(22, 22, 63, 0.08);
}

.gcf-why-metrics::after {
  content: "";
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1120px, 92%);
  height: 420px;
  border-radius: 36px;
  background: rgba(22, 22, 63, 0.018);
  pointer-events: none;
  filter: blur(.5px);
}

.gcf-why-metrics__container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.gcf-why-metrics__header {
  max-width: 860px;
  margin: 0 auto 66px;
  text-align: center;
}

.gcf-why-metrics__eyebrow {
  display: inline-block;
  position: relative;
  margin-bottom: 18px;
  padding-left: 54px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  line-height: 1.2;
  background-image: linear-gradient(
    90deg,
    #8f6a20 0%,
    #c79b3b 18%,
    #ddb85a 36%,
    #c79b3b 54%,
    #9a7224 72%,
    #d3b574 86%,
    #8f6a20 100%
  );
  background-size: 250% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  animation: gcfGoldFlow 20s linear infinite;
}

.gcf-why-metrics__eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    #8f6a20 0%,
    #d3b574 50%,
    #8f6a20 100%
  );
}

.gcf-why-metrics__title {
  margin: 0 0 18px;
  color: #16163F;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.gcf-why-metrics__intro {
  margin: 0;
  color: #525c6b;
  font-size: 19px;
  line-height: 1.78;
}

.gcf-why-metrics__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.gcf-why-metrics__card {
  position: relative;
  min-height: 372px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 30px 26px 32px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(22, 22, 63, .08);
  box-shadow:
    0 18px 38px rgba(15, 23, 42, .055),
    0 2px 8px rgba(15, 23, 42, .03);
  overflow: hidden;
  text-align: center;
  transition:
    transform .28s ease,
    box-shadow .28s ease,
    border-color .28s ease,
    background-color .28s ease;
}

.gcf-why-metrics__card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 26px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
  pointer-events: none;
}

.gcf-why-metrics__card::after {
  content: "";
  position: absolute;
  right: -52px;
  bottom: -52px;
  width: 148px;
  height: 148px;
  border-radius: 50%;
  background: rgba(211, 181, 116, .07);
  pointer-events: none;
}

.gcf-why-metrics__card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 26px 52px rgba(15, 23, 42, .09),
    0 8px 18px rgba(15, 23, 42, .05);
  border-color: rgba(211, 181, 116, .32);
}

.gcf-why-metrics__card--featured {
  border-color: rgba(211, 181, 116, .48);
  box-shadow:
    0 22px 48px rgba(15, 23, 42, .085),
    0 6px 14px rgba(15, 23, 42, .04);
  background: #fffdfa;
}

.gcf-why-metrics__card--featured::after {
  width: 170px;
  height: 170px;
  background: rgba(211, 181, 116, .11);
}

.gcf-why-metrics__card--featured:hover {
  border-color: rgba(211, 181, 116, .62);
  box-shadow:
    0 28px 56px rgba(15, 23, 42, .11),
    0 10px 18px rgba(15, 23, 42, .05);
}

.gcf-why-metrics__accent {
  width: 58px;
  height: 4px;
  border-radius: 999px;
  background: #D3B574;
  margin: 0 auto 22px;
}

.gcf-why-metrics__icon-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 22px;
}

.gcf-why-metrics__icon {
  position: relative;
  overflow: hidden;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #16163F;
  color: #ffffff;
  font-size: 27px;
  box-shadow:
    0 12px 24px rgba(22, 22, 63, .14),
    inset 0 1px 0 rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .06);
  transition:
    transform .35s ease,
    box-shadow .35s ease;
}

.gcf-why-metrics__icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, .6),
    rgba(255, 255, 255, 0)
  );
  transform: translateX(-120%) skewX(-25deg);
  animation: gcfIconShine 4.8s infinite;
}

.gcf-why-metrics__icon i {
  display: block;
  line-height: 1;
}

.gcf-why-metrics__card:hover .gcf-why-metrics__icon {
  transform: translateY(-4px) scale(1.05);
  box-shadow:
    0 10px 20px rgba(22, 22, 63, .25),
    0 0 0 2px rgba(211, 181, 116, .25);
}

.gcf-why-metrics__number {
  margin-bottom: 12px;
  color: #16163F;
  font-size: clamp(40px, 3.4vw, 52px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.gcf-why-metrics__label {
  margin: 0 0 14px;
  color: #16163F;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}

.gcf-why-metrics__text {
  margin: 0 auto;
  max-width: 280px;
  color: #525c6b;
  font-size: 16px;
  line-height: 1.76;
}

.gcf-why-metrics__bottom {
  max-width: 980px;
  margin: 62px auto 0;
  text-align: center;
}

.gcf-why-metrics__line {
  width: 86px;
  height: 4px;
  margin: 0 auto 22px;
  border-radius: 999px;
  background: #D3B574;
}

.gcf-why-metrics__bottom-text {
  margin: 0;
  color: #2f3650;
  font-size: 21px;
  line-height: 1.68;
  font-weight: 500;
}

@media (max-width: 1100px) {
  .gcf-why-metrics {
    padding: 80px 24px 86px;
  }

  .gcf-why-metrics::after {
    top: 150px;
    width: min(900px, 94%);
    height: 520px;
  }

  .gcf-why-metrics__header {
    margin-bottom: 48px;
  }

  .gcf-why-metrics__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gcf-why-metrics__card {
    min-height: 338px;
  }

  .hero.hero--bg {
    padding: 90px 0 70px;
    background-position: center;
  }

  .hero-grid.hero-grid--single {
    grid-template-columns: 1fr;
  }

  .hero .kicker,
  .gcf-why-metrics__eyebrow {
    padding-left: 50px;
    font-size: 12px;
    letter-spacing: 0.08em;
  }

  .hero .kicker::before,
  .gcf-why-metrics__eyebrow::before {
    width: 38px;
  }
}

@media (max-width: 640px) {
  .gcf-why-metrics {
    padding: 60px 18px 65px;
  }

  .gcf-why-metrics::after {
    top: 136px;
    width: 92%;
    height: 760px;
    border-radius: 28px;
  }

  .hero .kicker,
  .gcf-why-metrics__eyebrow {
    margin-bottom: 14px;
    padding-left: 44px;
    font-size: 10px;
    letter-spacing: 0.06em;
    line-height: 1.35;
  }

  .hero .kicker::before,
  .gcf-why-metrics__eyebrow::before {
    width: 32px;
  }

  .gcf-why-metrics__title {
    font-size: clamp(30px, 9vw, 40px);
    line-height: 1.16;
  }

  .gcf-why-metrics__intro {
    font-size: 16px;
    line-height: 1.74;
  }

  .gcf-why-metrics__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .gcf-why-metrics__card {
    min-height: auto;
    padding: 24px 20px 24px;
    border-radius: 20px;
  }

  .gcf-why-metrics__card::before {
    border-radius: 20px;
  }

  .gcf-why-metrics__accent {
    width: 52px;
    margin-bottom: 18px;
  }

  .gcf-why-metrics__icon-wrap {
    margin-bottom: 18px;
  }

  .gcf-why-metrics__icon {
    width: 50px;
    height: 50px;
    font-size: 24px;
    border-radius: 14px;
  }

  .gcf-why-metrics__number {
    font-size: 38px;
  }

  .gcf-why-metrics__label {
    font-size: 21px;
    margin-bottom: 12px;
  }

  .gcf-why-metrics__text {
    font-size: 15px;
    line-height: 1.68;
    max-width: 100%;
  }

  .gcf-why-metrics__bottom {
    margin-top: 42px;
  }

  .gcf-why-metrics__bottom-text {
    font-size: 18px;
    line-height: 1.6;
  }

  .btn {
    width: 100%;
  }

  .hero-actions {
    gap: 10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b7caff4 */html,
body{
  margin:0;
  padding:0;
}

body > *{
  margin-top:0 !important;
  margin-bottom:0 !important;
}

.gcf-service-solution-pro,
.gcf-service-solution-pro *{
  box-sizing:border-box;
}

.gcf-service-solution-pro{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  top:-2px;
  margin-top:-2px !important;
  margin-bottom:-2px !important;
  overflow:hidden;
  background:#16163F;
  font-family:"Inter",sans-serif;
  padding:44px 0 52px;
}

.gcf-service-solution-pro__container{
  width:100%;
  max-width:1400px;
  margin:0 auto;
}

.gcf-service-solution-pro__grid{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);
  align-items:center;
  gap:36px;
  margin-bottom:32px;
}

.gcf-service-solution-pro__content{
  max-width:760px;
}

.gcf-service-solution-pro__eyebrow{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:18px;
  color:#D3B574;
  font-size:13px;
  font-weight:700;
  letter-spacing:1.4px;
  text-transform:uppercase;
}
.gcf-service-solution-pro__eyebrow::before{
  content:"";
  width:42px;
  height:2px;
  background:#D3B574;
  display:block;
}
.gcf-service-solution-pro__title{
  margin:0 0 12px;
  color:#FBFBFB;
  font-size:clamp(32px,3.2vw,45px);
  line-height:1.02;
  font-weight:800;
  letter-spacing:-.03em;
  text-transform:uppercase;
}

.gcf-service-solution-pro__divider{
  width:84px;
  height:4px;
  margin:0 0 18px;
  background:#D3B574;
  border-radius:999px;
}

.gcf-service-solution-pro__intro{
  margin:0;
  max-width:700px;
  color:rgba(251,251,251,.9);
  font-size:20px;
  line-height:1.68;
  font-weight:400;
}

.gcf-service-solution-pro__intro strong{
  color:#FBFBFB;
  font-weight:800;
}

.gcf-service-solution-pro__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}

.gcf-service-solution-pro__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:12px 22px;
  text-decoration:none;
  font-size:13px;
  font-weight:800;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.03em;
  transition:all .25s ease;
}

.gcf-service-solution-pro__button--primary{
  background:#D3B574;
  color:#16163F;
}

.gcf-service-solution-pro__button--primary:hover{
  background:#dec68f;
  color:#16163F;
  transform:translateY(-2px);
}

.gcf-service-solution-pro__button--ghost{
  border:1px solid rgba(211,181,116,.45);
  background:transparent;
  color:#FBFBFB;
}

.gcf-service-solution-pro__button--ghost:hover{
  background:rgba(255,255,255,.05);
  border-color:#D3B574;
  color:#FBFBFB;
  transform:translateY(-2px);
}


.gcf-service-solution-pro__visual{
  width:100%;
  display:flex;
  align-items:center;
}

.gcf-service-solution-pro__panel{
  width:100%;
  padding:34px 30px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(211,181,116,.18);
  border-left:4px solid #D3B574;
  box-shadow:0 18px 32px rgba(0,0,0,.14);
}

.gcf-service-solution-pro__panel-label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:0 0 16px;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(211,181,116,.14);
  color:#D3B574;
  font-size:11px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.gcf-service-solution-pro__panel-title{
  margin:0 0 16px;
  color:#FBFBFB;
  font-size:clamp(24px,2.2vw,34px);
  line-height:1.08;
  font-weight:800;
  letter-spacing:-.02em;
}

.gcf-service-solution-pro__panel-title::after{
  content:"";
  display:block;
  width:60px;
  height:3px;
  margin-top:12px;
  background:#D3B574;
  border-radius:999px;
}

.gcf-service-solution-pro__panel-text{
  margin:0;
  color:rgba(251,251,251,.88);
  font-size:16px;
  line-height:1.72;
}


.gcf-service-solution-pro__cards{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}

.gcf-service-solution-pro__card{
  position:relative;
  min-height:100%;
  padding:22px 20px 20px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(211,181,116,.16);
  transition:
    transform .25s ease,
    border-color .25s ease,
    background .25s ease,
    box-shadow .25s ease;
}

.gcf-service-solution-pro__card::after{
  content:"";
  position:absolute;
  left:20px;
  right:20px;
  bottom:0;
  height:3px;
  background:#D3B574;
  opacity:0;
  transition:opacity .25s ease;
}

.gcf-service-solution-pro__card:hover{
  transform:translateY(-6px);
  border-color:rgba(211,181,116,.4);
  background:rgba(255,255,255,.08);
  box-shadow:0 20px 35px rgba(0,0,0,.18);
}

.gcf-service-solution-pro__card:hover::after{
  opacity:1;
}

.gcf-service-solution-pro__card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:14px;
}

.gcf-service-solution-pro__icon{
  width:48px;
  height:48px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(211,181,116,.12);
  color:#D3B574;
  font-size:22px;
  line-height:1;
  flex-shrink:0;
}

.gcf-service-solution-pro__number{
  color:rgba(211,181,116,.72);
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
  line-height:1;
}

.gcf-service-solution-pro__card-title{
  margin:0 0 10px;
  color:#FBFBFB;
  font-size:17px;
  line-height:1.18;
  font-weight:800;
  letter-spacing:-.02em;
}

.gcf-service-solution-pro__card-text{
  margin:0;
  color:rgba(251,251,251,.86);
  font-size:14px;
  line-height:1.55;
  font-weight:400;
}



.gcf-service-includes{
  position:relative;
  width:100%;
  padding:110px 24px;
  background:#ffffff;
}

.gcf-service-includes__container{
  max-width:1400px;
  margin:0 auto;
}


@keyframes gcfIncludesShine{
  0%{
    transform:translateX(-120%) skewX(-25deg);
    opacity:0;
  }
  40%{
    opacity:.6;
  }
  60%{
    opacity:.6;
  }
  100%{
    transform:translateX(220%) skewX(-25deg);
    opacity:0;
  }
}


@keyframes gcfGoldFlow{
  0%{
    background-position:200% center;
  }
  100%{
    background-position:-200% center;
  }
}



.gcf-service-includes__header{
  max-width:900px;
  margin:0 auto 80px;
  text-align:center;
}


.gcf-service-includes__eyebrow{
  display:inline-block;
  margin-bottom:18px;
  position:relative;
  padding-left:54px;

  font-size:13px;
  font-weight:700;
  letter-spacing:1.4px;
  text-transform:uppercase;
  line-height:1.2;

  background-image:linear-gradient(
    90deg,
    #8f6a20 0%,
    #c79b3b 18%,
    #ddb85a 36%,
    #c79b3b 54%,
    #9a7224 72%,
    #d3b574 86%,
    #8f6a20 100%
  );

  background-size:250% 100%;

  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
  color:transparent;

  animation:gcfGoldFlow 20s linear infinite;
}

.gcf-service-includes__eyebrow::before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  width:42px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(
    90deg,
    #8f6a20 0%,
    #d3b574 50%,
    #8f6a20 100%
  );
}



.gcf-service-includes__title{
  margin:0 0 18px;
  color:#16163F;
  font-size:clamp(36px,4vw,56px);
  line-height:1.1;
  font-weight:800;
  letter-spacing:-0.03em;
}



.gcf-service-includes__intro{
  margin:0 auto;
  max-width:760px;
  color:#5b6576;
  font-size:18px;
  line-height:1.8;
}

.gcf-service-includes__intro strong{
  color:#16163F;
  font-weight:800;
}


.gcf-service-includes__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:36px;
}



.gcf-service-includes__card{
  background:#ffffff;
  padding:34px 30px;
  border-radius:16px;
  border:1px solid #e9ecf2;
  box-shadow:0 12px 30px rgba(0,0,0,.05);

  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease;
}

.gcf-service-includes__card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 40px rgba(0,0,0,.08);
  border-color:rgba(211,181,116,.34);
}


.gcf-service-includes__icon{
  position:relative;
  overflow:hidden;
  width:56px;
  height:56px;
  margin-bottom:22px;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:16px;

  background:#16163F;
  color:#ffffff;
  font-size:24px;
  line-height:1;

  box-shadow:
    0 12px 24px rgba(22,22,63,.14),
    inset 0 1px 0 rgba(255,255,255,.07);

  border:1px solid rgba(255,255,255,.06);

  transition:
    transform .35s ease,
    box-shadow .35s ease;
}

.gcf-service-includes__icon i{
  display:block;
  line-height:1;
}


.gcf-service-includes__icon::after{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:40%;
  height:100%;
  background:linear-gradient(
    120deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,.6) 50%,
    rgba(255,255,255,0) 100%
  );
  transform:translateX(-120%) skewX(-25deg);
  animation:gcfIncludesShine 4.8s infinite;
}

.gcf-service-includes__card:hover .gcf-service-includes__icon{
  transform:translateY(-4px) scale(1.05);
  box-shadow:
    0 10px 20px rgba(22,22,63,.25),
    0 0 0 2px rgba(211,181,116,.22);
}


.gcf-service-includes__card-title{
  margin:0 0 12px;
  color:#16163F;
  font-size:22px;
  font-weight:800;
  line-height:1.25;
}


.gcf-service-includes__card-text{
  margin:0;
  color:#5c6678;
  font-size:16px;
  line-height:1.75;
}

@media (max-width:1024px){
  .gcf-service-solution-pro{
    width:100%;
    margin-left:0;
    margin-right:0;
    top:0;
    margin-top:0 !important;
    margin-bottom:0 !important;
    padding:52px 0 58px;
  }

  .gcf-service-solution-pro__container{
    padding:0 28px;
  }

  .gcf-service-solution-pro__grid{
    grid-template-columns:1fr;
    gap:28px;
    margin-bottom:30px;
  }

  .gcf-service-solution-pro__content{
    max-width:100%;
  }

  .gcf-service-solution-pro__eyebrow{
    margin-bottom:16px;
    font-size:12px;
    letter-spacing:.08em;
  }

  .gcf-service-solution-pro__title{
    max-width:760px;
    font-size:clamp(30px,4vw,40px);
    line-height:1.08;
  }

  .gcf-service-solution-pro__divider{
    margin-bottom:20px;
  }

  .gcf-service-solution-pro__intro{
    max-width:100%;
    font-size:18px;
    line-height:1.68;
  }

  .gcf-service-solution-pro__actions{
    gap:12px;
    margin-top:22px;
  }

  .gcf-service-solution-pro__button{
    min-height:48px;
    padding:12px 20px;
    font-size:12px;
  }

  .gcf-service-solution-pro__visual{
    align-items:stretch;
  }

  .gcf-service-solution-pro__panel{
    padding:30px 26px;
  }

  .gcf-service-solution-pro__panel-label{
    margin-bottom:14px;
    font-size:10px;
  }

  .gcf-service-solution-pro__panel-title{
    font-size:clamp(24px,3.4vw,32px);
    line-height:1.12;
  }

  .gcf-service-solution-pro__panel-text{
    font-size:15px;
    line-height:1.7;
  }

  .gcf-service-solution-pro__cards{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
  }

  .gcf-service-solution-pro__card{
    padding:22px 20px 20px;
  }

  .gcf-service-solution-pro__card-top{
    margin-bottom:12px;
  }

  .gcf-service-solution-pro__icon{
    width:46px;
    height:46px;
    font-size:21px;
    border-radius:13px;
  }

  .gcf-service-solution-pro__number{
    font-size:12px;
  }

  .gcf-service-solution-pro__card-title{
    font-size:20px;
    line-height:1.22;
  }

  .gcf-service-solution-pro__card-text{
    font-size:14.5px;
    line-height:1.62;
  }

  .gcf-service-includes{
    padding:82px 24px 88px;
  }

  .gcf-service-includes__container{
    padding:0 4px;
  }

  .gcf-service-includes__header{
    max-width:820px;
    margin:0 auto 54px;
  }

  .gcf-service-includes__eyebrow{
    margin-bottom:16px;
    padding-left:50px;
    font-size:12px;
    letter-spacing:.08em;
  }

  .gcf-service-includes__eyebrow::before{
    width:38px;
  }

  .gcf-service-includes__title{
    font-size:clamp(32px,4.2vw,44px);
    line-height:1.12;
  }

  .gcf-service-includes__intro{
    max-width:700px;
    font-size:17px;
    line-height:1.76;
  }

  .gcf-service-includes__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:22px;
  }

  .gcf-service-includes__card{
    padding:28px 24px;
  }

  .gcf-service-includes__icon{
    width:54px;
    height:54px;
    margin-bottom:18px;
    font-size:22px;
    border-radius:15px;
  }

  .gcf-service-includes__card-title{
    font-size:20px;
    line-height:1.24;
  }

  .gcf-service-includes__card-text{
    font-size:15px;
    line-height:1.68;
  }
}

@media (max-width:767px){
  .gcf-service-solution-pro{
    padding:40px 0 46px;
  }

  .gcf-service-solution-pro__container{
    padding:0 20px;
  }

  .gcf-service-solution-pro__grid{
    gap:22px;
    margin-bottom:22px;
  }

  .gcf-service-solution-pro__content{
    max-width:100%;
    margin:0 auto;
    text-align:left;
  }

  .gcf-service-solution-pro__eyebrow{
    gap:10px;
    margin-bottom:14px;
    font-size:10px;
    letter-spacing:.06em;
  }

  .gcf-service-solution-pro__eyebrow::before{
    width:34px;
  }

  .gcf-service-solution-pro__title{
    margin-bottom:12px;
    font-size:clamp(24px,7vw,31px);
    line-height:1.14;
    letter-spacing:-.02em;
  }

  .gcf-service-solution-pro__divider{
    width:64px;
    height:3px;
    margin:0 0 16px;
  }

  .gcf-service-solution-pro__intro{
    max-width:100%;
    font-size:15px;
    line-height:1.68;
  }

  .gcf-service-solution-pro__actions{
    flex-direction:column;
    align-items:stretch;
    gap:10px;
    margin-top:20px;
  }

  .gcf-service-solution-pro__button{
    width:100%;
    min-height:48px;
    padding:12px 16px;
    font-size:12px;
  }

  .gcf-service-solution-pro__panel{
    padding:24px 18px;
  }

  .gcf-service-solution-pro__panel-label{
    margin-bottom:12px;
    padding:7px 12px;
    font-size:10px;
  }

  .gcf-service-solution-pro__panel-title{
    font-size:22px;
    line-height:1.16;
  }

  .gcf-service-solution-pro__panel-title::after{
    width:52px;
    margin-top:10px;
  }

  .gcf-service-solution-pro__panel-text{
    font-size:14px;
    line-height:1.66;
  }

  .gcf-service-solution-pro__cards{
    grid-template-columns:1fr;
    gap:14px;
  }

  .gcf-service-solution-pro__card{
    padding:18px 16px 16px;
  }

  .gcf-service-solution-pro__card::after{
    left:16px;
    right:16px;
  }

  .gcf-service-solution-pro__card-top{
    margin-bottom:12px;
  }

  .gcf-service-solution-pro__icon{
    width:42px;
    height:42px;
    font-size:19px;
    border-radius:12px;
  }

  .gcf-service-solution-pro__number{
    font-size:11px;
  }

  .gcf-service-solution-pro__card-title{
    margin-bottom:8px;
    font-size:18px;
    line-height:1.25;
  }

  .gcf-service-solution-pro__card-text{
    font-size:13.5px;
    line-height:1.62;
  }

  .gcf-service-includes{
    padding:62px 18px 68px;
  }

  .gcf-service-includes__container{
    padding:0;
  }

  .gcf-service-includes__header{
    margin:0 auto 38px;
    text-align:left;
  }

  .gcf-service-includes__eyebrow{
    display:inline-block;
    margin-bottom:14px;
    padding-left:44px;
    font-size:10px;
    letter-spacing:.06em;
    line-height:1.35;
  }

  .gcf-service-includes__eyebrow::before{
    width:32px;
  }

  .gcf-service-includes__title{
    font-size:clamp(28px,8vw,36px);
    line-height:1.14;
    letter-spacing:-.02em;
  }

  .gcf-service-includes__intro{
    max-width:100%;
    font-size:15px;
    line-height:1.72;
  }

  .gcf-service-includes__grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  .gcf-service-includes__card{
    padding:24px 20px;
    border-radius:18px;
  }

  .gcf-service-includes__icon{
    width:50px;
    height:50px;
    margin-bottom:16px;
    border-radius:14px;
    font-size:21px;
  }

  .gcf-service-includes__card-title{
    font-size:19px;
    line-height:1.24;
  }

  .gcf-service-includes__card-text{
    font-size:14px;
    line-height:1.68;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-def309f */@import url("https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css");
.gcf-service-benefits-pro,
.gcf-service-benefits-pro *{
  box-sizing:border-box;
}

.gcf-service-benefits-pro{
  position:relative;
  width:100%;
  padding:96px 24px 104px;
  background:#16163F;
  overflow:hidden;
}

.gcf-service-benefits-pro__container{
  max-width:1400px;
  margin:0 auto;
  position:relative;
  z-index:2;
}

@keyframes gcfBenefitsShine{
  0%{
    transform:translateX(-120%) skewX(-25deg);
    opacity:0;
  }
  40%{
    opacity:.6;
  }
  60%{
    opacity:.6;
  }
  100%{
    transform:translateX(220%) skewX(-25deg);
    opacity:0;
  }
}

@keyframes gcfBenefitsGoldFlow{
  0%{
    background-position:200% center;
  }
  100%{
    background-position:-200% center;
  }
}

.gcf-service-benefits-pro__header{
  max-width:900px;
  margin:0 auto 62px;
  text-align:center;
}

.gcf-service-benefits-pro__eyebrow{
  display:inline-block;
  margin-bottom:18px;
  position:relative;
  padding-left:54px;

  font-size:13px;
  font-weight:700;
  letter-spacing:1.4px;
  text-transform:uppercase;
  line-height:1.2;

  background-image:linear-gradient(
    90deg,
    #8f6a20 0%,
    #c79b3b 18%,
    #ddb85a 36%,
    #c79b3b 54%,
    #9a7224 72%,
    #d3b574 86%,
    #8f6a20 100%
  );
  background-size:250% 100%;

  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
  color:transparent;

  animation:gcfBenefitsGoldFlow 20s linear infinite;
}

.gcf-service-benefits-pro__eyebrow::before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  width:42px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(
    90deg,
    #8f6a20 0%,
    #d3b574 50%,
    #8f6a20 100%
  );
}

.gcf-service-benefits-pro__title{
  margin:0 0 18px;
  color:#FBFBFB;
  font-size:clamp(36px,4vw,56px);
  line-height:1.1;
  font-weight:800;
  letter-spacing:-0.03em;
}

.gcf-service-benefits-pro__intro{
  margin:0 auto;
  max-width:760px;
  color:rgba(251,251,251,.88);
  font-size:18px;
  line-height:1.8;
}

.gcf-service-benefits-pro__intro strong{
  color:#FBFBFB;
  font-weight:800;
}

.gcf-service-benefits-pro__grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
}

.gcf-service-benefits-pro__card{
  position:relative;
  min-height:100%;
  padding:28px 24px 24px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(211,181,116,.16);
  box-shadow:0 14px 30px rgba(0,0,0,.10);
  transition:
    transform .25s ease,
    border-color .25s ease,
    background .25s ease,
    box-shadow .25s ease;
}

.gcf-service-benefits-pro__card::after{
  content:"";
  position:absolute;
  left:20px;
  right:20px;
  bottom:0;
  height:3px;
  background:#D3B574;
  opacity:0;
  transition:opacity .25s ease;
}

.gcf-service-benefits-pro__card:hover{
  transform:translateY(-6px);
  border-color:rgba(211,181,116,.34);
  background:rgba(255,255,255,.06);
  box-shadow:0 20px 38px rgba(0,0,0,.16);
}

.gcf-service-benefits-pro__card:hover::after{
  opacity:1;
}

.gcf-service-benefits-pro__card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:16px;
}

.gcf-service-benefits-pro__icon{
  position:relative;
  overflow:hidden;
  width:52px;
  height:52px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(211,181,116,.12);
  color:#ffffff;
  font-size:24px;
  line-height:1;
  flex-shrink:0;
  border:1px solid rgba(255,255,255,.06);
  box-shadow:
    0 12px 24px rgba(22,22,63,.18),
    inset 0 1px 0 rgba(255,255,255,.07);
  transition:
    transform .35s ease,
    box-shadow .35s ease,
    background .35s ease;
}

.gcf-service-benefits-pro__icon i{
  display:block;
  line-height:1;
}

.gcf-service-benefits-pro__icon::after{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:40%;
  height:100%;
  background:linear-gradient(
    120deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,.6) 50%,
    rgba(255,255,255,0) 100%
  );
  transform:translateX(-120%) skewX(-25deg);
  animation:gcfBenefitsShine 4.8s infinite;
}

.gcf-service-benefits-pro__card:hover .gcf-service-benefits-pro__icon{
  transform:translateY(-4px) scale(1.05);
  box-shadow:
    0 10px 20px rgba(22,22,63,.25),
    0 0 0 2px rgba(211,181,116,.22);
}

.gcf-service-benefits-pro__number{
  color:rgba(211,181,116,.72);
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
  line-height:1;
}

.gcf-service-benefits-pro__card-title{
  margin:0 0 12px;
  color:#FBFBFB;
  font-size:22px;
  font-weight:800;
  line-height:1.2;
  letter-spacing:-0.02em;
}

.gcf-service-benefits-pro__card-text{
  margin:0;
  color:rgba(251,251,251,.84);
  font-size:15px;
  line-height:1.72;
}

.gcf-service-process-clean,
.gcf-service-process-clean *{
  box-sizing:border-box;
}

.gcf-service-process-clean{
  position:relative;
  width:100%;
  padding:96px 24px 104px;
  background:#ffffff;
  overflow:hidden;
}

.gcf-service-process-clean__container{
  max-width:1400px;
  margin:0 auto;
  position:relative;
  z-index:2;
}

@keyframes gcfProcessGoldFlow{
  0%{
    background-position:200% center;
  }
  100%{
    background-position:-200% center;
  }
}

.gcf-service-process-clean__header{
  max-width:900px;
  margin:0 auto 62px;
  text-align:center;
}

.gcf-service-process-clean__eyebrow{
  display:inline-block;
  margin-bottom:18px;
  position:relative;
  padding-left:54px;

  font-size:13px;
  font-weight:700;
  letter-spacing:1.4px;
  text-transform:uppercase;
  line-height:1.2;

  background-image:linear-gradient(
    90deg,
    #8f6a20 0%,
    #c79b3b 18%,
    #ddb85a 36%,
    #c79b3b 54%,
    #9a7224 72%,
    #d3b574 86%,
    #8f6a20 100%
  );
  background-size:250% 100%;

  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
  color:transparent;

  animation:gcfProcessGoldFlow 20s linear infinite;
}

.gcf-service-process-clean__eyebrow::before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  width:42px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(
    90deg,
    #8f6a20 0%,
    #d3b574 50%,
    #8f6a20 100%
  );
}

.gcf-service-process-clean__title{
  margin:0 0 18px;
  color:#16163F;
  font-size:clamp(36px,4vw,56px);
  line-height:1.1;
  font-weight:800;
  letter-spacing:-0.03em;
}

.gcf-service-process-clean__intro{
  margin:0 auto;
  max-width:760px;
  color:#5b6576;
  font-size:18px;
  line-height:1.8;
}

.gcf-service-process-clean__intro strong{
  color:#16163F;
  font-weight:800;
}

.gcf-service-process-clean__grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:24px;
}

.gcf-service-process-clean__step{
  position:relative;
  min-height:100%;
  padding:32px 26px 28px;
  background:#ffffff;
  border:1px solid #e9ecf2;
  border-radius:16px;
  box-shadow:0 12px 30px rgba(0,0,0,.05);
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease;
}

.gcf-service-process-clean__step:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 40px rgba(0,0,0,.08);
  border-color:rgba(211,181,116,.34);
}

.gcf-service-process-clean__step-number{
  margin-bottom:14px;
  color:#D3B574;
  font-size:42px;
  line-height:1;
  font-weight:800;
  letter-spacing:-0.04em;
}

.gcf-service-process-clean__step-title{
  margin:0 0 12px;
  color:#16163F;
  font-size:22px;
  font-weight:800;
  line-height:1.22;
  letter-spacing:-0.02em;
}

.gcf-service-process-clean__step-text{
  margin:0;
  color:#5c6678;
  font-size:16px;
  line-height:1.74;
}

@media (max-width:1024px){
  .gcf-service-benefits-pro,
  .gcf-service-process-clean{
    padding:82px 24px 88px;
  }

  .gcf-service-benefits-pro__header,
  .gcf-service-process-clean__header{
    margin-bottom:52px;
  }

  .gcf-service-benefits-pro__eyebrow,
  .gcf-service-process-clean__eyebrow{
    margin-bottom:16px;
    padding-left:50px;
    font-size:12px;
    letter-spacing:.08em;
  }

  .gcf-service-benefits-pro__eyebrow::before,
  .gcf-service-process-clean__eyebrow::before{
    width:38px;
  }

  .gcf-service-benefits-pro__title,
  .gcf-service-process-clean__title{
    font-size:clamp(32px,4.2vw,44px);
    line-height:1.12;
  }

  .gcf-service-benefits-pro__intro,
  .gcf-service-process-clean__intro{
    font-size:17px;
    line-height:1.76;
  }

  .gcf-service-benefits-pro__grid,
  .gcf-service-process-clean__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:22px;
  }

  .gcf-service-benefits-pro__card,
  .gcf-service-process-clean__step{
    padding:26px 22px 24px;
  }

  .gcf-service-benefits-pro__icon{
    width:48px;
    height:48px;
    font-size:22px;
    border-radius:13px;
  }

  .gcf-service-benefits-pro__number{
    font-size:12px;
  }

  .gcf-service-benefits-pro__card-title,
  .gcf-service-process-clean__step-title{
    font-size:20px;
  }

  .gcf-service-benefits-pro__card-text,
  .gcf-service-process-clean__step-text{
    font-size:15px;
    line-height:1.68;
  }

  .gcf-service-process-clean__step-number{
    font-size:38px;
  }
}

@media (max-width:767px){
  .gcf-service-benefits-pro,
  .gcf-service-process-clean{
    padding:62px 18px 68px;
  }

  .gcf-service-benefits-pro__header,
  .gcf-service-process-clean__header{
    margin-bottom:38px;
    text-align:left;
  }

  .gcf-service-benefits-pro__eyebrow,
  .gcf-service-process-clean__eyebrow{
    margin-bottom:14px;
    padding-left:44px;
    font-size:10px;
    letter-spacing:.06em;
    line-height:1.35;
  }

  .gcf-service-benefits-pro__eyebrow::before,
  .gcf-service-process-clean__eyebrow::before{
    width:32px;
  }

  .gcf-service-benefits-pro__title,
  .gcf-service-process-clean__title{
    font-size:clamp(28px,8vw,36px);
    line-height:1.14;
    letter-spacing:-.02em;
  }

  .gcf-service-benefits-pro__intro,
  .gcf-service-process-clean__intro{
    max-width:100%;
    font-size:15px;
    line-height:1.72;
  }

  .gcf-service-benefits-pro__grid,
  .gcf-service-process-clean__grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  .gcf-service-benefits-pro__card,
  .gcf-service-process-clean__step{
    padding:24px 20px;
    border-radius:18px;
  }

  .gcf-service-benefits-pro__icon{
    width:46px;
    height:46px;
    font-size:21px;
    border-radius:13px;
  }

  .gcf-service-benefits-pro__number{
    font-size:12px;
  }

  .gcf-service-benefits-pro__card-title,
  .gcf-service-process-clean__step-title{
    font-size:19px;
    line-height:1.24;
  }

  .gcf-service-benefits-pro__card-text,
  .gcf-service-process-clean__step-text{
    font-size:14px;
    line-height:1.68;
  }

  .gcf-service-process-clean__step-number{
    font-size:36px;
    margin-bottom:12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0928ec3 */@import url("https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css");

.gcf-service-whyus-alt,
.gcf-service-whyus-alt *,
.gcf-service-faq-pro,
.gcf-service-faq-pro *{
  box-sizing:border-box;
}

.gcf-service-whyus-alt{
  position:relative;
  width:100%;
  padding:110px 24px;
  background:#16163F;
  overflow:hidden;
}

.gcf-service-whyus-alt__container{
  max-width:1400px;
  margin:0 auto;
  position:relative;
  z-index:2;
}

@keyframes gcfWhyAltShine{
  0%{
    transform:translateX(-120%) skewX(-25deg);
    opacity:0;
  }
  40%{
    opacity:.6;
  }
  60%{
    opacity:.6;
  }
  100%{
    transform:translateX(220%) skewX(-25deg);
    opacity:0;
  }
}

@keyframes gcfWhyAltGoldFlow{
  0%{
    background-position:200% center;
  }
  100%{
    background-position:-200% center;
  }
}

.gcf-service-whyus-alt__header{
  max-width:900px;
  margin:0 auto 70px;
  text-align:center;
}

.gcf-service-whyus-alt__eyebrow{
  display:inline-block;
  margin-bottom:18px;
  position:relative;
  padding-left:54px;

  font-size:13px;
  font-weight:700;
  letter-spacing:1.4px;
  text-transform:uppercase;
  line-height:1.2;

  background-image:linear-gradient(
    90deg,
    #8f6a20 0%,
    #c79b3b 18%,
    #ddb85a 36%,
    #c79b3b 54%,
    #9a7224 72%,
    #d3b574 86%,
    #8f6a20 100%
  );
  background-size:250% 100%;

  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
  color:transparent;

  animation:gcfWhyAltGoldFlow 20s linear infinite;
}

.gcf-service-whyus-alt__eyebrow::before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  width:42px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,#8f6a20,#d3b574,#8f6a20);
}

.gcf-service-whyus-alt__title{
  margin:0 0 18px;
  color:#FBFBFB;
  font-size:clamp(36px,4vw,56px);
  line-height:1.1;
  font-weight:800;
  letter-spacing:-0.03em;
}

.gcf-service-whyus-alt__intro{
  margin:0 auto;
  max-width:760px;
  color:rgba(251,251,251,.88);
  font-size:18px;
  line-height:1.8;
}

.gcf-service-whyus-alt__hero-card{
  display:grid;
  grid-template-columns:minmax(0,1.3fr) minmax(260px,.7fr);
  gap:40px;
  align-items:center;

  margin-bottom:60px;
  padding:40px 36px;

  background:rgba(255,255,255,.05);
  border:1px solid rgba(211,181,116,.20);
  border-left:4px solid #D3B574;
  box-shadow:0 20px 35px rgba(0,0,0,.18);
}

.gcf-service-whyus-alt__hero-left{
  min-width:0;
}

.gcf-service-whyus-alt__hero-label{
  display:inline-block;
  margin-bottom:14px;
  padding:8px 14px;
  border-radius:999px;

  background:rgba(211,181,116,.14);
  color:#D3B574;

  font-size:11px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.gcf-service-whyus-alt__hero-title{
  margin:0 0 14px;
  color:#FBFBFB;
  font-size:clamp(24px,2.2vw,34px);
  line-height:1.2;
  font-weight:800;
}

.gcf-service-whyus-alt__hero-text{
  margin:0;
  color:rgba(251,251,251,.88);
  font-size:16px;
  line-height:1.7;
}

.gcf-service-whyus-alt__hero-right{
  display:flex;
  flex-direction:column;
  gap:16px;
  justify-content:center;
}

.gcf-service-whyus-alt__mini-stat{
  display:flex;
  align-items:center;
  gap:14px;
}

.gcf-service-whyus-alt__mini-stat-number{
  font-size:28px;
  line-height:1;
  font-weight:800;
  color:#D3B574;
  flex-shrink:0;
}

.gcf-service-whyus-alt__mini-stat-text{
  font-size:15px;
  line-height:1.45;
  color:#FBFBFB;
  font-weight:600;
}

.gcf-service-whyus-alt__grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:26px;
}

.gcf-service-whyus-alt__item{
  position:relative;
  min-height:100%;
  padding:30px 26px;

  background:rgba(255,255,255,.04);
  border:1px solid rgba(211,181,116,.16);

  transition:
    transform .25s ease,
    border-color .25s ease,
    background .25s ease,
    box-shadow .25s ease;
}

.gcf-service-whyus-alt__item:hover{
  transform:translateY(-6px);
  border-color:rgba(211,181,116,.34);
  background:rgba(255,255,255,.06);
  box-shadow:0 20px 40px rgba(0,0,0,.20);
}

.gcf-service-whyus-alt__item-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-bottom:16px;
}

.gcf-service-whyus-alt__icon{
  position:relative;
  overflow:hidden;

  width:52px;
  height:52px;

  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;

  border-radius:14px;
  background:#16163F;
  color:#fff;
  font-size:24px;
  line-height:1;

  box-shadow:
    0 12px 24px rgba(22,22,63,.18),
    inset 0 1px 0 rgba(255,255,255,.07);
}

.gcf-service-whyus-alt__icon i{
  display:block;
  line-height:1;
  color:inherit;
}

.gcf-service-whyus-alt__icon::after{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:40%;
  height:100%;
  background:linear-gradient(
    120deg,
    rgba(255,255,255,0),
    rgba(255,255,255,.6),
    rgba(255,255,255,0)
  );
  transform:translateX(-120%) skewX(-25deg);
  animation:gcfWhyAltShine 4.8s infinite;
}

.gcf-service-whyus-alt__number{
  color:rgba(211,181,116,.72);
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
  line-height:1;
}

.gcf-service-whyus-alt__item-title{
  margin:0 0 10px;
  color:#FBFBFB;
  font-size:20px;
  line-height:1.22;
  font-weight:800;
}

.gcf-service-whyus-alt__item-text{
  margin:0;
  color:rgba(251,251,251,.86);
  font-size:15px;
  line-height:1.7;
}

.gcf-service-faq-pro{
  position:relative;
  width:100%;
  padding:96px 24px 104px;
  background:#ffffff;
  overflow:hidden;
}

.gcf-service-faq-pro__container{
  max-width:1200px;
  margin:0 auto;
  position:relative;
  z-index:2;
}

@keyframes gcfFaqGoldFlow{
  0%{
    background-position:200% center;
  }
  100%{
    background-position:-200% center;
  }
}

.gcf-service-faq-pro__header{
  max-width:900px;
  margin:0 auto 56px;
  text-align:center;
}

.gcf-service-faq-pro__eyebrow{
  display:inline-block;
  margin-bottom:18px;
  position:relative;
  padding-left:54px;

  font-size:13px;
  font-weight:700;
  letter-spacing:1.4px;
  text-transform:uppercase;
  line-height:1.2;

  background-image:linear-gradient(
    90deg,
    #8f6a20 0%,
    #c79b3b 18%,
    #ddb85a 36%,
    #c79b3b 54%,
    #9a7224 72%,
    #d3b574 86%,
    #8f6a20 100%
  );
  background-size:250% 100%;

  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
  color:transparent;

  animation:gcfFaqGoldFlow 20s linear infinite;
}

.gcf-service-faq-pro__eyebrow::before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  width:42px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(
    90deg,
    #8f6a20 0%,
    #d3b574 50%,
    #8f6a20 100%
  );
}

.gcf-service-faq-pro__title{
  margin:0 0 18px;
  color:#16163F;
  font-size:clamp(36px,4vw,56px);
  line-height:1.1;
  font-weight:800;
  letter-spacing:-0.03em;
}

.gcf-service-faq-pro__intro{
  margin:0 auto;
  max-width:760px;
  color:#5b6576;
  font-size:18px;
  line-height:1.8;
}

.gcf-service-faq-pro__intro strong{
  color:#16163F;
  font-weight:800;
}

.gcf-service-faq-pro__list{
  display:grid;
  gap:16px;
}

.gcf-service-faq-pro__item{
  border:1px solid #e9ecf2;
  border-radius:16px;
  background:#ffffff;
  box-shadow:0 12px 30px rgba(0,0,0,.05);
  overflow:hidden;
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease;
}

.gcf-service-faq-pro__item:hover{
  transform:translateY(-3px);
  border-color:rgba(211,181,116,.30);
  box-shadow:0 18px 40px rgba(0,0,0,.08);
}

.gcf-service-faq-pro__question{
  position:relative;
  list-style:none;
  cursor:pointer;
  padding:24px 64px 24px 24px;
  color:#16163F;
  font-size:20px;
  line-height:1.45;
  font-weight:800;
}

.gcf-service-faq-pro__question::-webkit-details-marker{
  display:none;
}

.gcf-service-faq-pro__question-main{
  display:block;
}

.gcf-service-faq-pro__trigger{
  position:absolute;
  top:50%;
  right:22px;
  transform:translateY(-50%);
  width:34px;
  height:34px;
  border-radius:50%;
  background:rgba(22,22,63,.06);
  display:flex;
  align-items:center;
  justify-content:center;
}

.gcf-service-faq-pro__trigger-line{
  position:absolute;
  width:14px;
  height:2px;
  background:#16163F;
  border-radius:999px;
  transition:
    transform .3s ease,
    opacity .3s ease,
    background .25s ease;
}

.gcf-service-faq-pro__trigger-line--vertical{
  transform:rotate(90deg);
}

.gcf-service-faq-pro__item[open] .gcf-service-faq-pro__trigger{
  background:rgba(211,181,116,.16);
}

.gcf-service-faq-pro__item[open] .gcf-service-faq-pro__trigger-line{
  background:#9a7224;
}

.gcf-service-faq-pro__item[open] .gcf-service-faq-pro__trigger-line--vertical{
  opacity:0;
  transform:rotate(90deg) scaleX(0);
}

.gcf-service-faq-pro__answer{
  height:0;
  opacity:0;
  overflow:hidden;
  transition:
    height .72s ease,
    opacity .42s ease;
}

.gcf-service-faq-pro__answer-inner{
  padding:0 24px 24px;
  color:#5c6678;
  font-size:16px;
  line-height:1.78;
}

@media (max-width:1024px){

  .gcf-service-whyus-alt{
    padding:90px 24px;
  }

  .gcf-service-whyus-alt__header{
    margin-bottom:56px;
  }

  .gcf-service-whyus-alt__eyebrow{
    margin-bottom:16px;
    padding-left:50px;
    font-size:12px;
    letter-spacing:.08em;
  }

  .gcf-service-whyus-alt__eyebrow::before{
    width:38px;
  }

  .gcf-service-whyus-alt__title{
    font-size:clamp(32px,4.2vw,46px);
    line-height:1.12;
  }

  .gcf-service-whyus-alt__intro{
    font-size:17px;
    line-height:1.76;
  }

  .gcf-service-whyus-alt__hero-card{
    grid-template-columns:1fr;
    gap:28px;
    margin-bottom:46px;
    padding:32px 28px;
  }

  .gcf-service-whyus-alt__hero-title{
    font-size:clamp(22px,3vw,30px);
  }

  .gcf-service-whyus-alt__hero-text{
    font-size:15px;
    line-height:1.68;
  }

  .gcf-service-whyus-alt__hero-right{
    gap:14px;
  }

  .gcf-service-whyus-alt__mini-stat-number{
    font-size:24px;
  }

  .gcf-service-whyus-alt__mini-stat-text{
    font-size:14px;
  }

  .gcf-service-whyus-alt__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:22px;
  }

  .gcf-service-whyus-alt__item{
    padding:24px 20px 20px;
  }

  .gcf-service-whyus-alt__icon{
    width:48px;
    height:48px;
    font-size:22px;
    border-radius:13px;
  }

  .gcf-service-whyus-alt__number{
    font-size:12px;
  }

  .gcf-service-whyus-alt__item-title{
    font-size:20px;
  }

  .gcf-service-whyus-alt__item-text{
    font-size:15px;
    line-height:1.68;
  }

  .gcf-service-faq-pro{
    padding:82px 24px 88px;
  }

  .gcf-service-faq-pro__header{
    margin-bottom:52px;
  }

  .gcf-service-faq-pro__eyebrow{
    margin-bottom:16px;
    padding-left:50px;
    font-size:12px;
    letter-spacing:.08em;
  }

  .gcf-service-faq-pro__eyebrow::before{
    width:38px;
  }

  .gcf-service-faq-pro__title{
    font-size:clamp(32px,4.2vw,44px);
    line-height:1.12;
  }

  .gcf-service-faq-pro__intro{
    font-size:17px;
    line-height:1.76;
  }

  .gcf-service-faq-pro__item{
    border-radius:15px;
  }

  .gcf-service-faq-pro__question{
    font-size:18px;
    padding:22px 60px 22px 22px;
  }

  .gcf-service-faq-pro__trigger{
    right:18px;
  }

  .gcf-service-faq-pro__answer-inner{
    font-size:15px;
    line-height:1.72;
    padding:0 22px 22px;
  }
}

@media (max-width:767px){

  .gcf-service-whyus-alt{
    padding:70px 18px;
  }

  .gcf-service-whyus-alt__header{
    margin-bottom:38px;
    text-align:left;
  }

  .gcf-service-whyus-alt__eyebrow{
    margin-bottom:14px;
    padding-left:44px;
    font-size:10px;
    letter-spacing:.06em;
    line-height:1.35;
  }

  .gcf-service-whyus-alt__eyebrow::before{
    width:32px;
  }

  .gcf-service-whyus-alt__title{
    font-size:clamp(28px,8vw,36px);
    line-height:1.14;
    letter-spacing:-.02em;
  }

  .gcf-service-whyus-alt__intro{
    max-width:100%;
    font-size:15px;
    line-height:1.72;
  }

  .gcf-service-whyus-alt__hero-card{
    grid-template-columns:1fr;
    gap:22px;
    margin-bottom:34px;
    padding:24px 18px;
  }

  .gcf-service-whyus-alt__hero-label{
    margin-bottom:12px;
    padding:7px 12px;
    font-size:10px;
  }

  .gcf-service-whyus-alt__hero-title{
    font-size:22px;
    line-height:1.18;
  }

  .gcf-service-whyus-alt__hero-text{
    font-size:14px;
    line-height:1.66;
  }

  .gcf-service-whyus-alt__hero-right{
    gap:12px;
  }

  .gcf-service-whyus-alt__mini-stat{
    gap:12px;
  }

  .gcf-service-whyus-alt__mini-stat-number{
    font-size:22px;
  }

  .gcf-service-whyus-alt__mini-stat-text{
    font-size:14px;
    line-height:1.4;
  }

  .gcf-service-whyus-alt__grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  .gcf-service-whyus-alt__item{
    padding:24px 20px;
    border-radius:18px;
  }

  .gcf-service-whyus-alt__item-top{
    margin-bottom:14px;
  }

  .gcf-service-whyus-alt__icon{
    width:46px;
    height:46px;
    font-size:21px;
    border-radius:13px;
  }

  .gcf-service-whyus-alt__number{
    font-size:12px;
  }

  .gcf-service-whyus-alt__item-title{
    font-size:19px;
    line-height:1.24;
  }

  .gcf-service-whyus-alt__item-text{
    font-size:14px;
    line-height:1.68;
  }

  .gcf-service-faq-pro{
    padding:62px 18px 68px;
  }

  .gcf-service-faq-pro__header{
    margin-bottom:38px;
    text-align:left;
  }

  .gcf-service-faq-pro__eyebrow{
    margin-bottom:14px;
    padding-left:44px;
    font-size:10px;
    letter-spacing:.06em;
    line-height:1.35;
  }

  .gcf-service-faq-pro__eyebrow::before{
    width:32px;
  }

  .gcf-service-faq-pro__title{
    font-size:clamp(28px,8vw,36px);
    line-height:1.14;
    letter-spacing:-.02em;
  }

  .gcf-service-faq-pro__intro{
    max-width:100%;
    font-size:15px;
    line-height:1.72;
  }

  .gcf-service-faq-pro__list{
    gap:14px;
  }

  .gcf-service-faq-pro__item{
    border-radius:14px;
  }

  .gcf-service-faq-pro__question{
    padding:20px 54px 20px 18px;
    font-size:17px;
    line-height:1.42;
  }

  .gcf-service-faq-pro__trigger{
    right:16px;
    width:30px;
    height:30px;
  }

  .gcf-service-faq-pro__trigger-line{
    width:12px;
  }

  .gcf-service-faq-pro__answer-inner{
    padding:0 18px 20px;
    font-size:14px;
    line-height:1.68;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-376014e */@import url("https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css");

.gcf-service-form-dark,
.gcf-service-form-dark *{
  box-sizing:border-box;
}

.gcf-service-form-dark{
  position:relative;
  width:100%;
  padding:110px 24px;
  background:#16163F;
  overflow:hidden;
}

.gcf-service-form-dark__container{
  max-width:1400px;
  margin:0 auto;
  position:relative;
  z-index:2;
}

@keyframes gcfServiceFormGoldFlow{
  0%{
    background-position:200% center;
  }
  100%{
    background-position:-200% center;
  }
}

.gcf-service-form-dark__header{
  max-width:920px;
  margin:0 auto 60px;
  text-align:center;
}

.gcf-service-form-dark__eyebrow{
  display:inline-block;
  margin-bottom:18px;
  position:relative;
  padding-left:54px;
  font-size:13px;
  font-weight:700;
  letter-spacing:1.4px;
  text-transform:uppercase;
  line-height:1.2;
  background-image:linear-gradient(
    90deg,
    #8f6a20 0%,
    #c79b3b 18%,
    #ddb85a 36%,
    #c79b3b 54%,
    #9a7224 72%,
    #d3b574 86%,
    #8f6a20 100%
  );
  background-size:250% 100%;
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
  color:transparent;
  animation:gcfServiceFormGoldFlow 20s linear infinite;
}

.gcf-service-form-dark__eyebrow::before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  width:42px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(
    90deg,
    #8f6a20 0%,
    #d3b574 50%,
    #8f6a20 100%
  );
}

.gcf-service-form-dark__title{
  margin:0 0 18px;
  color:#FBFBFB;
  font-size:clamp(36px,4vw,56px);
  line-height:1.08;
  font-weight:800;
  letter-spacing:-0.03em;
  text-wrap:balance;
}

.gcf-service-form-dark__intro{
  margin:0 auto;
  max-width:760px;
  color:rgba(251,251,251,.88);
  font-size:18px;
  line-height:1.8;
}

.gcf-service-form-dark__grid{
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);
  gap:32px;
  align-items:start;
}

.gcf-service-form-dark__content{
  min-width:0;
  align-self:center;
}

.gcf-service-form-dark__info{
  max-width:540px;
  margin-bottom:28px;
}

.gcf-service-form-dark__info-label{
  display:inline-block;
  margin-bottom:16px;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(211,181,116,.14);
  color:#D3B574;
  font-size:11px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.gcf-service-form-dark__info-title{
  margin:0 0 14px;
  color:#FBFBFB;
  font-size:clamp(24px,2.2vw,32px);
  line-height:1.2;
  font-weight:800;
  text-wrap:balance;
}

.gcf-service-form-dark__info-text{
  margin:0;
  color:rgba(251,251,251,.85);
  font-size:16px;
  line-height:1.7;
}

.gcf-service-form-dark__info-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
}

.gcf-service-form-dark__mini-card{
  position:relative;
  padding:20px 20px 20px 56px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(211,181,116,.18);
  border-radius:14px;
  transition:
    transform .25s ease,
    border-color .25s ease,
    background .25s ease,
    box-shadow .25s ease;
}

.gcf-service-form-dark__mini-card:hover{
  transform:translateY(-3px);
  border-color:rgba(211,181,116,.34);
  background:rgba(255,255,255,.07);
  box-shadow:0 14px 30px rgba(0,0,0,.18);
}

.gcf-service-form-dark__mini-number{
  position:absolute;
  left:18px;
  top:20px;
  font-size:13px;
  font-weight:800;
  color:#D3B574;
  line-height:1;
  letter-spacing:.03em;
}

.gcf-service-form-dark__mini-title{
  margin:0 0 6px;
  color:#FBFBFB;
  font-size:17px;
  line-height:1.3;
  font-weight:700;
}

.gcf-service-form-dark__mini-text{
  margin:0;
  color:rgba(251,251,251,.85);
  font-size:14px;
  line-height:1.65;
}

.gcf-service-form-dark__form-card{
  min-width:0;
  padding:34px 30px;
  background:#ffffff;
  border:1px solid rgba(233,236,242,.9);
  border-radius:20px;
  box-shadow:
    0 18px 40px rgba(0,0,0,.16),
    0 4px 14px rgba(0,0,0,.08);
}

.gcf-service-form-dark__form{
  display:grid;
  gap:18px;
}

.gcf-service-form-dark__row{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.gcf-service-form-dark__field{
  display:grid;
  gap:8px;
}

.gcf-service-form-dark__field label{
  color:#16163F;
  font-size:14px;
  line-height:1.3;
  font-weight:700;
}

.gcf-service-form-dark__field input,
.gcf-service-form-dark__field textarea{
  width:100%;
  border:1px solid #cfd5df;
  border-radius:16px;
  background:#ffffff;
  color:#16163F;
  font:inherit;
  transition:
    border-color .25s ease,
    box-shadow .25s ease,
    transform .25s ease;
}

.gcf-service-form-dark__field input{
  min-height:54px;
  padding:0 16px;
}

.gcf-service-form-dark__field textarea{
  min-height:150px;
  padding:16px;
  resize:vertical;
}

.gcf-service-form-dark__field input::placeholder,
.gcf-service-form-dark__field textarea::placeholder{
  color:#95a0b2;
}

.gcf-service-form-dark__field input:focus,
.gcf-service-form-dark__field textarea:focus{
  outline:none;
  border-color:#D3B574;
  box-shadow:0 0 0 4px rgba(211,181,116,.15);
}

.gcf-service-form-dark__actions{
  margin-top:6px;
}

.gcf-service-form-dark__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 28px;
  border:none;
  border-radius:999px;
  background:#16163F;
  color:#ffffff;
  font-size:15px;
  font-weight:700;
  line-height:1;
  cursor:pointer;
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    background .25s ease;
  box-shadow:0 14px 30px rgba(22,22,63,.18);
}

.gcf-service-form-dark__btn:hover{
  transform:translateY(-2px);
  background:#1f1f57;
  box-shadow:0 18px 34px rgba(22,22,63,.26);
}

.gcf-service-form-dark__note{
  margin:4px 0 0;
  color:#6b7587;
  font-size:13px;
  line-height:1.6;
}

@media (max-width:1024px){
  .gcf-service-form-dark{
    padding:88px 24px;
  }

  .gcf-service-form-dark__header{
    margin-bottom:48px;
  }

  .gcf-service-form-dark__eyebrow{
    margin-bottom:16px;
    padding-left:50px;
    font-size:12px;
    letter-spacing:.08em;
  }

  .gcf-service-form-dark__eyebrow::before{
    width:38px;
  }

  .gcf-service-form-dark__title{
    font-size:clamp(32px,4.2vw,46px);
    line-height:1.12;
  }

  .gcf-service-form-dark__intro{
    font-size:17px;
    line-height:1.76;
  }

  .gcf-service-form-dark__grid{
    grid-template-columns:1fr;
    gap:26px;
  }

  .gcf-service-form-dark__content{
    max-width:100%;
  }

  .gcf-service-form-dark__info{
    max-width:100%;
    margin-bottom:24px;
  }

  .gcf-service-form-dark__info-title{
    font-size:clamp(22px,3vw,28px);
  }

  .gcf-service-form-dark__info-text{
    font-size:15px;
    line-height:1.68;
  }

  .gcf-service-form-dark__mini-card{
    padding:18px 18px 18px 52px;
  }

  .gcf-service-form-dark__mini-number{
    left:16px;
    top:19px;
    font-size:12px;
  }

  .gcf-service-form-dark__mini-title{
    font-size:16px;
  }

  .gcf-service-form-dark__mini-text{
    font-size:13.5px;
    line-height:1.62;
  }

  .gcf-service-form-dark__form-card{
    padding:30px 24px;
  }

  .gcf-service-form-dark__row{
    gap:14px;
  }

  .gcf-service-form-dark__field label{
    font-size:13.5px;
  }

  .gcf-service-form-dark__field input{
    min-height:52px;
  }

  .gcf-service-form-dark__field textarea{
    min-height:144px;
  }
}

@media (max-width:767px){
  .gcf-service-form-dark{
    padding:64px 18px;
  }

  .gcf-service-form-dark__header{
    margin-bottom:38px;
    text-align:left;
  }

  .gcf-service-form-dark__eyebrow{
    margin-bottom:14px;
    padding-left:44px;
    font-size:10px;
    letter-spacing:.06em;
    line-height:1.35;
  }

  .gcf-service-form-dark__eyebrow::before{
    width:32px;
  }

  .gcf-service-form-dark__title{
    font-size:clamp(28px,8vw,36px);
    line-height:1.14;
    letter-spacing:-.02em;
    text-wrap:pretty;
  }

  .gcf-service-form-dark__intro{
    max-width:100%;
    font-size:15px;
    line-height:1.72;
  }

  .gcf-service-form-dark__grid{
    gap:18px;
  }

  .gcf-service-form-dark__info{
    margin-bottom:20px;
  }

  .gcf-service-form-dark__info-label{
    margin-bottom:12px;
    padding:7px 12px;
    font-size:10px;
  }

  .gcf-service-form-dark__info-title{
    font-size:22px;
    line-height:1.18;
  }

  .gcf-service-form-dark__info-text{
    font-size:14px;
    line-height:1.66;
  }

  .gcf-service-form-dark__info-grid{
    gap:14px;
  }

  .gcf-service-form-dark__mini-card{
    padding:16px 16px 16px 46px;
    border-radius:12px;
  }

  .gcf-service-form-dark__mini-number{
    left:14px;
    top:17px;
    font-size:11px;
  }

  .gcf-service-form-dark__mini-title{
    font-size:15px;
    line-height:1.25;
  }

  .gcf-service-form-dark__mini-text{
    font-size:13px;
    line-height:1.58;
  }

  .gcf-service-form-dark__form-card{
    padding:24px 18px;
    border-radius:18px;
  }

  .gcf-service-form-dark__form{
    gap:16px;
  }

  .gcf-service-form-dark__row{
    grid-template-columns:1fr;
    gap:14px;
  }

  .gcf-service-form-dark__field{
    gap:7px;
  }

  .gcf-service-form-dark__field label{
    font-size:13px;
  }

  .gcf-service-form-dark__field input{
    min-height:50px;
    padding:0 14px;
    border-radius:14px;
  }

  .gcf-service-form-dark__field textarea{
    min-height:130px;
    padding:14px;
    border-radius:14px;
  }

  .gcf-service-form-dark__btn{
    width:100%;
    min-height:50px;
    padding:0 18px;
  }

  .gcf-service-form-dark__note{
    font-size:12.5px;
    line-height:1.58;
  }
}/* End custom CSS */