@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
body, html {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 2.375rem;
  color: #5A5B2C;
  background-color: #F4F2E6;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0 0 32px 0;
  font-family: "Work Sans", sans-serif;
  line-height: 2.375rem;
  font-weight: 400;
}

h1 {
  font-size: 3rem;
  line-height: 3.375rem;
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: normal;
    letter-spacing: -0.9px;
  }
}

h2 {
  font-size: 2.25rem;
  line-height: 2.275rem;
}

h3 {
  font-size: 1.875rem;
  line-height: 2.375rem;
}

h4 {
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (max-width: 767px) {
  h4 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.8px;
  }
}

h5, p {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

h6 {
  font-size: 1.125rem;
  line-height: 1.175rem;
}

h1.medium, h2.medium, h3.medium, h4.medium, h5.medium, h6.medium, p.medium {
  font-weight: 500;
}

h1.semibold, h2.semibold, h3.semibold, h4.semibold, h5.semibold, h6.semibold, p.semibold {
  font-weight: 600;
}

h1.bold, h2.bold, h3.bold, h4.bold, h5.bold, h6.bold, p.bold {
  font-weight: 600;
}

a {
  cursor: pointer;
  color: #5A5B2C;
  text-decoration-line: underline;
}
a.link {
  font-size: 20px;
  display: block;
}
a.button {
  text-decoration: none;
  font-size: 14px;
  border: 1px solid #5A5B2C;
  width: fit-content;
  padding: 16px 28px;
}
a.button:hover {
  background-color: #D1BDB8;
  border: 1px solid #D1BDB8;
}

ul li {
  font-size: 1.25rem;
  margin-bottom: 12px;
}
ul {
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  p:last-child {
    margin-bottom: 0;
  }
}
html {
  margin: 0 !important;
  scroll-behavior: smooth;
}

* {
  margin: 0;
}

.flex {
  display: flex;
}

.background-color-wrapper {
  background-color: #5A5B2C;
  border-bottom: 1px solid #F4F2E6;
}

section {
  margin: 0 auto;
  padding: 128px 0;
}
@media (max-width: 767px) {
  section {
    padding: 56px 16px;
  }
}
section:not(.carousel) {
  max-width: 1056px;
}
section.wide-image {
  max-width: 1216px;
}
@media (max-width: 1080px) {
  section {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1920px) {
  section.home {
    max-width: 1440px;
  }
  section.wide-image {
    max-width: 1856px;
  }
}
@media (max-width: 767px) {
  section.grid-section {
    padding: 56px 16px 112px;
  }
}
@media (max-width: 767px) {
  section.padding_bottom {
    padding: 56px 16px;
  }
}
@media (min-width: 767px) {
  section.padding_bottom .grid-container {
    padding: 0;
  }
}

.content-wrapper {
  width: 100%;
  max-width: 1440px;
  display: flex;
  gap: inherit;
  flex-direction: inherit;
}
.content-wrapper.row {
  flex-direction: row;
}
.content-wrapper.centre {
  justify-content: center;
}
.content-wrapper.margin-centre {
  margin-inline: auto;
}

.right-aligned-image img {
  margin-left: auto;
}

.right-aligned-image, .left-aligned-image {
  justify-content: center;
  gap: 123px;
}
.right-aligned-image p, .left-aligned-image p {
  max-width: 420px;
}
@media (max-width: 767px) {
  .right-aligned-image p, .left-aligned-image p {
    max-width: unset;
  }
}
.right-aligned-image img, .left-aligned-image img {
  max-height: 700px;
  width: auto;
  object-fit: cover;
  clip-path: inset(100% 0 0 0);
  transition: 0.9s cubic-bezier(0, 0, 0.19, 1);
}
.right-aligned-image img.no-animate, .left-aligned-image img.no-animate {
  clip-path: unset;
}
.right-aligned-image img.animate-right-image, .left-aligned-image img.animate-right-image {
  object-position: bottom;
  clip-path: inset(0 0 0 0);
  transition: 0.9s cubic-bezier(0, 0, 0.19, 1);
}
.right-aligned-image .text-container, .left-aligned-image .text-container {
  position: relative;
}
.right-aligned-image .text-container a.button, .left-aligned-image .text-container a.button {
  position: absolute;
  bottom: 0;
  padding: 5px 28px;
}
@media (max-width: 767px) {
  .right-aligned-image .text-container a.button, .left-aligned-image .text-container a.button {
    display: block;
    position: relative;
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .right-aligned-image, .left-aligned-image {
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 24px;
  }
  .right-aligned-image img, .left-aligned-image img {
    width: 75%;
  }
}

.double-image {
  justify-content: center;
  gap: 32px;
}
.double-image .content-wrapper {
  justify-content: center;
}
.double-image img {
  max-width: 500px;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.double-image img.left {
  margin-right: auto;
}
.double-image img.right {
  margin-left: auto;
}
@media (max-width: 767px) {
  .double-image {
    flex-direction: column;
    gap: 50px;
  }
}

.offset-image-text {
  flex-direction: column;
}
.offset-image-text p {
  width: 100%;
}
@media (min-width: 767px) {
  .offset-image-text p {
    width: 50%;
  }
}
.offset-image-text img {
  width: 60%;
  height: 100%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .offset-image-text img {
    margin-top: 96px;
    width: 100%;
  }
}

.featured-image-layout img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .featured-image-layout img {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.featured-image-layout img.web {
  display: block;
}
@media (max-width: 767px) {
  .featured-image-layout img.web {
    display: none;
  }
}
.featured-image-layout img.mobile {
  display: none;
}
@media (max-width: 767px) {
  .featured-image-layout img.mobile {
    display: unset;
  }
}

.left-aligned-image {
  justify-content: center;
  gap: 123px;
}
.left-aligned-image .right-img {
  height: 325px;
  width: 100%;
  margin-bottom: 128px;
}
.left-aligned-image img {
  max-height: 700px;
  width: auto;
  object-fit: cover;
  clip-path: inset(100% 0 0 0);
  transition: 0.9s cubic-bezier(0, 0, 0.19, 1);
  margin-right: auto;
}
.left-aligned-image img.animate-left-image {
  object-position: bottom;
  clip-path: inset(0 0 0 0);
  transition: 0.9s cubic-bezier(0, 0, 0.19, 1);
}
@media (max-width: 767px) {
  .left-aligned-image {
    flex-direction: column;
    gap: 32px;
  }
  .left-aligned-image .right-img {
    margin-bottom: 50px;
  }
  .left-aligned-image img {
    width: 75%;
  }
}

.carousel {
  position: relative;
  padding: 128px 0px;
}
@media (max-width: 767px) {
  .carousel {
    padding: 56px 0px;
  }
}
.carousel .arrow-wrapper {
  margin: 0 auto 32px;
}
@media (max-width: 767px) {
  .carousel .arrow-wrapper {
    margin-bottom: 16px;
    padding: 0 16px;
  }
}
@media (min-width: 1280px) {
  .carousel .arrow-wrapper {
    max-width: 1056px;
  }
}
.carousel .arrow-wrapper .arrow {
  margin-left: auto;
  display: block;
  cursor: pointer;
}
.carousel .gallery-cell {
  margin: 0 32px;
  height: 100%;
}
.carousel .gallery-cell img {
  width: 1056px;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .carousel .gallery-cell img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
.carousel .gallery-cell img.vertical {
  width: auto;
  height: 600px;
}
.carousel .flickity-page-dots, .carousel .flickity-button {
  display: none;
}
.carousel .gallery .flickity-viewport {
  height: 600px;
}
.carousel.landscape .gallery .flickity-viewport {
  height: 300px;
}
@media (min-width: 767px) {
  .carousel.landscape .gallery .flickity-viewport {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .carousel .arrow {
    top: 5px;
    right: 5px;
  }
}

.grid-section .grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 88px 32px;
  padding: 58px 0;
  max-width: 1440px;
  margin-inline: auto;
}
.grid-section .grid-container .grid-item img {
  width: 100%;
  height: auto;
  max-height: 452.15px;
  display: block;
  object-fit: cover;
  object-position: center;
}
.grid-section .grid-container .grid-item h4 {
  margin: 10px 0 0 0;
}
@media (max-width: 767px) {
  .grid-section .grid-container {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 0;
  }
  .grid-section .grid-container .grid-item:last-child {
    margin-bottom: 32px;
  }
}
.grid-section .mobile-title {
  display: none;
}
@media (max-width: 767px) {
  .grid-section .mobile-title {
    display: block;
  }
}
.grid-section a.button {
  display: block;
  margin-left: auto;
  padding: 5px 28px;
}
@media (max-width: 767px) {
  .grid-section a.button {
    margin-top: 32px;
    float: none;
    margin-left: 0;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .grid-section {
    padding-bottom: 100px;
  }
}

.home .grid-container {
  padding: 0 0 32px;
}
@media (max-width: 767px) {
  .home .grid-container {
    padding: 0;
  }
}

.how-we-work .flex {
  gap: 160px;
  justify-content: center;
}
.how-we-work h1 {
  margin: unset;
  max-width: 500px;
}
.how-we-work p {
  max-width: 400px;
}
.how-we-work .desktop-img {
  width: 100%;
}
.how-we-work .mobile-img {
  display: none;
}
@media (max-width: 767px) {
  .how-we-work .flex {
    flex-direction: column;
    gap: 32px;
  }
  .how-we-work .desktop-img {
    display: none;
  }
  .how-we-work .mobile-img {
    display: block;
    margin-right: -16px;
  }
}

.wide-image {
  position: relative;
  padding: 128px 16px;
  height: max-content;
  overflow: hidden;
}
@media (max-width: 767px) {
  .wide-image {
    padding: 56px 16px;
  }
}
.wide-image img {
  width: 100%;
  height: auto;
  clip-path: inset(100% 0 0 0);
  transition: 0.9s cubic-bezier(0, 0, 0.19, 1);
}
.wide-image img.no-animation {
  clip-path: unset;
  transition: unset;
}
.wide-image img.animate-featured-image {
  object-position: bottom;
  clip-path: inset(0 0 0 0);
  transition: 0.9s cubic-bezier(0, 0, 0.19, 1);
}
.wide-image img.mobile {
  display: none;
}
@media (max-width: 767px) {
  .wide-image img.desktop {
    display: none;
  }
  .wide-image img.mobile {
    display: block;
  }
}

.home-text {
  gap: 123px;
  justify-content: center;
}
@media (max-width: 767px) {
  .home-text {
    flex-direction: column;
    gap: 0;
    padding: 56px 16px;
  }
}
.home-text div {
  flex: 1;
}
@media (min-width: 767px) {
  .home-text h1 {
    margin-bottom: 0;
  }
}
.home-text h4 {
  max-width: 415px;
}

.contact-container {
  color: #F4F2E6;
  background-color: #5A5B2C;
}
.contact-container .contact {
  padding-top: 128px;
  max-width: 1440px;
  margin-inline: auto;
}
.contact-container .contact .form {
  width: 55%;
}
.contact-container .contact .form input {
  border: none;
  padding: 12px 16px;
}
.contact-container .contact .form .gform_button {
  height: 50px;
}
.contact-container .contact .form .ginput_counter {
  padding: unset;
}
.contact-container .contact .contact-content {
  max-width: 400px;
}
.contact-container a {
  color: #F4F2E6;
}
.contact-container h5 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .contact-container .contact {
    padding-top: 102px;
  }
  .contact-container .contact .form {
    width: 100%;
  }
}

.default-content-container {
  padding: 128px 0;
  background-color: #5A5B2C;
  color: #F4F2E6;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .default-content-container {
    max-width: 1056px;
  }
}
@media (min-width: 1920px) {
  .default-content-container {
    max-width: 1440px;
  }
}
.default-content-container a {
  color: #F4F2E6;
}

body .grecaptcha-badge {
  visibility: visible !important;
  z-index: 9999999999;
}

.full-screen-image-container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.full-screen-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.full-screen-image-container h1 {
  position: absolute;
  color: #F4F2E6;
  left: 32px;
  bottom: 0;
  z-index: 20;
}
.full-screen-image-container .overlay {
  background: linear-gradient(to top, rgba(30, 30, 30, 0.7) 5%, transparent);
  position: absolute;
  width: 100%;
  display: block;
}

.header-carousel {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.header-carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-carousel .text-container {
  position: absolute;
  left: 32px;
  bottom: 32px;
}
.header-carousel .text-container a {
  text-decoration: none;
  gap: 32px;
  align-items: center;
}
.header-carousel .text-container a h3 {
  color: #F4F2E6;
  margin: 0;
}
.header-carousel .text-container a img {
  height: 42px;
  width: 42px;
}
.header-carousel .slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.header-carousel .slider-track {
  display: flex;
  transition: transform 11s linear;
}
.header-carousel .slide {
  min-width: 100%;
  box-sizing: border-box;
  background: linear-gradient(to top, rgba(30, 30, 30, 0.7) 5%, transparent);
}
.header-carousel .slide img {
  width: 100%;
  display: block;
  position: relative;
  z-index: -1;
}
.header-carousel .slide img.carousel-img-position {
  top: -15%;
}
@media (max-width: 767px) {
  .header-carousel .slide img {
    top: unset;
  }
}
@media (max-width: 767px) {
  .header-carousel .slider-track {
    height: 100%;
  }
  .header-carousel .text-container {
    left: 16px;
    bottom: 16px;
    gap: 16px;
  }
}

.solid-bg-header {
  width: 100%;
  background-color: #5A5B2C;
  color: #F4F2E6;
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
  gap: 123px;
  padding: 225px 80px 128px;
  justify-content: center;
}
@media (max-width: 767px) {
  .solid-bg-header {
    height: fit-content;
  }
}
.solid-bg-header .text-container {
  width: 50%;
  max-width: 505px;
}
.solid-bg-header .text-container p {
  margin-bottom: 0 !important;
}
.solid-bg-header img {
  flex: 1;
  width: 100%;
  max-width: 505px;
}
@media (max-width: 767px) {
  .solid-bg-header {
    flex-direction: column;
    gap: 50px;
    padding: 58px 16px;
  }
  .solid-bg-header img {
    height: auto;
    width: 100%;
    padding-top: 100px;
  }
  .solid-bg-header .text-container {
    margin-inline: auto;
    width: 100%;
    max-width: unset;
  }
}

.header-double-image {
  display: flex;
  height: 100vh;
  width: 100%;
}
.header-double-image .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.header-double-image .left-img-container, .header-double-image .right-img-container {
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.header-double-image .left-img, .header-double-image .right-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.img-right-first, .img-right-second,
.img-left-first, .img-left-second {
  clip-path: inset(0 0 0 0);
}

.show-next-right {
  clip-path: inset(0 0 100% 0);
  transition: 2s ease-out;
  -webkit-transition: 2s ease-out;
  -moz-transition: 2s ease-out;
}

.show-next-left {
  clip-path: inset(100% 0 0 0);
  transition: 2s ease-out;
  -webkit-transition: 2s ease-out;
  -moz-transition: 2s ease-out;
}

@keyframes wipe-out-down {
  from {
    top: 0;
  }
  to {
    top: 100%;
  }
}
@keyframes wipe-out-up {
  from {
    top: 0;
  }
  to {
    top: -100%;
  }
}
.slide-out-down {
  animation: 1.5s linear wipe-out-down both;
}

.slide-out-up {
  animation: 1.5s linear wipe-out-up both;
}

.loader-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #D9BB8A;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  border-radius: 50%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0) 0 70%, rgb(0, 0, 0) 0) 50%/8% 100%, linear-gradient(90deg, rgba(0, 0, 0, 0.25) 30%, rgba(0, 0, 0, 0) 0 70%, rgba(0, 0, 0, 0.75) 0) 50%/100% 8%;
  background-repeat: no-repeat;
  animation: l23 1s infinite steps(12);
}

.loader::before,
.loader::after {
  content: "";
  grid-area: 1/1;
  border-radius: 50%;
  background: inherit;
  opacity: 0.915;
  transform: rotate(30deg);
}

.loader::after {
  opacity: 0.83;
  transform: rotate(60deg);
}

@keyframes l23 {
  100% {
    transform: rotate(1turn);
  }
}
.menu {
  width: 100%;
  position: absolute;
  top: 0;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  padding: 32px;
  box-sizing: border-box;
  z-index: 30;
}
.menu.green-bg {
  background-color: #5A5B2C;
}
.menu .hide {
  visibility: hidden;
}
.menu img {
  cursor: pointer;
  transition: 0.5s ease;
}

.full-screen-menu {
  position: fixed;
  top: 0;
  right: -50%;
  width: 50%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transition: right 0.5s ease;
  z-index: 25;
  transition: all 0.5 cubic-bezier(0, 0, 0.4, 1.13);
}
.full-screen-menu .right-side {
  height: 100%;
  width: 100%;
  background-color: #5A5B2C;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 79px 58px;
  box-sizing: border-box;
}
.full-screen-menu .right-side ul {
  padding: 0;
}
.full-screen-menu .right-side ul li {
  margin-bottom: 12px;
}
.full-screen-menu .right-side ul li a {
  color: #F4F2E6;
  font-size: 48px;
  text-decoration: none;
}
.full-screen-menu .right-side .link {
  color: #F4F2E6;
  font-size: 16px;
}
.full-screen-menu.open {
  visibility: visible;
  opacity: 1;
  transition: all 0.5 cubic-bezier(0, 0, 0.4, 1.13);
  right: 0; /* Slide in to cover half the screen */
}
@media (max-width: 767px) {
  .full-screen-menu {
    width: 100%;
    visibility: hidden;
    opacity: 0;
  }
  .full-screen-menu .right-side {
    padding: 50px 16px;
  }
}

.overlay {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust opacity (last value) */
  z-index: 20;
  display: none; /* Initially hidden */
}

.full-screen-menu.open + .overlay {
  display: block; /* Show the overlay when the menu is open */
}

.burger-menu {
  width: 40px;
  height: 32px;
  position: absolute;
  top: 20px;
  right: 3rem;
  cursor: pointer;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .burger-menu {
    top: 16px;
  }
}

.line {
  width: 100%;
  height: 0.3rem;
  background-color: #F4F2E6;
  transition: all 0.5s ease-in-out;
}

.clicked .line-1 {
  transform: rotateZ(-45deg) translate(0rem, 0.7rem);
}

.clicked .line-2 {
  transform: rotateZ(45deg) translate(0rem, -0.7rem);
}

.contact {
  gap: 123px;
}
.contact .form input, .contact .form textarea {
  background-color: #F4F2E6;
}
.contact .form input::placeholder, .contact .form textarea::placeholder {
  color: rgba(90, 91, 44, 0.4);
}
.contact .form input:focus, .contact .form textarea:focus {
  outline: none;
  border: 1px solid #F4F2E6;
  box-shadow: none;
}
.contact .form .gform_heading {
  display: none;
}
.contact .form .gform_fields {
  row-gap: 24px;
}
.contact .form .gfield_required {
  display: none;
}
.contact .form label {
  color: #F4F2E6;
}
.contact .form #gform_submit_button_1 {
  width: 100%;
  background-color: transparent;
  border: 1px solid #F4F2E6;
  color: #F4F2E6;
}
.contact .form .validation_message {
  color: #D1BDB8;
}
.contact .form .gfield_error input, .contact .form .gfield_error textarea {
  border-color: #D1BDB8;
}
.contact .form .gform_validation_errors {
  display: none;
}
.contact .form .ginput_counter {
  color: #F4F2E6;
}
@media (max-width: 767px) {
  .contact {
    gap: 100px;
    flex-direction: column;
  }
  .contact .gform-grid-row {
    row-gap: 24px;
  }
}

footer {
  display: flex;
  flex-direction: column;
  background: #5A5B2C;
  height: fit-content;
  padding: 96px 32px 48px 32px;
}
@media (max-width: 767px) {
  footer {
    padding: 56px 32px 16px 32px;
  }
}
footer .footer-body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
footer .footer-body .footer-logo {
  height: 60px;
}
@media (max-width: 767px) {
  footer .footer-body {
    flex-direction: column;
  }
}
footer .footer-body .contact-us {
  display: flex;
  flex-direction: column;
  color: #F4F2E6;
  margin-right: 10rem;
  margin-left: 2rem;
}
footer .footer-body .contact-us p {
  margin: unset;
}
footer .footer-body .contact-us a {
  color: #F4F2E6;
}
footer .footer-body .contact-us p.title, footer .footer-body .contact-us .link {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  footer .footer-body .contact-us {
    margin-top: 2rem;
    margin-left: 0;
  }
}
footer .divider {
  width: 100%;
  border: 1px solid #F4F2E6;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
footer .rights-and-partners {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 767px) {
  footer .rights-and-partners {
    flex-direction: column;
  }
}
footer .rights-and-partners .rights {
  color: #F4F2E6;
}
footer .rights-and-partners .rights .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 1rem;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  footer .rights-and-partners .rights .row {
    flex-direction: column;
    margin-top: unset;
    margin-right: unset;
  }
}
footer .rights-and-partners .rights .row a {
  color: #F4F2E6;
  margin-left: 3rem;
  width: fit-content;
}
footer .rights-and-partners .rights .row a:first-child {
  margin-top: 2rem;
}
footer .rights-and-partners .rights .row a:last-child {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  footer .rights-and-partners .rights .row a {
    margin-left: unset;
    margin-top: 0.5rem;
  }
}
footer .rights-and-partners .rights h4 {
  margin: 0;
}
footer .rights-and-partners img {
  width: 150px;
  margin-right: 10rem;
}
@media (max-width: 767px) {
  footer .rights-and-partners img {
    margin-top: 32px;
  }
}

.solid-bg-header-404 {
  background-color: #5A5B2C;
}
.solid-bg-header-404 .four-zero-four-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: unset;
  padding-bottom: unset;
  height: 100%;
  color: white;
}
@media (min-width: 767px) {
  .solid-bg-header-404 .four-zero-four-wrapper {
    height: 65%;
  }
}
.solid-bg-header-404 .four-zero-four-wrapper h1 {
  color: #D9BB8A;
  font-size: 100px;
  margin-bottom: 1rem;
}
@media (min-width: 767px) {
  .solid-bg-header-404 .four-zero-four-wrapper h1 {
    margin-bottom: 3rem;
  }
}
.solid-bg-header-404 .four-zero-four-wrapper a {
  color: white;
  text-decoration: underline;
}
.solid-bg-header-404 .four-zero-four-wrapper img {
  width: 100%;
  height: auto;
  margin-top: 2rem;
}
@media (min-width: 767px) {
  .solid-bg-header-404 .four-zero-four-wrapper img {
    max-width: 300px;
    margin-top: 1rem;
  }
}

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