/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 10, but if you do -- maybe just use a custom class  :)  */
#hero {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 730px;
}
#hero picture.main-image {
  width: 100% !important;
  max-width: 100% !important;
  z-index: -1;
  top: 0;
}
#hero picture.main-image img {
  width: 100% !important;
}
#hero h1 {
  color: #FFFFFF;
  opacity: 0.17;
  font-weight: bold;
}
#hero p.h5 {
  letter-spacing: 1px;
  color: #FFFFFF;
  font-weight: 900;
  margin-top: -45px;
}
#hero p.h4 {
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 35px;
}
#hero picture.main-image img {
  height: 730px;
  object-fit: cover;
}
@media screen and (min-width: 1025px) {
  #hero p.h5 {
    margin-top: -49px;
  }
}

/*Breadcrumb*/
#breadcrumb a, #breadcrumb p {
  font: normal normal normal 14px/40px "Lato", "sans-serif";
  letter-spacing: 0.7px;
  color: #2D3126;
  text-transform: uppercase;
}
#breadcrumb span.last {
  font-weight: 900;
}

#hero {
  padding-top: 45px;
}
#hero h1 {
  opacity: 0.3;
}
@media screen and (min-width: 1025px) {
  #hero h1 {
    opacity: 0.17;
  }
  #hero {
    padding-top: 0;
  }
}

/*Rate*/
#rate {
  margin-bottom: 2em;
}
#rate h2 {
  color: #F2F0EF;
  font-weight: bold;
}
#rate p.h5 {
  letter-spacing: 1px;
  color: #2D3126;
  font-weight: 900;
  margin-top: -45px;
}
#rate p.h4 {
  color: #2D3126;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 30px;
}
@media screen and (min-width: 1025px) {
  #rate {
    margin-bottom: 4em;
  }
  #rate p.h5 {
    margin-top: -49px;
  }
  #rate p.h4 {
    padding-top: 10px;
    margin-bottom: 30px;
  }
}

/*Practice*/
#practice h2 {
  color: #F2F0EF;
}
#practice p.h5 {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}
#practice .main-link {
  min-height: 74px;
  background: #EEEEED;
  border-radius: 10px;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
#practice .main-link.active {
  background: #464A3F;
  color: #FFFFFF;
}
#practice .main-link-service {
  border-top: 1px solid #EEEEED;
  padding-top: 17.5px;
  padding-bottom: 17.5px;
  padding-left: 10px;
  padding-right: 10px;
}
#practice .main-link-service:hover {
  background: #FAFAFA;
}
#practice .container-services-mobile,
#practice .container-services {
  display: none;
}
#practice .container-services-mobile.active,
#practice .container-services.active {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}
#practice .last-item {
  border-bottom: 1px solid #EEEEED;
}
#practice p.h5.subtitle {
  margin-top: -45px;
}
#practice p.h4 {
  margin-bottom: 20px;
  margin-top: -10px;
}
#practice .container-individual-case p {
  margin-bottom: 1em;
}
#practice .container-individual-case p:last-of-type {
  margin-bottom: 0;
}
#practice ul,
#practice ol {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
#practice p.main-title-repeater {
  margin-bottom: 29px;
  font-size: clamp(1.5rem, 1.5rem + 0.028125 * (100vw - 640px), 3.75rem) !important;
  line-height: clamp(34 / 16 * 1rem, 34px + (80 - 34) * (100vw - 640px) / 1280, 50 / 16 * 1rem) !important;
  font-family: "Playfair Display", "sans-serif";
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  #practice .main-link {
    padding-left: 20px;
  }
  #practice p.h4 {
    margin-bottom: 20px;
    margin-top: unset;
  }
  #practice p.h5.subtitle {
    margin-top: -49px;
  }
}

/*Trust*/
#trust {
  background: #464A3F;
}
#trust h2 {
  color: #F2F0EF;
  opacity: 0.17;
}
#trust p.h5.subtitle {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}
#trust picture.main-image {
  width: 100% !important;
  height: 100% !important;
}
#trust picture.main-image img {
  border-radius: 10px;
}
#trust .container-disclaimer {
  background: #464A3F 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  max-width: 592px;
  left: 0;
  position: relative;
  right: 0;
  z-index: 1;
  padding: 28px;
  margin-left: auto;
  margin-right: auto;
  bottom: 70px;
  width: calc(100% - 48px);
}
#trust .container-disclaimer p {
  color: #F2F0EF;
}
#trust p.h2.disclaimer {
  opacity: 0.25;
}
#trust p.h5.subtitle {
  margin-top: -45px;
}
#trust p.h4 {
  margin-bottom: 20px;
  margin-top: 20px;
}
#trust .btn-transparent-black {
  width: 100%;
}
#trust h3, #trust h4, #trust h5, #trust h6, #trust p {
  color: #FFFFFF;
}
@media screen and (min-width: 641px) {
  #trust .btn-transparent-black {
    width: fit-content;
  }
}
@media screen and (min-width: 1025px) {
  #trust p.h5.subtitle {
    margin-top: -49px;
  }
  #trust p.h2.disclaimer {
    margin-top: -38px;
  }
  #trust p.h4 {
    margin-top: 43px;
    margin-bottom: 20px;
  }
  #trust .container-disclaimer {
    position: absolute;
    bottom: -70px;
    margin-left: auto;
    margin-right: auto;
  }
  #trust picture.main-image {
    position: absolute;
    top: 0;
    right: 0;
  }
  #trust picture.main-image img {
    object-fit: cover;
  }
}
@media screen and (max-width: 1025px) {
  #trust p.h5.subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 360px) {
  #trust p.h2.disclaimer {
    font-size: 50px;
  }
}

/*Commitment*/
#commitment h2 {
  color: #F2F0EF;
}
#commitment p.h5 {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
  margin-top: -45px;
}
#commitment p.h4 {
  margin-top: 37px;
  margin-bottom: 27px;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  #commitment {
    margin-top: 12em;
  }
}
@media screen and (max-width: 641px) {
  #commitment h2 {
    font-size: clamp(2.8rem, 2.8rem + 0.0390625 * (100vw - 640px), 7.5rem) !important;
    line-height: clamp(3.75rem, 60px + 26 * (100vw - 640px) / 1280, 5.375rem) !important;
  }
}

/*Questions*/
#questions {
  background: #F8F8F7;
  border-bottom: 4px solid #EEEEED;
}
#questions a {
  text-decoration: underline;
}
#questions h2 {
  color: #EBE9E8;
}
#questions p.h5.subtitle {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
  margin-top: -45px;
}
#questions .container-faq {
  background: #F5F5F4 0% 0% no-repeat padding-box;
  border-radius: 10px;
  cursor: pointer;
}
#questions .answer {
  display: none;
}
@media screen and (min-width: 1025px) {
  #questions p.h5.subtitle {
    margin-top: -49px;
  }
}
@media screen and (max-width: 641px) {
  #questions h2 {
    font-size: clamp(3.2rem, 3.2rem + 0.0390625 * (100vw - 640px), 7.5rem) !important;
    line-height: clamp(3.75rem, 60px + 26 * (100vw - 640px) / 1280, 5.375rem) !important;
  }
}