/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.border-image {
  border-radius: 20px;
}

@media screen and (min-width: 768px) {
  .border-image {
    border-radius: 35px;
  }
}
.bottom-border {
  margin-bottom: 10px;
  padding-bottom: 18px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .bottom-border {
    margin-bottom: 18px;
    padding-bottom: 23px;
  }
}
.bottom-border:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 11px;
  content: "";
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: url("../images/title-border.svg");
  mask-image: url("../images/title-border.svg");
  background-color: #DFDCC7;
  width: 55px;
  margin-top: 18px;
  transform: rotate(-3.23deg);
}

.bottom-border--big:after {
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: url("../images/border-bottom-big.svg");
  mask-image: url("../images/border-bottom-big.svg");
  width: 78px;
  height: 15px;
}

@media screen and (min-width: 768px) {
  .bottom-border--big:after {
    width: 101px;
    height: 20px;
  }
}
.bottom-border--center:after {
  left: 50%;
  transform: translateX(-50%);
}

.bottom-border--blue:after {
  background-color: #1673DB;
}

.bottom-border--grey:after {
  background: rgba(166, 166, 166, 0.4);
}

.extra-content {
  background: #fff;
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 20px 15px 20px 15px;
  text-align: left;
  max-width: 501px;
  margin: -41px auto 0;
  position: absolute;
  z-index: 2;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  top: auto;
  width: calc(100% - 54px);
}

@media screen and (min-width: 768px) {
  .extra-content {
    padding: 20px 43px 20px 32px;
    width: 100%;
  }
}
.extra-content p {
  color: #214C94;
  margin: 0;
  padding: 15px 0 15px 15px;
  border-left: 4px solid #F5F4EE;
}

@media screen and (min-width: 768px) {
  .extra-content p {
    padding: 15px 0 15px 25px;
  }
}
.pa.pa-template {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #F5F4EE;
}

@media screen and (min-width: 768px) {
  .pa.pa-template {
    padding-top: 88px;
    padding-bottom: 70px;
  }
}
.pa.pa-template .pa__header {
  text-align: center;
}

.pa.pa-template .pa__headerTitle {
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
  margin-bottom: 30px;
}

.pa.pa-template .pa__header .h3-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.pa.pa-template .pa__header .h3-heading span {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #525252;
}

@media (max-width: 991px) {
  .pa.pa-template .pa__header .h3-heading span {
    margin-top: 10px;
  }
}
@media screen and (min-width: 992px) {
  .pa.pa-template .pa__header .h3-heading span {
    border-left: 2px solid #DFDCC7;
    padding-left: 18px;
    margin-left: 18px;
  }
}
.pa.pa-template .pa__layout--1 .pa__item {
  background-color: black;
  max-width: 330px;
  height: 267px;
  margin: 0 auto 30px auto;
  position: relative;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 1200px) {
  .pa.pa-template .pa__layout--1 .pa__item {
    width: 100%;
    height: 267px;
    max-width: 100%;
  }
}
.pa.pa-template .pa__layout--1 .pa__itemIcon {
  display: none;
}

.pa.pa-template .pa__layout--1 .pa__itemLink {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 30px;
  background-image: linear-gradient(180deg, rgba(146, 146, 146, 0) 0%, #1b496c 100%);
}

.pa.pa-template .pa__layout--1 .pa__itemLink:after {
  content: url(../images/arrows/white-arrow-right.svg);
  bottom: 30px;
  right: 30px;
  position: absolute;
  z-index: 11;
}

.pa.pa-template .pa__layout--1 .pa__itemLink:hover {
  background-color: rgba(209, 85, 23, 0.7);
  background-image: none;
}

.pa.pa-template .pa__layout--1 .pa__itemTitle {
  text-transform: uppercase;
  color: white;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 24px;
  z-index: 11;
  max-width: 180px;
}

.pa.pa-template .pa__layout--2 {
  background-color: #F2F2F2;
}

.pa.pa-template .pa__layout--2 .pa__item {
  background-color: red;
  background-image: none !important;
  margin: 0 auto 30px auto;
  width: 100%;
  position: relative;
  padding: 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.pa.pa-template .pa__layout--2 .pa__itemIcon {
  display: none;
}

.pa.pa-template .pa__layout--2 .pa__itemLink {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: white;
}

.pa.pa-template .pa__layout--2 .pa__itemLink:after {
  content: url(../images/arrows/arrow-right.svg);
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
}

.pa.pa-template .pa__layout--2 .pa__itemLink:hover {
  background-color: var(--color-primary);
}

.pa.pa-template .pa__layout--2 .pa__itemLink:hover .pa__itemTitle {
  color: white;
}

.pa.pa-template .pa__layout--2 .pa__itemTitle {
  color: var(--color-primary);
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  position: absolute;
  left: 25px;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
}

.pa.pa-template .pa__layout--3 + .pa__layout--3 {
  margin-top: 30px;
}

.pa.pa-template .pa__layout--3 .pa__item {
  background-image: none !important;
  margin: 0 auto 30px auto;
  width: 100%;
  position: relative;
  padding: 45px 30px;
}

.pa.pa-template .pa__layout--3 .pa__itemIcon {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 80px;
  max-height: 61px;
  max-width: 56px;
  height: 80px;
  text-align: center;
  margin: auto;
  background-color: #1A468E;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}

.pa.pa-template .pa__layout--3 .pa__itemLink {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: #fff;
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  overflow: hidden;
}

.pa.pa-template .pa__layout--3 .pa__itemLink:before {
  content: "";
  display: block;
  background-color: #f7f6f3;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 90px;
}

.pa.pa-template .pa__layout--3 .pa__itemLink:hover {
  background-color: #1A468E;
}

.pa.pa-template .pa__layout--3 .pa__itemLink:hover .pa__itemTitle {
  color: white;
}

.pa.pa-template .pa__layout--3 .pa__itemLink:hover .pa__itemIcon {
  background-color: #fff;
}

.pa.pa-template .pa__layout--3 .pa__itemLink:hover:before {
  background-color: #1673DB;
}

.pa.pa-template .pa__layout--3 .pa__itemTitle {
  color: white;
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: #161616;
  position: absolute;
  left: 115px;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
}

@media screen and (min-width: 768px) {
  .pa.pa-template .pa__layout--3 .pa__itemTitle {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .pa.pa-template .pa__layout--3 .pa__itemTitle {
    font-size: 21px;
  }
}
.about-two {
  background-color: #F5F4EE;
  padding-top: 50px;
}

@media screen and (min-width: 768px) {
  .about-two {
    padding-top: 73px;
  }
}
@media (max-width: 767px) {
  .about-two {
    padding-bottom: 130px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-two {
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .about-two .title-row {
    display: flex !important;
  }
}
@media screen and (min-width: 1200px) {
  .about-two .col-left {
    padding-bottom: 83px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .about-two .col-left h2 {
    display: none;
  }
}
@media (min-width: 1400px) and (max-width: 1440px) {
  .about-two .col-left h2 {
    font-size: 39px;
  }
}
.additional-attorneys {
  margin: 30px 0;
  background: #F5F4EE;
  padding: 30px 15px 30px;
  border-radius: 25px;
}

@media screen and (min-width: 768px) {
  .additional-attorneys {
    padding: 30px 65px 60px;
    margin: 70px 0 50px;
  }
}
.additional-attorneys .subtitle {
  color: #757575;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .additional-attorneys .subtitle {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.additional-attorneys__item {
  background: #fff;
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

@media (max-width: 767px) {
  .additional-attorneys__item a {
    font-size: 14px;
  }
}
.additional-attorneys__photo img {
  max-width: 107px;
  border-radius: 20px 0 0 20px;
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .additional-attorneys__photo img {
    margin-right: 21px;
  }
}
.additional-attorneys__title {
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #161616;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .additional-attorneys__title {
    font-size: 20px;
  }
}
.faqs-cardoso .cw-accordion__item {
  box-shadow: none;
}

.faqs-cardoso .cw-accordion__item--open .cw-accordion__item-title {
  border-radius: 10px;
}

.faqs-cardoso .cw-accordion__item-title {
  border-radius: 10px;
  letter-spacing: 0;
  background-position: right 27px top 50%;
}

.rev-row {
  flex-direction: row-reverse;
}

.bg-sand {
  background-color: #F5F4EE;
}

.paper-edge {
  position: relative;
}

.paper-edge::before, .paper-edge::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 21px;
  z-index: 1;
}

.paper-edge::before {
  top: -8px;
  background: url("../images/paper-bkg.png");
}

.paper-edge::after {
  bottom: -8px;
  background: url("../images/paper-bkg.png");
  transform: rotate(180deg);
}

.title-bordered__center h2 {
  position: relative;
  padding-bottom: 25px;
}

.title-bordered__center h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 11px;
  background: url("../images/title-border.svg") center/contain no-repeat;
}

.home-one {
  padding: 0 0 49px;
}

@media screen and (min-width: 768px) {
  .home-one {
    padding: 50px 0 97px;
  }
}
@media screen and (min-width: 1200px) {
  .home-one:before {
    content: "";
    background: url("../images/leaves-left.png") no-repeat;
    width: 15%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background-position: top right;
    background-size: cover;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1400px) {
  .home-one:before {
    width: 318px;
  }
}
@media screen and (min-width: 1200px) {
  .home-one:after {
    content: "";
    background: url("../images/leaves-right.png") no-repeat;
    width: 15%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    background-position: top left;
    background-size: cover;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1400px) {
  .home-one:after {
    width: 338px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-one h1 {
    font-size: 39px;
    line-height: 49px;
  }
}
@media (min-width: 1400px) and (max-width: 1439px) {
  .home-one h1 {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (max-width: 575px) {
  .home-one h1 {
    width: 100%;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  .home-one .subtitle {
    width: 100%;
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home-one .container {
  position: relative;
  z-index: 2;
}

.home-two {
  padding: 47px 0 15px;
}

@media screen and (min-width: 768px) {
  .home-two {
    padding: 70px 0 60px;
  }
}
@media screen and (min-width: 1400px) {
  .home-two .col-left {
    padding-left: 79px;
  }
}
@media screen and (min-width: 1440px) {
  .home-two .col-left {
    padding-left: 124px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-two .col-right img {
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .home-two .col-right img {
    position: absolute;
    right: 0;
    top: -60px;
  }
}
@media screen and (min-width: 1200px) {
  .home-two .col-right img {
    top: -121px;
  }
}
.home-three {
  padding: 56px 0 54px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .home-three {
    padding: 130px 0;
  }
}
@media screen and (min-width: 992px) {
  .home-three:before {
    content: "";
    background: url("../images/branch.jpg") no-repeat top 54px left;
    background-size: contain !important;
    width: 50%;
    height: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
  }
}
@media screen and (min-width: 1200px) {
  .home-three:before {
    background: url("../images/branch.jpg") no-repeat bottom -54px left;
  }
}
@media screen and (min-width: 1600px) {
  .home-three:before {
    width: 60%;
    background-size: unset;
  }
}
.home-five {
  padding: 50px 0 150px;
  background: #F5F4EE;
  position: relative;
}

@media screen and (min-width: 768px) {
  .home-five {
    padding: 102px 0 154px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-five h2 {
    font-size: 37px;
    line-height: 47px;
  }
}
.home-five:before {
  content: "";
  background: url("../images/paper-bkg.png");
  position: absolute;
  width: 100%;
  height: 21px;
  z-index: 2;
  left: 0;
  top: -8px;
}

.home-five:after {
  content: "";
  background: url("../images/paper-bkg.png");
  position: absolute;
  width: 100%;
  height: 21px;
  z-index: 2;
  transform: rotate(180deg);
  left: 0;
  bottom: -8px;
}

.home-five ul {
  margin-top: 29px;
}

.home-seven {
  padding: 40px 0 45px;
}

@media screen and (min-width: 768px) {
  .home-seven {
    padding: 50px 0;
  }
}
@media screen and (min-width: 992px) {
  .home-seven {
    padding: 80px 0 99px;
  }
}
.home-seven h2 {
  margin-bottom: 20px;
}

@media (max-width: 394px) {
  .home-seven h2 {
    max-width: 285px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .home-seven h2 {
    margin-bottom: 37px;
  }
}
.home-seven .attorneys-item {
  border-top: 2px dashed rgba(238, 237, 229, 0.25);
  border-bottom: 2px dashed rgba(238, 237, 229, 0.25);
  padding: 40px 0;
}

@media (max-width: 767px) {
  .home-seven .attorneys-item {
    width: 90%;
  }
}
@media screen and (min-width: 992px) {
  .home-seven .attorneys-item {
    padding-top: 48px;
    padding-bottom: 58px;
  }
}
.home-seven .attorneys-item:last-of-type {
  border-top: none;
}

@media screen and (min-width: 1200px) {
  .home-seven .attorneys-item__content {
    max-width: 539px;
    margin-left: 60px;
  }
}
@media (max-width: 767px) {
  .home-seven .attorneys-item img {
    max-width: 155px;
  }
}
.home-eight {
  padding: 47px 0 200px;
}

@media screen and (min-width: 768px) {
  .home-eight {
    padding: 100px 0 170px;
    position: relative;
  }
}
@media screen and (min-width: 992px) {
  .home-eight {
    padding: 100px 0 155px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-eight h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home-eight h2 {
    font-size: 31px;
    line-height: 41px;
  }
}
@media (min-width: 1400px) and (max-width: 1439px) {
  .home-eight h2 {
    font-size: 37px;
    line-height: 47px;
  }
}
@media screen and (min-width: 992px) {
  .home-eight:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url("../images/branch.png") top -59px left;
    width: 42%;
    height: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .home-eight .col-left {
    padding-right: 0;
  }
}

/*# sourceMappingURL=home.css.map*/