/* Custom Reset */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Rozha+One");
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, fieldset, form, label,
article, aside, figure, figcaption, footer, header,
menu, nav section {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
  line-height: 0;
}

/* BREAKPOINTS */
/* TEXTS */
body {
  font-family: "agenda", sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.5;
  color: #001B2E;
}
@media only screen and (min-width: 1024px) {
  body {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1366px) {
  body {
    font-size: 22px;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h5, h6, .h6 {
  font-weight: 500;
}

h1, .h1 {
  font-size: 50px;
  line-height: 54px;
  letter-spacing: -.16px;
}
@media only screen and (min-width: 375px) {
  h1, .h1 {
    font-size: 62px;
    line-height: 64px;
  }
}
@media only screen and (min-width: 1024px) {
  h1, .h1 {
    font-size: 92px;
    line-height: 1;
  }
}
@media only screen and (min-width: 1366px) {
  h1, .h1 {
    font-size: 156px;
    line-height: 144px;
  }
}

h2, .h2 {
  font-size: 44px;
  line-height: 50px;
}
@media only screen and (min-width: 1024px) {
  h2, .h2 {
    font-size: 62px;
    line-height: 68px;
  }
}
@media only screen and (min-width: 1366px) {
  h2, .h2 {
    font-size: 86px;
    line-height: 90px;
  }
}

h3, .h3 {
  font-size: 32px;
}
@media only screen and (min-width: 1024px) {
  h3, .h3 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1366px) {
  h3, .h3 {
    font-size: 42px;
  }
}

h4, .h4 {
  font-size: 22px;
}
@media only screen and (min-width: 1024px) {
  h4, .h4 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1366px) {
  h4, .h4 {
    font-size: 32px;
  }
}

h5, .h5 {
  font-size: 18px;
}
@media only screen and (min-width: 1024px) {
  h5, .h5 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1366px) {
  h5, .h5 {
    font-size: 24px;
  }
}

h6, .h6 {
  font-size: 14px;
}
@media only screen and (min-width: 1024px) {
  h6, .h6 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1366px) {
  h6, .h6 {
    font-size: 18px;
  }
}

p {
  padding-bottom: 15px;
}
p:last-child {
  padding-bottom: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.btn {
  display: block;
  background: #C77E50;
  padding: 15px 26px;
  font-size: 20px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .btn {
    padding: 17px 28px;
    font-size: 26px;
  }
}
.btn:hover {
  background-color: #001B2E;
}
.btn.h-grey:hover {
  background-color: #4E5645;
}

.large-text {
  font-size: 44px;
}
@media only screen and (min-width: 768px) {
  .large-text {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .large-text {
    font-size: 112px;
  }
}

/*
* General styles
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.ease, .btn a {
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "agenda", sans-serif;
  font-weight: 400;
}
body.logged-in {
  padding-top: 46px;
}
@media screen and (min-width: 783px) {
  body.logged-in {
    padding-top: 32px;
  }
}
@media screen and (max-width: 600px) {
  body.logged-in #header {
    padding-top: 46px;
  }
}

.container {
  max-width: 1804px;
  width: 100%;
  margin: 0 auto;
  padding: 0 22px;
}
@media only screen and (min-width: 1260px) {
  .container {
    max-width: 1920px;
    padding: 0 80px;
  }
}

.wrapper {
  margin: 0 auto;
  max-width: 1366px;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.btn {
  display: inline-block;
  min-width: 100px;
  text-align: center;
  line-height: 1;
}
.btn a {
  display: block;
}
.btn.btn-primary {
  background-color: #0070CD;
}
.btn.btn-primary a {
  color: #fff;
}

.plus {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1.6px solid #C77E50;
  margin-right: 14px;
  transition: background .3s ease;
  position: relative;
}
.plus:before, .plus:after {
  content: '';
  position: absolute;
  background: #C77E50;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 1.6px;
  transition: background .3s ease;
}
.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.slick-list {
  height: 100%;
}
.slick-list .slick-track {
  height: inherit;
  display: flex;
  align-items: center;
}
.slick-list .slick-slide {
  margin: 0 3px;
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}
.slick-dots li {
  font-size: 0;
  line-height: 0;
}
.slick-dots li button {
  font-size: inherit;
  line-height: inherit;
  width: 8px;
  height: 8px;
  background: transparent;
  border: 1px solid #001B2E;
  border-radius: 50%;
  transition: background .3s ease;
}
.slick-dots li.slick-active button {
  background: #001B2E;
}
@media only screen and (min-width: 1024px) {
  .slick-dots li:hover button {
    background: #001B2E;
  }
}

.subtitle {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 2.08px;
  color: #001B2E;
  text-transform: uppercase;
}
.subtitle__decor {
  display: inline-block;
  width: 26px;
  height: 17px;
  margin-right: 14px;
  position: relative;
}
.subtitle__decor:before, .subtitle__decor:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #001B2E;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.subtitle__decor:after {
  left: 50%;
}

img {
  display: block;
}

.content-line {
  max-width: 812px;
  padding-top: 40px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .content-line {
    margin-left: 138px;
    padding-top: 80px;
    font-size: 22px;
  }
}
.content-line h3 {
  margin-bottom: 24px;
}
@media only screen and (min-width: 1024px) {
  .content-line h3 {
    margin-bottom: 36px;
  }
}
.content-line:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  height: 2px;
  background-color: #C77E50;
}

.content-name {
  font-size: 26px;
  font-family: "agenda", sans-serif;
  color: #001B2E;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-style: normal;
}
@media only screen and (min-width: 1024px) {
  .content-name {
    font-size: 28px;
  }
}

.content-position {
  font-size: 16px;
  font-family: "agenda", sans-serif;
  color: #001B2E;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-style: normal;
}

main {
  background-color: #fff;
  padding-top: 68px;
}
@media only screen and (min-width: 480px) {
  main {
    padding-top: 74px;
  }
}
@media only screen and (min-width: 1024px) {
  main {
    padding-top: 89px;
  }
}

@media only screen and (min-width: 1024px) {
  .mobile-only {
    display: none;
  }
}

.ui-selectmenu-button {
  display: block;
  width: 100%;
  padding: 13px 50px 13px 24px;
  border: 1px solid #647480;
  border-radius: 6px;
  box-sizing: border-box;
  background: transparent;
  position: relative;
  font-weight: 500;
  font-size: 19px;
  line-height: 31px;
  color: #647480;
}
@media only screen and (min-width: 1024px) {
  .ui-selectmenu-button:hover {
    cursor: pointer;
  }
}
.ui-selectmenu-button[aria-expanded="true"] .ui-selectmenu-icon {
  transform: translateY(calc(-50% - -4px)) rotate(-225deg);
}
.ui-selectmenu-button .ui-selectmenu-icon {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(calc(-50% - 2px)) rotate(-45deg);
  display: block;
  width: 11px;
  height: 11px;
  border: 0;
  border-left: 2px solid #647480;
  border-bottom: 2px solid #647480;
  transition: transform .3s ease;
}
.ui-selectmenu-button.ui-selectmenu-button-open {
  background: #fff;
  border: 1px solid #647480;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ui-selectmenu-menu {
  display: none;
  max-width: 250px;
}
.ui-selectmenu-menu.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-menu.ui-selectmenu-open .ui-menu {
  border: 1px solid #647480;
  border-top: 0;
  z-index: 100;
  position: relative;
  background-color: #fff;
}
.ui-selectmenu-menu .ui-menu {
  padding-left: 0;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item {
  background: #fff;
  padding: 10px 20px;
  font-size: 16px;
  transition: background .3s ease;
}
@media only screen and (min-width: 1024px) {
  .ui-selectmenu-menu .ui-menu .ui-menu-item:hover {
    background: #C4D2CB;
    cursor: pointer;
  }
}

.frm_style_formidable-style.with_frm_style form .frm_form_title {
  font-size: 28px;
  line-height: 1.2;
  color: #001B2E;
  padding-bottom: 18px;
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .frm_style_formidable-style.with_frm_style form .frm_form_title {
    font-size: 32px;
    padding-bottom: 42px;
  }
}
.frm_style_formidable-style.with_frm_style form div.frm_description {
  padding-bottom: 47px;
  font-size: 19px;
  color: #001B2E;
}
.frm_style_formidable-style.with_frm_style form div.frm_description p {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  color: inherit;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .frm_style_formidable-style.with_frm_style form div.frm_description {
    font-size: 26px;
  }
}
.frm_style_formidable-style.with_frm_style form .frm_form_field {
  margin-bottom: 30px;
}
.frm_style_formidable-style.with_frm_style form .frm_form_field:last-child {
  margin-bottom: 0;
}
.frm_style_formidable-style.with_frm_style form .frm_form_field:not(.frm_full, .vertical_radio, .upload-file) {
  display: flex;
  align-items: end;
}
.frm_style_formidable-style.with_frm_style form .frm_form_field:not(.frm_full, .vertical_radio, .upload-file) .frm_primary_label {
  flex: 0 0 65px;
  border-bottom: 1px solid #001B2E;
  padding-bottom: 0;
}
.frm_style_formidable-style.with_frm_style form .frm_form_field:not(.frm_full, .vertical_radio, .upload-file) input::placeholder {
  font-size: 0;
}
.frm_style_formidable-style.with_frm_style form .frm_form_field .frm_primary_label {
  font-weight: 500;
  font-size: 16px;
  line-height: 42px;
  letter-spacing: 0.64px;
  color: #001B2E;
  text-transform: uppercase;
}
.frm_style_formidable-style.with_frm_style form .frm_form_field .frm_required {
  color: #001B2E;
}
.frm_style_formidable-style.with_frm_style form .frm_form_field input {
  flex: 1;
  border: none;
  border-bottom: 1px solid #001B2E;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  font-weight: 400;
  font-size: 19px;
  color: #001B2E;
}
@media only screen and (min-width: 1024px) {
  .frm_style_formidable-style.with_frm_style form .frm_form_field input {
    font-size: 26px;
  }
}
.frm_style_formidable-style.with_frm_style form .frm_form_field input::placeholder {
  color: rgba(0, 27, 46, 0.5);
}
.frm_style_formidable-style.with_frm_style form .frm_form_field input[type="tel"] {
  flex: 0 1 145px;
}
.frm_style_formidable-style.with_frm_style form .frm_form_field input[type="radio"] {
  border: 1.6px solid #001B2E;
  border-radius: 50%;
  margin: 0;
}
.frm_style_formidable-style.with_frm_style form .frm_form_field input[type="radio"]:before {
  width: 10px;
  height: 10px;
  box-shadow: inset 10px 10px #001B2E;
}
.frm_style_formidable-style.with_frm_style form .frm_form_field input[type='checkbox'] {
  border: 2px solid #001B2E;
}
.frm_style_formidable-style.with_frm_style form .frm_form_field input[type='checkbox']:before {
  box-shadow: inset 10px 10px #001B2E;
  margin: 1px 0 0 1px;
}
.frm_style_formidable-style.with_frm_style form .frm_form_field input:focus {
  box-shadow: none !important;
  border-color: #001B2E !important;
}
.frm_style_formidable-style.with_frm_style form .frm_form_field input[aria-invalid="true"] {
  border: none !important;
  border-bottom: 1px solid #B94A48 !important;
}
.frm_style_formidable-style.with_frm_style form .frm_form_field .frm_error {
  flex: 0 1 100%;
}
.frm_style_formidable-style.with_frm_style form .frm_form_field.frm_blank_field .frm_primary_label {
  border-bottom-color: #B94A48;
}
.frm_style_formidable-style.with_frm_style form .frm_form_field.frm_blank_field .frm_required {
  color: #B94A48;
}
.frm_style_formidable-style.with_frm_style form .frm_form_field .frm_opt_container {
  padding-left: 32px;
}
.frm_style_formidable-style.with_frm_style form .frm_form_field .frm_opt_container label {
  color: #001B2E;
  font-size: 19px;
  display: flex;
  align-items: center;
  gap: 9px;
  white-space: normal;
}
@media only screen and (min-width: 1024px) {
  .frm_style_formidable-style.with_frm_style form .frm_form_field .frm_opt_container label {
    font-size: 26px;
  }
}
.frm_style_formidable-style.with_frm_style form .frm_form_field .frm_opt_container input {
  flex: 0 0 18px;
  height: 18px !important;
}
.frm_style_formidable-style.with_frm_style form .frm_form_field .frm_opt_container input:checked {
  border-color: #001B2E !important;
}
.frm_style_formidable-style.with_frm_style form .frm_form_field .frm_radio,
.frm_style_formidable-style.with_frm_style form .frm_form_field .frm_checkbox {
  padding-bottom: 17px;
}
.frm_style_formidable-style.with_frm_style form .frm_form_field .frm_radio:last-child,
.frm_style_formidable-style.with_frm_style form .frm_form_field .frm_checkbox:last-child {
  padding-bottom: 0;
}
.frm_style_formidable-style.with_frm_style form .frm_form_field textarea {
  padding: 26px 32px;
  background: #F6F4F3;
  border: none;
  border-radius: 0;
  box-shadow: none;
  resize: unset;
  font-size: 19px;
  color: #001B2E;
}
.frm_style_formidable-style.with_frm_style form .frm_form_field textarea::placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  color: rgba(0, 27, 46, 0.5);
}
@media only screen and (min-width: 1024px) {
  .frm_style_formidable-style.with_frm_style form .frm_form_field textarea {
    font-size: 26px;
  }
}
.frm_style_formidable-style.with_frm_style form .frm_form_field textarea:focus {
  color: #001B2E;
  background: #F6F4F3;
  box-shadow: none !important;
  border-color: #001B2E !important;
}
.frm_style_formidable-style.with_frm_style form .frm_fields_container .upload-file {
  padding-left: 55px;
}
.frm_style_formidable-style.with_frm_style form .frm_fields_container .upload-file label.frm_primary_label {
  text-transform: none;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 24px;
  letter-spacing: 0;
}
.frm_style_formidable-style.with_frm_style form .frm_fields_container .upload-file .frm_dropzone {
  max-width: 340px;
}
.frm_style_formidable-style.with_frm_style form .frm_fields_container .upload-file .dz-message {
  border: none;
  padding: 0;
  text-align: left;
  position: relative;
  color: #C77E50;
  transition: all 0.3s;
}
.frm_style_formidable-style.with_frm_style form .frm_fields_container .upload-file .dz-message svg {
  display: none;
}
.frm_style_formidable-style.with_frm_style form .frm_fields_container .upload-file .dz-message:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #C77E50;
  mask-image: url("../images/upload-icon.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  transition: all 0.3s;
}
.frm_style_formidable-style.with_frm_style form .frm_fields_container .upload-file .dz-message:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 26px;
  height: 10px;
  border-bottom: 2px solid #C77E50;
  border-left: 2px solid #C77E50;
  border-right: 2px solid #C77E50;
  transition: all 0.3s;
}
.frm_style_formidable-style.with_frm_style form .frm_fields_container .upload-file .dz-message .frm_upload_text {
  margin-left: 54px;
  font-weight: 600;
}
.frm_style_formidable-style.with_frm_style form .frm_fields_container .upload-file .dz-message .frm_upload_text button {
  text-transform: uppercase;
}
.frm_style_formidable-style.with_frm_style form .frm_fields_container .upload-file .dz-message:hover {
  color: #001B2E;
  transition: all 0.3s;
}
.frm_style_formidable-style.with_frm_style form .frm_fields_container .upload-file .dz-message:hover:before {
  background-color: #001B2E;
}
.frm_style_formidable-style.with_frm_style form .frm_fields_container .upload-file .dz-message:hover:after {
  height: 20px;
  border-color: #001B2E;
}
.frm_style_formidable-style.with_frm_style form .frm_fields_container .upload-file .dz-preview {
  display: flex;
  background-color: #E6EFF4;
  padding: 16px 16px;
}
.frm_style_formidable-style.with_frm_style form .frm_fields_container .upload-file .dz-preview .dz-image {
  position: relative;
  width: 20px;
  height: 24px;
}
.frm_style_formidable-style.with_frm_style form .frm_fields_container .upload-file .dz-preview .dz-image img {
  display: none;
}
.frm_style_formidable-style.with_frm_style form .frm_fields_container .upload-file .dz-preview .dz-image:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 100%;
  background-color: #001B2E;
  mask-image: url("../images/resume-icon.svg");
  -webkit-mask-image: url("../images/resume-icon.svg");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  transition: all 0.3s;
}
.frm_style_formidable-style.with_frm_style form .frm_fields_container .upload-file .dz-preview .dz-column {
  width: 100%;
  float: none;
}
.frm_style_formidable-style.with_frm_style form .frm_fields_container .upload-file .dz-preview .dz-column .dz-progress {
  display: none;
}
.frm_style_formidable-style.with_frm_style form .frm_fields_container .upload-file .dz-preview .dz-column .dz-details {
  margin: 0;
  height: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.frm_style_formidable-style.with_frm_style form .frm_fields_container .upload-file .dz-preview .dz-column .dz-details .dz-filename {
  height: 100%;
  font-size: 19px;
  color: #001B2E;
  display: flex;
  align-items: center;
  justify-content: center;
}
.frm_style_formidable-style.with_frm_style form .frm_fields_container .upload-file .dz-preview .dz-column .dz-details .dz-size {
  display: none;
}
.frm_style_formidable-style.with_frm_style form .frm_fields_container .upload-file .dz-preview .dz-column .dz-details .dz-remove {
  position: relative;
  width: 10px;
  float: none;
  display: block;
  transition: all 0.3s;
}
.frm_style_formidable-style.with_frm_style form .frm_fields_container .upload-file .dz-preview .dz-column .dz-details .dz-remove svg {
  display: none;
}
.frm_style_formidable-style.with_frm_style form .frm_fields_container .upload-file .dz-preview .dz-column .dz-details .dz-remove:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  background-color: #707070;
  mask-image: url("../images/x-icon.svg");
  -webkit-mask-image: url("../images/x-icon.svg");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  transition: all 0.3s;
}
.frm_style_formidable-style.with_frm_style form .frm_fields_container .upload-file .dz-preview .dz-column .dz-details .dz-remove:hover {
  transform: scale(1.2);
}
.frm_style_formidable-style.with_frm_style form .frm_fields_container .upload-file .frm_small_text {
  display: none;
}
.frm_style_formidable-style.with_frm_style form .frm_submit .frm_button_submit {
  background: #C77E50;
  font-family: "agenda", sans-serif;
  outline: none;
  border: none;
  border-radius: 0;
  padding: 15px 26px;
  font-size: 20px;
  color: #fff;
  transition: background .3s ease;
}
.frm_style_formidable-style.with_frm_style form .frm_submit .frm_button_submit:hover {
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .frm_style_formidable-style.with_frm_style form .frm_submit .frm_button_submit {
    font-size: 26px;
  }
  .frm_style_formidable-style.with_frm_style form .frm_submit .frm_button_submit:hover {
    background: #001B2E;
  }
}
.frm_style_formidable-style.with_frm_style .frm_message {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  font-size: 19px;
}
.frm_style_formidable-style.with_frm_style .frm_message p {
  color: #001B2E;
}
.frm_style_formidable-style.with_frm_style .frm_message h1, .frm_style_formidable-style.with_frm_style .frm_message .h1, .frm_style_formidable-style.with_frm_style .frm_message h2, .frm_style_formidable-style.with_frm_style .frm_message .h2, .frm_style_formidable-style.with_frm_style .frm_message h3, .frm_style_formidable-style.with_frm_style .frm_message .h3, .frm_style_formidable-style.with_frm_style .frm_message h4, .frm_style_formidable-style.with_frm_style .frm_message .h5, .frm_style_formidable-style.with_frm_style .frm_message h6, .frm_style_formidable-style.with_frm_style .frm_message .h6 {
  font-size: 28px;
  color: #001B2E;
  padding-bottom: 18px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .frm_style_formidable-style.with_frm_style .frm_message h1, .frm_style_formidable-style.with_frm_style .frm_message .h1, .frm_style_formidable-style.with_frm_style .frm_message h2, .frm_style_formidable-style.with_frm_style .frm_message .h2, .frm_style_formidable-style.with_frm_style .frm_message h3, .frm_style_formidable-style.with_frm_style .frm_message .h3, .frm_style_formidable-style.with_frm_style .frm_message h4, .frm_style_formidable-style.with_frm_style .frm_message .h5, .frm_style_formidable-style.with_frm_style .frm_message h6, .frm_style_formidable-style.with_frm_style .frm_message .h6 {
    font-size: 32px;
    padding-bottom: 42px;
  }
}
@media only screen and (min-width: 1024px) {
  .frm_style_formidable-style.with_frm_style .frm_message {
    font-size: 26px;
  }
}

.header {
  background: #001B2E;
  padding: 24px 0;
  position: fixed;
  width: 100%;
  z-index: 999;
}
@media only screen and (min-width: 1024px) {
  .header {
    padding: 31px 0;
  }
}
.header__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  flex: 0 0 143px;
}
.header .logo svg {
  display: block;
  width: 100%;
  height: auto;
  max-height: 20px;
  margin-left: -15px;
}
@media only screen and (min-width: 480px) {
  .header .logo svg {
    max-height: none;
    margin-left: 0;
  }
}
.header .logo svg path {
  transition: 0.3s all ease-in-out;
}
.header .logo a {
  transition: 0.3s all ease-in-out;
}
.header .logo a:hover svg path {
  fill: #CEDFE9;
}
.header__burger {
  flex: 0 0 23px;
  height: 20px;
  position: relative;
  z-index: 9999;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .header__burger {
    display: block;
  }
  .header__burger:hover .header__burger-line {
    background: #C77E50;
  }
}
.header__burger.active .header__burger-line_top {
  top: 50%;
  transform: rotate(45deg);
}
.header__burger.active .header__burger-line_middle {
  opacity: 0;
}
.header__burger.active .header__burger-line_bottom {
  top: 50%;
  transform: rotate(-45deg);
}
@media only screen and (min-width: 1024px) {
  .header__burger {
    display: none;
  }
}
.header__burger-line {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  transition: all .3s ease;
}
.header__burger-line_top {
  top: 0;
}
.header__burger-line_middle {
  top: 50%;
  transform: translateY(-50%);
}
.header__burger-line_bottom {
  bottom: 0;
}
.header__nav {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  min-height: 100vh;
  background: #001B2E;
  transform: translateY(-100%);
  padding-top: 125px;
  transition: transform .3s ease;
}
.header__nav:before {
  content: '';
  display: block;
  width: 100%;
  height: 120px;
  background: url(../images/header_nav_decor.svg) center bottom/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1024px) {
  .header__nav:before {
    display: none;
  }
}
.header__nav.active {
  transform: translateX(0);
}
@media only screen and (min-width: 1024px) {
  .header__nav {
    position: static;
    flex: 1;
    min-height: auto;
    transform: translateX(0);
    padding-top: 0;
  }
}
.header__menu {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .header__menu {
    max-width: unset;
    display: flex;
    justify-content: flex-end;
  }
}
.header__menu .menu-item {
  padding-bottom: 6px;
}
@media only screen and (min-width: 1024px) {
  .header__menu .menu-item {
    padding-bottom: 17px;
    line-height: inherit;
  }
}
.header__menu .menu-item.opened > a {
  color: #808D97;
}
@media only screen and (min-width: 1024px) {
  .header__menu .menu-item.opened > a {
    color: #C77E50;
  }
}
.header__menu .menu-item:last-child {
  padding-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .header__menu .menu-item {
    position: relative;
    padding-bottom: 0;
    padding-right: 42px;
  }
  .header__menu .menu-item:last-child {
    padding-right: 0;
  }
}
.header__menu .menu-item.menu-item-has-children {
  padding-right: 59px;
  color: #808D97;
}
@media only screen and (min-width: 1024px) {
  .header__menu .menu-item.menu-item-has-children {
    color: #fff;
  }
}
.header__menu .menu-item.menu-item-has-children > a {
  display: inline-flex;
  align-items: center;
  color: #808D97;
}
@media only screen and (min-width: 1024px) {
  .header__menu .menu-item.menu-item-has-children > a {
    color: #fff;
  }
}
@media only screen and (min-width: 1024px) {
  .header__menu .menu-item.menu-item-has-children ul {
    display: none;
  }
  .header__menu .menu-item.menu-item-has-children ul:hover {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .header__menu .menu-item.menu-item-has-children:hover ul {
    display: block;
  }
}
.header__menu .menu-item a {
  position: relative;
  font-family: "agenda", sans-serif;
  font-size: 22px;
  color: #fff;
  text-transform: initial;
  transition: color .3s ease;
}
@media only screen and (min-width: 1024px) {
  .header__menu .menu-item a .menu-plus {
    display: inline-block;
    margin-left: 5px;
    margin-right: 0;
    width: 12px;
    height: 12px;
    position: relative;
  }
  .header__menu .menu-item a .menu-plus:before, .header__menu .menu-item a .menu-plus:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #C77E50;
  }
  .header__menu .menu-item a .menu-plus:after {
    transform: rotate(90deg);
  }
}
@media only screen and (min-width: 1024px) {
  .header__menu .menu-item a {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: .64px;
    text-transform: uppercase;
  }
  .header__menu .menu-item a:hover {
    color: #C77E50;
  }
  .header__menu .menu-item a:hover:before {
    opacity: 1;
  }
  .header__menu .menu-item a:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 10;
    height: 7px;
    background-color: transparent;
    border-bottom: 1px solid #C77E50;
    transition: 0.3s all ease-in-out;
  }
}
.header__menu .menu-item .sub-menu {
  padding-left: 35px;
  overflow: hidden;
  transition: height .3s ease;
}
@media only screen and (min-width: 1024px) {
  .header__menu .menu-item .sub-menu {
    padding-left: 0;
    background: #001B2E;
    width: 170px;
    position: absolute;
    top: 100%;
    padding-top: 35px;
    left: -20px;
  }
}
.header__menu .menu-item .sub-menu .menu-item {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 1024px) {
  .header__menu .menu-item .sub-menu .menu-item {
    padding-bottom: 15px;
  }
}
.header__menu .menu-item .sub-menu .menu-item a:before {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header__menu .menu-item .sub-menu .menu-item:last-child {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .header__menu .menu-item .sub-menu .menu-item a {
    font-family: "alda", serif;
    font-size: 20px;
    text-transform: initial;
  }
}
.header__menu .menu-item .sub-menu .menu-item a:hover {
  text-decoration: none;
}

.footer {
  overflow: hidden;
}
.footer__featured-img {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.footer__decor-image {
  width: 100%;
  min-width: 278px;
  margin: 0 -2px;
}
@media only screen and (min-width: 1024px) {
  .footer__decor-image {
    max-width: 402px;
    margin: 0;
  }
}
.footer__decor-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__void {
  width: 100%;
  background-color: #001B2E;
  align-self: stretch;
}
.footer__info-box {
  max-width: 190px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 86px;
}
@media only screen and (min-width: 1024px) {
  .footer__info-box {
    max-width: unset;
    padding-bottom: 78px;
  }
}
.footer__info-box .address {
  padding-bottom: 35px;
}
@media only screen and (min-width: 1024px) {
  .footer__info-box .address {
    padding-bottom: 19px;
  }
}
.footer__info-box .address a {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
  text-align: center;
  transition: color .3s ease;
}
@media only screen and (min-width: 1024px) {
  .footer__info-box .address a {
    display: flex;
    justify-content: center;
    align-self: center;
    gap: 5px;
  }
  .footer__info-box .address a:hover {
    color: #C77E50;
  }
}
.footer__info-box .address a .address-line1,
.footer__info-box .address a .address-line2 {
  padding-bottom: 0;
}
.footer__info-box .phone a {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
  text-align: center;
  transition: color .3s ease;
}
@media only screen and (min-width: 1024px) {
  .footer__info-box .phone a:hover {
    color: #C77E50;
  }
}
.footer__logo-box {
  padding-bottom: 35px;
}
.footer__logo-box a {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.footer__logo-box a img {
  display: block;
  width: 100px;
  height: auto;
}
.footer__box {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .footer__box {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__menu-box {
  display: flex;
  align-items: flex-end;
  column-gap: 20px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  .footer__menu-box {
    order: 1;
    padding-bottom: 0;
    flex: 1;
  }
}
.footer__ada-img-box {
  display: block;
  flex: 0 0 47px;
}
.footer__ada-img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (min-width: 1024px) {
  .footer__menu {
    flex: 1;
  }
}
.footer__menu .menu-item {
  line-height: 1;
}
.footer__menu a {
  font-size: 14px;
  color: #fff;
  transition: color .3s ease;
}
@media only screen and (min-width: 1024px) {
  .footer__menu a:hover {
    color: #C77E50;
  }
}
.footer__socials {
  max-height: 28px;
  display: flex;
  gap: 24px;
  position: relative;
  margin-bottom: 54px;
}
.footer__socials:before {
  content: "";
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #4E5645;
}
@media only screen and (min-width: 1024px) {
  .footer__socials {
    order: 2;
    margin-bottom: 0;
  }
  .footer__socials:before {
    content: none;
  }
}
.footer__socials a {
  display: block;
}
.footer__socials a svg path {
  transition: all 0.3s;
}
.footer__socials a:hover svg path {
  fill: #C77E50;
}
.footer__socials svg {
  height: 100%;
  width: 28px;
}
.footer__copyright {
  font-size: 14px;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .footer__copyright {
    order: 3;
    flex: 1;
    text-align: right;
  }
}
.footer__mask {
  display: block;
  width: 100%;
  height: auto;
}

/* Use sections within sections
<section>
	<section>

	</section>
</section>
*/
.portfolio-section {
  background-color: #fff;
  position: relative;
}
.portfolio-section:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  max-width: 769px;
  height: 100%;
  background: url(../images/portfolio-interior.png) right bottom/contain no-repeat;
}
.portfolio-section .container {
  max-width: 1407px;
}
.portfolio-section__header {
  background: #001B2E;
  padding: 98px 0 25px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .portfolio-section__header {
    background: linear-gradient(to bottom, #001B2E 55%, transparent 55%);
    padding: 165px 0 50px;
  }
}
.portfolio-section__post-type {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  letter-spacing: 2.08px;
  text-transform: uppercase;
  padding-bottom: 65px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .portfolio-section__post-type {
    padding-bottom: 40px;
    padding-left: 60px;
  }
}
@media only screen and (min-width: 1680px) {
  .portfolio-section__post-type {
    padding-left: 0;
  }
}
.portfolio-section__post-type-decor {
  display: inline-block;
  width: 26px;
  height: 17px;
  margin-right: 14px;
  position: relative;
}
.portfolio-section__post-type-decor:before, .portfolio-section__post-type-decor:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #fff;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.portfolio-section__post-type-decor:after {
  left: 50%;
}
.portfolio-section__title {
  color: #fff;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1024px) {
  .portfolio-section__title {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 1680px) {
  .portfolio-section__title {
    padding-left: 0;
  }
}
.portfolio-section__gallery-box {
  height: 300px;
}
@media only screen and (min-width: 1024px) {
  .portfolio-section__gallery-box {
    padding: 0 60px;
  }
}
@media only screen and (min-width: 1680px) {
  .portfolio-section__gallery-box {
    padding: 0;
  }
}
.portfolio-section__gallery-box_slider {
  width: calc(100% + 44px);
  margin: 0 -22px;
  margin-bottom: 35px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .portfolio-section__gallery-box_slider {
    padding: 0 80px;
  }
}
@media only screen and (min-width: 1680px) {
  .portfolio-section__gallery-box_slider {
    padding: 0;
  }
}
.portfolio-section__gallery-box_slider .slick-slide {
  height: 83%;
  transition: height .3s ease;
}
.portfolio-section__gallery-box_slider .slick-slide.slick-active {
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .portfolio-section__gallery-box_slider .slick-slide {
    height: 100%;
  }
}
.portfolio-section__gallery-box_slider .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 65%;
  width: 40px;
  height: 40px;
}
.portfolio-section__gallery-box_slider .slick-arrow svg path, .portfolio-section__gallery-box_slider .slick-arrow svg line {
  transition: stroke .3s ease;
}
@media only screen and (min-width: 1024px) {
  .portfolio-section__gallery-box_slider .slick-arrow.slick-prev {
    left: 16px;
  }
}
@media only screen and (min-width: 1680px) {
  .portfolio-section__gallery-box_slider .slick-arrow.slick-prev {
    left: -90px;
  }
}
@media only screen and (min-width: 1024px) {
  .portfolio-section__gallery-box_slider .slick-arrow.slick-next {
    right: 20px;
  }
}
@media only screen and (min-width: 1680px) {
  .portfolio-section__gallery-box_slider .slick-arrow.slick-next {
    right: -90px;
  }
}
@media only screen and (min-width: 1680px) {
  .portfolio-section__gallery-box_slider .slick-arrow:hover {
    cursor: pointer;
  }
  .portfolio-section__gallery-box_slider .slick-arrow:hover svg path, .portfolio-section__gallery-box_slider .slick-arrow:hover svg line {
    stroke: #C77E50;
  }
}
.portfolio-section__gallery-box_slider .slick-dots {
  padding-top: 18px;
}
.portfolio-section__gallery-box_slider .slick-dots li button {
  border-color: #fff;
}
.portfolio-section__gallery-box_slider .slick-dots li.slick-active button {
  background: #fff;
}
@media only screen and (min-width: 1024px) {
  .portfolio-section__gallery-box_slider .slick-dots li:hover button {
    background: #fff;
  }
}
@media only screen and (min-width: 1680px) {
  .portfolio-section__gallery-box_slider {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .portfolio-section__gallery-box {
    height: 685px;
  }
}
.portfolio-section__gallery-item {
  height: 100%;
}
.portfolio-section__gallery-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio-section__body {
  position: relative;
  padding: 0 0 60px;
}
@media only screen and (min-width: 1024px) {
  .portfolio-section__body-row {
    display: flex;
    justify-content: space-between;
    padding: 0 60px 140px;
  }
}
@media only screen and (min-width: 1680px) {
  .portfolio-section__body-row {
    padding: 0 0 140px;
  }
}
.portfolio-section__content {
  padding-bottom: 36px;
  padding-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .portfolio-section__content {
    padding-top: 0;
  }
}
.portfolio-section__content h1, .portfolio-section__content .h1, .portfolio-section__content h2, .portfolio-section__content .h2, .portfolio-section__content h3, .portfolio-section__content .h3, .portfolio-section__content h4, .portfolio-section__content .h5, .portfolio-section__content h6, .portfolio-section__content .h6 {
  line-height: 1.1;
  padding-bottom: 16px;
}
.portfolio-section__content p {
  padding-bottom: 0;
}
.portfolio-section__architect-information {
  position: relative;
  padding: 40px 0;
}
.portfolio-section__architect-information:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  height: 2px;
  background: #C77E50;
}
@media only screen and (min-width: 1024px) {
  .portfolio-section__architect-information {
    padding-bottom: 0;
  }
}
.portfolio-section__architect-information-title {
  font-weight: 600;
  padding-top: 12px;
}
.portfolio-section__website-box {
  padding-bottom: 100px;
}
.portfolio-section__website-link {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.portfolio-section__website-link svg {
  margin-right: 14px;
  transition: background .3s ease;
}
.portfolio-section__website-link svg .arrow {
  transition: stroke .3s ease;
}
.portfolio-section__website-link span {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .64px;
  text-transform: uppercase;
  color: #C77E50;
  transition: color .3s ease;
}
@media only screen and (min-width: 1024px) {
  .portfolio-section__website-link:hover svg {
    background: #C77E50;
  }
  .portfolio-section__website-link:hover svg .arrow-box {
    fill: #C77E50;
  }
  .portfolio-section__website-link:hover svg .arrow {
    stroke: #001B2E;
  }
  .portfolio-section__website-link:hover span {
    color: #001B2E;
  }
}
.portfolio-section__back-btn-box {
  border-top: 2px solid #CEDFE9;
  padding-top: 40px;
}
@media only screen and (min-width: 1024px) {
  .portfolio-section__back-btn-box {
    border-top: none;
    padding-top: 0;
  }
}
.portfolio-section__back-btn {
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 14px;
}
@media only screen and (min-width: 1024px) {
  .portfolio-section__back-btn {
    padding: 0 60px;
  }
}
@media only screen and (min-width: 1680px) {
  .portfolio-section__back-btn {
    padding: 0;
  }
}
.portfolio-section__back-btn svg {
  margin-right: 14px;
  transform: rotate(180deg);
  transition: background .3s ease;
}
.portfolio-section__back-btn svg .arrow {
  transition: stroke .3s ease;
}
.portfolio-section__back-btn span {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .64px;
  text-transform: uppercase;
  color: #C77E50;
}
@media only screen and (min-width: 1024px) {
  .portfolio-section__back-btn:hover svg {
    background: #C77E50;
  }
  .portfolio-section__back-btn:hover svg .arrow-box {
    fill: #C77E50;
  }
  .portfolio-section__back-btn:hover svg .arrow {
    stroke: #001B2E;
  }
  .portfolio-section__back-btn:hover span {
    color: #001B2E;
  }
}

.hero-portfolios {
  color: #fff;
  position: relative;
  padding-top: 96px;
  padding-bottom: 22px;
  isolation: isolate;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .hero-portfolios {
    padding-top: 160px;
    padding-bottom: 45px;
  }
}
.hero-portfolios__decor {
  position: absolute;
  top: -20%;
  height: 150%;
  width: 250%;
  right: 35%;
  transform: translateX(67%);
  z-index: -1;
}
@media only screen and (min-width: 1024px) {
  .hero-portfolios__decor {
    top: -35px;
    height: calc(100% + 195px);
    width: 100%;
    right: 435px;
    transform: translateX(50%);
  }
}
.hero-portfolios .container {
  max-width: 1640px;
}
@media only screen and (min-width: 1024px) {
  .hero-portfolios .container {
    padding-left: 140px;
  }
}
.hero-portfolios__subtitle {
  margin-bottom: 96px;
  color: #fff;
}
.hero-portfolios__subtitle.dark {
  color: #001B2E;
}
.hero-portfolios__subtitle-decor:before, .hero-portfolios__subtitle-decor:after {
  background: #fff;
}
.hero-portfolios__subtitle-decor.dark:before, .hero-portfolios__subtitle-decor.dark:after {
  background: #001B2E;
}
.hero-portfolios__title {
  max-width: 1125px;
  font-size: 44px;
  line-height: 1.1;
}
@media only screen and (min-width: 680px) {
  .hero-portfolios__title {
    font-size: 72px;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-portfolios__title {
    font-size: 82px;
  }
}
@media only screen and (min-width: 1366px) {
  .hero-portfolios__title {
    font-size: 112px;
  }
}
.hero-portfolios__title.dark {
  color: #001B2E;
}

.intro {
  padding-top: 70px;
}
@media only screen and (min-width: 1024px) {
  .intro {
    padding-top: 116px;
  }
}
.intro .container {
  max-width: 1640px;
}
.intro__text {
  max-width: 891px;
  font-size: 19px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1024px) {
  .intro__text {
    max-width: 1011px;
    font-size: 21px;
    padding-left: 60px;
    margin-bottom: 95px;
  }
}
@media only screen and (min-width: 1366px) {
  .intro__text {
    max-width: 1011px;
    font-size: 21px;
    padding-left: 60px;
    margin-bottom: 95px;
  }
}
.intro img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .intro__box {
    display: flex;
    gap: 38px;
    margin-bottom: -100px;
  }
}
@media only screen and (min-width: 1920px) {
  .intro__box {
    gap: 78px;
  }
}
@media only screen and (min-width: 1024px) {
  .intro__box.without-rep {
    justify-content: center;
  }
}
.intro__box.without-rep .intro__img-box {
  width: 100%;
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .intro__box.without-rep .intro__img-box {
    padding: 0 60px;
  }
}
.intro__img-box {
  width: calc(100% + 44px);
  margin: 0 -22px;
}
@media only screen and (min-width: 1024px) {
  .intro__img-box {
    margin: 0;
    width: 85%;
    display: flex;
    align-self: start;
  }
}
.intro__img-wrap {
  justify-content: space-between;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: end;
  background: #CEDFE9;
}
@media only screen and (min-width: 1024px) {
  .intro__img-wrap {
    width: 33.3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
}
.intro__img-wrap.style2 {
  background-color: #4E5645;
}
.intro__img-first {
  width: 100%;
  margin-bottom: 3px;
}
@media only screen and (min-width: 1024px) {
  .intro__img-first {
    margin-bottom: 0;
    width: 66.7%;
  }
}
.intro__img-first img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro__img-second {
  width: 50%;
}
@media only screen and (min-width: 1024px) {
  .intro__img-second {
    width: 100%;
  }
}
.intro__img-third {
  width: 50%;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .intro__img-third {
    width: 100%;
  }
}
.intro__img-third:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #4E5645;
  clip-path: polygon(0 0, 0% 100%, 101% 100%);
}
.intro__img-third.style2:before {
  background-color: #C77E50;
}
.intro__numbers {
  width: 100%;
  margin-top: 44px;
}
@media only screen and (min-width: 1024px) {
  .intro__numbers {
    width: 22.3%;
    margin-top: 0;
  }
}
.intro__item {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1024px) {
  .intro__item {
    margin-bottom: 80px;
  }
}
.intro__item p {
  font-size: 18px;
  color: #C77E50;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  padding-bottom: 0;
  font-weight: 600;
  margin-bottom: 8px;
}
.intro__item span {
  font-size: 86px;
  line-height: 1;
  color: #C77E50;
  font-weight: 100;
}
@media only screen and (min-width: 1440px) {
  .intro__item span {
    font-size: 112px;
  }
}
.intro__list-box {
  max-width: 1640px;
  padding: 50px 22px 64px;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .intro__list-box {
    padding: 190px 80px 80px;
    display: flex;
    gap: 138px;
  }
}
@media only screen and (min-width: 1440px) {
  .intro__list-box {
    padding-left: 138px;
  }
}
.intro__list-bg {
  background-color: #F6F4F3;
}
.intro__list-title {
  line-height: 1.1;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1024px) {
  .intro__list-title {
    margin-bottom: 0;
    max-width: 400px;
  }
}
@media only screen and (min-width: 1024px) {
  .intro__list ul {
    columns: 2;
    gap: 60px;
  }
}
.intro__list ul li {
  position: relative;
  padding-left: 26px;
  font-size: 19px;
  line-height: 1;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1024px) {
  .intro__list ul li {
    font-size: 21px;
    margin-bottom: 18px;
    max-width: 80%;
  }
}
@media only screen and (min-width: 1366px) {
  .intro__list ul li {
    max-width: 100%;
    font-size: 21px;
  }
}
.intro__list ul li:before {
  content: '';
  position: absolute;
  background: url(../images/list-marker.svg) 100% top/cover no-repeat;
  left: 0;
  top: 16px;
  transform: translateY(-50%);
  width: 10px;
  height: 13px;
}

.comment {
  position: relative;
  padding: 50px 0 75px;
  isolation: isolate;
}
@media only screen and (min-width: 1260px) {
  .comment {
    padding: 74px 0 150px;
  }
}
.comment:before {
  content: '';
  position: absolute;
  background: url(../images/comment-line.svg) 100% top/contain no-repeat;
  left: 0;
  top: 0;
  width: 75%;
  max-width: 696px;
  height: 100%;
  max-height: 787px;
  z-index: -1;
}
@media only screen and (min-width: 1260px) {
  .comment:before {
    width: 100%;
    background: url(../images/comment-line.svg) 100% top/cover no-repeat;
  }
}
.comment .container {
  max-width: 1640px;
}
@media only screen and (min-width: 1260px) {
  .comment__box {
    display: flex;
  }
}
.comment__image {
  position: relative;
}
@media only screen and (min-width: 1260px) {
  .comment__image {
    width: 45.7%;
  }
}
.comment__image img {
  width: 100%;
  height: auto;
}
.comment__content {
  padding: 44px 20px 20px;
  width: 100%;
  font-size: 19px;
}
.comment__content h1, .comment__content .h1, .comment__content h2, .comment__content .h2, .comment__content h3, .comment__content .h3, .comment__content h4, .comment__content .h5, .comment__content h6, .comment__content .h6 {
  padding-bottom: 20px;
}
.comment__content h2 {
  line-height: 1.2;
}
@media only screen and (min-width: 1024px) {
  .comment__content h2 {
    font-size: 56px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 1366px) {
  .comment__content h2 {
    font-size: 68px;
    line-height: 86px;
  }
}
@media only screen and (min-width: 1024px) {
  .comment__content {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1260px) {
  .comment__content {
    padding: 65px 70px 45px 65px;
    width: 54.3%;
  }
}
@media only screen and (min-width: 1680px) {
  .comment__content {
    padding: 130px 140px 90px 130px;
  }
}
.comment__annotation {
  margin-top: 80px;
  padding: 70px 0 0;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .comment__annotation {
    padding: 100px 140px 0 275px;
    max-width: 1090px;
    margin: 120px auto 0;
  }
}
.comment__top-decor {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 84px;
  height: 55px;
  transform: rotate(180deg);
}
@media only screen and (min-width: 1024px) {
  .comment__top-decor {
    width: 260px;
    height: 170px;
  }
}
.comment__bottom-decor {
  position: relative;
  margin: 0 0 0 auto;
  width: 42px;
  height: 28px;
  display: block;
}
.comment__bottom-decor:before, .comment__bottom-decor:after {
  background-color: #F1EDEB;
}
@media only screen and (min-width: 1024px) {
  .comment__bottom-decor {
    display: inline-block;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 122px;
    height: 80px;
  }
}
.comment__text {
  font-size: 22px;
  font-family: "alda", serif;
  font-style: italic;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1024px) {
  .comment__text {
    font-size: 25px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1366px) {
  .comment__text {
    font-size: 32px;
    margin-bottom: 50px;
  }
}
.comment__author {
  font-size: 26px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (min-width: 1024px) {
  .comment__author {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 1366px) {
  .comment__author {
    font-size: 28px;
    margin-bottom: 12px;
  }
}
.comment__position {
  font-size: 16px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 8px;
}
@media only screen and (min-width: 1024px) {
  .comment__position {
    margin-top: 10px;
    font-weight: 600;
  }
}

.image-with-text {
  background-color: #F6F4F3;
  position: relative;
  isolation: isolate;
  padding-bottom: 115px;
}
@media only screen and (min-width: 1024px) {
  .image-with-text {
    padding-bottom: 0;
  }
}
.image-with-text .btn {
  text-align: left;
  max-width: 228px;
  line-height: 28px;
  margin-top: 30px;
}
@media only screen and (min-width: 1024px) {
  .image-with-text .btn {
    max-width: 100%;
  }
}
.image-with-text .container {
  max-width: 1640px;
}
.image-with-text__box {
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 1024px) {
  .image-with-text__box {
    padding: 120px 0;
    flex-direction: row;
    gap: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .image-with-text__box {
    padding: 120px 0 120px 140px;
    gap: 80px;
  }
}
.image-with-text__content {
  padding-top: 30px;
  width: 100%;
  font-size: 19px;
}
@media only screen and (min-width: 1024px) {
  .image-with-text__content {
    max-width: 812px;
    font-size: 22px;
  }
}
@media only screen and (min-width: 1366px) {
  .image-with-text__content {
    max-width: 812px;
    font-size: 22px;
  }
}
.image-with-text__content h2, .image-with-text__content h3 {
  margin-bottom: 26px;
  line-height: 1.1;
}
@media only screen and (min-width: 1024px) {
  .image-with-text__content h2, .image-with-text__content h3 {
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 1024px) {
  .image-with-text__content .btn {
    margin-top: 60px;
  }
}
.image-with-text__image {
  width: 100%;
  position: relative;
  padding-right: 63px;
  padding-top: 28px;
}
@media only screen and (min-width: 1024px) {
  .image-with-text__image {
    padding-top: 0;
    max-width: 607px;
    padding-right: 0;
  }
}
.image-with-text__image img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .image-with-text__decor {
    position: absolute;
    top: 0;
    width: 14%;
    right: 0;
    background-color: #4E5645;
    height: 100%;
    z-index: -1;
    overflow: hidden;
  }
  .image-with-text__decor:before {
    content: '';
    position: absolute;
    top: 10%;
    right: 0;
    width: 100%;
    height: 101%;
    background: url(../images/lines-blue.svg) 72% top/cover no-repeat;
  }
  .image-with-text__decor.orange {
    background-color: #C77E50;
  }
  .image-with-text__decor.orange:before {
    background: url(../images/lines-brown.svg) 87% top/cover no-repeat;
  }
}
.image-with-text__decor-mobile {
  position: absolute;
  top: 0;
  width: 14%;
  right: -22px;
  background-color: #4E5645;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .image-with-text__decor-mobile {
    display: none;
  }
}
.image-with-text__decor-mobile:before {
  content: '';
  position: absolute;
  top: 5.5%;
  right: 0;
  width: 100%;
  height: 101%;
  background: url(../images/lines-blue.svg) 72% top/cover no-repeat;
}
.image-with-text__decor-mobile.orange {
  background-color: #C77E50;
}
.image-with-text__decor-mobile.orange:before {
  top: -6.5%;
  background: url(../images/lines-brown.svg) 49% top/cover no-repeat;
}

.about_with_content {
  padding: 70px 0 100px;
}
@media only screen and (min-width: 1024px) {
  .about_with_content {
    padding: 130px 0 200px;
  }
}
.about_with_content .about:before {
  display: none;
}
.about_with_content .about__content-bottom p {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1024px) {
  .about_with_content .about__content-bottom p {
    margin-bottom: 32px;
  }
}
.about_with_content .about__content-bottom .content-name {
  margin-bottom: 8px;
}
.about_with_content .about__content-bottom .content-position {
  line-height: 1.1;
  margin-bottom: 40px;
}
.about_with_content .about__bottom-box {
  padding: 0;
}
.about_with_content .container {
  max-width: 1364px;
}
.about_with_content__content {
  margin-bottom: 80px;
  font-size: 19px;
}
@media only screen and (min-width: 1024px) {
  .about_with_content__content {
    max-width: 812px;
    font-size: 22px;
    margin-left: 140px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1366px) {
  .about_with_content__content {
    font-size: 22px;
  }
}
.about_with_content__content h2 {
  font-size: 44px;
  line-height: 1.1;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1024px) {
  .about_with_content__content h2 {
    font-size: 56px;
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 1366px) {
  .about_with_content__content h2 {
    font-size: 68px;
  }
}

@media only screen and (min-width: 1024px) {
  #development .intro__img-box {
    width: 71%;
    display: flex;
    flex-direction: column;
  }
}
#development .intro__img-wrap {
  justify-content: end;
  width: 100%;
  display: flex;
  flex-direction: row;
  background-color: #fff;
  position: relative;
  gap: 0;
}
@media only screen and (min-width: 1024px) {
  #development .intro__img-wrap:before {
    content: '';
    position: absolute;
    width: 33.33%;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #C77E50;
    clip-path: polygon(0 0, 0% 100%, 101% 100%);
  }
}
#development .intro__img-first {
  width: 100%;
  margin-bottom: 3px;
}
@media only screen and (min-width: 1024px) {
  #development .intro__img-first {
    margin-bottom: 0;
  }
}
#development .intro__img-first img {
  min-height: 362px;
}
#development .intro__img-second {
  width: 50%;
}
@media only screen and (min-width: 1024px) {
  #development .intro__img-second {
    width: 33.33%;
  }
}
#development .intro__img-third {
  width: 50%;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #development .intro__img-third {
    width: 33.33%;
  }
}
#development .intro__img-third:before {
  display: none;
}
#development .intro__img-second img, #development .intro__img-third img {
  min-height: 175px;
  object-fit: cover;
}

.portfolio-category-hero-section {
  background: #E6EFF4;
  padding: 235px 0 45px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .portfolio-category-hero-section {
    padding: 165px 0 136px;
  }
}
.portfolio-category-hero-section__decor {
  position: absolute;
  z-index: 1;
  top: -35%;
  right: 0;
  max-width: 375px;
  width: 100%;
  height: 330px;
}
@media only screen and (min-width: 1024px) {
  .portfolio-category-hero-section__decor {
    max-width: 692px;
    height: 100%;
    top: 0;
  }
}
.portfolio-category-hero-section__decor:before, .portfolio-category-hero-section__decor:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff;
}
.portfolio-category-hero-section__decor:before {
  width: 66%;
  clip-path: polygon(100% 0, 100% 50%, 50% 100%, 0% 100%);
}
.portfolio-category-hero-section__decor:after {
  width: 34%;
  left: 66%;
  clip-path: polygon(100% 0, 100% 50%, 0 100%, 0 50%);
}
.portfolio-category-hero-section__text-wrapper {
  max-width: 675px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.portfolio-category-hero-section__post-type {
  padding-bottom: 69px;
}
@media only screen and (min-width: 1024px) {
  .portfolio-category-hero-section__post-type {
    padding-bottom: 133px;
  }
}
.portfolio-category-hero-section__text {
  font-size: 21px;
  line-height: 33px;
}
@media only screen and (min-width: 1024px) {
  .portfolio-category-hero-section__text {
    font-size: 27px;
    line-height: 29px;
  }
}
@media only screen and (min-width: 1366px) {
  .portfolio-category-hero-section__text {
    font-size: 32px;
    line-height: 56px;
  }
}

.portfolio-category-posts-section {
  padding: 40px 0 115px;
}
@media only screen and (min-width: 1024px) {
  .portfolio-category-posts-section {
    padding: 53px 0 120px;
  }
}
.portfolio-category-posts-section .container {
  max-width: 1684px;
}
@media only screen and (min-width: 1024px) {
  .portfolio-category-posts-section__filter-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.portfolio-category-posts-section__cats-box {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .portfolio-category-posts-section__cats-box {
    flex-direction: row;
    align-items: center;
    padding-bottom: 0;
  }
}
.portfolio-category-posts-section__cats-box a {
  height: 0;
  visibility: hidden;
  padding-bottom: 3px;
  margin-right: 34px;
  position: relative;
  font-family: "alda", serif;
  font-style: italic;
  font-size: 22px;
  color: #001B2E;
}
.portfolio-category-posts-section__cats-box a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #001B2E;
  transition: width .3s ease;
}
.portfolio-category-posts-section__cats-box a.active:after {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .portfolio-category-posts-section__cats-box a {
    height: auto;
    visibility: visible;
  }
  .portfolio-category-posts-section__cats-box a:hover:after {
    width: 100%;
  }
}
.portfolio-category-posts-section__label {
  display: inline-block;
  padding-right: 12px;
  padding-bottom: 5px;
  font-weight: 500;
  font-size: 16px;
  color: #647480;
}
@media only screen and (min-width: 1024px) {
  .portfolio-category-posts-section__label {
    padding-bottom: 0;
    padding-right: 25px;
  }
}
.portfolio-category-posts-section__cats-select {
  border-radius: 6px;
  font-size: 19px;
  padding: 10px 24px;
  width: 100%;
}
.portfolio-category-posts-section__cats-select:focus {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .portfolio-category-posts-section__cats-select {
    visibility: hidden;
    height: 0;
    width: 0;
  }
  .portfolio-category-posts-section__cats-select + .ui-selectmenu-button {
    display: none;
  }
}
.portfolio-category-posts-section__sort-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.portfolio-category-posts-section__sort-link {
  font-weight: 500;
  font-size: 16px;
  color: #647480;
  display: inline-block;
  margin: 5px 12px 5px 0;
  border: 1.6px solid #808D97;
  border-radius: 26px;
  padding: 5px 10px;
  transition: border-color .3s ease, color .3s ease;
}
.portfolio-category-posts-section__sort-link:last-child {
  margin-right: 0;
}
.portfolio-category-posts-section__sort-link.active {
  color: #001B2E;
  border-color: #001B2E;
}
@media only screen and (min-width: 1024px) {
  .portfolio-category-posts-section__sort-link:hover {
    color: #001B2E;
    border-color: #001B2E;
  }
}
.portfolio-category-posts-section__box {
  display: flex;
  flex-direction: column;
  min-height: 50px;
  margin: 0 -8px;
}
.portfolio-category-posts-section__box.loading {
  position: relative;
}
.portfolio-category-posts-section__box.loading:before, .portfolio-category-posts-section__box.loading:after {
  content: '';
  position: absolute;
}
.portfolio-category-posts-section__box.loading:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .7;
}
.portfolio-category-posts-section__box.loading:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #001B2E;
  border-top-color: transparent;
  border-bottom-color: transparent;
  animation: loading 1s linear infinite;
}
@media only screen and (min-width: 680px) {
  .portfolio-category-posts-section__box {
    flex-flow: row wrap;
  }
}
.portfolio-category-posts-section__box .portfolio-card {
  flex: 0 0 100%;
}
@media only screen and (min-width: 680px) {
  .portfolio-category-posts-section__box .portfolio-card {
    flex: 0 1 calc(50% - 16px);
  }
}
@media only screen and (min-width: 1024px) {
  .portfolio-category-posts-section__box .portfolio-card {
    flex: 0 1 calc(33.33% - 16px);
  }
}
.portfolio-category-posts-section__load-more-box {
  text-align: center;
  padding-top: 70px;
}
@media only screen and (min-width: 1024px) {
  .portfolio-category-posts-section__load-more-box {
    padding-top: 130px;
  }
}
.portfolio-category-posts-section__load-more {
  display: inline-flex;
  align-items: center;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  font-family: "agenda", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .64px;
  color: #647480;
  text-transform: uppercase;
  transition: color .3s ease;
}
.portfolio-category-posts-section__load-more[disabled], .portfolio-category-posts-section__load-more.loading {
  pointer-events: none;
  opacity: .5;
}
@media only screen and (min-width: 1024px) {
  .portfolio-category-posts-section__load-more:hover {
    color: #001B2E;
    cursor: pointer;
  }
  .portfolio-category-posts-section__load-more:hover .portfolio-category-posts-section__load-more-plus {
    background: #647480;
  }
  .portfolio-category-posts-section__load-more:hover .portfolio-category-posts-section__load-more-plus:before, .portfolio-category-posts-section__load-more:hover .portfolio-category-posts-section__load-more-plus:after {
    background: #001B2E;
  }
}
.portfolio-category-posts-section__load-more-plus {
  border-color: #647480;
  transition: background .3s ease;
}
.portfolio-category-posts-section__load-more-plus:before, .portfolio-category-posts-section__load-more-plus:after {
  background: #647480;
  transition: background .3s ease;
}

.portfolio-card {
  display: flex;
  flex-direction: column;
  margin: 35px 8px;
}
@media only screen and (min-width: 1024px) {
  .portfolio-card {
    margin: 40px 8px;
  }
}
@media only screen and (min-width: 768px) {
  .portfolio-card__header {
    aspect-ratio: 3/4.03;
  }
}
.portfolio-card__thumbnail-box {
  height: 443px;
}
@media only screen and (min-width: 768px) {
  .portfolio-card__thumbnail-box {
    height: 100%;
  }
}
.portfolio-card__thumbnail {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio-card__content-info {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 16px;
  font-weight: 600;
  font-size: 16px;
  color: #647480;
  text-transform: uppercase;
}
.portfolio-card__content-info p {
  padding: 0;
}
.portfolio-card__content-info p:not(.portfolio-card__content-info p:last-child):after {
  content: '/';
  margin: 0 12px;
}
.portfolio-card__title {
  font-size: 28px;
  line-height: 1.2;
}
@media only screen and (min-width: 1024px) {
  .portfolio-card__title {
    font-size: 30px;
  }
}
.portfolio-card__featured-info {
  padding-bottom: 25px;
}
.portfolio-card__content-address, .portfolio-card__content-county {
  font-weight: 500;
  font-size: 18px;
  padding: 0;
}
.portfolio-card__footer {
  margin-top: auto;
  padding-top: 13px;
}
.portfolio-card__link {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .64px;
  color: #C77E50;
  text-transform: uppercase;
  transition: color .3s ease;
}
@media only screen and (min-width: 1024px) {
  .portfolio-card__link:hover {
    color: #001B2E;
  }
  .portfolio-card__link:hover .portfolio-card__link-plus {
    background: #C77E50;
  }
  .portfolio-card__link:hover .portfolio-card__link-plus:before, .portfolio-card__link:hover .portfolio-card__link-plus:after {
    background: #001B2E;
  }
}

.search-form {
  display: flex;
}
.search-form .search-field {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #647480;
  border-radius: 0;
  outline: none;
  font-size: 16px;
}
.search-form .search-submit {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  background: #647480;
  padding: 10px 20px;
  border: none;
  outline: none;
}
@media only screen and (min-width: 1024px) {
  .search-form .search-submit:hover {
    cursor: pointer;
    background: #001B2E;
  }
}

.search-section {
  padding: 50px 0;
}
@media only screen and (min-width: 1024px) {
  .search-section {
    padding: 100px 0;
  }
}
.search-section__box {
  display: flex;
  flex-direction: column;
  margin: 0 -8px;
}
@media only screen and (min-width: 680px) {
  .search-section__box {
    flex-flow: row wrap;
  }
}

.search-card {
  display: flex;
  flex-direction: column;
  margin: 35px 8px;
  flex: 0 0 100%;
}
@media only screen and (min-width: 680px) {
  .search-card {
    flex: 0 1 calc(50% - 16px);
  }
}
@media only screen and (min-width: 1024px) {
  .search-card {
    flex: 0 1 calc(33.33% - 16px);
    margin: 40px 8px;
  }
}
@media only screen and (min-width: 1366px) {
  .search-card {
    flex: 0 1 calc(25% - 16px);
  }
}
.search-card__thumbnail-box {
  height: 443px;
}
@media only screen and (min-width: 768px) {
  .search-card__thumbnail-box {
    height: 550px;
  }
}
@media only screen and (min-width: 1024px) {
  .search-card__thumbnail-box {
    height: 720px;
  }
}
.search-card__thumbnail {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-card__content-inner {
  padding-top: 10px;
}
.search-card__content-info {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 16px;
  font-weight: 600;
  font-size: 16px;
  color: #647480;
  text-transform: uppercase;
}
.search-card__content-info p {
  padding: 0;
}
.search-card__content-info p:not(.search-card__content-info p:last-child):after {
  content: '/';
  margin: 0 12px;
}
.search-card__title {
  font-size: 28px;
}
@media only screen and (min-width: 1024px) {
  .search-card__title {
    font-size: 32px;
  }
}
.search-card__content-address, .search-card__content-county {
  font-weight: 500;
  font-size: 18px;
  padding: 0;
}
.search-card__footer {
  margin-top: auto;
  padding-top: 13px;
}
.search-card__link {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .64px;
  color: #C77E50;
  text-transform: uppercase;
  transition: color .3s ease;
}
@media only screen and (min-width: 1024px) {
  .search-card__link:hover {
    color: #001B2E;
  }
  .search-card__link:hover .search-card__link-plus {
    background: #C77E50;
  }
  .search-card__link:hover .search-card__link-plus:before, .search-card__link:hover .search-card__link-plus:after {
    background: #001B2E;
  }
}

.posts-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.posts-navigation .nav-links a {
  color: #647480;
}
@media only screen and (min-width: 1024px) {
  .posts-navigation .nav-links a {
    transition: color .3s ease;
  }
  .posts-navigation .nav-links a:hover {
    color: #001B2E;
  }
}

.team-single-section {
  padding: 50px 0 110px;
  position: relative;
  isolation: isolate;
}
@media only screen and (min-width: 1024px) {
  .team-single-section {
    padding: 84px 0 110px;
  }
}
.team-single-section__decor {
  background-color: #CEDFE9;
  width: 275px;
  height: 100%;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .team-single-section__decor {
    background-color: #fff;
    width: 100%;
  }
}
.team-single-section__decor path {
  fill: #fff;
}
@media only screen and (min-width: 1024px) {
  .team-single-section__decor path {
    fill: #CEDFE9;
  }
}
.team-single-section__decor-box {
  position: absolute;
  background-color: #CEDFE9;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  z-index: -1;
}
@media only screen and (min-width: 1024px) {
  .team-single-section__decor-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
    z-index: -1;
    background-color: #fff;
  }
}
.team-single-section .container {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .team-single-section__row {
    display: flex;
    align-items: start;
  }
}
.team-single-section__img-box {
  max-width: 276px;
  width: 100%;
  margin: 0 auto 25px;
}
@media only screen and (min-width: 1024px) {
  .team-single-section__img-box {
    flex: 0 1 536px;
    max-width: unset;
    margin: 0;
  }
}
.team-single-section__img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .team-single-section__content-box {
    flex: 0 1 752px;
    padding-left: 76px;
  }
}
.team-single-section__intro {
  max-width: 276px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .team-single-section__intro {
    max-width: unset;
    padding-bottom: 48px;
  }
}
.team-single-section__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  padding-bottom: 5px;
}
@media only screen and (min-width: 1024px) {
  .team-single-section__title {
    font-size: 37px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 1366px) {
  .team-single-section__title {
    font-size: 42px;
  }
}
.team-single-section__position, .team-single-section__department {
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 0;
  font-weight: 500;
  letter-spacing: 0.72px;
}
@media only screen and (min-width: 1024px) {
  .team-single-section__position, .team-single-section__department {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1366px) {
  .team-single-section__position, .team-single-section__department {
    font-size: 18px;
  }
}
.team-single-section__position {
  padding-bottom: 3px;
}
.team-single-section__department {
  color: #647480;
  line-height: 1;
}
.team-single-section__content {
  padding: 28px 0 60px;
  border-top: 2px solid #CEDFE9;
}
@media only screen and (min-width: 1024px) {
  .team-single-section__content {
    padding-top: 0;
    border-top: none;
  }
}
.team-single-section__link {
  display: inline-flex;
  align-items: center;
}
.team-single-section__link svg {
  transform: rotate(180deg);
  margin-right: 14px;
  transition: background .3s ease;
}
.team-single-section__link svg .arrow {
  transition: stroke .3s ease;
}
.team-single-section__link span {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.64px;
  color: #C77E50;
  text-transform: uppercase;
  transition: color .3s ease;
}
@media only screen and (min-width: 1024px) {
  .team-single-section__link:hover svg {
    background: #C77E50;
  }
  .team-single-section__link:hover svg .arrow-box {
    fill: #C77E50;
  }
  .team-single-section__link:hover svg .arrow {
    stroke: #001B2E;
  }
  .team-single-section__link:hover span {
    color: #001B2E;
  }
}

.privacy-terms {
  padding: 200px 0 100px;
}
.privacy-terms__title {
  font-size: 35px;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.3;
}
.privacy-terms__content {
  font-size: 18px;
}

.cta-section {
  padding: 150px 0;
  background: #F3F7FA;
  text-align: center;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .cta-section {
    padding: 230px 0 185px;
  }
}
.cta-section__content-box {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.cta-section__label {
  font-size: 19px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .cta-section__label {
    font-size: 22px;
  }
}
.cta-section__text {
  font-family: "alda", serif;
  font-weight: 400;
  font-size: 24px;
  font-style: italic;
  padding-bottom: 47px;
  line-height: 42px;
}
@media only screen and (min-width: 1024px) {
  .cta-section__text {
    font-size: 32px;
    padding-bottom: 72px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 1366px) {
  .cta-section__text {
    font-size: 38px;
  }
}
.cta-section__decor {
  position: absolute;
  top: 0;
  height: 100%;
}
.cta-section__decor:before, .cta-section__decor:after {
  content: '';
  display: block;
  height: 100%;
  width: 2px;
  background: #CEDFE9;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.cta-section__decor_left {
  left: 16px;
}
.cta-section__decor_left:after {
  background: #C77E50;
  height: 120%;
  left: 110px;
  transform: rotate(35deg);
  transform-origin: top right;
}
@media only screen and (min-width: 1024px) {
  .cta-section__decor_left {
    left: 13.5%;
  }
}
.cta-section__decor_right {
  right: 16px;
}
.cta-section__decor_right:after {
  height: 125%;
  top: 0;
  left: auto;
  transform: rotate(35deg);
}
@media only screen and (min-width: 1024px) {
  .cta-section__decor_right:after {
    right: -390px;
    transform-origin: top;
  }
}
@media only screen and (min-width: 1024px) {
  .cta-section__decor_right {
    right: 19.5%;
  }
}

#leadership .cta-section {
  padding-top: 100px;
}

.hero-pattern-section {
  position: relative;
}
.hero-pattern-section__img-box {
  height: 511px;
}
@media only screen and (min-width: 1024px) {
  .hero-pattern-section__img-box {
    height: fit-content;
  }
}
.hero-pattern-section__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1024px) {
  .hero-pattern-section__img {
    object-fit: contain;
  }
}
.hero-pattern-section__pattern-box {
  display: block;
  width: 188px;
  height: 165px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.hero-pattern-section__pattern-box svg {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .hero-pattern-section__pattern-box svg {
    display: block;
    height: 100%;
    width: auto;
  }
}
.hero-pattern-section__pattern-box:before, .hero-pattern-section__pattern-box:after {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  background: #fff;
}
@media only screen and (min-width: 1024px) {
  .hero-pattern-section__pattern-box:before, .hero-pattern-section__pattern-box:after {
    display: none;
  }
}
.hero-pattern-section__pattern-box:before {
  width: 66%;
  clip-path: polygon(100% 0, 100% 50%, 50% 100%, 0% 100%);
}
.hero-pattern-section__pattern-box:after {
  width: 34%;
  left: 66%;
  clip-path: polygon(100% 0, 100% 50%, 0 100%, 0 50%);
}
@media only screen and (min-width: 1024px) {
  .hero-pattern-section__pattern-box {
    width: auto;
    height: 100%;
    left: 0;
    right: auto;
  }
}

.info-section {
  padding: 44px 0 86px;
}
.info-section__label {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2.08px;
  text-transform: uppercase;
  padding-bottom: 33px;
}
@media only screen and (min-width: 1024px) {
  .info-section__label {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1366px) {
  .info-section__label {
    font-size: 18px;
  }
}
.info-section__content-wrapper {
  max-width: 775px;
  width: 100%;
  margin: 0 auto;
  font-size: 19px;
  line-height: 31px;
}
@media only screen and (min-width: 1024px) {
  .info-section__content-wrapper {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 1366px) {
  .info-section__content-wrapper {
    font-size: 22px;
    line-height: 31px;
  }
}
@media only screen and (min-width: 1440px) {
  .info-section__content-wrapper {
    max-width: 1088px;
  }
}
.info-section__title {
  max-width: 325px;
  padding-bottom: 78px;
}
@media only screen and (min-width: 1024px) {
  .info-section__title {
    max-width: 485px;
    padding-bottom: 122px;
    margin-left: -10px;
  }
}
@media only screen and (min-width: 1366px) {
  .info-section__title {
    max-width: 800px;
  }
}
.info-section__established-date-box {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 4.8px;
  color: #C77E50;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 30px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 1024px) {
  .info-section__established-date-box {
    padding-bottom: 130px;
  }
}
.info-section__content {
  padding-bottom: 45px;
}
@media only screen and (min-width: 1024px) {
  .info-section__content_top {
    padding-bottom: 95px;
  }
}
@media only screen and (min-width: 1024px) {
  .info-section__content_bottom {
    padding-bottom: 54px;
  }
}
.info-section__gallery-box {
  width: calc(100% + 44px);
  margin: 0 -22px;
  height: 300px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 1024px) {
  .info-section__gallery-box {
    padding-bottom: 108px;
  }
}
.info-section__gallery-box .slick-slide {
  height: 83%;
  transition: height .3s ease;
}
.info-section__gallery-box .slick-slide.slick-active {
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .info-section__gallery-box .slick-slide {
    height: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .info-section__gallery-box {
    height: unset;
    width: 100%;
    margin: 0;
  }
}
.info-section__gallery-item {
  position: relative;
}
.info-section__gallery-item:before {
  content: '';
  display: none;
}
@media only screen and (min-width: 1024px) {
  .info-section__gallery-item:before {
    display: block;
    max-width: 582px;
    width: 100%;
    padding-bottom: 100%;
  }
}
.info-section__gallery-item-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1024px) {
  .info-section__gallery-item-img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.info-section__cats-box {
  padding-left: 40px;
}
@media only screen and (min-width: 1024px) {
  .info-section__cats-box {
    columns: 2;
    max-width: 560px;
  }
}
.info-section__cat-box {
  font-family: "alda", serif;
  font-style: italic;
  font-size: 22px;
  line-height: 1;
  padding-bottom: 24px;
}
@media only screen and (min-width: 1024px) {
  .info-section__cat-box {
    font-size: 24px;
    padding-bottom: 28px;
  }
}
.info-section__cat {
  display: inline-flex;
  align-items: center;
  column-gap: 18px;
  color: #001B2E;
}
.info-section__cat:active {
  color: #C77E50;
}
.info-section__cat svg * {
  transition: fill .3s ease, stroke .3s ease;
}
.info-section__cat svg path {
  transition: fill .3s ease;
}
@media only screen and (min-width: 1024px) {
  .info-section__cat:hover svg path, .info-section__cat:hover svg line {
    stroke: #001B2E;
  }
  .info-section__cat:hover svg path {
    fill: transparent;
    transition: fill 0s 0s ease;
  }
  .info-section__cat:hover svg rect {
    fill: transparent;
  }
}

.text-image-section {
  padding: 0 0 160px;
  background: linear-gradient(to bottom, transparent 15%, #001B2E 15%);
  overflow: hidden;
  position: relative;
}
.text-image-section:before, .text-image-section:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.text-image-section:before {
  background: #4E5645;
  height: 70px;
}
@media only screen and (min-width: 1024px) {
  .text-image-section:before {
    height: 100%;
    width: 21%;
  }
}
.text-image-section:after {
  height: 87px;
  background: url("../images/murn-svg.svg") calc(100% - 2px) top/cover no-repeat;
  width: calc(100% + 4px);
}
@media only screen and (min-width: 1024px) {
  .text-image-section:after {
    height: 100%;
    width: 38%;
    z-index: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .text-image-section {
    background: #001B2E;
    padding: 68px 0;
  }
}
.text-image-section__row {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .text-image-section__row {
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .text-image-section__row {
    gap: 114px;
  }
}
.text-image-section__img-box {
  padding-bottom: 36px;
}
@media only screen and (min-width: 1024px) {
  .text-image-section__img-box {
    padding-bottom: 0;
    flex: 0 0 50%;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 145px, 110px 0);
  }
}
.text-image-section__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1024px) {
  .text-image-section__content-wrapper {
    flex: 0 0 50%;
  }
}
.text-image-section__content {
  color: #fff;
}
.text-image-section__content h1, .text-image-section__content .h1, .text-image-section__content h2, .text-image-section__content .h2, .text-image-section__content h3, .text-image-section__content .h3, .text-image-section__content h4, .text-image-section__content .h5, .text-image-section__content h6, .text-image-section__content .h6 {
  padding-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .text-image-section__content {
    font-size: 22px;
  }
}
.text-image-section__content .btn {
  display: inline-block;
  margin-top: 28px;
}
@media only screen and (min-width: 1024px) {
  .text-image-section__content .btn {
    margin-top: 55px;
  }
}
@media only screen and (min-width: 1024px) {
  .text-image-section__content {
    max-width: 536px;
    width: 100%;
  }
}

.map-section {
  padding: 84px 0 101px;
}
@media only screen and (min-width: 1024px) {
  .map-section {
    padding: 140px 0 166px;
  }
}
.map-section__subtitle {
  margin-bottom: 36px;
}
@media only screen and (min-width: 1024px) {
  .map-section__subtitle {
    margin-bottom: 78px;
  }
}
.map-section__title {
  padding-left: 40px;
  margin-bottom: 36px;
}
.map-section__title h1, .map-section__title .h1, .map-section__title h2, .map-section__title .h2, .map-section__title h3, .map-section__title .h3, .map-section__title h4, .map-section__title .h5, .map-section__title h6, .map-section__title .h6 {
  padding-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .map-section__title h1, .map-section__title .h1, .map-section__title h2, .map-section__title .h2, .map-section__title h3, .map-section__title .h3, .map-section__title h4, .map-section__title .h5, .map-section__title h6, .map-section__title .h6 {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .map-section__title {
    padding-left: 0;
    margin-bottom: 100px;
  }
}
.map-section__content {
  margin-top: 60px;
  margin-bottom: 44px;
  font-size: 19px;
}
@media only screen and (min-width: 1024px) {
  .map-section__content {
    margin-top: 70px;
    font-size: 21px;
    margin-bottom: 60px;
    max-width: 675px;
  }
}
@media only screen and (min-width: 1366px) {
  .map-section__content {
    font-size: 22px;
  }
}
.map-section__content h3 {
  margin-bottom: 12px;
}
@media only screen and (min-width: 1024px) {
  .map-section__content h3 {
    margin-bottom: 22px;
  }
}
.map-section__cat-tag {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #647480;
  font-family: "agenda", sans-serif;
}
@media only screen and (min-width: 1024px) {
  .map-section__cat-tag {
    display: inline-block;
  }
}
@media only screen and (min-width: 1024px) {
  .map-section__cat-tag--select {
    display: none;
  }
}
.map-section .container {
  max-width: 1366px;
}
.map-section__map-img {
  position: relative;
  border-bottom: 2px solid #C77E50;
  border-top: 2px solid #C77E50;
  margin-bottom: 20px;
  width: calc(100% + 44px);
  margin: 0 -22px;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .map-section__map-img {
    width: 100%;
    border-top: 0;
    border-right: 2px solid #C77E50;
    margin: 0;
  }
}
.map-section__map-img:before {
  content: '';
  position: absolute;
  bottom: -8px;
  right: -1px;
  width: 50%;
  height: 8px;
  background-color: #C77E50;
}
@media only screen and (min-width: 1024px) {
  .map-section__map-img:before {
    height: 20px;
    right: 0;
    bottom: 0;
  }
}
.map-section__map-img img {
  display: block;
  width: 100%;
}
.map-section__map-box {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .map-section__map-box {
    width: 85%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1680px) {
  .map-section__map-box {
    width: 100%;
  }
}
.map-section__map-box .cat.active {
  text-decoration: underline;
  text-underline-offset: 12px;
}
.map-section__point {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  border-radius: 50%;
  background: #C77E50;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 13px;
}
@media only screen and (min-width: 1024px) {
  .map-section__point {
    width: 32px;
    height: 32px;
    font-size: 17px;
  }
}
@media only screen and (min-width: 1366px) {
  .map-section__point {
    font-size: 22px;
  }
}
.map-section__portfolio-cats .cat, .map-section__portfolio-cats option {
  font-size: 22px;
  font-style: italic;
  font-family: "alda", serif;
}
.map-section__portfolio-cats--btn {
  display: none;
}
.map-section__portfolio-cats--btn .cat:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .map-section__portfolio-cats--btn {
    display: flex;
    gap: 34px;
    align-items: center;
    justify-content: end;
    margin-top: 20px;
  }
}
.map-section__portfolio-cats--select {
  width: 100%;
  font-size: 22px;
  font-style: italic;
  font-family: "alda", serif;
}
@media only screen and (min-width: 1024px) {
  .map-section__portfolio-cats--select {
    display: none;
  }
  .map-section__portfolio-cats--select + .ui-selectmenu-button {
    display: none;
  }
}

.team-member-card__img-box {
  padding-bottom: 16px;
}
@media only screen and (min-width: 1024px) {
  .team-member-card__img-box {
    padding-bottom: 25px;
  }
}
.team-member-card__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1/1;
}
@media only screen and (min-width: 1024px) {
  .team-member-card__img {
    max-height: 100%;
    max-width: 100%;
    aspect-ratio: unset;
  }
}
.team-member-card__img.hide-on-mobile {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .team-member-card__img.hide-on-mobile {
    display: block;
  }
}
.team-member-card__img.mobile-img {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .team-member-card__img.mobile-img {
    display: none;
  }
}
.team-member-card__name {
  font-size: 28px;
  line-height: 1;
  padding-bottom: 5px;
}
@media only screen and (min-width: 1024px) {
  .team-member-card__name {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .team-member-card__name {
    font-size: 32px;
  }
}
.team-member-card__position, .team-member-card__department {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  padding-bottom: 0;
}
.team-member-card__position {
  padding-bottom: 3px;
}
.team-member-card__department {
  color: #647480;
  line-height: 1;
}
.team-member-card__link-box {
  padding-top: 10px;
}
@media only screen and (min-width: 1024px) {
  .team-member-card__link-box {
    padding-top: 25px;
  }
}
.team-member-card__link {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.64px;
  color: #C77E50;
  text-transform: uppercase;
  transition: color .3s ease;
}
@media only screen and (min-width: 1024px) {
  .team-member-card__link:hover {
    color: #001B2E;
    cursor: pointer;
  }
  .team-member-card__link:hover .team-member-card__link-plus {
    background: #C77E50;
  }
  .team-member-card__link:hover .team-member-card__link-plus:before, .team-member-card__link:hover .team-member-card__link-plus:after {
    background: #001B2E;
  }
}

.team-section {
  padding: 20px 0;
  background: linear-gradient(to bottom, #fff 550px, #F6F4F3 550px);
  position: relative;
  isolation: isolate;
}
@media only screen and (min-width: 1024px) {
  .team-section {
    background: linear-gradient(to bottom, #fff 815px, #F6F4F3 815px);
  }
}
.team-section:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../images/background-leadership-rev_knockout.svg) 0 bottom/contain repeat;
}
@media only screen and (min-width: 1024px) {
  .team-section:before {
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 1024px) {
  .team-section {
    padding: 40px 0 20px;
  }
}
.team-section__content-wrapper {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 87px;
}
@media only screen and (min-width: 1024px) {
  .team-section__content-wrapper {
    padding-bottom: 140px;
  }
}
.team-section__subtitle {
  padding-bottom: 70px;
}
@media only screen and (min-width: 1024px) {
  .team-section__subtitle {
    padding-bottom: 133px;
  }
}
.team-section__content {
  max-width: 812px;
  font-size: 19px;
}
@media only screen and (min-width: 1024px) {
  .team-section__content {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1366px) {
  .team-section__content {
    font-size: 22px;
  }
}
.team-section__content h1, .team-section__content .h1, .team-section__content h2, .team-section__content .h2, .team-section__content h3, .team-section__content .h3, .team-section__content h4, .team-section__content .h5, .team-section__content h6, .team-section__content .h6 {
  font-weight: 500;
  letter-spacing: -0.16px;
  padding-bottom: 15px;
}
.team-section__cat-title {
  font-family: "alda", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 24px;
}
.team-section__cat-title:not(.team-section__cat-title:first-of-type) {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #647480;
}
@media only screen and (min-width: 1024px) {
  .team-section__cat-title:not(.team-section__cat-title:first-of-type) {
    padding-top: 0;
    margin-top: 50px;
    border-top: 0;
  }
}
@media only screen and (min-width: 480px) {
  .team-section__cat-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1024px) {
  .team-section__cat-title {
    font-size: 32px;
    text-align: initial;
    padding-bottom: 30px;
    padding-left: 7px;
  }
}
@media only screen and (min-width: 1366px) {
  .team-section__cat-title {
    font-size: 38px;
  }
}
.team-section__box {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 480px) {
  .team-section__box {
    margin: 0 -22px;
  }
}
.team-section .team-member-card {
  flex: 0 1 calc(100% - 88px);
  margin: 0 44px 40px;
}
@media only screen and (min-width: 480px) {
  .team-section .team-member-card {
    flex: 0 1 calc(50% - 88px);
  }
}
@media only screen and (min-width: 1024px) {
  .team-section .team-member-card {
    flex: 0 1 calc(33.33% - 54px);
    margin: 0 27px 80px;
  }
}
@media only screen and (min-width: 1260px) {
  .team-section .team-member-card {
    flex: 0 1 calc(25% - 54px);
  }
}
.team-section .cta-section__decor {
  display: none;
}
.team-section .cta-section {
  background: transparent;
}

.featured-properties-section {
  padding: 36px 0;
  background-color: #F6F4F3;
}
@media only screen and (min-width: 1024px) {
  .featured-properties-section {
    padding: 97px 0;
  }
}
.featured-properties-section .container {
  max-width: 1640px;
}
.featured-properties-section article {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .featured-properties-section article {
    width: 33.333%;
    text-align: left;
  }
}
.featured-properties-section article header {
  aspect-ratio: unset;
}
.featured-properties-section__title-box {
  text-align: center;
  position: relative;
  width: calc(100% + 44px);
  margin: 0 -22px 24px;
}
@media only screen and (min-width: 1024px) {
  .featured-properties-section__title-box {
    width: auto;
    margin: 0 8px 10px;
  }
}
.featured-properties-section__title-line {
  width: 40px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #4E5645;
}
.featured-properties-section__title-line_left {
  left: 0;
}
.featured-properties-section__title-line_right {
  right: 0;
}
.featured-properties-section__title {
  display: inline-block;
  padding: 0 33px;
  font-family: "alda", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
  line-height: 1;
}
@media only screen and (min-width: 1024px) {
  .featured-properties-section__title {
    padding: 0 70px;
    font-size: 32px;
  }
}
@media only screen and (min-width: 1366px) {
  .featured-properties-section__title {
    font-size: 38px;
  }
}
.featured-properties-section__box {
  width: calc(100% + 44px);
  margin: 0 -22px;
}
@media only screen and (min-width: 1024px) {
  .featured-properties-section__box {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: start;
  }
}
@media only screen and (min-width: 1024px) {
  .featured-properties-section__box .slick-track {
    align-items: flex-start;
  }
}
.featured-properties-section__box .slick-dots {
  padding-top: 60px;
}
.featured-properties-section__box .slick-slide:not(.slick-active) .portfolio-card__thumbnail-box {
  padding-top: 25px;
}
@media only screen and (min-width: 1024px) {
  .featured-properties-section__box .slick-slide:not(.slick-active) .portfolio-card__thumbnail-box {
    padding-top: 0;
  }
}
.featured-properties-section__box .slick-slide:not(.slick-active) .portfolio-card__thumbnail {
  height: 350px;
}
@media only screen and (min-width: 1024px) {
  .featured-properties-section__box .slick-slide:not(.slick-active) .portfolio-card__thumbnail {
    height: 550px;
  }
}
@media only screen and (min-width: 1366px) {
  .featured-properties-section__box .slick-slide:not(.slick-active) .portfolio-card__thumbnail {
    height: 600px;
  }
}
@media only screen and (min-width: 1920px) {
  .featured-properties-section__box .slick-slide:not(.slick-active) .portfolio-card__thumbnail {
    height: 720px;
  }
}
.featured-properties-section__box .slick-slide.slick-active {
  height: 100%;
}
.featured-properties-section__box .portfolio-card__thumbnail-box {
  height: 400px;
  transition: padding-top .3s ease;
}
@media only screen and (min-width: 1024px) {
  .featured-properties-section__box .portfolio-card__thumbnail-box {
    height: 470px;
  }
}
@media only screen and (min-width: 1366px) {
  .featured-properties-section__box .portfolio-card__thumbnail-box {
    height: 600px;
  }
}
@media only screen and (min-width: 1920px) {
  .featured-properties-section__box .portfolio-card__thumbnail-box {
    height: 720px;
  }
}
.featured-properties-section__box .portfolio-card__thumbnail {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: height .3s ease;
}
.featured-properties-section__box .portfolio-card__content, .featured-properties-section__box .portfolio-card__footer {
  padding: 0 22px;
}
@media only screen and (min-width: 1024px) {
  .featured-properties-section__box .portfolio-card__content, .featured-properties-section__box .portfolio-card__footer {
    padding: 0;
  }
}
.featured-properties-section__box .portfolio-card__featured-info {
  font-size: 24px;
  font-weight: 300;
  margin-top: 15px;
}
@media only screen and (min-width: 1024px) {
  .featured-properties-section__box .portfolio-card__featured-info {
    margin-top: 0;
    line-height: 36px;
    font-size: 26px;
  }
}
.featured-properties-section__box .portfolio-card__title {
  padding-top: 17px;
  padding-bottom: 14px;
}
@media only screen and (min-width: 1024px) {
  .featured-properties-section__box .portfolio-card__title {
    padding-top: 28px;
    padding-bottom: 0;
  }
}
.featured-properties-section__box .portfolio-card__footer {
  padding-top: 25px;
}

.contact-section {
  padding: 45px 0;
}
@media only screen and (min-width: 1024px) {
  .contact-section {
    padding: 155px 0 120px;
  }
}
.contact-section .container {
  max-width: 1526px;
}
@media only screen and (min-width: 1024px) {
  .contact-section__row {
    display: flex;
  }
}
.contact-section__info-box {
  padding-bottom: 120px;
}
@media only screen and (min-width: 1024px) {
  .contact-section__info-box {
    flex: 0 1 415px;
    padding-bottom: 0;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1366px) {
  .contact-section__info-box {
    padding-right: 140px;
  }
}
.contact-section__title {
  font-size: 28px;
  line-height: 1.2;
  padding-bottom: 18px;
}
@media only screen and (min-width: 1024px) {
  .contact-section__title {
    font-size: 30px;
    padding-bottom: 42px;
  }
}
@media only screen and (min-width: 1366px) {
  .contact-section__title {
    font-size: 32px;
  }
}
.contact-section__form-description {
  padding-bottom: 47px;
}
.contact-section__address {
  padding-bottom: 30px;
  font-size: 19px;
}
@media only screen and (min-width: 1024px) {
  .contact-section__address {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1366px) {
  .contact-section__address {
    font-size: 26px;
  }
}
.contact-section__address a {
  color: #001B2E;
  transition: color .3s ease;
}
@media only screen and (min-width: 1024px) {
  .contact-section__address a:hover {
    color: #C77E50;
  }
}
.contact-section__address p {
  padding-bottom: 0;
}
.contact-section .phone {
  padding-bottom: 30px;
  font-size: 19px;
}
@media only screen and (min-width: 1024px) {
  .contact-section .phone {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1366px) {
  .contact-section .phone {
    font-size: 26px;
  }
}
.contact-section .phone .phone-number {
  color: #001B2E;
}
@media only screen and (min-width: 1024px) {
  .contact-section .phone .phone-number:hover {
    color: #C77E50;
  }
}
.contact-section__social-box a {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #C77E50;
  text-transform: uppercase;
}
.contact-section__social-box a span {
  padding-left: 14px;
  transition: color .3s ease;
}
.contact-section__social-box a svg {
  transition: background .3s ease;
}
.contact-section__social-box a svg .arrow {
  transition: stroke .3s ease;
}
@media only screen and (min-width: 1024px) {
  .contact-section__social-box a:hover svg {
    background: #C77E50;
  }
  .contact-section__social-box a:hover svg .arrow-box {
    fill: #C77E50;
  }
  .contact-section__social-box a:hover svg .arrow {
    stroke: #001B2E;
  }
  .contact-section__social-box a:hover span {
    color: #001B2E;
  }
}
.contact-section__form-box {
  flex: 1;
}
@media only screen and (min-width: 1366px) {
  .contact-section__form-box {
    padding-right: 140px;
    padding-left: 140px;
  }
}

.contact-hero {
  position: relative;
  background-color: #001B2E;
  padding: 230px 0 45px;
  isolation: isolate;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .contact-hero {
    padding: 160px 0 40px;
  }
}
.contact-hero .container {
  max-width: 1526px;
}
@media only screen and (min-width: 1024px) {
  .contact-hero__box {
    display: flex;
  }
}
.contact-hero__decor {
  background: url(../images/contact-decor.svg) 0 bottom/contain no-repeat;
  position: absolute;
  top: -65%;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
}
@media only screen and (min-width: 580px) {
  .contact-hero__decor {
    background-size: cover;
  }
}
@media only screen and (min-width: 1024px) {
  .contact-hero__decor {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    z-index: -1;
    height: 100%;
  }
}
.contact-hero__decor svg {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .contact-hero__decor svg {
    display: block;
    width: 100%;
    height: 100%;
  }
}
.contact-hero__subtitle {
  color: #fff;
}
.contact-hero__author {
  font-family: "alda", serif;
  font-style: italic;
}
.contact-hero__subtitle-decor:before, .contact-hero__subtitle-decor:after {
  background-color: #fff;
}
.contact-hero__text-box {
  flex: 1;
}
@media only screen and (min-width: 1366px) {
  .contact-hero__text-box {
    padding-right: 140px;
    padding-left: 140px;
  }
}
.contact-hero__subtitle-box {
  padding-bottom: 120px;
}
@media only screen and (min-width: 1024px) {
  .contact-hero__subtitle-box {
    flex: 0 1 415px;
    padding-bottom: 0;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1366px) {
  .contact-hero__subtitle-box {
    padding-right: 140px;
  }
}
.contact-hero__title {
  margin-bottom: 16px;
  line-height: 1.1;
}
@media only screen and (min-width: 1024px) {
  .contact-hero__title {
    font-size: 86px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1680px) {
  .contact-hero__title {
    font-size: 112px;
    margin-bottom: 40px;
  }
}

.contact-info {
  padding-bottom: 150px;
  position: relative;
  isolation: isolate;
}
@media only screen and (min-width: 1024px) {
  .contact-info {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.contact-info:before {
  content: '';
  position: absolute;
  top: 8%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #C77E50;
  z-index: -1;
}
@media only screen and (min-width: 1024px) {
  .contact-info:before {
    top: 28%;
  }
}
.contact-info .container {
  max-width: 1640px;
}
.contact-info__box {
  display: flex;
  flex-direction: column;
  gap: 44px;
}
@media only screen and (min-width: 1024px) {
  .contact-info__box {
    flex-direction: row;
    gap: 80px;
  }
}
.contact-info__image {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .contact-info__image {
    max-width: 748px;
  }
}
.contact-info__image img {
  width: 100%;
  height: auto;
}
.contact-info__content {
  width: 100%;
  font-size: 19px;
}
@media only screen and (min-width: 1024px) {
  .contact-info__content {
    max-width: 536px;
    font-size: 21px;
    padding-top: 280px;
  }
}
@media only screen and (min-width: 1366px) {
  .contact-info__content {
    font-size: 26px;
  }
}
.contact-info__content p {
  padding: 0;
}
.contact-info__content h3 {
  font-size: 28px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1024px) {
  .contact-info__content h3 {
    font-size: 35px;
    margin-bottom: 34px;
  }
}
@media only screen and (min-width: 1366px) {
  .contact-info__content h3 {
    font-size: 42px;
  }
}
.contact-info__content a {
  color: #001B2E;
  margin-bottom: 24px;
  text-decoration: underline;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s all ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .contact-info__content a:hover {
    color: #C77E50;
  }
}
.contact-info__content .content-name {
  font-family: "alda", serif;
  font-style: italic;
  font-size: 18px;
}
@media only screen and (min-width: 1024px) {
  .contact-info__content .content-name {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1366px) {
  .contact-info__content .content-name {
    font-size: 22px;
  }
}

.swap-text__subtitle {
  margin-top: 20px;
  margin-bottom: 55px;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 1024px) {
  .swap-text__subtitle {
    margin-top: 40px;
    margin-bottom: 100px;
  }
}
.swap-text__word-cycle {
  position: relative;
  overflow: hidden;
  height: 70px;
}
@media only screen and (min-width: 1024px) {
  .swap-text__word-cycle {
    height: 168px;
  }
}
.swap-text__title {
  position: absolute;
  width: 100%;
  height: 100%;
  font-weight: 300;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease-in-out, visibility 0s;
}
.swap-text__title:nth-child(1) {
  animation: fadeInOut 6s infinite 0s;
}
.swap-text__title:nth-child(2) {
  animation: fadeInOut 6s infinite 2s;
}
.swap-text__title:nth-child(3) {
  animation: fadeInOut 6s infinite 4s;
}
.swap-text__under-text {
  font-family: "alda", serif;
  font-style: italic;
  font-size: 32px;
  line-height: 40px;
  margin-top: 35px;
  margin-bottom: 75px;
}
@media only screen and (min-width: 1024px) {
  .swap-text__under-text {
    font-size: 40px;
    margin-bottom: 145px;
  }
}
@media only screen and (min-width: 1366px) {
  .swap-text__under-text {
    font-size: 48px;
  }
}
.swap-text__img-box {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0 70px;
  row-gap: 3px;
}
@media only screen and (min-width: 1024px) {
  .swap-text__img-box {
    padding: 80px 0 100px;
    row-gap: 0;
  }
}
.swap-text__img-left img, .swap-text__img-center img, .swap-text__img-right img {
  width: 100%;
  height: auto;
}
.swap-text__img-left {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .swap-text__img-left {
    width: 50%;
  }
}
.swap-text__img-center {
  width: 50%;
  background-color: #4E5645;
}
@media only screen and (min-width: 1024px) {
  .swap-text__img-center {
    width: 25%;
  }
}
.swap-text__img-center .clip-path-box {
  height: fit-content;
  position: relative;
}
.swap-text__img-center .clip-path-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E6EFF4;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  pointer-events: none;
}
.swap-text__img-center img {
  clip-path: polygon(0 0, 100% 0%, 100% 100%);
}
.swap-text__img-right {
  width: 50%;
}
@media only screen and (min-width: 1024px) {
  .swap-text__img-right {
    width: 25%;
  }
}

@keyframes fadeInOut {
  0%, 25% {
    opacity: 0;
    visibility: visible;
  }
  25%, 50% {
    opacity: 1;
    visibility: visible;
  }
  50%, 100% {
    opacity: 0;
    visibility: hidden;
  }
}
.about {
  position: relative;
  isolation: isolate;
}
@media only screen and (min-width: 1024px) {
  .about:before {
    content: '';
    position: absolute;
    background: url(../images/triangle-about.svg) 100% top/cover no-repeat;
    left: 0;
    bottom: 49%;
    width: 526px;
    height: 695px;
    z-index: -1;
  }
}
.about__img-box {
  display: flex;
  justify-content: space-between;
  margin: 0 -22px;
  width: calc(100% + 44px);
  padding: 50px 0 70px;
}
@media only screen and (min-width: 1024px) {
  .about__img-box {
    margin: 0 0 0 138px;
    width: auto;
    padding: 80px 0 100px;
  }
}
.about__img-left img, .about__img-right img {
  width: 100%;
  height: auto;
}
.about__img-left {
  width: 50%;
}
@media only screen and (min-width: 1024px) {
  .about__img-left {
    width: 44%;
  }
}
.about__img-right {
  width: 50%;
  background-color: #C77E50;
}
@media only screen and (min-width: 1024px) {
  .about__img-right {
    width: 55.2%;
  }
}
.about__bottom-box {
  display: flex;
  padding: 70px 0 100px;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .about__bottom-box {
    padding: 80px 0 300px;
    flex-direction: row;
  }
}
.about__img-with-decor {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .about__img-with-decor {
    width: 55%;
  }
}
.about__img-with-decor img {
  width: 100%;
  height: auto;
}
.about__content-bottom {
  padding-top: 24px;
  width: 100%;
  font-family: "alda", serif;
  font-size: 22px;
  font-style: italic;
}
@media only screen and (min-width: 1024px) {
  .about__content-bottom {
    padding-left: 80px;
    padding-top: 120px;
    width: 45%;
    font-size: 22px;
  }
}
@media only screen and (min-width: 1366px) {
  .about__content-bottom {
    font-size: 32px;
  }
}
.about__content-bottom p {
  margin-bottom: 25px;
  line-height: 35px;
}
@media only screen and (min-width: 1024px) {
  .about__content-bottom p {
    line-height: 46px;
  }
}
.about__content-bottom .content-name {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .about__content-bottom .content-name {
    margin-bottom: 12px;
    line-height: 1;
  }
}
.about__content-bottom .content-position {
  margin-bottom: 40px;
  line-height: 1;
}
@media only screen and (min-width: 1024px) {
  .about__content-bottom .content-position {
    margin-bottom: 70px;
  }
}
.about__decor {
  width: 42px;
  height: 28px;
  margin-bottom: 18px;
}
@media only screen and (min-width: 1024px) {
  .about__decor {
    margin-bottom: 44px;
    width: 64px;
    height: 42px;
  }
}
.about__decor:before, .about__decor:after {
  transform: rotate(180deg);
  background-color: #C77E50;
  width: 21px;
  height: 28px;
}
@media only screen and (min-width: 1024px) {
  .about__decor:before, .about__decor:after {
    margin-bottom: 44px;
    width: 32px;
    height: 42px;
  }
}
.about__content-buttons {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
  .about__content-buttons {
    gap: 60px;
  }
}
.about__content-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  gap: 14px;
  color: #C77E50;
  font-size: 16px;
  font-weight: 600;
  font-family: "agenda", sans-serif;
  text-transform: uppercase;
}
.about__content-link span {
  transition: 0.3s all ease-in-out;
}
.about__content-link svg {
  transition: 0.3s all ease-in-out;
}
.about__content-link svg .arrow {
  transition: 0.3s all ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .about__content-link:hover svg {
    background: #C77E50;
  }
  .about__content-link:hover svg .arrow-box {
    fill: #C77E50;
  }
  .about__content-link:hover svg .arrow {
    stroke: #001B2E;
  }
  .about__content-link:hover span {
    color: #001B2E;
  }
}

#about .container {
  max-width: 1482px;
}

.text-image-invert {
  position: relative;
  overflow: hidden;
  background: linear-gradient(to bottom, transparent 170px, #4E5645 170px);
}
@media only screen and (min-width: 1024px) {
  .text-image-invert {
    padding-bottom: 115px;
  }
}
.text-image-invert__subtitle {
  padding-bottom: 70px;
}
@media only screen and (min-width: 1024px) {
  .text-image-invert__subtitle {
    padding-bottom: 40px;
  }
}
.text-image-invert__title {
  font-size: 44px;
  padding-bottom: 8px;
}
@media only screen and (min-width: 1024px) {
  .text-image-invert__title {
    font-size: 56px;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 1366px) {
  .text-image-invert__title {
    font-size: 68px;
  }
}
.text-image-invert__text {
  color: #fff;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .text-image-invert__text {
    display: block;
    font-size: 21px;
  }
}
@media only screen and (min-width: 1366px) {
  .text-image-invert__text {
    font-size: 22px;
  }
}
.text-image-invert__box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .text-image-invert__box {
    flex-direction: row;
    gap: 60px;
  }
}
@media only screen and (min-width: 1260px) {
  .text-image-invert__box {
    flex-direction: row;
    gap: 115px;
  }
}
.text-image-invert__content-box {
  width: calc(100% + 44px);
  padding: 18px 22px 73px;
  margin: 0 -22px;
  background-color: #E6EFF4;
}
@media only screen and (min-width: 1024px) {
  .text-image-invert__content-box {
    padding-bottom: 0;
    max-width: 50%;
    background-color: transparent;
  }
}
@media only screen and (min-width: 1680px) {
  .text-image-invert__content-box {
    max-width: 42.1%;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: transparent;
  }
}
.text-image-invert__pattern-box {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .text-image-invert__pattern-box {
    padding-top: 68px;
  }
}
.text-image-invert__pattern-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 122%;
  z-index: -1;
  height: 0;
  background-color: #E6EFF4;
}
@media only screen and (min-width: 1024px) {
  .text-image-invert__pattern-box:after {
    height: var(--after-height, 170px);
  }
}
.text-image-invert__pattern-box:before {
  content: '';
  position: absolute;
  background: url(../images/prom-pattern.svg) 100% top/contain no-repeat;
  right: -22px;
  top: 66px;
  width: 70%;
  max-width: 540px;
  height: 100%;
  z-index: -1;
}
@media only screen and (min-width: 1024px) {
  .text-image-invert__pattern-box:before {
    width: 100%;
    top: var(--before-top, 170px);
    right: -142px;
  }
}
.text-image-invert__img-box {
  background-color: #4E5645;
  width: calc(100% + 44px);
  margin: 0 -22px;
  padding: 0 22px 50px;
  isolation: isolate;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .text-image-invert__img-box {
    padding: 0 20% 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .text-image-invert__img-box {
    max-width: 49.7%;
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: transparent;
  }
}
.text-image-invert__img-box img {
  width: 100%;
  height: auto;
  margin-top: -65px;
}
@media only screen and (min-width: 1024px) {
  .text-image-invert__img-box img {
    margin-top: 0;
  }
}
.text-image-invert__text-mobile {
  color: #fff;
  padding-top: 50px;
}
@media only screen and (min-width: 1024px) {
  .text-image-invert__text-mobile {
    display: none;
  }
}

.hero-about {
  display: flex;
  max-height: 540px;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 1024px) {
  .hero-about {
    flex-direction: row;
  }
}
.hero-about__pattern {
  background-color: #C77E50;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 70px;
  isolation: isolate;
}
@media only screen and (min-width: 1024px) {
  .hero-about__pattern {
    max-width: 480px;
    height: auto;
  }
}
.hero-about__pattern:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  z-index: -1;
  height: 100%;
  background: url(../images/about-triangle-hero.svg) 0 top/cover no-repeat;
}
@media only screen and (min-width: 1024px) {
  .hero-about__pattern:after {
    width: 65%;
    background: url(../images/about-triangle-hero.svg) 0 top/contain no-repeat;
  }
}
.hero-about__pattern:before {
  content: '';
  position: absolute;
  background: url(../images/MaskGroup35.svg) 100% top/cover no-repeat;
  top: -24px;
  left: 0;
  width: 100%;
  height: calc(100% + 24px);
}
@media only screen and (min-width: 1024px) {
  .hero-about__pattern:before {
    background: url(../images/pattern-hero-about.svg) 100% top/cover no-repeat;
    top: 0;
    left: 0;
    width: 586px;
    height: 540px;
  }
}
.hero-about__image {
  width: 100%;
}
.hero-about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 322px;
}

.hero-leadership {
  display: flex;
  flex-direction: column;
  max-height: 540px;
}
@media only screen and (min-width: 1024px) {
  .hero-leadership {
    flex-direction: row;
  }
}
.hero-leadership__box {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .hero-leadership__box {
    width: 25%;
    display: flex;
    flex-direction: column;
  }
}
.hero-leadership__image {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .hero-leadership__image {
    width: 75%;
  }
}
.hero-leadership__image img {
  width: 100%;
  height: auto;
  min-height: 320px;
  object-fit: cover;
}
.hero-leadership__pattern {
  background-color: #C77E50;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.hero-leadership__pattern:before {
  content: '';
  position: absolute;
  top: 0;
  left: 4%;
  width: 100%;
  height: 100%;
  background: url(../images/hero-leadership.svg) 50% 40%/cover no-repeat;
}
.hero-leadership__pattern-mobile {
  position: relative;
  height: 70px;
  background-color: #C77E50;
}
@media only screen and (min-width: 1024px) {
  .hero-leadership__pattern-mobile {
    display: none;
  }
}
.hero-leadership__pattern-mobile:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: calc(100% + 20px);
  background: url(../images/murn-svg.svg) 0 top/cover no-repeat;
}
.hero-leadership__decor-image {
  position: relative;
}
.hero-leadership__decor-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.hero-leadership__decor-image img {
  width: 100%;
  height: auto;
}
