.row.row_gap25 {
  row-gap: 25px;
}

.title_main.fz-54 {
  font-weight: 700;
}
@media (min-width: 1200px) {
  .title_main.fz-54 {
    font-size: 54px;
    letter-spacing: -0.54px;
    line-height: 1.07;
  }
}
@media (max-width: 767px) {
  .title_main.fz-54 {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .title_main.fz-54 {
    font-size: 32px;
  }
}

.subtitle_main.font_36 {
  font-weight: 700;
}
@media (min-width: 992px) {
  .subtitle_main.font_36 {
    font-size: 36px;
    line-height: 1.33;
  }
}

.btn_lower {
  padding-block: 14px;
}

.color-000 {
  color: #000;
}

.btn-grey-6 {
  display: inline-flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #4F4F4F;
  border-radius: 100px;
  background: #F2F2F2;
  font: 700 16px/1.37 Roboto, sans-serif;
}

.first-section {
  background: linear-gradient(99deg, rgba(255, 255, 255, 0) 49.53%, rgba(255, 255, 255, 0.2) 86.27%), #6989A8;
  width: 100%;
  height: 658px;
  position: relative;
}
@media (max-width: 767px) {
  .first-section {
    height: auto;
  }
}
.first-section .choose-block {
  position: relative;
  z-index: 8;
  max-width: 382px;
  margin: auto 0 0 auto;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .first-section .choose-block.hide-on-mob {
    display: none;
  }
}
.first-section .choose-block__img {
  margin-bottom: 8px;
}
.first-section .choose-block p {
  color: #FFF;
  font-family: "Aktiv Grotesk";
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.32px;
}
@media (max-width: 991px) {
  .first-section .choose-block p {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .first-section .choose-block p {
    font-size: 20px;
  }
}
.first-section .btn-grey-6 {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .first-section .btn-grey-6 {
    display: none;
  }
}
.first-section__txt {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 1.8em;
}
@media (max-width: 767px) {
  .first-section__txt {
    font-size: 16px;
    margin-top: 0;
  }
}
.first-section .container {
  height: 100%;
  display: flex;
  padding-block: 65px 0;
  gap: 20px;
}
@media (max-width: 767px) {
  .first-section .container {
    display: block;
    padding-block: 40px 0;
  }
}
.first-section__main-block {
  position: relative;
  z-index: 5;
  color: #fff;
  max-width: 630px;
}
.first-section__main-block .title_main,
.first-section__main-block .breadcrumbs a,
.first-section__main-block .breadcrumbs span {
  color: inherit;
}
.first-section__main-block .breadcrumbs {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .first-section__main-block .breadcrumbs {
    margin-bottom: 20px;
  }
}
.first-section__bg-mob {
  display: none;
}
@media (max-width: 767px) {
  .first-section__bg-mob {
    display: grid;
  }
  .first-section__bg-mob > div {
    grid-column: 1;
    grid-row: 1;
  }
  .first-section__bg-mob .container {
    display: flex;
    align-items: center;
    padding-block: 0;
  }
  .first-section__bg-mob .choose-block-mob {
    margin: 0 10px 0 auto;
    max-width: 250px;
    color: #fff;
    font-size: 18px;
    line-height: 1.1;
  }
  .first-section__bg-mob .choose-block-mob p {
    line-height: inherit;
  }
}
@media (max-width: 575px) {
  .first-section__bg-mob .choose-block-mob {
    max-width: 200px;
  }
  .first-section__bg-mob .choose-block-mob__img {
    max-width: 123px;
  }
  .first-section__bg-mob .choose-block-mob p {
    font-size: 16px;
  }
}
.first-section__bg {
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  width: 100%;
  max-width: 420px;
}
@media (max-width: 991px) {
  .first-section__bg {
    width: 120%;
  }
}
.first-section__bg img {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .first-section__bg {
    display: none;
  }
}

.trusted {
  min-height: 748px;
  display: flex;
}
@media (max-width: 991px) {
  .trusted {
    min-height: 0;
  }
}
.trusted .wrap {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 1;
  gap: 128px;
}
@media (max-width: 767px) {
  .trusted .wrap {
    flex-direction: column;
  }
}
.trusted::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/trusted-bg.svg") no-repeat;
  z-index: 0;
}
@media (max-width: 767px) {
  .trusted::before {
    background: none;
  }
}
.trusted_img {
  direction: ltr;
  width: 50vw;
}
@media (max-width: 991px) {
  .trusted_img {
    width: auto;
  }
}
.trusted_img-wrap {
  direction: rtl;
}
.trusted_text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 457px;
}
@media (max-width: 991px) {
  .trusted_text {
    gap: 12px;
  }
}
.trusted_text > * {
  margin-block: 0;
}
@media (max-width: 991px) {
  .trusted_text {
    margin-top: 30px;
    max-width: none;
  }
}
.trusted_text-wrap {
  display: flex;
  justify-content: flex-end;
}
.trusted_text .subtitle_main {
  color: #000;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .trusted_text .subtitle_main {
    font-size: 40px;
  }
}
@media (min-width: 767px) {
  .trusted_text .subtitle_main {
    font-size: 32px;
  }
}
.trusted_text h3 {
  color: #000;
  font-family: "Aktiv Grotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  /* 130% */
}
.trusted_text p {
  color: var(--Black, #000);
  /* Body Medium */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
}
.trusted .container-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
}

.title-40px {
  font: 700 40px/1.2 "Activ Grotesk", sans-serif;
}
@media (max-width: 991px) {
  .title-40px {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .spec-made-simple .btn {
    margin-top: 10px;
  }
}

.card_section .container {
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card_section .card__wrapper {
  margin-top: 18px;
}
.card_section .card__wrapper.gap_row_38 {
  row-gap: 38px;
}
@media (max-width: 767px) {
  .card_section .card__wrapper.gap_row_38 {
    row-gap: 15px;
  }
}
.card_section .card__wrapper > div {
  padding-inline: 14px;
}
.card_section .card__wrapper .card {
  padding: 24px;
  height: 100%;
  min-height: 327px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .card_section .card__wrapper .card {
    min-height: 0;
  }
}
.card_section .card__wrapper .card.red {
  background-color: rgba(198, 96, 106, 0.15);
}
.card_section .card__wrapper .card.red .ico path {
  fill: #C6606A;
}
.card_section .card__wrapper .card.green {
  background-color: rgba(10, 171, 147, 0.15);
}
.card_section .card__wrapper .card.green .ico path {
  fill: #0AAB93;
}
.card_section .card__wrapper .card.blue {
  background-color: rgba(115, 135, 213, 0.1490196078);
}
.card_section .card__wrapper .card.blue .ico path {
  fill: #7387D5;
}
.card_section .card__wrapper .card.yellow {
  background-color: rgba(212, 174, 116, 0.15);
}
.card_section .card__wrapper .card.yellow .ico path {
  fill: #D4AE74;
}
@media (max-width: 767px) {
  .card_section .card__wrapper .card {
    width: 100%;
  }
}
.card_section .card__wrapper .card h6 {
  color: #000;
  font: 700 26px/1.23 "Aktiv Grotesk", sans-serif;
  margin: 16px 0 auto 0;
}
@media (max-width: 575px) {
  .card_section .card__wrapper .card h6 {
    font-size: 24px;
    margin-bottom: 5px;
  }
}
.card_section .card__wrapper .card p {
  color: #4F4F4F;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.62;
}
.card_section .card__wrapper .card a {
  color: var(--Black, #000);
  /* Body Small Bold */
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 142.857% */
  gap: 8px;
}
.card_section .card__wrapper .card__link {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  font: 700 14px/1.42 Roboto, sans-serif;
}
@media (max-width: 767px) {
  .card_section .card__wrapper .card__link {
    margin-top: 15px;
  }
}
.card_section .card__wrapper .card__link svg {
  transition: transform 0.3s;
}
.card_section .card__wrapper .support-card {
  color: #FFF;
  justify-content: flex-start;
}
.card_section .card__wrapper .support-card .card__title,
.card_section .card__wrapper .support-card p {
  color: #FFF;
}
.card_section .card__wrapper .support-card .card__title {
  margin-block: 0 10px;
}
.card_section .card__wrapper .support-card .btn-grey-6 {
  margin-top: auto;
  color: #4F4F4F;
}
@media (max-width: 767px) {
  .card_section .card__wrapper .support-card .btn-grey-6 {
    margin-top: 20px;
  }
}

.resources .container {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.resources .resources__wrapper {
  display: flex;
  margin-top: 38px;
  background: rgba(10, 171, 147, 0.15);
  overflow: hidden;
}
@media (max-width: 767px) {
  .resources .resources__wrapper {
    flex-direction: column;
    margin-top: 6px;
  }
}
.resources .resources__nav {
  background: white;
  min-width: 280px;
  display: flex;
  flex-direction: column;
}
.resources .resources__nav-item {
  padding: 24px 32px;
  cursor: pointer;
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
  border-bottom: 1px solid #E0E0E0;
}
@media (max-width: 767px) {
  .resources .resources__nav-item {
    padding: 12px 10px;
  }
}
.resources .resources__nav-item h6 {
  font-size: 20px;
  font-weight: 500;
  color: #4F4F4F;
  margin: 0;
}
@media (max-width: 767px) {
  .resources .resources__nav-item h6 {
    font-size: 18px;
  }
}
.resources .resources__nav-item:hover {
  background: rgba(10, 171, 147, 0.15);
}
.resources .resources__nav-item.active {
  background: rgba(10, 171, 147, 0.15);
  border-bottom: none;
}
.resources .resources__nav-item.active h6 {
  color: #0AAB93;
}
.resources .resources__content {
  flex: 1;
  position: relative;
}
.resources .resources__tab {
  display: none;
  padding: 24px;
  height: 100%;
  gap: 16px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .resources .resources__tab {
    flex-direction: column-reverse;
  }
}
.resources .resources__tab.active {
  display: flex;
}
.resources .resources__text {
  flex: 1;
}
.resources .resources__text p {
  font-size: 18px;
  line-height: 28px;
  color: #4F4F4F;
  margin-bottom: 32px;
}
.resources .resources__image {
  flex: 1;
  max-width: 450px;
}
@media (max-width: 767px) {
  .resources .resources__image {
    max-width: none;
    width: 100%;
  }
}
.resources .resources__image img {
  width: 100%;
  aspect-ratio: 370/240;
  object-fit: cover;
}
.resources .btn-primary {
  display: inline-block;
  padding: 16px 32px;
  background: #0AAB93;
  color: white;
  text-decoration: none;
  border-radius: 32px;
  font-size: 16px;
  font-weight: 500;
  transition: background 0.3s ease;
}
.resources .btn-primary:hover {
  background: #098d7a;
}

.form_style.form_bg_white input:not(.btn),
.form_style.form_bg_white select,
.form_style.form_bg_white textarea {
  border: 1px solid #BDBDBD;
  font: 16px/1.62 "Roboto", sans-serif;
  margin-bottom: 28px;
  color: #4F4F4F;
}
.form_style.form_bg_white input:not(.btn):placeholder,
.form_style.form_bg_white textarea:placeholder {
  color: #E0E0E0;
  opacity: 1;
}
.form_style.form_bg_white .state-select {
  padding: 18px;
  appearance: none;
  background: #fff url("../img/arr-select.svg") no-repeat;
  background-position: 95% center;
  width: 100%;
}
.form_style.form_bg_white .state-postcode-wrap p {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 575px) {
  .form_style.form_bg_white .state-postcode-wrap p {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.form_style.form_bg_white .state-postcode-wrap br {
  display: none;
}

/*# sourceMappingURL=architect-landing.css.map */
