@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Cormorant:ital,wght@0,300..700;1,300..700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

body {
	background-image: url("https://thelovat.com/assets/img/pattern-white.png");
}

.the-Lovat a {
  background-color: transparent;
}

.the-Lovat img {
  border-style: none;
}

.the-Lovat [data-whatinput=mouse] *,
.the-Lovat [data-whatinput=mouse] :focus,
.the-Lovat [data-whatintent=mouse] *,
.the-Lovat [data-whatintent=mouse] :focus {
  outline: none;
}

.the-Lovat *,
.the-Lovat :after,
.the-Lovat :before {
  box-sizing: inherit;
}

.the-Lovat img {
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.the-Lovat div,
.the-Lovat li,
.the-Lovat p,
.the-Lovat ul {
  margin: 0;
  padding: 0;
}

.the-Lovat p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

.the-Lovat a {
  color: #776841;
  cursor: pointer;
  line-height: inherit;
  text-decoration: none;
}

.the-Lovat a:focus,
.the-Lovat a:hover {
  color: #665938;
}

.the-Lovat a img {
  border: 0;
}

.the-Lovat ul {
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1rem;
}

.the-Lovat li {
  font-size: inherit;
}

.the-Lovat ul {
  list-style-type: disc;
}

.the-Lovat ul {
  margin-left: 1.25rem;
}

@media print {
  .the-Lovat * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    print-color-adjust: economy;
    -webkit-print-color-adjust: economy;
    text-shadow: none !important;
  }

  .the-Lovat a,
  .the-Lovat a:visited {
    text-decoration: underline;
  }

  .the-Lovat a[href]:after {
    content: " (" attr(href) ")";
  }

  .the-Lovat img {
    page-break-inside: avoid;
  }

  .the-Lovat img {
    max-width: 100% !important;
  }

  .the-Lovat p {
    orphans: 3;
    widows: 3;
  }
}

.the-Lovat .grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media print, screen and (min-width:64em) {
  .the-Lovat  .grid-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.the-Lovat .grid-x {
  display: flex;
  flex-flow: row wrap;
}

.the-Lovat .cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}

@media print, screen and (min-width:40em) {
  .the-Lovat  .grid-x>.medium-4 {
    flex-basis: auto;
  }
}

@media print, screen and (min-width:64em) {
  .the-Lovat .grid-x>.large-2,
  .the-Lovat .grid-x>.large-4 {
    flex-basis: auto;
  }
}

@media print, screen and (min-width:40em) {
  .the-Lovat .grid-x>.medium-4 {
    flex: 0 0 auto;
  }

  .the-Lovat .grid-x>.medium-4 {
    width: 33.3333333333%;
  }
}

@media print, screen and (min-width:64em) {
  .the-Lovat .grid-x>.large-2,
  .the-Lovat .grid-x>.large-4 {
    flex: 0 0 auto;
  }

  .the-Lovat .grid-x>.large-2 {
    width: 16.6666666667%;
  }

  .the-Lovat .grid-x>.large-4 {
    width: 33.3333333333%;
  }
}

@media print, screen and (min-width:40em) {
  .the-Lovat .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
}

@media print, screen and (min-width:64em) {
  .the-Lovat .large-offset-6 {
    margin-left: 50%;
  }
}

.the-Lovat * {
  outline: none;
}

.the-Lovat .grid-container {
  padding: 0 37px;
}

@media print, screen and (min-width:64em) {
  .the-Lovat .grid-container {
    padding: 0;
  }
}

.the-Lovat .header {
  background-color: #fff;
  height: 170px;
  left: 0;
  padding: 30px 75px;
  /* position: fixed; */
  right: 0;
  top: 0;
  transition: all .3s ease-in-out;
  /* z-index: 10000; */
  font-size: 16px;
  margin-bottom: 5em;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, .3);
}

@media screen and (max-width:991px) {
  .the-Lovat .header {
    height: 108px;
  }
}

.the-Lovat .header__inner {
  padding: 20px 53px 0;
}

@media print, screen and (max-width:39.99875em) {
  .the-Lovat .header__inner {
    padding: 20px;
  }
}

.the-Lovat .header__logo {
  left: 50%;
  position: absolute;
  top: 20px;
  transform: translateX(-50%);
  transition: all .3s ease-in-out;
  width: 173px;
}

@media screen and (max-width:991px) {
  .the-Lovat .header__logo {
    height: 60px;
    overflow: hidden;
    width: 104px;
  }
}

.the-Lovat .header__logo--compact,
.the-Lovat .header__logo--transparent {
  opacity: 0;
}

.the-Lovat .header__logo--compact {
  top: 25px;
  width: 97px;
}

@media screen and (max-width:991px) {
  .the-Lovat .header__logo--compact {
    width: 80px;
  }
}

@media screen and (max-width:991px) {
  .the-Lovat .header--compact {
    height: 84px;
  }
}

.the-Lovat .header--compact .header__logo--color,
.the-Lovat .header--compact .header__logo--transparent {
  opacity: 0;
}

.the-Lovat .header--compact .header__logo--compact {
  opacity: 1;
}

.the-Lovat .footer {
	margin-top: 10rem;
	padding-top: 55px;
	padding-bottom: 55px;
	background-color: #fff;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, .3);
}

@media print, screen and (min-width:64em)and (max-width:74.99875em) {
  .the-Lovat .footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media print, screen and (max-width:39.99875em) {
  .the-Lovat .footer {
    text-align: center;
  }
}

@media print, screen and (min-width:40em)and (max-width:63.99875em) {
  .the-Lovat .footer {
    text-align: center;
  }
}

@media print, screen and (max-width:39.99875em) {
  .the-Lovat .footer__logo {
    margin-bottom: 35px;
  }
}

@media print, screen and (min-width:40em)and (max-width:63.99875em) {
  .the-Lovat .footer__logo {
    margin-bottom: 35px;
  }
}

.the-Lovat .footer__logo img {
  max-width: 140px;
}

.the-Lovat .footer__credit a {
  color: #3b3d42 !important;
  font-family: Josefin Sans, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: color .2s ease-in-out;
}

.the-Lovat .footer__credit a:active,
.the-Lovat .footer__credit a:hover {
  color: #668079 !important;
}

.the-Lovat .footer__credit {
  padding-top: 33px;
}

@media print, screen and (min-width:64em) {
  .the-Lovat .footer__credit {
    padding-left: 23px;
  }

  .the-Lovat .footer__address {
    padding-left: 50px;
    padding-top: 4px;
  }
}

.the-Lovat .footer__address p {
  font-family: Cormorant Garamond, serif;
  font-size: 20px;
  line-height: 24px;
}

.the-Lovat .footer__address p a {
  color: inherit !important;
}

.the-Lovat .footer__social {
  list-style-type: none;
  margin: 0;
}

.the-Lovat .footer__social li {
  display: inline;
  margin: 0 5px;
}

@media print, screen and (min-width:40em) {
  .the-Lovat .footer__social li {
    margin: 0 12px 0 0;
  }
}

.the-Lovat .footer__social svg {
  height: 15px;
  width: auto;
}

.the-Lovat .footer__social path {
  fill: #3b3d42;
  transition: fill .3s ease-in-out;
}

.the-Lovat .footer__social a:hover path {
  fill: #56726b;
}

.the-Lovat .footer__logos-inner {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

@media print, screen and (min-width:64em) {
  .the-Lovat .footer__logos-inner {
    justify-content: flex-end;
  }
}

.the-Lovat .footer__logos-inner img {
  height: 70px;
  padding-left: 5px;
  padding-right: 5px;
}

@media print, screen and (min-width:64em) {
  .the-Lovat, .footer__logos-inner img {
    /* margin-left: 20px; */
    padding-left: 0;
    padding-right: 0;
  }
}