/*
Theme Name: Timber
Author: Vision Tank
Author URI: http://visiontank.co.uk/
Version: 1.0.11
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html,
*,
*:before,
*:after {
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input:focus {
  outline: none;
}

.inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.inner--thin {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.inner--thinner {
  max-width: 890px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.inner--thinnest {
  width: 560px;
  margin: 0 auto;
}

.grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px -20px;
}
.grid > [class*=grid_] {
  padding: 0 20px;
}

.grid_1-2 {
  width: 50%;
}

.grid_1-3 {
  width: 33.3333333333%;
}

.grid_2-3 {
  width: 66.6666666667%;
}

.grid_1-4 {
  width: 25%;
}

.grid_3-4 {
  width: 75%;
}

.grid_1-5 {
  width: 20%;
}

.grid_2-5 {
  width: 40%;
}

.grid_3-5 {
  width: 60%;
}

.grid_4-5 {
  width: 80%;
}

.grid_1-6 {
  width: 16.6666666667%;
}

.grid_5-6 {
  width: 83.3333333333%;
}

.grid_1-8 {
  width: 12.5%;
}

.grid_3-8 {
  width: 37.5%;
}

.grid_5-8 {
  width: 62.5%;
}

.grid_7-8 {
  width: 87.5%;
}

.grid_1-10 {
  width: 10%;
}

.grid_3-10 {
  width: 30%;
}

.grid_7-10 {
  width: 70%;
}

.grid_9-10 {
  width: 90%;
}

.grid_1-12 {
  width: 8.3333333333%;
}

.grid_5-12 {
  width: 41.6666666667%;
}

.grid_7-12 {
  width: 58.3333333333%;
}

.grid_11-12 {
  width: 91.6666666667%;
}

@media screen and (max-width: 1200px) {
  .inner {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .inner--thin {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 800px) {
  .inner--thinner {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .inner--thinnest {
    width: 100%;
    padding: 0 20px;
  }
}
body {
  color: #24252b;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  line-height: 36px;
  background-color: #24252b;
}

ul li {
  list-style: disc;
}

ol li {
  list-style: decimal;
}

strong,
b {
  font-weight: 600;
}

em,
i {
  font-style: italic;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content p,
.content ul,
.content blockquote {
  margin: 0 0 20px;
}
.content .wp-block-button__link {
  display: inline-block;
  position: relative;
  padding: 15px 40px;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.05px;
  border: none;
  border-radius: 0;
  line-height: 19px;
  color: white;
  background-color: #eb5e3f;
  transition: 0.2s;
  cursor: pointer;
}
.content .wp-block-button__link:hover {
  background-color: #4b7587;
  color: white;
}
.content ul {
  padding: 0;
}
.content ul li {
  position: relative;
  list-style: none;
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #24252b;
}
.content ul li::before {
  content: "";
  min-width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #eb5e3f;
  margin-top: 14px;
}
.content p a {
  font-weight: 400;
  color: #4b7587;
  text-decoration: underline;
  transition: 0.3s;
}
.content p a:hover {
  opacity: 0.8;
}
.content img {
  height: auto;
  width: 100%;
}
.content blockquote {
  padding: 0 0 0 30px;
  border-left: 5px solid #eb5e3f;
  margin-left: 50px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.content blockquote p {
  font-size: 20px;
  font-weight: 500;
  color: #4b7587;
}
.content blockquote p:last-of-type {
  margin-bottom: 0;
}
.content .has-orange-color {
  color: #eb5e3f;
}
.content .has-orange-background-color {
  background-color: #eb5e3f;
}
.content .has-blue-color {
  color: #4b7587;
}
.content .has-blue-background-color {
  background-color: #4b7587;
}
.content .has-black-color {
  color: #24252b;
}
.content .has-black-background-color {
  background-color: #24252b;
}
.content .has-cream-color {
  color: #f7f7ed;
}
.content .has-cream-background-color {
  background-color: #f7f7ed;
}

.alpha,
.content h1 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3;
}

.bravo,
.content h2 {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.3;
}

.charlie,
.content h3 {
  font-size: 38px;
  font-weight: 500;
  line-height: 1.3;
}

.delta,
.content h4 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
}

.echo,
.content h5 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 500;
}

.foxtrot,
.content h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 700px) {
  .content blockquote {
    margin-left: 0;
  }
  .content p {
    font-size: 17px;
  }
  .alpha,
  .content h1 {
    font-size: 36px;
  }
  .bravo,
  .content h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.3;
  }
  .charlie,
  .content h3 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
  }
  .delta,
  .content h4 {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.3;
  }
  .echo,
  .content h5 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500;
  }
  .foxtrot,
  .content h6 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
  }
}
.button--left,
.wp-block-button.alignleft {
  text-align: left;
}

.button--center,
.wp-block-button.aligncenter {
  text-align: center;
}

.button--right,
.wp-block-button.alignright {
  text-align: right;
}

.button, .frm_submit input,
.frm_submit button,
.wp-block-button__link {
  display: inline-block;
  position: relative;
  padding: 15px 40px;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.05px;
  border: none;
  line-height: 19px;
  color: white;
  background-color: #eb5e3f;
  transition: 0.2s;
  cursor: pointer;
}
.button:hover, .frm_submit input:hover,
.frm_submit button:hover,
.wp-block-button__link:hover {
  background-color: #4b7587;
  color: white;
}

.button--blue {
  background-color: #4b7587;
  color: white;
}
.button--blue:hover {
  background-color: #fff;
  color: #4b7587;
}

.button--grey {
  background-color: #e1e1d6;
  color: #24252b;
}
.button--grey:hover {
  background-color: #24252b;
  color: white;
}

.frm_submit {
  text-align: right;
}
.frm_submit input,
.frm_submit button {
  border: none;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.frm_submit img {
  display: none;
}

/***MOBILE MENU***/
.mobile_menu_button {
  display: none;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  z-index: 23;
}
.mobile_menu_button p {
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  color: #24252b;
  margin: 2px 0 0;
}

.lines-button {
  padding: 8px 5px 8px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}
.lines-button.close {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}
.lines-button.x.close .lines {
  background: transparent;
}
.lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 2rem;
}
.lines-button.x.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.lines-button.x2 .lines {
  -webkit-transition: background 0.3s 0.5s ease;
  transition: background 0.3s 0.5s ease;
}
.lines-button.x2 .lines:before, .lines-button.x2 .linesafter {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.6s ease, transform 0.3s ease;
}
.lines-button.x2.close .lines {
  -webkit-transition: background 0.3s 0s ease;
  transition: background 0.3s 0s ease;
  background: transparent;
}
.lines-button.x2.close .lines:before, .lines-button.x2.close .lines:after {
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
  transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
  transition: top 0.3s ease, transform 0.3s 0.5s ease;
  top: 0;
  width: 2rem;
}
.lines-button.x2.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x2.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.lines {
  display: block;
  width: 25px;
  margin-right: 2px;
  height: 0.1rem;
  background: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.lines:before, .lines:after {
  display: inline-block;
  width: 25px;
  height: 0.1rem;
  background: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: "";
  -webkit-transform-origin: 0.14286rem center;
  -ms-transform-origin: 0.14286rem center;
  transform-origin: 0.14286rem center;
}
.lines:before {
  top: 0.5rem;
}
.lines:after {
  top: -0.5rem;
}

@media screen and (max-width: 1200px) {
  .mobile_menu_button {
    display: flex;
    align-items: center;
  }
}
a {
  text-decoration: none;
}

ul,
ol {
  padding: 0 0 0 20px;
}

.full_link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.background {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.img_fill_wrap {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}

.img_fill {
  object-fit: cover;
  object-position: center;
}

img {
  height: auto;
}

.header {
  background-color: #24252b;
  padding: 20px 0;
  position: sticky;
  top: 0;
  z-index: 20;
  transition: 0.5s;
}
.header.header--shrink {
  padding: 10px 0;
}
.header.header--shrink .header__logo {
  max-width: 200px;
}

body.admin-bar .header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .header {
    top: 0;
  }
}

.header__inner {
  display: flex;
  align-items: center;
}

.header__logo__wrap {
  display: flex;
  min-width: 255px;
}

.header__logo {
  max-width: 215px;
  width: 100%;
  transition: 0.4s;
}
.header__logo:hover {
  transform: scale(1.05);
}

.header__nav {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.header__menu {
  padding: 0;
}

.header__menu__items {
  display: flex;
  align-items: center;
  column-gap: 50px;
}

.menu-item {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.13px;
  text-transform: uppercase;
  line-height: 21px;
  color: #f7f7ed;
  position: relative;
}
.menu-item a {
  color: inherit;
  position: relative;
  display: block;
  border-bottom: solid 2px transparent;
  transition: 0.3s;
}
.menu-item:hover a, .menu-item.current-menu-item a, .menu-item.current-menu-ancestor a, .menu-item.current-page-ancestor a {
  border-color: #eb5e3f;
}
.menu-item:hover .sub-menu a, .menu-item.current-menu-item .sub-menu a, .menu-item.current-menu-ancestor .sub-menu a, .menu-item.current-page-ancestor .sub-menu a {
  border-color: transparent;
}

.menu-item-has-children {
  padding-right: 15px;
  cursor: pointer;
}
.menu-item-has-children::before {
  content: "";
  width: calc(100% + 50px);
  position: absolute;
  left: -20px;
  height: 50px;
}
.menu-item-has-children:after {
  content: "";
  position: absolute;
  right: 0;
  top: 38%;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 3.5px 0 3.5px;
  border-color: #f7f7ed transparent transparent transparent;
  transform: rotate(0deg);
}
.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.header__menu__logo {
  display: none;
}

.sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 265px;
  background-color: #eaeadf;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 15px;
  padding: 25px 30px;
  left: -30px;
  top: 40px;
  transition: 0.4s;
  z-index: 22;
}
.sub-menu .menu-item {
  color: #24252b;
  font-size: 14px;
}
.sub-menu .menu-item:hover a, .sub-menu .menu-item.current-menu-item a {
  border-color: #eb5e3f;
}

.header_menu_bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #24252b;
  opacity: 0.8;
  z-index: 20;
  display: none;
}

.search_menu_item {
  display: flex;
  align-items: center;
  column-gap: 8px;
  transition: 0.3s;
  padding-bottom: 3px;
}
.search_menu_item svg {
  fill: #f7f7ed;
  max-width: 15px;
  width: 100%;
  transition: 0.3s;
}
.search_menu_item:hover svg, .search_menu_item.active svg {
  fill: #eb5e3f;
}

.search_menu_item--mobile {
  display: none;
  margin-right: 25px;
  margin-top: 2px;
}
.search_menu_item--mobile svg {
  max-width: 18px;
}

@media screen and (max-width: 1200px) {
  .header__nav {
    justify-content: flex-end;
  }
  .header__menu {
    display: none;
    position: absolute;
    width: 100%;
    padding: 110px 20px 60px;
    left: 0;
    top: 0;
    z-index: 20;
    text-align: center;
    min-height: 100vh;
    overflow: hidden;
    background-color: #24252b;
  }
  .header__menu .header__menu__items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    row-gap: 40px;
  }
  .header__menu .header__menu__items .menu-item {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 18px;
    line-height: 28px;
    color: white;
  }
  .header__menu .header__menu__items .menu-item:hover, .header__menu .header__menu__items .menu-item.current-menu-item, .header__menu .header__menu__items .menu-item.current-menu-ancestor {
    color: white;
  }
  .header__menu .header__menu__items .menu-item-has-children {
    padding: 0;
  }
  .header__menu .header__menu__items .menu-item-has-children a {
    display: inline-block;
  }
  .header__menu .header__menu__items .menu-item-has-children::before {
    display: none;
  }
  .header__menu .header__menu__items .menu-item-has-children:after {
    right: -15px;
    top: 12px;
    transition: 0.4s;
  }
  .header__menu .header__menu__items .menu-item-has-children.active {
    border-color: transparent;
  }
  .header__menu .header__menu__items .menu-item-has-children.active:after {
    transform: rotate(180deg);
  }
  .header__menu .header__menu__items .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    width: 100%;
    padding: 0;
    transition: none;
    display: none;
    background-color: transparent;
    margin-top: 10px;
    overflow: hidden;
  }
  .header__menu .header__menu__items .sub-menu .menu-item {
    color: white;
    font-size: 15px;
    display: block;
    margin: 20px auto;
    opacity: 0.8;
    transition: 0.4s;
  }
  .header__menu .header__menu__items .sub-menu .menu-item:last-of-type {
    margin-bottom: 0;
  }
  .header__menu .header__menu__items .sub-menu .menu-item:hover, .header__menu .header__menu__items .sub-menu .menu-item.current-menu-item {
    opacity: 1;
  }
  .header__menu .header__menu__items .sub-menu .menu-item:hover a:after, .header__menu .header__menu__items .sub-menu .menu-item.current-menu-item a:after {
    display: none;
  }
  .header__menu .header__menu__items .sub-menu .menu-item.current-menu-item, .header__menu .header__menu__items .sub-menu .menu-item.current-menu-ancestor {
    border-color: transparent;
    color: white;
  }
  .header__menu .header__menu__items.active {
    opacity: 1;
    visibility: visible;
  }
  .header__menu__logo {
    display: block;
    margin: 0 auto 10px;
    left: 0;
    right: 0;
    transition: 0.5s;
  }
  .header__menu__logo .header__logo {
    display: block;
    margin: 0 auto;
    position: static;
    max-width: 200px;
    width: 100%;
  }
  .search_menu_item {
    display: none;
  }
  .search_menu_item--mobile {
    display: flex;
  }
}
.footer {
  background-color: #24252b;
  padding: 60px 0 10px;
  color: #f7f7ed;
  position: relative;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 40px;
  margin-bottom: 90px;
}

.footer__logo_wrap {
  max-width: 80px;
  width: 100%;
  display: block;
}

.footer__logo {
  width: 100%;
  display: block;
  transition: 0.4s;
}
.footer__logo:hover {
  transform: scale(1.04);
}

.footer__addresses {
  max-width: 185px;
  width: 100%;
}

.footer__address {
  margin-bottom: 20px;
}

.footer__socials {
  margin-top: 40px;
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.social_item {
  max-width: 24px;
  width: 100%;
}
.social_item svg {
  fill: #f7f7ed;
  fill-rule: evenodd;
  width: 100%;
  transition: 0.4s;
}
.social_item.instagram {
  max-width: 23px;
}
.social_item.x {
  max-width: 23px;
}
.social_item:hover svg {
  fill: #eb5e3f;
}

.footer_column {
  max-width: 200px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.footer_menu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 20px;
  row-gap: 5px;
  flex-grow: 1;
  max-width: 380px;
}
.footer_menu .menu-item {
  line-height: 32px;
  font-size: 15px;
  opacity: 0.7;
  color: #f7f7ed;
  text-transform: none;
  letter-spacing: 0;
  transition: 0.4s;
  font-weight: 400;
}
.footer_menu .menu-item a {
  border-bottom: none;
}
.footer_menu .menu-item:hover {
  color: #f7f7ed;
  opacity: 1;
}
.footer_menu .menu-item.current-menu-item, .footer_menu .menu-item.current-menu-ancestor, .footer_menu .menu-item.current-page-ancestor {
  opacity: 1;
  color: #eb5e3f;
}
.footer_menu .menu-item-has-children {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  opacity: 1;
  padding-right: 0;
}
.footer_menu .menu-item-has-children:after, .footer_menu .menu-item-has-children::before {
  display: none;
}
.footer_menu .sub-menu {
  margin-top: 10px;
  opacity: 1;
  visibility: visible;
  background-color: transparent;
  padding: 0;
  width: auto;
  position: static;
  row-gap: 0;
}

.footer__top__block {
  max-width: 125px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer__top__block .footer__address__text {
  font-weight: 400;
  color: #f7f7ed;
  letter-spacing: -0.2px;
  opacity: 0.75;
  font-size: 16px;
  line-height: 32px;
  display: inline-block;
  transition: 0.4s;
}
.footer__top__block .footer__address__text:hover {
  opacity: 1;
}
.footer__top__block .contact_office {
  text-decoration: underline;
}

.footer__top__block__subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 10px;
}

.footer__newsletter {
  max-width: 285px;
  width: 100%;
}
.footer__newsletter .footer__newsletter__form {
  width: 100%;
}
.footer__newsletter .gform_wrapper .gform_body input[type=email] {
  background-color: transparent !important;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: solid 1.5px rgba(247, 247, 237, 0.43) !important;
  color: #f7f7ed !important;
  font-size: 18px !important;
  font-family: "Manrope", sans-serif !important;
  font-weight: 400 !important;
  line-height: 32px !important;
  padding: 8px 0 !important;
  height: auto;
  text-align: left;
}
.footer__newsletter .gform_wrapper .gform_body input[type=email].placeholder {
  color: rgba(247, 247, 237, 0.5) !important;
}
.footer__newsletter .gform_wrapper .gform_body input[type=email]:-moz-placeholder {
  color: rgba(247, 247, 237, 0.5) !important;
  opacity: 1;
}
.footer__newsletter .gform_wrapper .gform_body input[type=email]::-moz-placeholder {
  color: rgba(247, 247, 237, 0.5) !important;
  opacity: 1;
}
.footer__newsletter .gform_wrapper .gform_body input[type=email]:-ms-input-placeholder {
  color: rgba(247, 247, 237, 0.5) !important;
}
.footer__newsletter .gform_wrapper .gform_body input[type=email]::-webkit-input-placeholder {
  color: rgba(247, 247, 237, 0.5) !important;
}
.footer__newsletter .gform_wrapper .gform_body input[type=email]:focus {
  outline: none;
}
.footer__newsletter .gform_wrapper .gform_body .gfield .gform-button.button {
  background-color: #4a4b51;
  color: white;
  font-weight: 600;
  appearance: none;
  font-family: "Manrope", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.94px;
  line-height: 17px;
  font-size: 12px;
  border: none;
  border-radius: 0;
  padding: 13px 25px;
}
.footer__newsletter .gform_wrapper .gform_body .gfield .gform-button.button:focus {
  outline: none;
}
.footer__newsletter .gform_wrapper .gform_body .gfield .gform-button.button:hover {
  background-color: #fff;
  color: #24252b;
}
.footer__newsletter .gform_wrapper .gform_body .gfield--type-submit {
  position: relative;
}
.footer__newsletter .gform_wrapper .gform_body .gfield--type-submit span {
  position: absolute;
  right: 5px;
  top: 17px;
}
.footer__newsletter .gform_wrapper .gform_body .validation_message {
  color: #eb5e3f;
  position: absolute;
}
.footer__newsletter .gform_wrapper .gform_validation_errors {
  background-color: #eb5e3f;
  color: white;
  margin-bottom: 10px;
  border-radius: 0;
  border: none;
  padding: 10px 20px 15px;
}
.footer__newsletter .gform_wrapper .gform_validation_errors .gform_submission_error {
  color: white;
}
.footer__newsletter .gform_wrapper .gform_validation_errors .gform_submission_error .gform-icon {
  border-color: white;
  color: white;
}
.footer__newsletter .gform_wrapper .gform_validation_errors:focus {
  outline: none;
}

.rics_logo {
  max-width: 155px;
  width: 100%;
  margin-top: 20px;
}

.footer__small_print {
  display: flex;
  align-items: center;
  column-gap: 40px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(247, 247, 237, 0.41);
  line-height: 22px;
}
.footer__small_print a {
  color: inherit;
  transition: 0.3s;
}
.footer__small_print a:hover {
  color: #eb5e3f;
}

.footer_graphic {
  max-width: 105px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.footer_graphic svg {
  display: block;
  width: 100%;
  fill: #eb5e3f;
  fill-rule: evenodd;
}

@media screen and (max-width: 1000px) {
  .footer__top {
    row-gap: 40px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer__top__block {
    max-width: none;
  }
  .footer__middle {
    justify-content: center;
    margin-bottom: 60px;
  }
  .footer__socials {
    margin-top: 10px;
  }
  .footer__small_print {
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    row-gap: 10px;
    position: relative;
    z-index: 3;
    opacity: 0.7;
  }
  .footer_graphic {
    opacity: 0.2;
  }
  .footer__newsletter .gform_wrapper .gform_body .gform_fields {
    row-gap: 20px;
  }
  .footer__newsletter .gform_wrapper .gform_body .gform_fields .gfield .gform-button.button {
    padding: 13px 30px;
  }
}
@media screen and (max-width: 700px) {
  .footer__top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer__top__block {
    align-items: center;
  }
  .footer__socials {
    justify-content: center;
  }
  .footer_menu {
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
    text-align: center;
  }
  .footer_menu .sub-menu {
    align-items: center;
    row-gap: 10px;
  }
  .footer__newsletter .gform_wrapper .gform_body .gform_fields {
    row-gap: 20px;
  }
  .footer__newsletter .gform_wrapper .gform_body .gform_fields .gfield .gform-button.button {
    margin: 0 auto;
  }
}
.gform_wrapper .gform_required_legend {
  display: none;
}
.gform_wrapper .gform_body .gform_fields {
  row-gap: 20px;
}
.gform_wrapper .gform_body .gfield .gfield_label {
  font-size: 14px;
  font-weight: 600;
  column-gap: 5px;
  color: #f7f7ed;
  font-family: "Manrope", sans-serif;
}
.gform_wrapper .gform_body .gfield .gfield_label .gfield_required {
  font-size: 14px;
  color: #f7f7ed;
}
.gform_wrapper .gform_body .gfield input[type=text],
.gform_wrapper .gform_body .gfield input[type=email],
.gform_wrapper .gform_body .gfield input[type=tel],
.gform_wrapper .gform_body .gfield input[type=password],
.gform_wrapper .gform_body .gfield textarea,
.gform_wrapper .gform_body .gfield select {
  font-size: 16px;
  line-height: 26px;
  font-family: "Manrope", sans-serif;
  border: none;
  border-radius: 5px;
  background-color: #f9f9f3;
  padding: 12px 15px;
  margin: 0;
  color: #24252b;
  height: auto;
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
}
.gform_wrapper .gform_body .gfield input[type=text].placeholder,
.gform_wrapper .gform_body .gfield input[type=email].placeholder,
.gform_wrapper .gform_body .gfield input[type=tel].placeholder,
.gform_wrapper .gform_body .gfield input[type=password].placeholder,
.gform_wrapper .gform_body .gfield textarea.placeholder,
.gform_wrapper .gform_body .gfield select.placeholder {
  color: #24252b;
  opacity: 0.43;
}
.gform_wrapper .gform_body .gfield input[type=text]:-moz-placeholder,
.gform_wrapper .gform_body .gfield input[type=email]:-moz-placeholder,
.gform_wrapper .gform_body .gfield input[type=tel]:-moz-placeholder,
.gform_wrapper .gform_body .gfield input[type=password]:-moz-placeholder,
.gform_wrapper .gform_body .gfield textarea:-moz-placeholder,
.gform_wrapper .gform_body .gfield select:-moz-placeholder {
  color: #24252b;
  opacity: 0.43;
  opacity: 1;
}
.gform_wrapper .gform_body .gfield input[type=text]::-moz-placeholder,
.gform_wrapper .gform_body .gfield input[type=email]::-moz-placeholder,
.gform_wrapper .gform_body .gfield input[type=tel]::-moz-placeholder,
.gform_wrapper .gform_body .gfield input[type=password]::-moz-placeholder,
.gform_wrapper .gform_body .gfield textarea::-moz-placeholder,
.gform_wrapper .gform_body .gfield select::-moz-placeholder {
  color: #24252b;
  opacity: 0.43;
  opacity: 1;
}
.gform_wrapper .gform_body .gfield input[type=text]:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield input[type=email]:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield input[type=tel]:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield input[type=password]:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield textarea:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield select:-ms-input-placeholder {
  color: #24252b;
  opacity: 0.43;
}
.gform_wrapper .gform_body .gfield input[type=text]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield input[type=email]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield input[type=tel]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield input[type=password]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield textarea::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield select::-webkit-input-placeholder {
  color: #24252b;
  opacity: 0.43;
}
.gform_wrapper .gform_body .gfield input[type=text]:focus,
.gform_wrapper .gform_body .gfield input[type=email]:focus,
.gform_wrapper .gform_body .gfield input[type=tel]:focus,
.gform_wrapper .gform_body .gfield input[type=password]:focus,
.gform_wrapper .gform_body .gfield textarea:focus,
.gform_wrapper .gform_body .gfield select:focus {
  outline-color: rgba(75, 117, 135, 0.3);
}
.gform_wrapper .gform_body .gfield textarea {
  height: 200px;
}
.gform_wrapper .gform_body .gfield .ginput_container_select {
  position: relative;
}
.gform_wrapper .gform_body .gfield .ginput_container_select:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 11px;
  height: 7px;
  background: url("assets/images/select_arrow.svg") no-repeat center;
  transform: translateY(-100%);
  pointer-events: none;
}
.gform_wrapper .gform_body .gfield select {
  cursor: pointer;
}
.gform_wrapper .gform_body .gfield.gfield_html a {
  text-decoration: underline;
  color: #24252b;
  font-weight: 600;
}
.gform_wrapper .gform_body .hidden_label .gfield_label {
  display: none;
}
.gform_wrapper .gform_body .gfield_visibility_hidden {
  display: none;
}
.gform_wrapper .gform_body .gf_readonly input[type=email] {
  border: 2px solid rgba(37, 37, 37, 0.25);
  border-radius: 4px;
  padding: 13px 12px;
  font-size: 14px;
  letter-spacing: 0.2px;
  width: 100%;
  font-weight: 500;
  margin-bottom: 20px;
  cursor: not-allowed;
}
.gform_wrapper .gform_body .gfield_validation_message {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #eb5e3f;
}
.gform_wrapper .gform_footer {
  justify-content: flex-end;
}
.gform_wrapper .gform_footer .gform_button {
  display: inline-block;
  position: relative;
  padding: 15px 40px !important;
  font-size: 14px !important;
  font-family: "Manrope", sans-serif !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.05px !important;
  border: none !important;
  border-radius: 0 !important;
  line-height: 19px !important;
  color: white !important;
  background-color: #eb5e3f !important;
  transition: 0.2s !important;
  cursor: pointer;
  max-width: 185px !important;
  width: 100% !important;
}
.gform_wrapper .gform_footer .gform_button:hover {
  background-color: white !important;
  color: #eb5e3f !important;
}
.gform_wrapper .gform_validation_errors {
  border: solid 2px rgba(192, 43, 10, 0.25) !important;
  background-color: #f7f7ed !important;
}
.gform_wrapper .gform_validation_errors .gform_submission_error {
  font-family: "Manrope", sans-serif !important;
  font-size: 16px !important;
}
.gform_wrapper .gform_validation_errors .gform-icon {
  margin-top: 1px !important;
}

.gform-theme--framework .gform_validation_errors .gform_submission_error {
  align-items: flex-start !important;
}

.popup_bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(36, 37, 43, 0.8);
  z-index: 23;
  display: none;
}

.popup {
  position: absolute;
  top: 40px;
  right: 20px;
  left: 20px;
  margin: 0 auto;
  z-index: 24;
  background-color: #24252b;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  max-width: 1000px;
  width: 100%;
}
.popup.active {
  opacity: 1;
  visibility: visible;
}

.iframe_wrap {
  position: relative;
}
.iframe_wrap:after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.iframe_wrap iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.popup__close {
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  cursor: pointer;
  transition: 0.2s;
}
.popup__close:hover svg {
  stroke: #eb5e3f;
}
.popup__close svg {
  width: 18px;
  stroke: #979797;
  transition: 0.3s;
}

.section {
  padding: 60px 0;
  background-color: #f7f7ed;
}

.section--center {
  text-align: center;
}

.section--blue {
  background-color: #4b7587;
}

.section--white {
  background-color: white;
}

.accordions {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.accordion_wrap {
  width: 100%;
  margin: 0 auto;
}
.accordion_wrap:first-of-type .accordion__content {
  display: block;
}
.accordion_wrap:last-of-type .accordion {
  border: none;
}

.accordion {
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
  padding: 0;
  position: relative;
  text-align: left;
  transition: 0.5s ease-in-out;
  border-bottom: solid 2px rgba(151, 151, 151, 0.24);
  padding-bottom: 20px;
  padding-top: 20px;
}
.accordion.accordion--open::before {
  opacity: 0.92;
  visibility: visible;
}
.accordion.accordion--open .accordion__button:after {
  transform: rotate(0deg);
}
.accordion.accordion--open .button {
  background-color: white;
  color: #24252b;
  transition: 0.5s;
}
.accordion.accordion--open .accordion__title {
  color: #eb5e3f;
}
.accordion:hover .accordion__button:after,
.accordion:hover .accordion__button:before, .accordion.accordion--open .accordion__button:after,
.accordion.accordion--open .accordion__button:before {
  background-color: #eb5e3f;
}
.accordion:hover .accordion__title, .accordion.accordion--open .accordion__title {
  color: #eb5e3f;
}

.accordion__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion__button {
  width: 22px;
  height: 22px;
  background-color: transparent;
  display: block;
  position: absolute;
  top: 30px;
  right: 0px;
  transition: 0.2s;
}
.accordion__button:before, .accordion__button:after {
  content: "";
  display: block;
  height: 2.4px;
  width: 22px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -3px auto 0;
  background-color: #24252b;
  transition: 0.2s;
}
.accordion__button:after {
  transform: rotate(90deg);
}

.accordion__title {
  transition: 0.2s;
  text-transform: none;
  color: #24252b;
  font-weight: 400;
  letter-spacing: -0.1px;
  position: relative;
  z-index: 1;
}

.accordion__content {
  display: none;
  position: relative;
  z-index: 1;
  margin-top: 5px;
}
.accordion__content p {
  line-height: 35px;
  letter-spacing: -0.25px;
  font-weight: 400;
  margin-bottom: 20px;
}
.accordion__content p a {
  font-weight: 400;
  color: #4b7587;
  text-decoration: underline;
  transition: 0.3s;
}
.accordion__content p a:hover {
  opacity: 0.8;
}
.accordion__content p:first-of-type {
  font-size: 19px;
  margin-bottom: 30px;
}
.accordion__content p:last-of-type {
  margin-bottom: 0;
}

.cta {
  background-color: #4b7587;
  padding: 100px 120px;
  position: relative;
  overflow: hidden;
  color: #f7f7ed;
}

.cta__graphic {
  fill: #eb5e3f;
  max-width: 320px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.cta__content {
  position: relative;
  z-index: 1;
  max-width: 480px;
  width: 100%;
}
.cta__content h5 {
  color: #cde6f2;
  font-weight: 500;
  margin-bottom: 0;
}
.cta__content h2 {
  font-weight: 400;
}
.cta__content h6 {
  font-weight: 400;
  line-height: 38px;
}

.cta__buttons {
  margin-top: 40px;
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
}
.cta__buttons .button:hover {
  background-color: #f7f7ed;
  color: #eb5e3f;
}

.cta__img {
  position: absolute;
  top: 0;
  right: 80px;
  z-index: 1;
  max-width: 435px;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .cta {
    padding: 90px 50px;
  }
  .cta__content {
    max-width: 450px;
  }
  .cta__img {
    right: 50px;
    max-width: 390px;
  }
}
@media screen and (max-width: 1000px) {
  .cta__img {
    position: relative;
    right: initial;
    display: block;
    margin: 60px auto 0;
    max-width: 300px;
  }
  .cta {
    padding: 50px 40px 0;
  }
  .cta__content {
    max-width: none;
  }
  .cta__graphic {
    max-width: 220px;
  }
}
.flexible_content__items {
  display: flex;
  flex-direction: column;
  row-gap: 100px;
}

.flexible_content {
  display: flex;
  justify-content: space-between;
  column-gap: 40px;
  align-items: flex-start;
}

.default_staggered_reverse {
  flex-direction: row-reverse;
}
.default_staggered_reverse .flexible_content__img__graphic {
  right: -80px;
  left: initial;
}

.flexible_content__img_wrap {
  position: relative;
  max-width: 470px;
  width: 100%;
}
.flexible_content__img_wrap:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.flexible_content__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.flexible_content__img__graphic {
  position: absolute;
  max-width: 325px;
  width: 100%;
  left: -80px;
  bottom: -70px;
  fill: #cde6f2;
}

.flexible_content__content {
  max-width: 600px;
  width: 100%;
  margin-top: 20px;
}
.flexible_content__content h3 {
  color: #eb5e3f;
  font-weight: 600;
}
.flexible_content__content h5 {
  margin-bottom: 5px;
}
.flexible_content__content p {
  color: #24252b;
  font-weight: 500;
}

.flexible_content_slider__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.flexible_content_slider__top__title {
  color: #eb5e3f;
  font-weight: 500;
}

.flexible_content_slider__arrows {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  margin-top: 10px;
}

.flexible_content_slider__items {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 50px;
}
.flexible_content_slider__items .flexible_content__img_wrap {
  z-index: 4;
}

.flexible_content_slider__slider_wrap {
  max-width: 530px;
  width: 100%;
  margin: 0 -25px;
  position: relative;
}
.flexible_content_slider__slider_wrap::before {
  content: "";
  width: 100vh;
  height: 100%;
  background-color: #f7f7ed;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  z-index: 3;
}
.flexible_content_slider__slider_wrap .slider {
  overflow: visible;
}
.flexible_content_slider__slider_wrap .slider .slick-list {
  overflow: visible;
}
.flexible_content_slider__slider_wrap .slider .flexible_content_slider__item {
  background-color: #e1e1d6;
  padding: 50px 70px 70px;
  margin: 0 25px;
  opacity: 0.3;
  transition: 0.4s;
}
.flexible_content_slider__slider_wrap .slider .flexible_content_slider__item.slick-active {
  opacity: 1;
}
.flexible_content_slider__slider_wrap .slider .flexible_content_slider__item .button {
  background-color: #24252b;
  color: #f7f7ed;
}
.flexible_content_slider__slider_wrap .slider .flexible_content_slider__item .button:hover {
  background-color: #eb5e3f;
}

.flexible_content_slider__item__title {
  font-weight: 600;
  margin-bottom: 20px;
}

.flexible_content_slider__item__text {
  font-weight: 500;
  opacity: 0.77;
  margin-bottom: 30px;
}

.layout_with_box .flexible_content__content {
  margin-top: 30px;
}

.layout_with_box__box {
  background-color: #e1e1d6;
  max-width: 470px;
  width: 100%;
  padding: 70px 70px 50px;
}

@media screen and (max-width: 1200px) {
  .flexible_content__img__graphic {
    bottom: -30px;
  }
}
@media screen and (max-width: 1000px) {
  .flexible_content__items {
    row-gap: 60px;
  }
  .flexible_content {
    flex-direction: column;
    align-items: center;
    row-gap: 60px;
  }
  .flexible_content__content {
    max-width: none;
    margin: 0;
  }
  .flexible_content__img_wrap {
    max-width: 350px;
  }
  .flexible_content__img__graphic {
    bottom: -40px;
    left: -40px;
  }
  .default_staggered_reverse .flexible_content__img__graphic {
    left: initial;
    right: -40px;
  }
  .flexible_content_slider__slider_wrap {
    max-width: 480px;
  }
  .flexible_content_slider__slider_wrap .slider .flexible_content_slider__item {
    padding: 30px 50px 50px;
  }
  .layout_with_box .flexible_content__content {
    margin: 0;
  }
  .layout_with_box {
    align-items: flex-start;
  }
  .layout_with_box__box {
    padding: 40px 40px 20px;
  }
}
@media screen and (max-width: 800px) {
  .flexible_content_slider__items {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 60px;
  }
  .flexible_content_slider__items .flexible_content__img_wrap {
    align-self: center;
    display: none;
  }
  .flexible_content_slider__top {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .flexible_content_slider__slider_wrap {
    max-width: 400px;
    margin: 0 -10px;
  }
  .flexible_content_slider__slider_wrap .slider .flexible_content_slider__item {
    padding: 30px 30px 50px;
    margin: 0 10px;
  }
}
.slick-dots {
  display: flex;
  justify-content: center;
  padding: 0;
  margin-top: 40px;
}
.slick-dots li {
  margin: 0 5px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-dots li.slick-active button {
  width: 60px;
  background-color: white;
  pointer-events: none;
}
.slick-dots li button {
  margin: 0 auto;
  width: 30px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.32);
  border: none;
  font-size: 0;
  transition: 0.2s;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
  transition: 0.5s;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.slider {
  position: relative;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.slider .slick-track {
  display: flex;
}
.slider .slick-slide {
  height: inherit;
}
.slider .slick-slide:focus {
  outline: none;
}

.slick-arrows {
  position: relative;
  display: block;
  transition: 0.2s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  width: 48px;
  height: 45px;
  background-color: #eb5e3f;
}
.slick-arrows svg {
  width: 12px;
  fill: white;
  transition: 0.2s;
  margin-left: 2px;
}
.slick-arrows:hover {
  background-color: #24252b;
}
.slick-arrows:hover svg {
  fill: #f7f7ed;
}

.prev-arrow svg {
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 2px;
}

.slick-arrow {
  transition: 0.2s;
}

.slick-disabled {
  opacity: 0.36;
  cursor: auto;
  pointer-events: none;
}
.slick-disabled .slick-arrows {
  cursor: auto;
  pointer-events: none;
  background-color: #e1e1d6;
}
.slick-disabled .slick-arrows svg {
  fill: rgba(36, 37, 43, 0.32);
}

.progress {
  display: block;
  flex-grow: 1;
  height: 4px;
  overflow: hidden;
  background-color: rgba(151, 151, 151, 0.18);
  background-image: linear-gradient(to right, #24252b, #24252b);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
}

.error {
  min-height: calc(100vh - 400px);
}

.error__title {
  margin-bottom: 20px;
}

.error__content {
  margin-bottom: 20px;
}

.front_hero {
  position: relative;
  overflow: hidden;
  background-color: #4b7587;
  color: #f7f7ed;
}

.front_hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  filter: blur(6px);
  opacity: 0.34;
}

.front_hero__grad {
  position: absolute;
  top: -140px;
  left: 0;
  right: 0;
  width: 100%;
  height: 600px;
  background: #000000;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.53;
}

.front_hero__items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 3;
  column-gap: 40px;
}

.front_hero__graphic {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 325px;
  width: 100%;
  fill: #cde6f2;
}

.front_hero__img_wrap {
  position: relative;
  max-width: 500px;
  width: 100%;
}
.front_hero__img_wrap:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.front_hero__img_wrap .top_image_slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.front_hero__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.front_hero__img__graphic {
  max-width: 325px;
  width: 100%;
  fill: #cde6f2;
  position: absolute;
  top: -70px;
  left: -90px;
  opacity: 0.23;
}

.front_hero__content {
  max-width: 500px;
  min-width: 440px;
  width: 100%;
  margin-top: 60px;
}
.front_hero__content h1 {
  margin-bottom: 10px;
}
.front_hero__content h2 {
  opacity: 0.81;
  font-weight: 400;
}

.front_hero__button {
  display: inline-flex;
  justify-content: center;
  column-gap: 10px;
  margin-top: 30px;
}

.front_hero__button__icon {
  max-width: 21px;
  width: 100%;
  fill: white;
}

.front_about {
  padding: 100px 0;
}

.front_about__items {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 100px;
}

.front_about__img_wrap {
  position: relative;
  max-width: 430px;
  width: 100%;
}
.front_about__img_wrap:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.front_about__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.front_about__content {
  max-width: 480px;
  width: 100%;
}
.front_about__content h2 {
  max-width: 435px;
  width: 100%;
  margin-bottom: 30px;
}
.front_about__content h6 {
  margin-bottom: 40px;
}
.front_about__content .button {
  text-align: center;
  max-width: 180px;
  width: 100%;
}

.front_about__img__graphic {
  max-width: 325px;
  width: 100%;
  position: absolute;
  left: -80px;
  bottom: -80px;
  fill: #cde6f2;
}

.front_services {
  padding-top: 30px;
}

.front_services__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.front_services__slider {
  margin: 0 -20px;
}
.front_services__slider .front_services__slider__item {
  margin: 0 20px;
  min-height: 440px;
  overflow: hidden;
}
.front_services__slider .front_services__slider__item .service_item {
  margin: 0;
  height: 100%;
}
.front_services__slider .front_services__slider__item .service_item__graphic {
  bottom: -100px;
  left: 0;
  transition: 0.5s;
}
.front_services__slider .front_services__slider__item .service_item__description {
  position: relative;
  z-index: 3;
}
.front_services__slider .front_services__slider__item:nth-of-type(even) .service_item {
  background-color: #24252b;
}
.front_services__slider .front_services__slider__item:nth-of-type(even) .service_item:hover {
  background-color: #eb5e3f;
}
.front_services__slider .front_services__slider__item:hover .service_item__graphic {
  bottom: -50px;
}

.front_services__slider__nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 30px;
  margin-top: 50px;
}

.front_services__slider__arrows {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 10px;
}
.front_services__slider__arrows .slick-arrows {
  background-color: #e1e1d6;
}
.front_services__slider__arrows .slick-arrows svg {
  fill: #24252b;
}
.front_services__slider__arrows .slick-arrows:hover {
  background-color: #24252b;
}
.front_services__slider__arrows .slick-arrows:hover svg {
  fill: white;
}
.front_services__slider__arrows .slick-disabled {
  opacity: 0.36;
}

.front_properties {
  overflow: hidden;
}

.front_properties__items {
  display: flex;
  justify-content: space-between;
  column-gap: 40px;
  align-items: flex-start;
}

.front_properties__content {
  max-width: 310px;
  width: 100%;
  position: relative;
  z-index: 5;
}
.front_properties__content h2 {
  margin-bottom: 30px;
}
.front_properties__content p {
  font-weight: 500;
  margin-bottom: 40px;
}
.front_properties__content .button {
  max-width: 235px;
  width: 100%;
  text-align: center;
}

.front_properties__slider_wrap {
  position: relative;
  max-width: 815px;
  width: 100%;
}
.front_properties__slider_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100vw;
  right: 100%;
  background-color: #f7f7ed;
  z-index: 4;
}

.front_properties__slider {
  width: 100%;
  overflow: visible;
  margin: 0 -25px;
}
.front_properties__slider .slick-track,
.front_properties__slider .slick-list {
  overflow: visible;
}
.front_properties__slider .front_property_item {
  margin: 0 25px;
  opacity: 0.31;
  transition: 0.3s;
  pointer-events: none;
}
.front_properties__slider .front_property_item.slick-active {
  opacity: 1;
  pointer-events: all;
}
.front_properties__slider .front_property_item:hover .property_item__title {
  color: #eb5e3f;
}

.front_property_item__img {
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 20px;
}

.front_properties__slider__arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% + 30px);
  position: absolute;
  top: 150px;
  left: -40px;
  z-index: 6;
  pointer-events: none;
}
.front_properties__slider__arrows .slick-arrows {
  background-color: transparent;
  padding: 0;
  width: auto;
  height: auto;
  opacity: 0.22;
}
.front_properties__slider__arrows .slick-arrows svg {
  fill: #1d1d1b;
  width: 22px;
}
.front_properties__slider__arrows .slick-arrows:hover {
  opacity: 1;
}
.front_properties__slider__arrows .slick-disabled {
  opacity: 1;
}

.front_reviews {
  background-color: #4b7587;
  color: #f7f7ed;
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}

.front_reviews__items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 40px;
  position: relative;
  z-index: 3;
}

.front_reviews__img {
  max-width: 560px;
  width: 100%;
}

.front_reviews__graphic {
  fill: #eb5e3f;
  max-width: 290px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.front_reviews__content {
  max-width: 540px;
  width: 100%;
}
.front_reviews__content .quote_item__text {
  line-height: 34px;
}
.front_reviews__content .quote_item__text p {
  font-weight: 500;
  font-size: 18px;
}
.front_reviews__content .quote_item__citation {
  font-weight: 500;
  color: rgba(247, 247, 237, 0.9);
  opacity: 0.74;
}

.front_reviews__title {
  margin-bottom: 40px;
}

.front_reviews__google {
  display: flex;
  column-gap: 30px;
  margin-top: 50px;
}

.front_reviews__google__item {
  max-width: 250px;
  width: 100%;
}
.front_reviews__google__item p {
  font-weight: 600;
  margin-bottom: 10px;
  color: white;
}

.front_reviews__google__item__box {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 15px 20px;
  max-width: 280px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.front_reviews__google__item__box .wp-google-powered {
  display: none;
}
.front_reviews__google__item__box .wp-gr {
  padding-bottom: 0 !important;
}

.google_rating_title {
  font-size: 16px;
  letter-spacing: -0.23px;
  line-height: 32px;
  color: #323538;
  font-weight: 600;
}

.google_review_icon {
  max-width: 52px;
  width: 100%;
}

.front_reviews__google__item__img {
  width: 100%;
  border-radius: 10px;
}

.front_news {
  overflow: hidden;
}

.front_news__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 40px;
  margin-bottom: 50px;
}

.front_news__top__title {
  max-width: 420px;
  width: 100%;
}

.front_news__top__text {
  max-width: 420px;
  width: 100%;
  font-weight: 500;
}

.front_news__items {
  display: flex;
  justify-content: space-between;
  column-gap: 50px;
  position: relative;
}

.front_news__item {
  display: block;
  max-width: 385px;
  width: 100%;
  color: white;
  background-color: #24252b;
  min-height: 435px;
  position: relative;
  overflow: hidden;
  transition: 0.4s;
  z-index: 3;
}
.front_news__item:hover {
  background-color: #eb5e3f;
}
.front_news__item:hover svg {
  fill: white;
}

.front_news__item__content {
  padding: 50px 50px;
}

.front_news__item__category {
  font-weight: 600;
  margin-bottom: 10px;
}

.front_news__item__graphic {
  position: absolute;
  bottom: 0;
  left: 0;
  fill: #cde6f2;
  max-width: 175px;
  width: 100%;
  transition: 0.3s;
}

.front_news__item__read {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  position: absolute;
  bottom: 70px;
  right: 40px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.05px;
  line-height: 19px;
}
.front_news__item__read svg {
  fill: #cde6f2;
  max-width: 33px;
  width: 100%;
  transition: 0.3s;
}

.front_news__item--large {
  max-width: none;
  flex-grow: 1;
  display: flex;
  background-color: #4b7587;
}
.front_news__item--large .front_news__item__graphic {
  display: none;
}
.front_news__item--large svg {
  fill: white;
}

.front_news__item__img {
  max-width: 360px;
  width: 100%;
  height: 100%;
  display: block;
}

.front_news__graphic {
  fill: #cde6f2;
  position: absolute;
  right: -80px;
  bottom: -80px;
  max-width: 325px;
  width: 100%;
}

.front_worked_with {
  padding: 100px 0;
}

.front_worked_with__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.front_worked_with__companies {
  display: flex;
  column-gap: 40px;
  align-items: center;
  justify-content: space-between;
  row-gap: 40px;
  flex-wrap: wrap;
}

.front_worked_with__logo {
  max-height: 70px;
  max-width: 200px;
  filter: grayscale(1);
}

@media screen and (max-width: 1200px) {
  .front_reviews__img {
    max-width: 400px;
  }
  .front_news__item__img {
    max-width: 300px;
  }
  .front_worked_with__companies {
    justify-content: center;
  }
  .front_properties__items {
    flex-direction: column;
    row-gap: 50px;
  }
  .front_properties__content {
    max-width: 815px;
    margin: 0 auto;
  }
  .front_properties__content h2,
  .front_properties__content p {
    margin-bottom: 20px;
  }
  .front_properties__slider_wrap {
    align-self: center;
  }
  .front_properties__slider_wrap::before {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .front_news__item__img {
    display: none;
  }
  .front_news__item--large .front_news__item__graphic {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .front_hero__content {
    margin-top: 0;
  }
  .front_about__items {
    column-gap: 40px;
  }
  .front_reviews {
    padding: 60px 0;
  }
  .front_reviews__content {
    max-width: none;
  }
  .front_reviews__items {
    flex-direction: column-reverse;
    row-gap: 40px;
    align-items: flex-start;
  }
  .front_reviews__img {
    max-width: 500px;
  }
}
@media screen and (max-width: 900px) {
  .front_hero__items {
    flex-direction: column-reverse;
    align-items: flex-start;
    row-gap: 40px;
  }
  .front_hero__graphic {
    opacity: 0.2;
    right: -220px;
  }
  .front_hero__content {
    max-width: none;
    min-width: 0;
  }
  .front_about {
    padding: 60px 0;
  }
  .front_about__img_wrap {
    max-width: 350px;
  }
  .front_about__img__graphic {
    bottom: -40px;
    left: -40px;
    max-width: 225px;
  }
  .front_properties__slider_wrap {
    max-width: 400px;
    align-self: flex-start;
  }
  .front_properties__slider {
    margin: 0 -10px;
  }
  .front_properties__slider .front_property_item {
    margin: 0 10px;
  }
}
@media screen and (max-width: 850px) {
  .front_news__top {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
  }
  .front_news__top__title,
  .front_news__top__text {
    max-width: none;
  }
  .front_news__items {
    flex-direction: column;
    row-gap: 40px;
  }
  .front_news__item {
    max-width: none;
  }
}
@media screen and (max-width: 800px) {
  .front_about__items {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 60px;
  }
  .front_about__img_wrap {
    align-self: center;
  }
  .front_about__content {
    max-width: none;
  }
  .front_about__content h2 {
    max-width: none;
    margin-bottom: 10px;
  }
  .front_services__top {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .front_worked_with__top {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 700px) {
  .front_services {
    position: relative;
    overflow: hidden;
  }
  .front_services__slider {
    max-width: 360px;
    overflow: visible;
  }
  .front_services__slider .slick-track,
  .front_services__slider .slick-list {
    overflow: visible;
  }
  .front_services__slider .front_services__slider__item {
    min-height: 370px;
  }
  .front_services__slider .front_services__slider__item .service_item__view {
    right: 40px;
    bottom: 60px;
    opacity: 1;
    visibility: visible;
  }
  .front_services__slider .front_services__slider__item .service_item__graphic {
    max-width: 130px;
    bottom: -70px;
    pointer-events: none;
  }
  .front_services__slider .front_services__slider__item:nth-of-type(even) .service_item {
    background-color: #24252b;
  }
  .front_services__slider .front_services__slider__item:nth-of-type(even) .service_item:hover {
    background-color: #24252b;
  }
  .front_services__slider .front_services__slider__item:hover .service_item__graphic {
    bottom: -70px;
  }
  .front_news__item {
    min-height: 380px;
  }
  .front_news__item__content {
    padding: 30px;
  }
  .front_worked_with__logo {
    max-height: 50px;
    max-width: 150px;
  }
}
@media screen and (max-width: 500px) {
  .front_properties__slider_wrap {
    align-self: center;
    max-width: calc(100% - 40px);
  }
}
.tool-pagination ul {
  display: flex;
  justify-content: center;
  margin: 0;
  margin-top: 30px;
  border: none;
  position: relative;
  z-index: 1;
}
.tool-pagination ul li {
  border: none;
  list-style: none;
}
.tool-pagination ul li .page-numbers {
  font-size: 18px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  height: 48px;
  width: 48px;
  letter-spacing: 0;
  line-height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  margin: 0 5px;
  color: #24252b;
}
.tool-pagination ul li .page-numbers.current {
  background-color: rgba(225, 225, 214, 0.69);
  color: #eb5e3f;
  cursor: auto;
  pointer-events: none;
}
.tool-pagination ul li .page-numbers.dots {
  pointer-events: none;
  height: auto;
  width: auto;
}
.tool-pagination ul li .page-numbers:hover {
  background-color: rgba(225, 225, 214, 0.69);
}
.tool-pagination ul .pagination_arrows {
  margin: 0 15px;
  width: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tool-pagination ul .pagination_arrows svg {
  width: 100%;
  transition: 0.3s;
  fill: #24252b;
}
.tool-pagination ul .pagination_arrows.invisible {
  pointer-events: none;
  opacity: 0.26;
}
.tool-pagination ul .pagination_arrows.prev svg {
  transform: rotate(180deg);
}
.tool-pagination ul .pagination_arrows:hover svg {
  fill: #eb5e3f;
}

.single_hero {
  background-color: #4b7587;
  min-height: 530px;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 60px 0 0;
  display: flex;
  flex-direction: column;
}
.single_hero .back_button {
  z-index: 5;
  position: relative;
}

.single_hero__inner {
  position: relative;
  height: 100%;
  flex-grow: 1;
}

.single_hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
  opacity: 0.12;
  filter: blur(15px);
}

.single_hero__graphic {
  max-width: 325px;
  fill: #eb5e3f;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.single_hero__graphic--left {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100px;
  width: 100%;
  fill: #eb5e3f;
}

.single_hero__items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 180px;
}

.single_hero__img {
  max-width: 445px;
  width: 100%;
  aspect-ratio: 1/1;
  z-index: 3;
}

.single_hero__content {
  max-width: 415px;
  width: 100%;
  color: #f7f7ed;
  margin-top: 50px;
}

.single_hero__category {
  color: #eb5e3f;
  margin-bottom: 10px;
}

.single_hero__title {
  font-weight: 400;
  margin-bottom: 50px;
}

.single_hero__date {
  color: #cde6f2;
  font-weight: 600;
  font-size: 20px;
}

.single_news {
  padding: 90px 0;
}

.single_news__content h4 {
  font-weight: 600;
}
.single_news__content p {
  color: #5d5f68;
}

.single_news__bottom {
  margin-top: 50px;
}
.single_news__bottom p {
  margin-bottom: 30px;
  font-weight: 500;
}

.single_news__bottom__title {
  color: #eb5e3f;
  margin-bottom: 5px;
}

.other_news {
  position: relative;
  overflow: hidden;
  background-color: #4b7587;
  color: #f7f7ed;
  padding-bottom: 40px;
}

.other_news__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 3;
}

.other_news__top__view {
  display: flex;
  align-items: center;
  column-gap: 15px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.05px;
  line-height: 19px;
  color: white;
  transition: 0.3s;
}
.other_news__top__view svg {
  fill: #f7f7ed;
  max-width: 30px;
  width: 100%;
  transition: 0.3s;
}
.other_news__top__view:hover {
  color: #eb5e3f;
}
.other_news__top__view:hover svg {
  fill: #eb5e3f;
}

.other_news_grid {
  margin-top: 0;
  position: relative;
  z-index: 3;
}
.other_news_grid .news_item__img {
  max-height: 260px;
  aspect-ratio: initial;
}
.other_news_grid .news_item__title {
  color: #f7f7ed;
}

.other_news__graphic {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100px;
  width: 100%;
  fill: #cde6f2;
  opacity: 0.45;
}
.other_news__graphic--right {
  bottom: 0;
  top: initial;
  left: initial;
  right: 0;
  max-width: 230px;
}

@media screen and (max-width: 1200px) {
  .single_hero__items {
    padding-left: 60px;
  }
  .single_hero__graphic--left {
    max-width: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .single_hero {
    min-height: 0;
  }
  .single_hero__img {
    max-width: 330px;
  }
  .single_hero__content {
    margin-top: 0;
    padding-bottom: 50px;
  }
  .single_hero__graphic {
    max-width: 270px;
  }
  .other_news__graphic {
    opacity: 0.15;
  }
}
@media screen and (max-width: 860px) {
  .single_hero {
    padding-bottom: 80px;
  }
  .single_hero__items {
    padding-left: 0;
    flex-direction: column-reverse;
    row-gap: 40px;
    margin-top: 40px;
  }
  .single_hero__content {
    padding: 0;
    max-width: none;
  }
  .single_hero__graphic--left {
    max-width: 100px;
    bottom: -220px;
    right: 0;
    left: initial;
  }
  .other_news_grid .grid_1-2 {
    max-width: 400px;
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .other_news__top {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
}
.holding__social {
  display: flex;
  justify-content: center;
}

.holding__social__item {
  margin: 0 5px;
  position: relative;
}
.holding__social__item svg {
  width: 34px;
  transition: 0.2s;
}

.holding__social__item--facebook svg {
  width: 16px;
}

.about_hero {
  background-color: #eb5e3f;
  position: relative;
  overflow: hidden;
  padding: 40px 0 45px;
}

.about_hero__graphic {
  fill: #f7f7ed;
  max-width: 325px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.about_hero__title {
  font-weight: 400;
  color: #f7f7ed;
}

.about {
  position: relative;
  overflow: hidden;
  padding-top: 90px;
}

.about__items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 80px;
  position: relative;
  padding-bottom: 110px;
}

.about_vid_button {
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
}
.about_vid_button .triangle {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 0 7px 9px;
  border-color: transparent transparent transparent white;
  transform: rotate(0deg);
}

.about_popup .popup__close {
  top: -40px;
  right: 0;
}
.about_popup .popup__close svg {
  stroke: white;
}
.about_popup .popup__close svg:hover {
  stroke: #eb5e3f;
}

.about__graphic {
  position: absolute;
  max-width: 325px;
  width: 100%;
  left: -100px;
  bottom: -100px;
  fill: #cde6f2;
  fill-rule: evenodd;
}

.about__img_wrap {
  position: relative;
  max-width: 480px;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

.about__img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

.about__content {
  max-width: 550px;
  width: 100%;
}

.about_services {
  position: relative;
  padding: 100px 0 120px;
}

.about_services__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 52%;
  pointer-events: none;
}

.about_services__items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #f7f7ed;
  position: relative;
  z-index: 1;
  column-gap: 40px;
}

.about_services__left {
  max-width: 485px;
  width: 100%;
}
.about_services__left h5 {
  margin-bottom: 0;
  color: #eb5e3f;
}
.about_services__left h2 {
  font-weight: 400;
}
.about_services__left .button {
  margin-top: 30px;
}
.about_services__left .button:hover {
  background-color: white;
  color: #eb5e3f;
}

.about_services__quotes {
  max-width: 505px;
  width: 100%;
}

.quote_item {
  border-left: solid 4px #eb5e3f;
  padding-left: 30px;
}

.quote_item__text {
  font-weight: 300;
  line-height: 43px;
  margin-bottom: 20px;
}

.quote_item__citation {
  color: #eb5e3f;
  font-weight: 600;
}

.about_services__graphic {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 120px;
  width: 100%;
  fill: #f7f7ed;
  pointer-events: none;
}

.about_approach {
  position: relative;
  padding-top: 90px;
  overflow: hidden;
}

.about_approach__items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 80px;
  position: relative;
  padding-bottom: 90px;
  z-index: 1;
}

.about_approach__img_wrap {
  position: relative;
  max-width: 480px;
  width: 100%;
  display: block;
  margin-top: 15px;
  position: relative;
  z-index: 2;
}

.about_approach__img {
  width: 100%;
  position: relative;
  z-index: 3;
  display: block;
}

.about_approach__right {
  max-width: 590px;
  width: 100%;
}

.about_approach__right__title {
  font-weight: 400;
  letter-spacing: -0.7px;
}

.about_approach__graphic {
  position: absolute;
  max-width: 325px;
  width: 100%;
  fill: #cde6f2;
  left: -100px;
  bottom: -100px;
}

.about__bottom {
  padding-top: 40px;
  padding-bottom: 100px;
}

@media screen and (max-width: 1200px) {
  .about_approach__items,
  .about__items {
    padding-bottom: 0;
    column-gap: 60px;
  }
  .about_approach__img_wrap,
  .about__img_wrap {
    max-width: 380px;
  }
  .about_approach__graphic,
  .about__graphic {
    left: -40px;
    bottom: -40px;
  }
  .about_services__bg {
    width: 100%;
    opacity: 0.7;
  }
}
@media screen and (max-width: 1000px) {
  .about_services {
    padding: 60px 0 130px;
  }
  .about_services__items {
    flex-direction: column;
    align-items: center;
    row-gap: 60px;
  }
  .about_services__left {
    max-width: none;
  }
  .about_services__quotes {
    max-width: none;
    padding-right: 120px;
  }
}
@media screen and (max-width: 900px) {
  .about_hero__graphic {
    max-width: 200px;
    right: -120px;
  }
  .about_hero__title {
    padding-right: 200px;
  }
  .about_approach__img_wrap {
    margin-top: 0;
  }
  .about_approach__items,
  .about__items {
    flex-direction: column;
    align-items: center;
    row-gap: 60px;
  }
  .about_approach__img_wrap,
  .about__img_wrap {
    max-width: 350px;
  }
  .about__content {
    max-width: none;
  }
}
@media screen and (max-width: 600px) {
  .about_services__quotes {
    padding-right: 0;
  }
  .about_services__graphic {
    max-width: 90px;
  }
  .about_hero__title {
    padding-right: 0;
  }
}
.services_hero {
  position: relative;
  overflow: hidden;
  color: #f7f7ed;
  padding: 80px 0 100px;
}

.services_hero__items {
  display: flex;
  align-items: center;
  column-gap: 80px;
}

.services_hero__left {
  max-width: 520px;
  width: 100%;
}
.services_hero__left h6 {
  font-weight: 400;
}
.services_hero__left p {
  font-weight: 500;
}
.services_hero__left .wp-block-button__link {
  margin-top: 10px;
}
.services_hero__left .wp-block-button__link:hover {
  background-color: #f7f7ed;
  color: #eb5e3f;
}

.services_hero__title {
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px;
}

.services_hero__img_wrap {
  display: block;
  max-width: 490px;
  width: 100%;
}

.services_hero__img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

.services_hero__graphic {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 325px;
  width: 100%;
  fill: #cde6f2;
  fill-rule: evenodd;
}

.services {
  padding-bottom: 200px;
}

.services__top {
  margin-bottom: 40px;
}

.services__top__subtitle {
  color: #eb5e3f;
  font-weight: 500;
}

.services__top__title {
  font-weight: 400;
}

.services__grid .grid_1-3:nth-of-type(even) .service_item {
  background-color: #24252b;
}
.services__grid .grid_1-3:nth-of-type(even) .service_item:hover {
  background-color: #eb5e3f;
}

.service_item {
  display: block;
  width: 100%;
  min-height: 380px;
  background-color: #4b7587;
  color: #f7f7ed;
  position: relative;
  margin-bottom: 50px;
  transition: 0.3s;
  padding: 50px;
  overflow: hidden;
}
.service_item:hover {
  background-color: #eb5e3f;
}
.service_item:hover .service_item__view {
  opacity: 1;
  visibility: visible;
}
.service_item:hover .service_item__graphic {
  left: 0;
}

.service_item__title {
  font-weight: 500;
  min-height: 84px;
  margin-bottom: 20px;
  max-width: 226px;
  width: 100%;
}

.service_item__description {
  opacity: 0.9;
  max-width: 250px;
  width: 100%;
}

.service_item__graphic {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 170px;
  width: 100%;
  fill: #f7f7ed;
  display: block;
  left: -50px;
  transition: 0.5s;
}

.service_item__view {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.05px;
  line-height: 19px;
  color: white;
  position: absolute;
  right: 55px;
  bottom: 55px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.service_item__view svg {
  width: 100%;
  max-width: 33px;
  fill: #f7f7ed;
}

.service__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  column-gap: 60px;
}

.service__bottom__img_wrap {
  max-width: 480px;
  width: 100%;
  position: relative;
}

.service__bottom__img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
}

.service__bottom__content {
  max-width: 490px;
  width: 100%;
}
.service__bottom__content h5 {
  color: #eb5e3f;
  margin-bottom: 0;
  font-weight: 500;
}
.service__bottom__content .button {
  margin-top: 20px;
}

.service__bottom__content__buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.service__bottom__graphic {
  max-width: 325px;
  width: 100%;
  position: absolute;
  right: -110px;
  bottom: -90px;
  display: block;
  fill: #cde6f2;
}

@media screen and (max-width: 1240px) {
  .services__grid {
    justify-content: flex-start;
  }
  .services__grid .grid_1-3 {
    max-width: 415px;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .service__bottom__graphic {
    left: -40px;
    bottom: -40px;
    right: initial;
  }
}
@media screen and (max-width: 1000px) {
  .services_hero {
    padding: 60px 0;
  }
  .services_hero__items {
    flex-direction: column-reverse;
    align-items: flex-start;
    row-gap: 80px;
  }
  .services_hero__left {
    max-width: none;
  }
  .services_hero__img_wrap {
    position: relative;
    max-width: 350px;
    align-self: center;
  }
  .services_hero__graphic {
    right: -40px;
    bottom: -40px;
  }
  .services {
    padding-bottom: 90px;
  }
  .service__bottom {
    flex-direction: column;
    align-items: center;
    row-gap: 80px;
  }
  .service__bottom__graphic {
    right: -40px;
    left: initial;
  }
  .service__bottom__img_wrap {
    max-width: 400px;
  }
}
@media screen and (max-width: 830px) {
  .services__grid {
    justify-content: center;
  }
}
@media screen and (max-width: 700px) {
  .services__grid .grid_1-3:nth-of-type(even) .service_item {
    background-color: #24252b;
  }
  .services__grid .grid_1-3:nth-of-type(even) .service_item:hover {
    background-color: #24252b;
  }
  .service_item {
    padding: 30px;
    min-height: 330px;
  }
  .service_item:hover {
    background-color: #4b7587;
  }
  .service_item__title {
    min-height: 0;
  }
  .service_item__view {
    opacity: 1;
    visibility: visible;
  }
}
.single_service_hero {
  position: relative;
  overflow: hidden;
  padding: 40px 0 100px;
  color: #f7f7ed;
}

.back_button {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.05px;
  line-height: 19px;
  color: white;
  margin-bottom: 70px;
  transition: 0.3s;
  cursor: pointer;
}
.back_button svg {
  fill: #f7f7ed;
  max-width: 30px;
  width: 100%;
  transition: 0.3s;
}
.back_button:hover {
  color: #eb5e3f;
}
.back_button:hover svg {
  fill: #eb5e3f;
}

.single_service_hero__content {
  max-width: 550px;
  width: 100%;
}

.single_service_hero__title {
  color: #eb5e3f;
  font-weight: 500;
  margin-bottom: 10px;
}

.single_service_hero__img_wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  max-width: 40%;
  min-width: 510px;
  width: 100%;
}

.single_service_hero__graphic {
  position: absolute;
  max-width: 100px;
  width: 100%;
  left: -100px;
  top: 0;
  fill: #cde6f2;
}

.single_service_hero__img {
  width: 100%;
  display: block;
  height: 100%;
}

.single_service {
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}

.single_service__contact {
  background-color: #4b7587;
  color: white;
  margin-top: 100px;
  padding: 60px 110px 80px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  column-gap: 170px;
}

.single_service__contact__left {
  max-width: 330px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.single_service__contact__left h2 {
  font-weight: 600;
}

.single_service__contact__team {
  max-width: 320px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.single_service__contact__team .team_member__img {
  max-width: 225px;
  width: 100%;
}
.single_service__contact__team .team_member__name {
  color: white;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0px;
}
.single_service__contact__team .team_member__qualification {
  color: white;
  font-size: 15px;
  font-weight: 600;
}
.single_service__contact__team .team_member__job_description {
  margin-bottom: 30px;
}

.single_service__contact__team__buttons {
  display: flex;
  column-gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
}
.single_service__contact__team__buttons .button {
  max-width: 145px;
  width: 100%;
  text-align: center;
}
.single_service__contact__team__buttons .button:hover {
  background-color: white;
  color: #eb5e3f;
}

.single_service__contact__graphic {
  position: absolute;
  fill: #f7f7ed;
}

.single_service__contact__graphic--right {
  top: 0;
  right: 0;
  max-width: 100px;
  width: 100%;
}

.single_service__contact__graphic--left {
  bottom: 0;
  left: 0;
  fill: #cde6f2;
  max-width: 215px;
  width: 100%;
}

.single_service__quotes {
  position: relative;
  overflow: hidden;
  background-color: #e1e1d6;
  padding: 100px 0;
}
.single_service__quotes .quote_slider {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.single_service__quotes .quote_item__text {
  font-size: 25px;
  font-weight: 500;
}

.single_service__quotes__graphic {
  position: absolute;
  fill: #eb5e3f;
}

.single_service__quotes__graphic--left {
  bottom: 0;
  left: 0;
  max-width: 100px;
}

.single_service__quotes__graphic--right {
  top: 0;
  right: 0;
  max-width: 110px;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .single_service_hero {
    padding-bottom: 0;
  }
  .single_service_hero .inner {
    padding: 0;
  }
  .back_button {
    margin-bottom: 30px;
    padding-left: 20px;
  }
  .single_service_hero__img_wrap {
    position: relative;
    max-width: 510px;
    width: 100%;
    top: initial;
    right: initial;
    bottom: initial;
    margin-top: 40px;
    float: right;
    height: auto;
  }
  .single_service_hero__content {
    max-width: none;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1050px) {
  .single_service__quotes__graphic--left,
  .single_service__quotes__graphic--right {
    max-width: 70px;
  }
}
@media screen and (max-width: 1000px) {
  .single_service__contact {
    justify-content: space-between;
    column-gap: 40px;
    padding: 60px 60px 80px;
  }
  .single_service__quotes .quote_slider {
    padding-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .single_service__contact {
    flex-direction: column;
    align-items: flex-start;
  }
  .single_service__contact__graphic--left {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .single_service_hero__img_wrap {
    min-width: 0;
    max-width: 350px;
  }
  .single_service_hero__graphic {
    left: -70px;
    max-width: 70px;
  }
  .single_service__contact {
    padding: 30px 40px 60px;
  }
  .single_service__contact__graphic--right {
    max-width: 70px;
    top: initial;
    bottom: 0;
  }
  .single_service__contact__team__buttons {
    flex-direction: column;
    align-items: flex-start;
  }
}
.team_hero {
  background-color: #eb5e3f;
  color: #f7f7ed;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}

.team_hero__title {
  margin-bottom: 10px;
}

.team_hero__content {
  max-width: 590px;
  width: 100%;
  margin: 0 auto;
}

.team_hero__graphic {
  fill: #4b7587;
  position: absolute;
}

.team_hero__graphic--left {
  max-width: 110px;
  width: 100%;
  bottom: 0;
  left: 0;
}

.team_hero__graphic--right {
  max-width: 100px;
  width: 100%;
  top: 0;
  right: 0;
}

.team {
  position: relative;
  min-height: 1000px;
}

.team_grid {
  justify-content: flex-start;
  margin: 20px -37.5px;
}
.team_grid > [class*=grid_] {
  padding: 0 37.5px;
}

.team_member {
  position: relative;
  width: 100%;
  cursor: pointer;
  margin: 30px 0;
}
.team_member:hover .team_member__name,
.team_member:hover .team_member__qualification {
  color: #eb5e3f;
}

.team_member__img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.team_member__name {
  color: #4b7587;
  font-weight: 700;
  margin-bottom: -10px;
  transition: 0.4s;
}

.team_member__qualification {
  color: #4b7587;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 10px;
  transition: 0.4s;
}

.team_member__job_description {
  font-size: 17px;
  font-weight: 500;
  opacity: 0.7;
  line-height: 28px;
}

.team__popup {
  max-width: 1080px;
  width: calc(100% - 40px);
  background-color: #fff;
  padding: 70px 60px;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  display: none;
  transition: none;
}

.team__popup__items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 70px;
}
.team__popup__items .team_member__img {
  max-width: 335px;
  width: 100%;
}

.team__popup__content p {
  color: #585960;
}

.team__popup__content__top {
  padding-top: 20px;
}
.team__popup__content__top .team__popup__title {
  color: #eb5e3f;
  font-weight: 600;
}
.team__popup__content__top .team_member__qualification {
  margin-bottom: 5px;
  color: #eb5e3f;
}
.team__popup__content__top .team_member__job_description {
  font-size: 16px;
  opacity: 0.57;
  margin-bottom: 30px;
  color: #24252b;
}

.team__popup__content__buttons {
  display: flex;
  align-items: center;
  column-gap: 25px;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-top: 40px;
}
.team__popup__content__buttons .button {
  max-width: 185px;
  width: 100%;
  text-align: center;
}

.team__popup__graphic {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 240px;
  width: 100%;
  fill: #cde6f2;
}

.team_cta {
  background-color: #eb5e3f;
  color: white;
  padding: 100px 0 120px;
  position: relative;
  overflow: hidden;
}

.team_cta__items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 30px;
  position: relative;
  z-index: 2;
}

.team_cta__left {
  max-width: 455px;
  width: 100%;
}

.team_cta__left__title {
  font-weight: 400;
  margin-bottom: 50px;
}

.team_cta__quotes {
  max-width: 500px;
  width: 100%;
}
.team_cta__quotes .quote_item {
  border-color: #4b7587;
  padding-left: 40px;
}
.team_cta__quotes .quote_item__text {
  font-size: 20px;
  font-weight: 500;
  line-height: 38px;
}
.team_cta__quotes .quote_item__citation {
  color: white;
  opacity: 0.74;
  font-weight: 500;
}

.team_cta__graphic {
  position: absolute;
  fill: #4b7587;
}

.team_cta__graphic--left {
  left: 0;
  bottom: 0;
  max-width: 110px;
  width: 100%;
}

.team_cta__graphic--right {
  top: 0;
  right: 0;
  max-width: 110px;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .team_grid {
    justify-content: center;
    margin: 20px -20px;
  }
  .team_grid > [class*=grid_] {
    padding: 0 20px;
  }
  .team_grid .grid_1-4 {
    max-width: 320px;
    width: 100%;
  }
  .team_cta__graphic--left,
  .team_cta__graphic--right {
    max-width: 70px;
    opacity: 0.5;
  }
  .team__popup__items {
    column-gap: 40px;
  }
  .team__popup__items .team_member__img {
    max-width: 280px;
  }
}
@media screen and (max-width: 1000px) {
  .team_cta__items {
    flex-direction: column;
    row-gap: 50px;
  }
  .team_cta__left,
  .team_cta__quotes {
    max-width: none;
  }
  .team_cta {
    padding: 60px 0 140px;
  }
  .team_cta__left {
    max-width: calc(100% - 60px);
  }
}
@media screen and (max-width: 900px) {
  .team__popup__items {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 4;
  }
  .team__popup__graphic {
    bottom: initial;
    top: 0;
  }
}
@media screen and (max-width: 800px) {
  .team_hero__graphic--left,
  .team_hero__graphic--right {
    max-width: 70px;
  }
  .team__popup {
    padding: 60px 40px;
  }
}
.contact {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.contact .single_service__quotes__graphic {
  z-index: 3;
}
.contact .single_service__quotes__graphic--right {
  max-width: 100px;
}

.contact__blue {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 54%;
  background-color: #4b7587;
}

.contact__items {
  display: flex;
  position: relative;
  z-index: 2;
  column-gap: 120px;
}

.contact__left {
  max-width: 685px;
  width: 100%;
  background-color: #4b7587;
  padding: 60px 120px 80px 0;
  color: white;
  position: relative;
}
.contact__left::before {
  content: "";
  position: absolute;
  right: 100%;
  width: 100vh;
  background-color: #4b7587;
  top: 0;
  bottom: 0;
}

.contact__text,
.contact__title {
  font-weight: 500;
  color: #f7f7ed;
  position: relative;
  z-index: 4;
}

.contact__title {
  margin-bottom: 10px;
}

.contact__form {
  margin-top: 40px;
  position: relative;
  z-index: 4;
}

.contact__right {
  max-width: 320px;
  width: 100%;
  padding: 120px 0 60px;
  position: relative;
  z-index: 4;
}
.contact__right h4 {
  margin-bottom: 10px;
}
.contact__right h6 {
  font-size: 15px;
  font-weight: 600;
  opacity: 0.5;
  margin-bottom: 0px;
}
.contact__right p {
  font-size: 16px;
  line-height: 30px;
}
.contact__right p a,
.contact__right p span {
  color: #24252b;
  font-weight: 500;
  transition: 0.3s;
}
.contact__right p a:hover,
.contact__right p span:hover {
  color: #eb5e3f;
}

@media screen and (max-width: 1200px) {
  .contact__items {
    column-gap: 60px;
  }
  .contact__left {
    padding-right: 60px;
  }
  .contact__text {
    padding-right: 100px;
  }
}
@media screen and (max-width: 850px) {
  .contact__items {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 60px;
  }
  .contact__left,
  .contact__right {
    padding: 0;
    max-width: none;
    padding: 60px 0;
    margin: 0;
  }
  .contact__left::after {
    content: "";
    position: absolute;
    left: 100%;
    width: 100vh;
    background-color: #4b7587;
    top: 0;
    bottom: 0;
  }
}
.news {
  position: relative;
  overflow: hidden;
}

.news__title {
  color: #4b7587;
  margin-bottom: 10px;
}

.news__content {
  margin-bottom: 60px;
}
.news__content h6 {
  font-weight: 600;
}

.featured_post {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  width: 100%;
  background-color: #4b7587;
  color: #f7f7ed;
  position: relative;
  padding-left: 190px;
  min-height: 450px;
  z-index: 2;
  margin-bottom: 30px;
  max-width: 1100px;
}

.featured_post__graphic {
  position: absolute;
  fill: #eb5e3f;
  max-width: 120px;
  width: 100%;
  top: 0;
  left: 0;
}

.featured_post__content {
  max-width: 415px;
  width: 100%;
  padding: 60px 0 80px;
}

.featured_post__category {
  font-weight: 600;
  margin-bottom: 5px;
}

.featured_post__title {
  margin-bottom: 20px;
  font-weight: 600;
}

.featured_post__description {
  min-height: 100px;
  margin-bottom: 30px;
}

.featured_post__link {
  display: flex;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.05px;
  color: white;
  column-gap: 15px;
  transition: 0.3s;
}
.featured_post__link svg {
  max-width: 33px;
  width: 100%;
  fill: #cde6f2;
  transition: 0.3s;
}
.featured_post__link:hover {
  color: #eb5e3f;
}
.featured_post__link:hover svg {
  fill: #eb5e3f;
}

.featured_post__img {
  max-width: 425px;
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 3;
}

.featured_post__graphic--outside {
  position: absolute;
  max-width: 325px;
  width: 100%;
  fill: #cde6f2;
  fill-rule: evenodd;
  top: -100px;
  right: -100px;
  z-index: 1;
}

.news_item {
  width: 100%;
  margin: 40px 0;
  display: block;
}
.news_item:hover .news_item__title {
  color: #eb5e3f;
}

.news_item__img {
  width: 100%;
  display: block;
  aspect-ratio: 1/1;
  margin-bottom: 10px;
}

.news_item__category {
  color: #eb5e3f;
  font-weight: 700;
  font-size: 18px;
}

.news_item__title {
  font-weight: 500;
  color: #24252b;
  transition: 0.3s;
}

.news__content--news {
  margin-bottom: 30px;
}

.news__filter {
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-bottom: 40px;
}

.news__filter__item {
  background-color: #e4e4dc;
  color: #24252b;
}
.news__filter__item:hover {
  background-color: #4b7587;
  color: white;
}
.news__filter__item.active {
  background-color: #eb5e3f;
  color: white;
}

.news_grid {
  justify-content: flex-start;
}

.case_study__content {
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .featured_post__graphic--outside {
    right: -40px;
    top: -40px;
  }
  .featured_post {
    padding-left: 80px;
  }
  .featured_post__graphic {
    max-width: 60px;
  }
  .news_grid {
    justify-content: flex-start;
  }
  .news_grid .grid_1-3 {
    max-width: 415px;
    width: 100%;
  }
}
@media screen and (max-width: 940px) {
  .featured_post {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 0;
    max-width: 425px;
    width: 100%;
    overflow: hidden;
  }
  .featured_post__graphic {
    bottom: -105px;
    max-width: 100px;
    top: initial;
    right: 0;
    left: initial;
  }
  .featured_post__content {
    max-width: none;
    padding: 30px 40px 50px;
  }
}
.property_search_hero {
  background-color: #4b7587;
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 230px;
}

.property_search_hero__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  filter: blur(9px);
  opacity: 0.35;
}

.property_search_hero__title {
  position: relative;
  z-index: 4;
  font-weight: 500;
}

.property_search_hero__grad {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: #000000;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.53;
}

.property_search_hero__graphic {
  position: absolute;
  z-index: 3;
  max-width: 110px;
  width: 100%;
  fill: #cde6f2;
}

.property_search_hero__graphic--right {
  top: 0;
  right: 0;
}

.property_search_hero__graphic--left {
  bottom: 0;
  left: 0;
}

.property_search {
  background-color: #fff;
  padding-top: 0;
  min-height: 400px;
}

.property_search__form {
  max-width: 800px;
  width: 100%;
  background-color: #ecece5;
  margin: -60px auto 0;
  padding: 30px 70px 70px;
  position: relative;
  z-index: 4;
  transition: 0.3s;
}
.property_search__form.small .property-search-form {
  margin-bottom: -20px;
}
.property_search__form.small .property-search-form input[type=submit] {
  bottom: -50px;
}
.property_search__form .property-search-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
  position: relative;
  margin-bottom: 0;
  transition: 0.3s;
}
.property_search__form .property-search-form .control {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  height: 80px;
}
.property_search__form .property-search-form .control:after {
  content: "";
  background-image: url(assets/images/drop-down.svg);
  width: 10px;
  height: 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  bottom: 19px;
  pointer-events: none;
}
.property_search__form .property-search-form .control label {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 28px;
  color: #2e3d54;
  font-weight: 600;
}
.property_search__form .property-search-form .control input[type=text],
.property_search__form .property-search-form .control select {
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  line-height: 26px;
  display: block;
  appearance: none;
  color: rgba(36, 37, 43, 0.9);
  background-color: #f9f9f3;
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  padding-right: 25px;
}
.property_search__form .property-search-form .control select {
  cursor: pointer;
}
.property_search__form .property-search-form .control.control-commercial_property_type {
  max-width: 260px;
  width: 100%;
}
.property_search__form .property-search-form .control.control-address_keyword {
  max-width: 400px;
  width: 100%;
}
.property_search__form .property-search-form .control.control-address_keyword:after {
  display: none;
}
.property_search__form .property-search-form .control.control-address_keyword .current-location {
  height: 30px;
  width: 18px !important;
  bottom: 9px !important;
  right: 20px !important;
}
.property_search__form .property-search-form .control.control-address_keyword .current-location img {
  width: 100%;
}
.property_search__form .property-search-form .control.control-minimum_floor_area, .property_search__form .property-search-form .control.control-maximum_floor_area {
  max-width: 160px;
  width: 100%;
}
.property_search__form .property-search-form .control.control-commercial_for_sale_to_rent {
  max-width: 190px;
  width: 100%;
}
.property_search__form .property-search-form .control.control-radius {
  max-width: 130px;
  width: 100%;
}
.property_search__form .property-search-form .control.control-minimum_floor_area, .property_search__form .property-search-form .control.control-maximum_floor_area, .property_search__form .property-search-form .control.control-commercial_for_sale_to_rent, .property_search__form .property-search-form .control.control-radius {
  height: 0;
  overflow: hidden;
}
.property_search__form .property-search-form .control.control-minimum_floor_area:after, .property_search__form .property-search-form .control.control-maximum_floor_area:after, .property_search__form .property-search-form .control.control-commercial_for_sale_to_rent:after, .property_search__form .property-search-form .control.control-radius:after {
  opacity: 0;
  transition: 0s;
}
.property_search__form .property-search-form .control.control-minimum_floor_area.active, .property_search__form .property-search-form .control.control-maximum_floor_area.active, .property_search__form .property-search-form .control.control-commercial_for_sale_to_rent.active, .property_search__form .property-search-form .control.control-radius.active {
  height: 80px;
}
.property_search__form .property-search-form .control.control-minimum_floor_area.active::after, .property_search__form .property-search-form .control.control-maximum_floor_area.active::after, .property_search__form .property-search-form .control.control-commercial_for_sale_to_rent.active::after, .property_search__form .property-search-form .control.control-radius.active::after {
  opacity: 1;
  bottom: 20px;
  transition: 2.4s;
}
.property_search__form .property-search-form input[type=submit] {
  display: inline-block;
  position: relative;
  padding: 15px 40px;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.05px;
  border: none;
  line-height: 19px;
  color: white;
  background-color: #eb5e3f;
  transition: 0.2s;
  cursor: pointer;
  position: absolute;
  bottom: -70px;
  right: 10px;
}

.filter_toggle {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 28px;
  color: #2e3d54;
  cursor: pointer;
  transition: 0.3s;
  margin-left: 10px;
  margin-top: 30px;
  display: inline-block;
}
.filter_toggle .hide_text {
  display: none;
}
.filter_toggle.open .show_text {
  display: none;
}
.filter_toggle.open .hide_text {
  display: block;
}
.filter_toggle:hover {
  color: #eb5e3f;
}

.clear_filter {
  position: absolute;
  bottom: 77px;
  right: 250px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.05px;
  line-height: 19px;
  color: #24252b;
  font-weight: 700;
  transition: 0.3s;
}
.clear_filter:hover {
  color: #eb5e3f;
}

.property_search__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}

.property_search__top__buttons {
  display: flex;
  column-gap: 30px;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
}

.property_search__top__button {
  background-color: #24252b;
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 15px 20px;
}
.property_search__top__button svg,
.property_search__top__button .property_search__top__button__icon {
  max-width: 25px;
  width: 100%;
  fill: white;
}
.property_search__top__button.active {
  background-color: #eb5e3f;
}
.property_search__top__button .close {
  stroke: white;
  max-width: 12px;
  width: 100%;
}

.properties_grid {
  justify-content: flex-start;
}

.property_item {
  position: relative;
  display: block;
  width: 100%;
  margin: 30px 0;
  font-family: "Manrope", sans-serif;
}
.property_item:hover .property_item__title {
  color: #eb5e3f;
}

.property_item__img_wrap {
  position: relative;
}

.property_item__img {
  width: 100%;
  height: 330px;
}

.property_item__title {
  color: #24252b;
  margin-bottom: 20px;
  transition: 0.3s;
}

.property_item__meta {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 5px;
}

.property_item__meta__sell {
  background-color: #eb5e3f;
  color: #f7f7ed;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 32px;
  padding: 0 5px;
}

.property_item__meta__space {
  font-size: 18px;
  color: #eb5e3f;
  font-weight: 600;
}

.property_item__location {
  color: #24252b;
  font-weight: 500;
  font-size: 17px;
  line-height: 35px;
}

.property_item__under_offer {
  color: #eb5e3f;
  font-weight: 600;
  line-height: 25px;
}

.no_properties {
  font-weight: 500;
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 1200px) {
  .properties_grid .grid_1-3 {
    max-width: 415px;
    width: 100%;
  }
  .property_search__top {
    flex-direction: column;
    row-gap: 20px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 840px) {
  .property_search__form {
    padding: 30px 30px 70px;
  }
}
@media screen and (max-width: 760px) {
  .property_search__form .property-search-form {
    justify-content: flex-start;
  }
  .property_search__form .property-search-form .control.control-commercial_property_type, .property_search__form .property-search-form .control.control-address_keyword {
    max-width: none;
  }
  .property_search__form .property-search-form .control.control-minimum_floor_area, .property_search__form .property-search-form .control.control-maximum_floor_area, .property_search__form .property-search-form .control.control-commercial_for_sale_to_rent, .property_search__form .property-search-form .control.control-radius {
    max-width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .property_search__form .property-search-form input[type=submit] {
    bottom: -110px;
  }
  .property_search__form.small .property-search-form {
    margin-bottom: -30px;
  }
  .property_search__form.small .property-search-form input[type=submit] {
    bottom: -80px;
  }
  .clear_filter {
    position: absolute;
    bottom: 52px;
    left: 40px;
    right: initial;
  }
  .property_search__form {
    padding-bottom: 100px;
  }
  .property_search_hero__graphic--right {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .property_search__form {
    padding: 20px 15px 90px;
  }
  .clear_filter {
    bottom: 42px;
    left: 30px;
  }
}
@media screen and (max-width: 350px) {
  .property_search__form .property-search-form {
    flex-direction: column;
  }
  .property_search__form .property-search-form .control.control-minimum_floor_area,
  .property_search__form .property-search-form .control.control-maximum_floor_area,
  .property_search__form .property-search-form .control.control-commercial_for_sale_to_rent,
  .property_search__form .property-search-form .control.control-radius {
    max-width: 100%;
  }
  .property_search__form.small .property-search-form {
    margin-bottom: -90px;
  }
  .filter_toggle {
    position: relative;
    z-index: 5;
  }
  .property_search__form.small .property-search-form input[type=submit] {
    bottom: -20px;
  }
  .property_search__form .property-search-form {
    margin-bottom: -20px;
  }
  .property_search__form .property-search-form input[type=submit] {
    bottom: -90px;
  }
}
.property_search__map {
  height: 700px;
  position: relative;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 60px;
}
.property_search__map .properties-map-popup {
  border: none;
  width: 420px;
}
.property_search__map .properties-map-popup .title-close {
  background-color: transparent;
  padding: 0;
}
.property_search__map .properties-map-popup .title-close .close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1000;
}
.property_search__map .properties-map-popup .title-close .close a {
  color: #979797;
  font-size: 0;
  background-image: url(assets/images/close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 11px;
  height: 11px;
  display: block;
  transition: 0.4s;
  opacity: 0.5;
}
.property_search__map .properties-map-popup .title-close .close a:hover {
  opacity: 1;
}
.property_search__map .properties-map-popup .properties {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.property_search__map .properties-map-popup .properties .property {
  display: flex;
  column-gap: 20px;
  padding: 0;
}
.property_search__map .properties-map-popup .properties .property .image {
  min-width: 185px;
}
.property_search__map .properties-map-popup .properties .property .image img {
  border: none;
  padding: 0;
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.property_search__map .properties-map-popup .properties .property .details {
  padding: 20px 20px 40px 0;
  width: auto;
  flex-grow: 1;
}
.property_search__map .properties-map-popup .properties .property .details .address {
  font-size: 15px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  line-height: 20px;
}
.property_search__map .properties-map-popup .properties .property .details .address a {
  color: #24252b;
}
.property_search__map .properties-map-popup .properties .property .details .summary {
  display: none;
}
.property_search__map .properties-map-popup .properties .property > div:last-of-type {
  display: none;
}
.property_search__map .properties-map-popup .properties .property .price {
  display: none;
}
.property_search__map .properties-map-popup .properties .ph-custom {
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  color: #24252b;
  margin-top: -20px;
  padding-bottom: 20px;
  position: relative;
  height: 0;
}
.property_search__map .properties-map-popup .properties .ph-custom a {
  position: absolute;
  right: 20px;
  top: -20px;
  height: 20px;
  color: inherit;
  text-decoration: underline;
  transition: 0.3s;
}
.property_search__map .properties-map-popup .properties .ph-custom a:hover {
  color: #eb5e3f;
}

.single_property__content__map .properties-map-popup {
  border: none;
  width: 420px;
}
.single_property__content__map .properties-map-popup .title-close {
  background-color: transparent;
  padding: 0;
}
.single_property__content__map .properties-map-popup .title-close .close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1000;
}
.single_property__content__map .properties-map-popup .title-close .close a {
  color: #979797;
  font-size: 0;
  background-image: url(assets/images/close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 11px;
  height: 11px;
  display: block;
  transition: 0.4s;
  opacity: 0.5;
}
.single_property__content__map .properties-map-popup .title-close .close a:hover {
  opacity: 1;
}
.single_property__content__map .properties-map-popup .properties {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.single_property__content__map .properties-map-popup .properties .property {
  display: flex;
  column-gap: 20px;
  padding: 0;
}
.single_property__content__map .properties-map-popup .properties .property .image {
  min-width: 185px;
}
.single_property__content__map .properties-map-popup .properties .property .image img {
  border: none;
  padding: 0;
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.single_property__content__map .properties-map-popup .properties .property .details {
  padding: 20px 20px 40px 0;
  width: auto;
  flex-grow: 1;
}
.single_property__content__map .properties-map-popup .properties .property .details .address {
  font-size: 15px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  line-height: 20px;
}
.single_property__content__map .properties-map-popup .properties .property .details .address a {
  color: #24252b;
}
.single_property__content__map .properties-map-popup .properties .property .details .summary {
  display: none;
}
.single_property__content__map .properties-map-popup .properties .property > div:last-of-type {
  display: none;
}
.single_property__content__map .properties-map-popup .properties .property .price {
  display: none;
}
.single_property__content__map .properties-map-popup .properties .ph-custom {
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  color: #24252b;
  margin-top: -20px;
  padding-bottom: 20px;
  position: relative;
  height: 0;
}
.single_property__content__map .properties-map-popup .properties .ph-custom a {
  position: absolute;
  right: 20px;
  top: -20px;
  height: 20px;
  color: inherit;
  text-decoration: underline;
  transition: 0.3s;
}
.single_property__content__map .properties-map-popup .properties .ph-custom a:hover {
  color: #eb5e3f;
}
.single_property__content__map .properties-map-popup .properties .ph-custom {
  display: none;
}

.ph_meta__details {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  align-items: center;
  row-gap: 10px;
}

.ph-status {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 24px;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  color: #f7f7ed;
  background-color: #eb5e3f;
  padding: 0 5px;
}

.ph-floor {
  font-size: 12px;
  color: #eb5e3f;
  font-weight: 700;
}

.single_property_hero {
  position: relative;
  padding: 0;
  min-height: 0;
  overflow: hidden;
}
.single_property_hero .back_button {
  pointer-events: all;
}

.single_property_hero__top {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
.single_property_hero__top .front_services__slider__nav {
  margin-top: 30px;
}

.single_property_hero__slider {
  width: 100%;
  overflow: visible;
}
.single_property_hero__slider .slick-list,
.single_property_hero__slider .slick-track {
  height: 100%;
}
.single_property_hero__slider .single_property_hero__slider__img {
  width: 100%;
  height: auto;
  max-height: 535px;
  display: block;
}

.single_property_hero__slider__arrows {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 10px;
}
.single_property_hero__slider__arrows .slick-arrows {
  background-color: rgba(225, 225, 214, 0.5);
}
.single_property_hero__slider__arrows .slick-arrows svg {
  fill: #24252b;
}
.single_property_hero__slider__arrows .slick-arrows:hover {
  background-color: #24252b;
}
.single_property_hero__slider__arrows .slick-arrows:hover svg {
  fill: white;
}
.single_property_hero__slider__arrows .slick-disabled {
  opacity: 0.36;
}

.single_property_hero__img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

.single_property_hero__bottom {
  background-color: #4b7587;
  color: white;
  padding: 40px 0 100px;
  position: relative;
  overflow: hidden;
}

.single_property_hero__bottom__content {
  width: 100%;
}

.single_property_hero__bottom__content__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
}
.single_property_hero__bottom__content__meta .single_property_back_button {
  margin: 0;
  margin-left: 110px;
  margin-top: -4px;
  background-color: rgba(240, 240, 234, 0.1);
  color: white;
}
.single_property_hero__bottom__content__meta .single_property_back_button svg {
  fill: white;
}
.single_property_hero__bottom__content__meta .single_property_back_button:hover {
  background-color: #fff;
  color: #24252b;
}
.single_property_hero__bottom__content__meta .single_property_back_button:hover svg {
  fill: #24252b;
}

.single_property_hero__bottom__graphic {
  position: absolute;
  top: -220px;
  right: -245px;
  max-width: 323px;
  width: 100%;
  fill: #cde6f2;
}

.single_property_hero__title {
  font-weight: 600;
  margin-bottom: 10px;
}

.single_property_hero__address {
  font-weight: 500;
  opacity: 0.74;
  line-height: 32px;
}

.single_property {
  background-color: #fff;
  position: relative;
  padding-top: 0;
  padding-bottom: 70px;
}

.single_property__items {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
}

.single_property__content {
  max-width: 760px;
  width: 100%;
  margin-top: -60px;
}
.single_property__content h4 {
  color: #eb5e3f;
  margin-bottom: 10px;
}
.single_property__content p {
  font-weight: 500;
}

.single_property__content__description,
.single_property__content__downloads,
.single_property__content__location {
  margin-bottom: 60px;
}

.single_property__content__downloads__buttons {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 20px;
}

.single_property__content__map {
  margin-top: 40px;
}

.single_property__content__photos {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 20px;
  width: 100%;
  row-gap: 20px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.single_property__content__img {
  max-width: 340px;
  width: 100%;
  aspect-ratio: 1/1;
}

.single_property__details {
  max-width: 350px;
  width: 100%;
  background-color: #f7f7ed;
  padding: 30px 40px 40px;
  position: sticky;
  align-self: flex-start;
  top: 100px;
  margin-top: -60px;
  top: 130px;
}

.single_property__details__title {
  color: #eb5e3f;
  font-weight: 600;
  margin-bottom: 10px;
}

.single_property__details__meta {
  display: flex;
  align-items: flex-start;
  column-gap: 10px;
  justify-content: space-between;
  margin-bottom: 10px;
}

.single_property__details__meta__left {
  max-width: 100px;
  width: 100%;
  font-weight: bold;
  color: #24252b;
  font-size: 16px;
}

.single_property__details__meta__right {
  max-width: 155px;
  width: 100%;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
}

.single_property__details__buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
}
.single_property__details__buttons .button {
  width: 100%;
  text-align: center;
}

.enquiry_form {
  position: relative;
  overflow: hidden;
}
.enquiry_form label {
  font-size: 14px;
  font-weight: 600;
  color: #2e3d54;
  font-family: "Manrope", sans-serif;
}
.enquiry_form input[type=text],
.enquiry_form input[type=email],
.enquiry_form input[type=tel],
.enquiry_form input[type=password],
.enquiry_form textarea,
.enquiry_form select {
  font-size: 16px;
  line-height: 26px;
  font-family: "Manrope", sans-serif;
  border: solid 2px rgba(36, 37, 43, 0.1);
  border-radius: 5px;
  background-color: transparent;
  padding: 10px 15px;
  margin: 0;
  color: #24252b;
  height: auto;
  appearance: none;
  -webkit-appearance: none;
  margin-bottom: 10px;
  width: 100%;
}
.enquiry_form input[type=text].placeholder,
.enquiry_form input[type=email].placeholder,
.enquiry_form input[type=tel].placeholder,
.enquiry_form input[type=password].placeholder,
.enquiry_form textarea.placeholder,
.enquiry_form select.placeholder {
  color: #24252b;
  opacity: 0.43;
}
.enquiry_form input[type=text]:-moz-placeholder,
.enquiry_form input[type=email]:-moz-placeholder,
.enquiry_form input[type=tel]:-moz-placeholder,
.enquiry_form input[type=password]:-moz-placeholder,
.enquiry_form textarea:-moz-placeholder,
.enquiry_form select:-moz-placeholder {
  color: #24252b;
  opacity: 0.43;
  opacity: 1;
}
.enquiry_form input[type=text]::-moz-placeholder,
.enquiry_form input[type=email]::-moz-placeholder,
.enquiry_form input[type=tel]::-moz-placeholder,
.enquiry_form input[type=password]::-moz-placeholder,
.enquiry_form textarea::-moz-placeholder,
.enquiry_form select::-moz-placeholder {
  color: #24252b;
  opacity: 0.43;
  opacity: 1;
}
.enquiry_form input[type=text]:-ms-input-placeholder,
.enquiry_form input[type=email]:-ms-input-placeholder,
.enquiry_form input[type=tel]:-ms-input-placeholder,
.enquiry_form input[type=password]:-ms-input-placeholder,
.enquiry_form textarea:-ms-input-placeholder,
.enquiry_form select:-ms-input-placeholder {
  color: #24252b;
  opacity: 0.43;
}
.enquiry_form input[type=text]::-webkit-input-placeholder,
.enquiry_form input[type=email]::-webkit-input-placeholder,
.enquiry_form input[type=tel]::-webkit-input-placeholder,
.enquiry_form input[type=password]::-webkit-input-placeholder,
.enquiry_form textarea::-webkit-input-placeholder,
.enquiry_form select::-webkit-input-placeholder {
  color: #24252b;
  opacity: 0.43;
}
.enquiry_form input[type=text]:focus,
.enquiry_form input[type=email]:focus,
.enquiry_form input[type=tel]:focus,
.enquiry_form input[type=password]:focus,
.enquiry_form textarea:focus,
.enquiry_form select:focus {
  outline-color: rgba(75, 117, 135, 0.3);
}
.enquiry_form input[type=submit] {
  position: relative;
  padding: 15px 40px;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.05px;
  border: none;
  line-height: 19px;
  color: white;
  background-color: #eb5e3f;
  transition: 0.2s;
  cursor: pointer;
  float: right;
  margin-top: 10px;
  max-width: 185px;
  width: 100%;
}
.enquiry_form input[type=submit]:hover {
  background-color: #4b7587;
  color: white;
}

.enquiry_popup {
  background-color: #fff;
  max-width: 670px;
  padding: 60px 20px 70px;
  top: 0;
  opacity: 1;
  visibility: visible;
  display: none;
  transition: none;
}

.enquiry_form {
  max-width: 485px;
  width: 100%;
  margin: 0 auto;
}

.enquiry_form__top__subtitle {
  color: #eb5e3f;
  font-weight: bold;
}

.enquiry_form__top__title {
  color: #24252b;
  font-weight: 600;
  margin-bottom: 20px;
}

.single_favourite_icon {
  margin-bottom: 5px;
}
.single_favourite_icon a {
  padding: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  column-gap: 10px;
  height: 19px;
  transition: none;
}
.single_favourite_icon a svg {
  display: block;
  width: 21px;
  height: 18px;
  fill: white;
  transition: 0.3s;
}
.single_favourite_icon a::after {
  content: "Favourite";
  font-size: 14px;
  font-weight: bold;
  font-family: "Manrope", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.05px;
  color: #f7f7ed;
  display: block;
  transition: 0.3s;
}
.single_favourite_icon a[disabled=disabled] {
  font-size: 0;
}
.single_favourite_icon a:hover {
  background-color: transparent;
}
.single_favourite_icon:hover a svg {
  fill: #eb5e3f;
}
.single_property__cta {
  margin-top: 100px;
  min-height: 495px;
  margin-bottom: 70px;
}
.single_property__cta .cta__img {
  max-width: 400px;
}
.single_property__cta .cta__buttons {
  margin-top: 60px;
}
.single_property__cta .cta__buttons .button {
  max-width: 200px;
  width: 100%;
  text-align: center;
}

.single_property_back_button {
  max-width: 210px;
  width: 100%;
  background-color: #f0f0ea;
  color: #24252b;
  margin-top: 50px;
  font-size: 14px;
  letter-spacing: 1.05px;
  padding: 12px 20px;
  margin: 70px 0 0;
}
.single_property_back_button svg {
  fill: #24252b;
  max-width: 25px;
}
.single_property_back_button:hover {
  background-color: #24252b;
  color: white;
}
.single_property_back_button:hover svg {
  fill: white;
}

@media screen and (max-width: 1200px) {
  .single_property__content {
    max-width: 640px;
  }
  .single_property_hero__bottom__content__meta .single_property_back_button {
    margin-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .single_property_hero__bottom {
    padding: 30px 0 40px;
  }
  .single_property_hero__bottom__graphic {
    opacity: 0.2;
  }
  .single_property {
    padding-top: 60px;
  }
  .single_property__items {
    flex-direction: column-reverse;
    align-items: flex-start;
    row-gap: 40px;
  }
  .single_property__details {
    position: static;
    margin: 0;
  }
  .single_property__content {
    margin-top: 0;
    max-width: none;
  }
  .single_property_hero__bottom__content__meta {
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .single_property_hero__bottom__content__meta {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
  }
  .single_property_hero__bottom__content__meta .single_property_back_button {
    margin-top: 10px;
  }
  .single_property_hero__slider .single_property_hero__slider__img {
    max-height: 350px;
  }
  .single_property {
    padding-top: 0;
  }
  .single_property .inner {
    padding: 0;
  }
  .single_property__details {
    max-width: none;
    padding: 40px 20px;
  }
  .single_property__content {
    padding: 0 20px;
  }
  .single_property_back_button {
    margin-left: 20px;
    margin-bottom: 0;
  }
}
.favourites_hero {
  display: flex;
  justify-content: center;
  align-items: center;
}
.favourites_hero .property_search_hero__title {
  margin-top: -10px;
}

.property_search__top__button--back {
  background-color: #f0f0ea;
  color: #24252b;
}
.property_search__top__button--back svg {
  fill: #24252b;
  transition: 0.3s;
}
.property_search__top__button--back:hover svg {
  fill: white;
}

.propertyhive-shortlist .properties {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 40px;
  flex-wrap: wrap;
}
.propertyhive-shortlist .property_item {
  max-width: 373px;
  width: 100%;
}

.favourite_icon {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  background-color: #24252b;
  display: block;
  padding: 10px;
}
.favourite_icon a {
  padding: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
}
.favourite_icon a svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: white;
  transition: 0.3s;
}
.favourite_icon a svg:hover {
  fill: #eb5e3f;
}
.favourite_icon a svg.fav_icon--add:hover {
  opacity: 1;
  fill: #eb5e3f;
}
.favourite_icon a:hover {
  background-color: transparent;
}

.search_page {
  min-height: 500px;
}

.search_form {
  padding: 40px 70px 40px;
}

.search_form__form {
  display: flex;
}

.search_form__input_container {
  flex-grow: 1;
}

.search_form__input {
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  line-height: 26px;
  border-radius: 5px;
  background-color: #f9f9f3;
  width: 100%;
  border: none;
  display: block;
  appearance: none;
  color: rgba(36, 37, 43, 0.9);
  border: none;
  padding: 10px 15px;
  padding-right: 25px;
  height: 100%;
}

.search_form__button {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.search_form__button svg {
  fill: white;
  max-width: 20px;
  width: 100%;
}
.search_form__button .search_form__link {
  display: none;
}

.search_results__items {
  max-width: 800px;
  width: 100%;
  margin: 60px auto 0;
}
.search_results__items article:last-of-type .search_item {
  border-bottom: none;
}

.search_item {
  color: #24252b;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: solid 3px rgba(75, 117, 135, 0.2);
  column-gap: 40px;
  margin-bottom: 30px;
}
.search_item:hover .search_item__title {
  color: #eb5e3f;
}

.search__item__img {
  max-width: 200px;
  width: 100%;
  display: block;
  aspect-ratio: 1/1;
}

.search_item__title {
  color: #4b7587;
  transition: 0.3s;
}

.search_item__content {
  flex-grow: 1;
}

.search_item__text {
  margin-bottom: 20px;
  margin-top: 5px;
  font-size: 16px;
  line-height: 30px;
}

.search__item__type {
  font-weight: 600;
  margin-top: 5px;
}

.search_item__button {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.05px;
  line-height: 19px;
  color: #24252b;
  transition: 0.3s;
  margin-top: 20px;
}
.search_item__button svg {
  width: 100%;
  max-width: 33px;
  fill: #24252b;
  transition: 0.3s;
}
.search_item__button:hover {
  color: #eb5e3f;
}
.search_item__button:hover svg {
  fill: #eb5e3f;
}

@media screen and (max-width: 700px) {
  .search_form {
    padding: 30px;
  }
  .search__item__img {
    max-width: 150px;
  }
}
@media screen and (max-width: 600px) {
  .search_form__form {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
  .search_form__input_container {
    width: 100%;
  }
  .search_item {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
  }
}
.staggered_hero {
  background-color: #4b7587;
}

.staggered_hero__subtitle {
  margin-bottom: 0px;
}
.staggered_hero__subtitle a {
  color: inherit;
  transition: 0.3s;
}
.staggered_hero__subtitle a:hover {
  color: #cde6f2;
}

.staggered_top__content {
  margin-bottom: 100px;
}

.staggered_flexible_content .flexible_content__items {
  row-gap: 100px;
}

@media screen and (max-width: 1000px) {
  .staggered_flexible_content .flexible_content__items {
    row-gap: 60px;
  }
}
/*# sourceMappingURL=style.css.map */
