@font-face {
  font-family: "Poppins Regular";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins Light";
  src: url("../fonts/Poppins-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins Medium";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins MediumItalic";
  src: url("../fonts/Poppins-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins SemiBold";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins Bold";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
.intro-slide {
  position: relative;
  min-height: 173px;
  padding: 100px 0 205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  .intro-slide {
    min-height: 313px;
    padding: 230px 0;
  }
}
.intro-slide:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 73.44%, rgba(0, 0, 0, 0.3) 91.67%), linear-gradient(180deg, rgba(0, 0, 0, 0.3) 7.81%, rgba(0, 0, 0, 0) 25%), linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  background-repeat: no-repeat, no-repeat, no-repeat;
}
.intro-slide .container {
  align-self: stretch;
}
@media only screen and (max-width: 991px) {
  .intro-slide .section-content {
    text-align: center;
  }
}
.intro-slide .section-content .btn {
  min-height: 48px;
}
.intro-slide .main-title {
  font-family: "Poppins Bold", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1.46;
  color: #fff;
}
.intro-slide .main-title span {
  color: #F1CF6D;
}
@media only screen and (max-width: 991px) {
  .intro-slide .main-title {
    font-size: 26px;
    letter-spacing: 0.3px;
  }
}
@media only screen and (min-width: 992px) {
  .intro-slide .main-title {
    font-size: 54px;
    letter-spacing: 0.5px;
  }
  .intro-slide .main-title span {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .intro-slide .btn {
    margin-top: 23px;
    width: 100%;
    max-width: 450px;
  }
  .intro-slide .btn.btn-maindark-bg {
    background: #fff;
    color: #000;
  }
  .intro-slide .btn.btn-maindark-bg path {
    stroke: #F1CF6D;
  }
  .intro-slide .btn.btn-call {
    padding: 10px 16px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .intro-slide .btn {
    margin-top: 42px;
  }
  .intro-slide .btn:not(:last-child) {
    margin-right: 20px;
  }
  .intro-slide .btn.btn-call {
    display: none;
  }
}
.intro-slide .scroll-arrow {
  position: absolute;
  bottom: 62px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.intro-slide .scroll-arrow svg {
  display: block;
  width: 100%;
  height: auto;
}
.intro-slide .scroll-arrow path {
  stroke: #fff;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
@media only screen and (max-width: 991px) {
  .intro-slide .scroll-arrow {
    width: 26px;
  }
}
@media only screen and (min-width: 992px) {
  .intro-slide .scroll-arrow {
    width: 50px;
  }
  .intro-slide .scroll-arrow:hover {
    cursor: pointer;
  }
  .intro-slide .scroll-arrow:hover path {
    stroke: #F1CF6D;
  }
}

.section-logos {
  position: absolute;
  bottom: -180px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .section-logos {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    bottom: -60px;
    position: relative;
  }
}
@media only screen and (max-width: 374px) {
  .section-logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-logos img:not(:last-child) {
    margin-bottom: 15px;
  }
}
.section-logos img {
  max-height: 156px;
  width: auto;
}
@media only screen and (min-width: 992px) {
  .section-logos img:not(:last-child) {
    margin-right: 25px;
  }
}

@font-face {
  font-family: "Poppins Regular";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins Light";
  src: url("../fonts/Poppins-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins Medium";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins MediumItalic";
  src: url("../fonts/Poppins-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins SemiBold";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins Bold";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
.minus-top-section {
  padding-top: 0;
  padding-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  .minus-top-section {
    padding-bottom: 50px;
  }
}
.minus-top-section .section-content {
  background-color: #fff;
  border: 1px solid #D0A650;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media only screen and (max-width: 599px) {
  .minus-top-section .section-content {
    margin-top: -36px;
    padding: 17px 16px 34px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 600px) {
  .minus-top-section .section-content {
    margin-top: -78px;
    padding: 30px 24px 70px;
  }
}
@media only screen and (min-width: 992px) {
  .minus-top-section .section-content {
    margin-top: -120px;
    padding: 40px 32px 100px;
  }
}
.minus-top-section .section-title {
  margin-bottom: 16px;
  padding: 0;
  max-width: none;
  min-height: auto;
}
.minus-top-section .section-title:before {
  display: none;
}
.minus-top-section .section-text {
  padding: 0;
}
.minus-top-section .content-wrap a:not(.btn) {
  color: #D0A650;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  text-decoration: underline;
}
.minus-top-section .content-wrap a:not(.btn):focus, .minus-top-section .content-wrap a:not(.btn):visited {
  color: #D0A650;
  outline: none;
}
.minus-top-section .content-wrap a:not(.btn):focus, .minus-top-section .content-wrap a:not(.btn):active, .minus-top-section .content-wrap a:not(.btn):visited, .minus-top-section .content-wrap a:not(.btn):hover {
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .minus-top-section .content-wrap a:not(.btn):hover {
    cursor: pointer;
    color: #D0A650;
    text-decoration: none;
  }
}

@media only screen and (min-width: 992px) {
  form .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
form .input-wrap {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  form .input-wrap {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  form .input-wrap {
    margin-bottom: 50px;
  }
}
form .input-wrap + .select-block .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  bottom: -72px;
}
form .input-wrap .wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
  display: block;
}
form .input-wrap .wpcf7-form-control-wrap input {
  position: relative;
  width: 100%;
  display: block;
}
form .input-wrap .wpcf7-form-control-wrap input.wpcf7-not-valid, form .input-wrap .wpcf7-form-control-wrap textarea.wpcf7-not-valid {
  border-color: #FF6B6B;
}
form .input-wrap .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: -25px;
  font-family: "Poppins Regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5;
  color: #FF6B6B;
  z-index: 2;
}
form .input-wrap .wpcf7-form-control-wrap:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../../assets/images/error-icon.svg");
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
}
form .input-wrap .wpcf7-form-control-wrap.wpcf7-not-valid:after {
  opacity: 1;
  visibility: visible;
}
form label {
  display: block;
  width: 100%;
  font-family: "Poppins SemiBold", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.85;
  color: #484848;
}
form input {
  height: 45px;
}
form textarea {
  height: 109px;
  resize: none;
}
form input,
form textarea {
  display: block;
  width: 100%;
  padding: 5px 0;
  font-family: "Poppins Regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #929292;
  background-image: none;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #4F738D;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
form input::-webkit-search-decoration, form input::-webkit-search-cancel-button, form input::-webkit-search-results-button, form input::-webkit-search-results-decoration,
form textarea::-webkit-search-decoration,
form textarea::-webkit-search-cancel-button,
form textarea::-webkit-search-results-button,
form textarea::-webkit-search-results-decoration {
  display: none;
}
form input::-ms-clear, form input::-ms-reveal,
form textarea::-ms-clear,
form textarea::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
form input::placeholder,
form textarea::placeholder {
  font-size: 0;
}
form input:focus,
form textarea:focus {
  border-color: #D0A650;
}
form .btn {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  form .btn {
    width: auto;
  }
}
form .form-notice {
  margin-top: 16px;
  font-family: "Poppins Regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #8F8F8F;
}
form .form-notice a:not(.btn) {
  color: #D0A650;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  text-decoration: underline;
}
form .form-notice a:not(.btn):focus, form .form-notice a:not(.btn):visited {
  color: #D0A650;
  outline: none;
}
form .form-notice a:not(.btn):focus, form .form-notice a:not(.btn):active, form .form-notice a:not(.btn):visited, form .form-notice a:not(.btn):hover {
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  form .form-notice a:not(.btn):hover {
    cursor: pointer;
    color: #D0A650;
    text-decoration: none;
  }
}
form .wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
  display: block;
}
form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: -72px;
  font-family: "Poppins Regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5;
  color: #FF6B6B;
}

@media only screen and (min-width: 992px) {
  .free-quote-form, .wpcf7-form {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 992px) {
  .free-quote-form .input-wrap, .wpcf7-form .input-wrap {
    padding: 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.free-quote-form .input-wrap .wpcf7-form-control-wrap, .wpcf7-form .input-wrap .wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
}
.free-quote-form .input-wrap .wpcf7-form-control-wrap input, .wpcf7-form .input-wrap .wpcf7-form-control-wrap input {
  position: relative;
}
.free-quote-form .input-wrap .wpcf7-form-control-wrap input.wpcf7-not-valid, .free-quote-form .input-wrap .wpcf7-form-control-wrap textarea.wpcf7-not-valid, .wpcf7-form .input-wrap .wpcf7-form-control-wrap input.wpcf7-not-valid, .wpcf7-form .input-wrap .wpcf7-form-control-wrap textarea.wpcf7-not-valid {
  border-color: #FF6B6B;
}
.free-quote-form .input-wrap .wpcf7-form-control-wrap .wpcf7-not-valid-tip, .wpcf7-form .input-wrap .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: -25px;
  font-family: "Poppins Regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5;
  color: #FF6B6B;
}
.free-quote-form .input-wrap .wpcf7-form-control-wrap:after, .wpcf7-form .input-wrap .wpcf7-form-control-wrap:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../../assets/images/error-icon.svg");
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
}
.free-quote-form .input-wrap .wpcf7-form-control-wrap.wpcf7-not-valid:after, .wpcf7-form .input-wrap .wpcf7-form-control-wrap.wpcf7-not-valid:after {
  opacity: 1;
  visibility: visible;
}
.free-quote-form .align-wrap, .wpcf7-form .align-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .free-quote-form .align-wrap, .wpcf7-form .align-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 25px;
  }
}
@media only screen and (max-width: 991px) {
  .free-quote-form .align-wrap, .wpcf7-form .align-wrap {
    margin-top: 35px;
  }
}
.free-quote-form .btn, .wpcf7-form .btn {
  max-width: 450px;
}
@media only screen and (min-width: 992px) {
  .free-quote-form .btn, .wpcf7-form .btn {
    min-width: 174px;
  }
}
@media only screen and (min-width: 992px) {
  .free-quote-form .form-notice, .wpcf7-form .form-notice {
    margin-top: 0;
    padding-left: 94px;
  }
}

.minus-top-section {
  padding-bottom: 0;
}
@media only screen and (max-width: 599px) {
  .minus-top-section .section-content {
    padding: 17px 16px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 600px) {
  .minus-top-section .section-content {
    padding: 30px 24px;
  }
}
@media only screen and (min-width: 992px) {
  .minus-top-section .section-content {
    padding: 40px 34px 30px;
  }
}
.minus-top-section .section-content .achievement-list {
  margin-bottom: 0;
}

.intro-slide {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 599px) {
  .intro-slide {
    padding: 0 0 36px;
    min-height: 173px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 600px) {
  .intro-slide {
    padding: 0 0 78px;
    min-height: 243px;
  }
}
@media only screen and (min-width: 992px) {
  .intro-slide {
    padding: 0 0 120px;
    min-height: 313px;
  }
}
.intro-slide .section-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.intro-slide .main-title {
  padding: 8px 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .intro-slide .main-title {
    padding: 16px 0;
  }
}

/***************
referral-info
***************/
.referral-top {
  margin-bottom: 35px;
}
@media only screen and (min-width: 769px) {
  .referral-top {
    margin-bottom: 55px;
  }
}
@media only screen and (min-width: 992px) {
  .referral-top {
    margin-bottom: 80px;
  }
}
.referral-top .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.referral-card {
  margin-bottom: 35px;
}
@media only screen and (min-width: 769px) {
  .referral-card {
    margin-bottom: 55px;
  }
}
@media only screen and (min-width: 992px) {
  .referral-card {
    margin-bottom: 80px;
  }
}
.referral-card .title {
  font-family: "Poppins SemiBold", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 23px;
  line-height: 1.49;
  text-align: center;
  color: #2C2C2C;
  margin-bottom: 10px;
}
@media only screen and (min-width: 769px) {
  .referral-card .title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .referral-card .title {
    font-size: 42px;
    margin-bottom: 15px;
  }
}
.referral-card .price {
  font-family: "Poppins Bold", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 28px;
  line-height: 1.49;
  color: #D0A650;
  margin-bottom: 10px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .referral-card .price {
    font-size: 42px;
  }
}
@media only screen and (min-width: 992px) {
  .referral-card .price {
    font-size: 64px;
    margin-bottom: 15px;
  }
}
.referral-card .price img {
  max-width: 250px;
  margin: 0 auto;
}
.referral-card ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 14px 0;
  text-align: start;
  font-size: 14px;
  line-height: 1.8;
  color: #D0A650;
  text-transform: uppercase;
  font-family: "Poppins Bold", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  border-top: 1px solid #D0A650;
}
.referral-card ul li:before {
  content: "";
  position: relative;
  margin-right: 10px;
  min-width: 24px;
  max-width: 24px;
  width: 100%;
  height: 24px;
  display: block;
  background: url(../images/icon-wrap.svg) 0 0 no-repeat;
  left: 0;
  bottom: -4px;
}
@media only screen and (min-width: 769px) {
  .referral-card ul li {
    font-size: 16px;
    padding: 20px 16px;
  }
}
@media only screen and (min-width: 992px) {
  .referral-card ul li {
    font-size: 18px;
  }
}
.referral-card ul li:last-child {
  padding-bottom: 0;
}
@media only screen and (min-width: 1201px) {
  .referral-card ul li {
    font-size: 19px;
  }
}

.referral-bottom .title-block {
  text-align: center;
  font-family: "Poppins SemiBold", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 23px;
  line-height: 1.49;
  color: #2C2C2C;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) {
  .referral-bottom .title-block {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .referral-bottom .title-block {
    font-size: 42px;
    margin-bottom: 34px;
  }
}
.referral-bottom .content-wrap {
  width: 100%;
  margin: 0 auto;
}
.referral-bottom .work-step-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border: 1px solid #D0A650;
  padding: 25px 10px;
}
@media only screen and (min-width: 992px) {
  .referral-bottom .work-step-grid {
    padding: 50px 80px;
  }
}
.referral-bottom .step-line {
  position: absolute;
  height: 90%;
  width: 2px;
  top: 5%;
  left: calc(50% - 1px);
  opacity: 0.5;
  background-color: #D0A650;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .referral-bottom .step-line {
    left: 37px;
  }
}
@media only screen and (max-width: 450px) {
  .referral-bottom .step-line {
    left: calc(50% - 1px);
    height: 96%;
    top: 2%;
  }
}
.referral-bottom .work-step-items {
  width: 100%;
  min-width: 100%;
  padding: 25px 0;
}
.referral-bottom .work-step-items:nth-child(2n+1) .item {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media only screen and (max-width: 450px) {
  .referral-bottom .work-step-items:nth-child(2n+1) .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 992px) {
  .referral-bottom .work-step-items:nth-child(2n+1) .item {
    left: calc(48% - 3px);
  }
  .referral-bottom .work-step-items:nth-child(2n+1) .item .title {
    position: relative;
    left: -15px;
    z-index: 1;
  }
  .referral-bottom .work-step-items:nth-child(2n+1) .item .title:after {
    left: -20%;
    top: calc(50% - 0.5px);
  }
  .referral-bottom .work-step-items:nth-child(2n+1) .item .number {
    position: relative;
    left: 15%;
    z-index: 2;
  }
}
.referral-bottom .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 50%;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .referral-bottom .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 992px) {
  .referral-bottom .item {
    left: 23px;
  }
}
@media only screen and (max-width: 991px) {
  .referral-bottom .item {
    max-width: 100%;
  }
}
@media only screen and (max-width: 450px) {
  .referral-bottom .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.referral-bottom .item .number {
  position: relative;
  z-index: 2;
  left: -15%;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #D0A650;
  color: #8E7033;
  font-family: "Poppins Bold", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .referral-bottom .item .number {
    left: 18%;
  }
}
@media only screen and (max-width: 450px) {
  .referral-bottom .item .number {
    position: initial;
    order: -1;
  }
}
.referral-bottom .item .image-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #D0A650;
  background: #fefaf0;
  transform: rotate(45deg);
  border-radius: 3px;
  width: 45px;
  height: 45px;
  padding: 10px;
  position: absolute;
  z-index: 2;
}
.referral-bottom .item .image-icon img {
  max-width: 25px;
  max-height: 25px;
  transform: rotate(315deg);
}
@media only screen and (max-width: 991px) {
  .referral-bottom .item .image-icon {
    left: 5px;
  }
}
@media only screen and (max-width: 450px) {
  .referral-bottom .item .image-icon {
    max-width: 65px;
    max-height: 65px;
    height: 65px;
    width: 65px;
    padding: 8px;
    position: initial;
  }
  .referral-bottom .item .image-icon img {
    max-width: 35px;
    max-height: 35px;
  }
}
.referral-bottom .item .title {
  position: relative;
  left: 15px;
  z-index: 1;
  line-height: 1.4;
  font-family: "Poppins Bold", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #2C2C2C;
  font-size: 14px;
  text-transform: uppercase;
  background: #fefaf0;
  border: 1px solid #D0A650;
  border-radius: 5px;
  min-width: 250px;
  padding: 10px;
  width: 80%;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .referral-bottom .item .title {
    min-width: auto;
    left: 0;
    padding: 10px 10px 10px 24px;
    width: 80%;
    text-align: start;
  }
}
@media only screen and (max-width: 450px) {
  .referral-bottom .item .title {
    width: 100%;
    left: 0;
    padding: 10px;
    text-align: center;
  }
}
.referral-bottom .item .title:after {
  content: "";
  position: absolute;
  display: block;
  width: 20%;
  height: 1px;
  background-color: #B08D44;
  left: 100%;
  top: calc(50% - 0.5px);
  z-index: 1;
}
@media only screen and (max-width: 450px) {
  .referral-bottom .item .title:after {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .referral-bottom .item .title:after {
    left: -20%;
  }
}
.referral-bottom .item .description {
  font-family: "Poppins Medium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  color: #8F8F8F;
}
.referral-bottom .item .description a:not(.btn) {
  color: #D0A650;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  text-decoration: underline;
}
.referral-bottom .item .description a:not(.btn):focus, .referral-bottom .item .description a:not(.btn):visited {
  color: #D0A650;
  outline: none;
}
.referral-bottom .item .description a:not(.btn):focus, .referral-bottom .item .description a:not(.btn):active, .referral-bottom .item .description a:not(.btn):visited, .referral-bottom .item .description a:not(.btn):hover {
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .referral-bottom .item .description a:not(.btn):hover {
    cursor: pointer;
    color: #D0A650;
    text-decoration: none;
  }
}

/***************
referral-info:END
***************/
/***************
section-content
***************/
.faq-section .section-title {
  margin-bottom: 0;
}
.faq-section .section-content {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding-top: 32px;
}
.faq-section .faq-wrap {
  width: 100%;
}
.faq-section .faq-item {
  cursor: pointer;
}
.faq-section .faq-item .wrap, .faq-section .faq-item .icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq-section .faq-item .icon-wrap {
  position: relative;
  max-width: 37px;
  width: 100%;
  height: 37px;
  margin-right: 20px;
  background: rgba(241, 207, 109, 0.25);
  border-radius: 4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.faq-section .faq-item .icon-wrap > div {
  display: inline-block;
  height: 2px;
  width: 16px;
  position: absolute;
  border-radius: 10px;
  background-color: #D0A650;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.faq-section .faq-item .icon-wrap .line-2 {
  transform: rotate(90deg);
}
.faq-section .faq-item .content-wrap .wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
}
.faq-section .faq-item .content-wrap .question {
  font-family: "Poppins SemiBold", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 1.35;
  color: #484848;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .faq-section .faq-item .content-wrap .question {
    font-size: 16px;
    line-height: 1.75;
  }
}
.faq-section .faq-item .content-wrap .answer {
  padding: 0;
  font-family: "Poppins Regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1.78;
  color: #929292;
  -webkit-transition: height 0.15s ease;
  -moz-transition: height 0.15s ease;
  -ms-transition: height 0.15s ease;
  -o-transition: height 0.15s ease;
  transition: height 0.15s ease;
  overflow: hidden;
}
.faq-section .faq-item .content-wrap .answer a {
  color: #D0A650;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  text-decoration: underline;
}
.faq-section .faq-item .content-wrap .answer a:focus, .faq-section .faq-item .content-wrap .answer a:visited {
  color: #D0A650;
  outline: none;
}
.faq-section .faq-item .content-wrap .answer a:focus, .faq-section .faq-item .content-wrap .answer a:active, .faq-section .faq-item .content-wrap .answer a:visited, .faq-section .faq-item .content-wrap .answer a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .faq-section .faq-item .content-wrap .answer a:hover {
    cursor: pointer;
    color: #D0A650;
    text-decoration: none;
  }
}
@media only screen and (min-width: 992px) {
  .faq-section .faq-item .content-wrap .answer {
    padding: 0 0 0 57px;
  }
}
.faq-section .faq-item .content-wrap .answer:not(.show) {
  display: none;
}
.faq-section .faq-item:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #D0A650;
  display: block;
  margin: 16px 0;
}
@media only screen and (min-width: 992px) {
  .faq-section .faq-item:after {
    margin: 28px 0;
  }
}
.faq-section .faq-item.active .wrap {
  margin-bottom: 22px;
}
@media only screen and (min-width: 992px) {
  .faq-section .faq-item.active .wrap {
    margin-bottom: 4px;
  }
}
.faq-section .faq-item.active .icon-wrap {
  background-color: #F1CF6D;
}
.faq-section .faq-item.active .icon-wrap > div {
  background-color: #484848;
}
.faq-section .faq-item.active .icon-wrap .line-2 {
  transform: rotate(0deg);
}
@media only screen and (min-width: 992px) {
  .faq-section .faq-item:hover .icon-wrap {
    background-color: #F1CF6D;
  }
}
.faq-section .faq-item:last-child:after {
  display: none;
}
.faq-section .faq-image {
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .faq-section .faq-image {
    margin-top: 45px;
  }
}

/***************
section-content:END
***************/
/***************
section-content
***************/
.section-content .section-title {
  margin-bottom: 0;
}
.section-content .content-wrap {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding-top: 32px;
  font-family: "Poppins Medium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: 0;
  color: #8F8F8F;
}
.section-content .content-wrap p {
  max-width: 100%;
}
.section-content .content-wrap p:not(:last-child) {
  margin-bottom: 29px;
}
.section-content .content-wrap p strong {
  color: #2C2C2C;
}
.section-content .content-wrap a:not(.btn) {
  color: #D0A650;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  text-decoration: underline;
}
.section-content .content-wrap a:not(.btn):focus, .section-content .content-wrap a:not(.btn):visited {
  color: #D0A650;
  outline: none;
}
.section-content .content-wrap a:not(.btn):focus, .section-content .content-wrap a:not(.btn):active, .section-content .content-wrap a:not(.btn):visited, .section-content .content-wrap a:not(.btn):hover {
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .section-content .content-wrap a:not(.btn):hover {
    cursor: pointer;
    color: #D0A650;
    text-decoration: none;
  }
}
.section-content .content-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-content .content-wrap ol, .section-content .content-wrap ul {
  margin: -14px 0 16px;
}
@media only screen and (min-width: 992px) {
  .section-content .content-wrap ol, .section-content .content-wrap ul {
    margin: -6px 0 24px;
  }
}
.section-content .content-wrap ol {
  padding: 0 0 0 16px;
}
.section-content .content-wrap ul li {
  position: relative;
  padding: 0 0 0 16px;
}
.section-content .content-wrap ul li:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #D0A650;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.section-content .content-wrap li:not(:last-child) {
  margin-bottom: 16px;
}
.section-content .content-wrap li p:not(:last-child) {
  margin-bottom: 16px;
}
.section-content .content-wrap h2, .section-content .content-wrap h3, .section-content .content-wrap h4 {
  margin: 36px 0 18px;
  font-family: "Poppins SemiBold", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #2C2C2C;
  line-height: 1.49;
  clear: none;
}
.section-content .content-wrap h2:first-child, .section-content .content-wrap h3:first-child, .section-content .content-wrap h4:first-child {
  margin-top: 0;
}
.section-content .content-wrap h2 {
  font-size: 28px;
}
@media only screen and (max-width: 599px) {
  .section-content .content-wrap h2 {
    font-size: 24px;
  }
}
.section-content .content-wrap h3 {
  font-size: 30px;
}
@media only screen and (max-width: 599px) {
  .section-content .content-wrap h3 {
    font-size: 22px;
  }
}
.section-content .content-wrap h4 {
  font-size: 22px;
}
@media only screen and (max-width: 599px) {
  .section-content .content-wrap h4 {
    font-size: 18px;
  }
}
.section-content .content-wrap img {
  width: 100%;
  height: auto;
}
.section-content .content-wrap img.aligncenter {
  float: none;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.section-content .content-wrap iframe {
  max-width: 100%;
}
.section-content .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px 0 0;
}
@media only screen and (max-width: 768px) {
  .section-content .btn-wrapper .btn {
    width: 100%;
  }
}

/***************
section-content:END
***************/

/*# sourceMappingURL=referral-page.css.map */
