/* 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 {
  min-height: 860px;
  padding-top: 45px;
}
#hero h1 {
  opacity: 0.3;
}
#hero .container-content {
  margin-top: 3em;
}
#hero picture.main-image img {
  height: 860px;
  object-fit: cover;
}
@media screen and (min-width: 1025px) {
  #hero {
    min-height: 730px;
    padding-top: 0;
  }
  #hero .container-content {
    margin-top: 0;
  }
  #hero h1 {
    opacity: 0.17;
  }
  #hero picture.main-image img {
    height: 730px;
  }
}

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

/*Steps*/
#steps .container-inner-card {
  background: #F8F8F7;
  height: 100%;
  border-radius: 10px;
}
#steps .container-inner-card .index {
  font-size: clamp(4.375rem, 4.375rem + 0.0234375 * (100vw - 640px), 6.25rem) !important;
  line-height: clamp(60 / 16 * 1rem, 60px + (86 - 60) * (100vw - 640px) / 1280, 86 / 16 * 1rem) !important;
  font-family: "Playfair Display", "sans-serif";
  color: #464A3F;
  opacity: 0.16;
  text-align: right;
  margin-bottom: 0.75em;
}
#steps .container-inner-card p.h5 {
  font-weight: 900;
  letter-spacing: 1px;
}
#steps .container-inner-card p:not(.h5) {
  font-size: 16px;
  line-height: 30px;
}

/*Trial*/
#trial {
  background: #F8F8F7;
  margin-top: 4em;
}
#trial h2 {
  color: #EBE9E8;
  font-weight: bold;
  font-size: clamp(3.5rem, 3.5rem + 0.0390625 * (100vw - 640px), 7.5rem) !important;
}
#trial p.h5.subtitle {
  letter-spacing: 1px;
  color: #2D3126;
  font-weight: 900;
  margin-top: -45px;
}
#trial p.h4 {
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
}
#trial .container-faq {
  background: #EEEEED;
  border-radius: 10px;
  cursor: pointer;
}
#trial .answer p {
  font-size: 16px;
  line-height: 30px;
}
#trial .main-subtitle {
  margin-top: 10px;
  margin-bottom: 7px;
}
#trial picture img {
  border-radius: 10px;
}
@media screen and (min-width: 1025px) {
  #trial {
    margin-top: 16em;
  }
  #trial picture.main-image img {
    position: absolute;
    bottom: 0;
  }
  #trial p.h4 {
    margin-top: 1em;
    margin-bottom: 0.7em;
  }
}

/*Compliance*/
#compliance h2 {
  color: #F2F0EF;
  font-size: clamp(3.5rem, 3.5rem + 0.0390625 * (100vw - 640px), 7.5rem) !important;
}
#compliance p.h5 {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}
#compliance picture {
  z-index: -1;
  width: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
}
#compliance picture img {
  border-radius: 10px;
  width: 100% !important;
  height: 100% !important;
}
#compliance .main-content {
  color: #FFFFFF;
  position: absolute;
  bottom: 2em;
  left: 2em;
  right: 2em;
  z-index: 1;
}
#compliance .main-content p:not(.h4) {
  font-size: 16px;
  line-height: 30px;
}
#compliance .main-content p.h4 {
  font-weight: bold;
  margin-bottom: 20px;
}
#compliance .main-content p.h3 {
  margin-bottom: 15px;
}
#compliance .main-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  min-height: 511px;
}
#compliance .main-card img {
  position: relative;
  z-index: 0;
  transition: transform 0.4s ease;
  min-height: 511px;
  object-fit: cover;
}
#compliance .main-card:hover img {
  transform: scale(1.1);
}
#compliance .main-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: rgba(40, 43, 34, 0.57);
  pointer-events: none;
}
#compliance p.h5.subtitle {
  margin-top: -45px;
}
#compliance .btn-transparent-black {
  width: 100%;
}
#compliance p.h4-subtitle {
  font-weight: bold;
  padding-top: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 641px) {
  #compliance .btn-transparent-black {
    width: fit-content;
  }
}
@media screen and (min-width: 1025px) {
  #compliance p.h5.subtitle {
    margin-top: -49px;
  }
  #compliance .btn-transparent-black {
    margin-left: auto;
  }
}
@media screen and (max-width: 360px) {
  #compliance h2 {
    font-size: 45px !important;
  }
  #compliance p.h4-subtitle {
    font-weight: bold;
    padding-top: 15px;
    margin-bottom: 20px;
  }
  #compliance .main-content {
    bottom: 1em;
    left: 1em;
    right: 1em;
  }
}

/*Contact*/
#contact {
  background: #F8F8F7;
  border-bottom: 4px solid #EEEEED;
}
#contact h2 {
  color: #EBE9E8;
}
#contact p.h5 {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}
#contact p.h5.subtitle {
  margin-top: -45px;
}
#contact p.h4 {
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  #contact {
    margin-top: 7em;
  }
  #contact picture img {
    transform: translateY(-100px);
  }
  #contact p.h5.subtitle {
    margin-top: -49px;
  }
}

/*Overview*/
#overview {
  margin-bottom: 2em;
}
#overview h2 {
  color: #F2F0EF;
  font-weight: bold;
}
#overview p.h5 {
  letter-spacing: 1px;
  color: #2D3126;
  font-weight: 900;
  margin-top: -45px;
}
#overview p.h4 {
  color: #2D3126;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 30px;
}
@media screen and (min-width: 1025px) {
  #overview {
    margin-bottom: 4em;
  }
  #overview p.h5 {
    margin-top: -49px;
  }
  #overview p.h4 {
    padding-top: 10px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 400px) {
  #overview h2 {
    font-size: clamp(3.5rem, 4.375rem + 0.0390625 * (100vw - 640px), 7.5rem) !important;
  }
}

/*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;
}
#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;
  }
}

/*Key*/
#key {
  background: #464A3F;
  margin-top: 4em;
}
#key p.h5 {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
  margin-top: -45px;
}
#key h2 {
  color: #F2F0EF;
  opacity: 0.23;
}
#key h3, #key h4, #key h5, #key h6, #key p {
  color: #FFFFFF;
}
#key .card-inner {
  border-bottom: 2px solid #656960;
}
#key .card-inner p.h4 {
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  #key {
    margin-top: 7em;
  }
  #key p.h5.subtitle {
    margin-top: -49px;
  }
}

/*Learn*/
#learn h2 {
  color: #F2F0EF;
  font-size: clamp(3.5rem, 3.5rem + 0.0390625 * (100vw - 640px), 7.5rem) !important;
}
#learn p.h5 {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}
#learn {
  /*
   * Owl Carousel
   * Makes all cards use the height of the tallest card
   */
}
#learn .cases-carousel .owl-stage {
  display: flex;
}
#learn .cases-carousel .owl-item {
  display: flex;
  height: auto;
}
#learn .cases-carousel .card-case {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
#learn .cases-carousel .main-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
#learn .card-case {
  background: #F8F8F7;
  padding: 30px 30px 60px 30px;
  border-radius: 10px;
  height: 100%;
}
#learn .attachment-post-thumbnail {
  max-width: 110px;
}
#learn .container-image {
  margin-left: auto;
  width: fit-content;
}
#learn p.h5.subtitle {
  margin-top: -45px;
}
#learn .btn-transparent-black {
  width: 100%;
}
#learn .owl-prev,
#learn .owl-next {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #282B22;
  border-radius: 5px;
}
#learn .owl-prev.disabled,
#learn .owl-next.disabled {
  opacity: 0.1;
}
#learn .owl-prev:hover,
#learn .owl-next:hover {
  background: #282B22;
}
#learn .owl-prev:hover .icon-chevron-right,
#learn .owl-prev:hover .icon-dhevron-left,
#learn .owl-next:hover .icon-chevron-right,
#learn .owl-next:hover .icon-dhevron-left {
  color: #FFFFFF;
}
#learn .owl-prev .icon-chevron-right,
#learn .owl-prev .icon-dhevron-left,
#learn .owl-next .icon-chevron-right,
#learn .owl-next .icon-dhevron-left {
  color: #282B22;
}
#learn .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 3em;
  margin-bottom: 1em;
  gap: 12px;
}
#learn .container-location {
  gap: 8px;
  margin-top: 1.3em;
  margin-bottom: 1.3em;
}
#learn .main-content p.h5 {
  margin-bottom: 0;
}
#learn .owl-nav.disabled {
  display: none;
}
#learn .container-location img {
  display: block;
  max-width: 30px;
}
#learn p.location {
  font: normal normal bold 14px/30px "Lato", "sans-serif";
}
#learn .container-inner-card {
  background: #F8F8F7;
  height: 100%;
  border-radius: 10px;
}
#learn .container-inner-card .index {
  font-size: clamp(4.375rem, 4.375rem + 0.0234375 * (100vw - 640px), 6.25rem) !important;
  line-height: clamp(60 / 16 * 1rem, 60px + (86 - 60) * (100vw - 640px) / 1280, 86 / 16 * 1rem) !important;
  font-family: "Playfair Display", "sans-serif";
  color: #464A3F;
  opacity: 0.16;
  text-align: right;
  margin-bottom: 0.75em;
}
#learn .container-inner-card p.h5 {
  font-weight: 900;
  letter-spacing: 1px;
}
#learn .container-inner-card p:not(.h5) {
  font-size: 16px;
  line-height: 30px;
}
#learn .container-inner-card:hover {
  background: #464A3F;
}
#learn .container-inner-card:hover p {
  color: #FFFFFF;
}
#learn .container-inner-card:hover .btn-transparent-black {
  background: #F8F8F7;
  border: 2px solid transparent;
  color: #282B22;
}
@media screen and (min-width: 641px) {
  #learn .btn-transparent-black {
    width: fit-content;
  }
}
@media screen and (min-width: 1025px) {
  #learn {
    margin-bottom: 3em;
  }
  #learn .main-link {
    padding-left: 20px;
  }
  #learn .attachment-post-thumbnail {
    max-width: 100px;
  }
  #learn p.h5.subtitle {
    margin-top: -49px;
  }
  #learn .card-case {
    padding: 30px 50px 70px;
    min-height: 575px;
  }
  #learn .owl-prev {
    position: absolute;
    top: 37%;
    left: -3vw;
  }
  #learn .owl-next {
    position: absolute;
    top: 37%;
    right: -3vw;
  }
}
@media screen and (min-width: 1640px) {
  #learn .owl-prev {
    left: -5vw;
  }
  #learn .owl-next {
    right: -5vw;
  }
}