@font-face {
  font-family: "Inter-Regular";
  src: url("../../fonts/inter-fonts/Inter-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-Light";
  src: url("../../fonts/inter-fonts/Inter-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-ExtraLight";
  src: url("../../fonts/inter-fonts/Inter-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-Medium";
  src: url("../../fonts/inter-fonts/Inter-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-SemiBold";
  src: url("../../fonts/inter-fonts/Inter-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-Bold";
  src: url("../../fonts/inter-fonts/Inter-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-ExtraBold";
  src: url("../../fonts/inter-fonts/Inter-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-Black";
  src: url("../../fonts/inter-fonts/Inter-Black.ttf") format("truetype");
}
:root {
  --primary-regular-font: "Inter-Regular", sans-serif;
  --primary-light-font: "Inter-Light", sans-serif;
  --primary-extra-light-font: "Inter-ExtraLight", sans-serif;
  --primary-medium-font: "Inter-Medium", sans-serif;
  --primary-semi-bold-font: "Inter-SemiBold", sans-serif;
  --primary-bold-font: "Inter-Bold", sans-serif;
  --primary-extra-bold-font: "Inter-ExtraBold", sans-serif;
  --primary-black-font: "Inter-Black", sans-serif;
}

:root {
  --primary-color: #f9d227;
  --primary-color-hover: #e0b90e;
  --primary-color-2: #062c3d;
  --social-links: #3b5998;
  --shadow1: rgba(221, 221, 221, 0.8666666666666667);
  --black: #000000;
  --blue: #0000EE;
  --white: #ffffff;
  --light-grey: #f3f3f3;
  --grey: #eaeaea;
  --grey2: #e5e5e5;
  --grey4: #636363;
  --grey5: #7e7e7e;
  --grey6: #606060;
  --grey7: #fbfbfb;
  --grey8: #dfdfdf;
  --light-blue: #92dce0;
  --orange: #ff0000;
  --orange2: #f15c3a;
}

.howItWorksSection {
  background-image: url("https://stghorizon.wpenginepowered.com/wp-content/themes/horizon/assets/img/how-it-works/how-it-works-banner.webp");
  background-position: center center !important;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 991px) {
  .howItWorksSection {
    min-height: unset;
  }
}
.how-it-works-detailsContainer {
  position: relative;
  margin-bottom: 80px;
}
.how-it-works-detailsContainer::before {
  height: 108px;
  width: 81px;
  z-index: 10;
  content: "";
  position: absolute;
  left: 0;
  top: -77px;
  right: 0;
  bottom: 0;
  display: block;
  margin: 0 auto;
  background: url("https://stghorizon.wpenginepowered.com/wp-content/uploads/2023/10/arrowDown.webp") no-repeat;
  cursor: pointer;
}
@media screen and (min-width: 981px) {
  .how-it-works-detailsContainer::after {
    content: "";
    background: rgba(0, 0, 0, 0) url("https://stghorizon.wpenginepowered.com/wp-content/uploads/2023/10/line2.webp") no-repeat scroll 0 0;
    position: absolute;
    top: 29px;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 8;
    width: 285px;
    height: 100%;
    margin: 0 auto;
  }
}
.how-it-works-detailsContainer .contentArea {
  padding-bottom: 7.25rem;
}
@media screen and (max-width: 980px) {
  .how-it-works-detailsContainer .contentArea {
    padding-bottom: 3rem;
  }
}
.how-it-works-detailsContainer .contentArea .how-it-works-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .how-it-works-detailsContainer .contentArea .how-it-works-row {
    display: flex;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    margin-bottom: 40px;
  }
}
.how-it-works-detailsContainer .contentArea .how-it-works-row .imgBox {
  width: 45%;
}
@media screen and (max-width: 980px) {
  .how-it-works-detailsContainer .contentArea .how-it-works-row .imgBox {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .how-it-works-detailsContainer .contentArea .how-it-works-row .imgBox {
    width: 100%;
    z-index: 20;
  }
}
.how-it-works-detailsContainer .contentArea .how-it-works-row .imgBox figure {
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.how-it-works-detailsContainer .contentArea .how-it-works-row .imgBox figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .how-it-works-detailsContainer .contentArea .how-it-works-row .imgBox figure {
    width: 50%;
  }
}
.how-it-works-detailsContainer .contentArea .how-it-works-row .contentBox {
  width: 55%;
}
@media screen and (max-width: 980px) {
  .how-it-works-detailsContainer .contentArea .how-it-works-row .contentBox {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .how-it-works-detailsContainer .contentArea .how-it-works-row .contentBox {
    width: 100%;
    z-index: 20;
    background-color: var(--grey7);
  }
}
.how-it-works-detailsContainer .contentArea .how-it-works-row .contentBox .title {
  font-size: 25px;
  line-height: 24px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 5px 0 15px;
  font-family: var(--primary-black-font);
}
.how-it-works-detailsContainer .contentArea .how-it-works-row .contentBox .description {
  font-size: 16px;
  line-height: 24px;
  color: var(--black);
  text-align: justify;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1150px) {
  .how-it-works-detailsContainer .contentArea .how-it-works-row .contentBox .description {
    font-size: 14px;
  }
}
.how-it-works-detailsContainer .contentArea .how-it-works-row.row-1 {
  position: relative;
}
@media screen and (max-width: 980px) {
  .how-it-works-detailsContainer .contentArea .how-it-works-row.row-1 {
    padding-top: 40px;
  }
  .how-it-works-detailsContainer .contentArea .how-it-works-row.row-1::before {
    padding: 10px 6px;
    background: #f3f3f3;
    border-radius: 50%;
    content: "01";
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 40px;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 12;
    margin: 0 auto;
    text-align: center;
    width: 40px;
    font-weight: bold;
  }
}
.how-it-works-detailsContainer .contentArea .how-it-works-row.row-2 {
  flex-direction: row-reverse;
  padding-top: 30px;
  padding-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .how-it-works-detailsContainer .contentArea .how-it-works-row.row-2 {
    padding-top: 40px;
  }
  .how-it-works-detailsContainer .contentArea .how-it-works-row.row-2::before {
    padding: 10px 6px;
    background: #f3f3f3;
    border-radius: 50%;
    content: "02";
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 40px;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 12;
    margin: 0 auto;
    text-align: center;
    width: 40px;
    font-weight: bold;
  }
}
.how-it-works-detailsContainer .contentArea .how-it-works-row.row-3 {
  position: relative;
}
.how-it-works-detailsContainer .contentArea .how-it-works-row.row-3::after {
  height: 108px;
  width: 81px;
  z-index: 10;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -240px;
  display: block;
  margin: 0 auto;
  background: url("https://stghorizon.wpenginepowered.com/wp-content/uploads/2023/10/arrowUp.webp") no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 980px) {
  .how-it-works-detailsContainer .contentArea .how-it-works-row.row-3::after {
    bottom: -192px;
  }
}
@media screen and (max-width: 767px) {
  .how-it-works-detailsContainer .contentArea .how-it-works-row.row-3::after {
    bottom: -170px;
  }
}
@media screen and (max-width: 980px) {
  .how-it-works-detailsContainer .contentArea .how-it-works-row.row-3 {
    padding-top: 40px;
  }
  .how-it-works-detailsContainer .contentArea .how-it-works-row.row-3::before {
    padding: 10px 6px;
    background: #f3f3f3;
    border-radius: 50%;
    content: "03";
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 40px;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 12;
    margin: 0 auto;
    text-align: center;
    width: 40px;
    font-weight: bold;
  }
}
@media screen and (max-width: 980px) {
  .how-it-works-detailsContainer.borderMobile::after {
    background: #efefef none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
  }
}

.formContentArea .contentArea .section-title .title {
  text-align: center;
  margin-bottom: 59px;
  font-size: 38px;
  line-height: 42px;
  text-transform: uppercase;
  color: var(--white);
}
@media screen and (max-width: 767px) {
  .formContentArea .contentArea .section-title .title {
    font-size: 32px;
    line-height: 37px;
  }
}
.formContentArea .contentArea .form-container .skyBridgeForm {
  max-width: unset;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.formContentArea .contentArea .form-container .skyBridgeForm .divider .divider-text {
  margin-left: auto !important;
  margin-right: auto !important;
}
.formContentArea .contentArea .form-container .skyBridgeForm .divider .divider-text::before, .formContentArea .contentArea .form-container .skyBridgeForm .divider .divider-text::after {
  width: 12%;
  transform: translate(0%, 0%);
}
@media screen and (max-width: 767px) {
  .formContentArea .contentArea .form-container .skyBridgeForm .divider .divider-text::before, .formContentArea .contentArea .form-container .skyBridgeForm .divider .divider-text::after {
    width: 35%;
  }
}
.formContentArea .contentArea .form-container .skyBridgeForm .divider .divider-text:before {
  left: 52%;
}
@media screen and (max-width: 767px) {
  .formContentArea .contentArea .form-container .skyBridgeForm .divider .divider-text:before {
    left: 58%;
  }
}
.formContentArea .contentArea .form-container .skyBridgeForm .divider .divider-text:after {
  right: 52%;
}
@media screen and (max-width: 767px) {
  .formContentArea .contentArea .form-container .skyBridgeForm .divider .divider-text:after {
    right: 58%;
  }
}
.formContentArea .contentArea .form-container .skyBridgeForm .form-footer .contact {
  margin-bottom: 10px;
}
@media screen and (max-width: 300px) {
  .formContentArea .contentArea .form-container .skyBridgeForm .form-footer .contact {
    flex-direction: column;
    gap: 5px;
  }
}
.formContentArea .contentArea .form-container .skyBridgeForm .form-footer .contact .text {
  color: var(--white);
}
.light-greyBg {
    background-color: var(--light-grey);
}

.greyBg {
    background-color: var(--grey);
}

.lightGreyBg {
    background-color: var(--grey7);
}


.blackBg {
    background-color: var(--black);
}
.formContentArea .contentArea .form-container .skyBridgeForm .form-footer .contact .number {
  font-weight: normal;
  font-family: var(--primary-regular-font);
}/*# sourceMappingURL=how-it-works.css.map */