.elementor-kit-231{--e-global-color-primary:#212121;--e-global-color-secondary:#181818;--e-global-color-text:#121212;--e-global-color-accent:#B0892D;--e-global-color-85f6728:#D3AF37;--e-global-color-0ec712e:#B0892D;--e-global-color-a0fd47a:#FFFFFF;--e-global-color-7017774:#F0F0F0;--e-global-color-5ada2e8:#292929;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Roboto;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-231 e-page-transition{background-color:#FFBC7D;}.elementor-kit-231 a{color:var( --e-global-color-85f6728 );font-family:var( --e-global-typography-primary-font-family ), Roboto;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-231 a:hover{color:var( --e-global-color-0ec712e );font-family:var( --e-global-typography-primary-font-family ), Roboto;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-231 h1{color:var( --e-global-color-primary );}.elementor-kit-231 h2{color:var( --e-global-color-primary );}.elementor-kit-231 h3{color:var( --e-global-color-secondary );}.elementor-kit-231 h4{color:var( --e-global-color-secondary );}.elementor-kit-231 h5{color:var( --e-global-color-secondary );}.elementor-kit-231 h6{color:var( --e-global-color-text );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.goldie-steps {
  width: 100%;
  color: #212121;
}

.goldie-step {
  display: grid;
  grid-template-columns: 58px 1fr;
  column-gap: 18px;
  position: relative;
  padding-bottom: 34px;
}

.goldie-step:last-child {
  padding-bottom: 0;
}

.goldie-step-marker {
  position: relative;
  display: flex;
  justify-content: center;
}

.goldie-step-number {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #D3AF37;
  color: #212121;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  z-index: 2;
}

.goldie-step-marker::after {
  content: "";
  position: absolute;
  top: 54px;
  bottom: -34px;
  left: 50%;
  width: 2px;
  background: #dddddd;
  transform: translateX(-50%);
}

.goldie-step:last-child .goldie-step-marker::after {
  display: none;
}

.goldie-step-content {
  padding-top: 3px;
}

.goldie-step-title {
  margin: 0 0 8px;
  color: #212121;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.35;
}

.goldie-step-text {
  margin: 0;
  color: #212121;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65;
}

@media only screen and (max-width: 767px) {
  .goldie-step {
    grid-template-columns: 46px 1fr;
    column-gap: 14px;
    padding-bottom: 28px;
  }

  .goldie-step-number {
    width: 44px;
    height: 44px;
    font-size: 16px;
  }

  .goldie-step-marker::after {
    top: 44px;
    bottom: -28px;
  }

  .goldie-step-title {
    font-size: 19px;
  }

  .goldie-step-text {
    font-size: 16px;
  }
}/* End custom CSS */