.pristine-error {
  color: #cc0900 !important;
  margin-top: 0 !important;
}

.has-danger input, .has-danger textarea {
  border-color: #cc0900 !important;
}

/* ----------------------------------------------------------- */
/* == tingle v0.15.2 */
/* ----------------------------------------------------------- */
.tingle-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

/* confirm and alerts
-------------------------------------------------------------- */
.tingle-modal--confirm .tingle-modal-box {
  text-align: center;
}

/* modal
-------------------------------------------------------------- */
.tingle-modal--noOverlayClose {
  cursor: default;
}

.tingle-modal--noClose .tingle-modal__close {
  display: none;
}

.tingle-modal__close {
  position: fixed;
  top: 2.5rem;
  right: 2.5rem;
  z-index: 1000;
  padding: 0;
  width: 2rem;
  height: 2rem;
  border: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
}

.tingle-modal__close svg * {
  fill: currentColor;
}

.tingle-modal__closeLabel {
  display: none;
}

.tingle-modal__close:hover {
  color: #fff;
}

.tingle-modal-box {
  position: relative;
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 60%;
  border-radius: 4px;
  background: #fff;
  opacity: 1;
  cursor: auto;
  will-change: transform, opacity;
}
.modal-image .tingle-modal-box {
  width: auto;
  max-width: 1264px;
}

.tingle-modal-box__content {
  padding: 2em;
}

.tingle-modal-box__footer {
  padding: 1.5rem 2rem;
  width: auto;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #f5f5f5;
  cursor: auto;
}

.tingle-modal-box__footer::after {
  display: table;
  clear: both;
  content: "";
}

.tingle-modal-box__footer--sticky {
  position: fixed;
  bottom: -200px; /* TODO : find a better way */
  z-index: 10001;
  opacity: 1;
  transition: bottom 0.3s ease-in-out 0.3s;
}

/* state
-------------------------------------------------------------- */
.tingle-enabled {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden;
}

.tingle-modal--visible .tingle-modal-box__footer {
  bottom: 0;
}

.tingle-enabled .tingle-content-wrapper {
  filter: blur(8px);
}

.tingle-modal--visible {
  visibility: visible;
  opacity: 1;
}

.tingle-modal--visible .tingle-modal-box {
  animation: scale 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}

.tingle-modal--overflow {
  overflow-y: scroll;
  padding-top: 8vh;
}

/* btn
-------------------------------------------------------------- */
.tingle-btn {
  display: inline-block;
  margin: 0 0.5rem;
  padding: 1rem 2rem;
  border: none;
  background-color: grey;
  box-shadow: none;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  cursor: pointer;
  transition: background-color 0.4s ease;
}

.tingle-btn--primary {
  background-color: #3498db;
}

.tingle-btn--danger {
  background-color: #e74c3c;
}

.tingle-btn--default {
  background-color: #34495e;
}

.tingle-btn--pull-left {
  float: left;
}

.tingle-btn--pull-right {
  float: right;
}

/* responsive
-------------------------------------------------------------- */
@media (max-width: 540px) {
  .tingle-modal {
    top: 0px;
    display: block;
    padding-top: 60px;
    width: 100%;
  }
  .tingle-modal-box {
    width: auto;
    border-radius: 0;
  }
  .tingle-modal-box__content {
    overflow-y: scroll;
  }
  .tingle-modal--noClose {
    top: 0;
  }
  .tingle-modal--noOverlayClose {
    padding-top: 0;
  }
  .tingle-modal-box__footer .tingle-btn {
    display: block;
    float: none;
    margin-bottom: 1rem;
    width: 100%;
  }
  .tingle-modal__close {
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    background-color: #b6741d;
    box-shadow: none;
    color: #fff;
  }
  .tingle-modal__closeLabel {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }
  .tingle-modal__closeIcon {
    display: inline-block;
    margin-right: 0.8rem;
    width: 1.6rem;
    vertical-align: middle;
    font-size: 0;
  }
}
@supports (-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px)) {
  .tingle-modal:before {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    pointer-events: none;
  }
  .tingle-enabled .tingle-content-wrapper {
    filter: none;
  }
}
/* animations
-------------------------------------------------------------- */
@keyframes scale {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* Custom
-------------------------------------------------------------- */
.tingle-modal-box--wide .tingle-modal-box {
  max-width: 60em;
  width: auto;
}
.tingle-modal-box--wide .tingle-modal-box__content {
  padding: 1em;
}
.tingle-modal-box--wide embed {
  width: 80vw;
  max-width: 58em;
  height: 57vw;
}
@media (min-width: ) {
  .tingle-modal-box--wide embed {
    height: 90vh;
  }
}

.tingle-modal-box__content form button::before {
  background-color: #b6741d;
}
.tingle-modal-box__content form button:hover {
  color: #fff;
}

.tns-outer {
  padding: 0 !important;
  position: relative;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel.tns-carousel > .tns-item {
  margin-right: -100%;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}
.tns-t-ct::after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}

.tns-controls {
  text-align: center;
}
.tns-controls button {
  padding: 0;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background-repeat: no-repeat;
  width: 28px;
  height: 50px;
  background-size: 100%;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin: 1em;
}
.tns-controls button:hover {
  opacity: 0.64;
}
.tns-controls button:first-child {
  background-image: url(../img/arrow-prev.png);
}
.tns-controls button:last-child {
  background-image: url(../img/arrow-next.png);
}
@media (min-width: 40rem) {
  .tns-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -25px;
  }
  .tns-controls button {
    position: absolute;
    margin: 0;
    width: 28px;
    height: 50px;
  }
  .tns-controls button:first-child {
    left: 0;
  }
  .tns-controls button:last-child {
    right: 0;
  }
}

.button--gradient {
  background-color: #b6741d;
  background-image: linear-gradient(135deg, #b6741d 0%, #d48d21 50%, #faa62a 100%);
  color: #fff;
  border: none;
  background-size: 200% 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: background 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.button--gradient:hover {
  background-position: right center;
}

.dots, .sitemap-list {
  list-style: none;
}
.dots li, .sitemap-list li {
  padding-left: 12px;
  margin-top: 2px;
  position: relative;
}
.dots li::before, .sitemap-list li::before {
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 6px;
  background-color: #b6741d;
  position: absolute;
  top: 10px;
  left: 0;
}
.dots ul, .sitemap-list ul {
  list-style: none;
  margin-top: 0;
}

.sitemap-list {
  max-width: 22em;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

[class*=card] {
  background-color: #fff;
  padding: 2.5rem 1.25rem;
  color: #333;
  border-radius: 1rem;
  box-shadow: 0 0.3px 0.4px rgba(0, 0, 0, 0.025), 0 0.9px 1.5px rgba(0, 0, 0, 0.05), 0 3.5px 6px rgba(0, 0, 0, 0.1);
}

.faq details {
  overflow: hidden;
  position: relative;
  background-color: #f0f0f0;
  transition: 0.25s ease-out;
}
.faq details > *:last-child {
  margin-bottom: 1.5rem;
}
.faq details:hover {
  background-color: #b6741d;
  color: #fff;
}
.faq details[open] summary:after {
  opacity: 0;
  transform: translateY(-50%) rotate(90deg);
}
.faq details[open] summary ~ * {
  animation: sweep 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.faq summary {
  user-select: none;
  outline: none;
  padding: 1rem 1.625rem;
  position: relative;
  cursor: pointer;
  font-weight: 500;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary ~ * {
  padding: 0 1.625rem;
}
@keyframes sweep {
  0% {
    opacity: 0;
    margin-left: -30px;
    margin-right: 30px;
  }
  100% {
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
  }
}

.faq details > *:last-child {
  margin-bottom: 0;
}

.faq summary {
  font-size: 16px;
  padding: 0.1rem;
}

.faq details {
  background-color: transparent;
}

.icon-left {
  padding-left: 128px;
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: 24px 50%;
}
.icon-left.h3 {
  min-height: 80px;
  display: inline-block;
}
@media (min-width: 87.5rem) {
  .icon-left.h3 {
    line-height: 120px;
  }
}
.icon-left p {
  margin-top: 0.75rem;
  font-size: 0.875rem;
}

.icon-block {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: auto 86px;
  padding-top: 120px;
  text-align: center;
}

.icon--dog-boarding {
  background-image: url(../img/icon-dog-boarding.svg);
}

.icon--popin-visits {
  background-image: url(../img/icon-popin-visits.svg);
}

.icon--doggy-daycare {
  background-image: url(../img/icon-doggy-daycare.svg);
}

.icon--dog-walking {
  background-image: url(../img/icon-dog-walking.svg);
}

.icon--experienced-loving {
  background-image: url(../img/icon-experienced-loving.svg);
}

.icon--flexible-scheduling {
  background-image: url(../img/icon-flexible-scheduling.svg);
}

.icon--health-happiness {
  background-image: url(../img/icon-health-happiness.svg);
}

.icon--dog-leashed {
  background-image: url(../img/icon-dog-leashed.svg);
}

.header__logo {
  margin-top: -35px;
}
.header__logo img {
  width: 100%;
  height: 100px;
}

.side-contact-button {
  position: fixed;
  right: 0.5rem;
  bottom: 0.5rem;
  z-index: 3;
  height: 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 50%;
  border: none;
  padding: 0 !important;
  background-color: #b6741d;
  background-image: url(../img/icon-email-white.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px;
  text-indent: 150px;
  font-size: 0;
  overflow: hidden;
  box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.4);
}
@media (min-width: 55rem) {
  .side-contact-button {
    right: 1.5rem;
    bottom: 1.5rem;
    height: 64px;
    width: 64px;
    background-size: 40px;
  }
}

else .side-contact-button {
  top: 190px;
  position: fixed;
  right: -3.875em;
  transform: rotate(270deg);
  z-index: 3;
  font-size: 1em;
  padding: 1em 1.5em;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1012px) {
  else .side-contact-button {
    top: 225px;
  }
}

.side-contact {
  display: none;
}

.tingle-modal {
  overflow: auto;
}

.tingle-modal-box {
  max-width: 34em;
}
.tingle-modal-box form > div {
  margin-top: 0.5em;
}
.tingle-modal-box form > div:last-child {
  margin-top: 1.5em;
}

@media (min-width: 40rem) {
  .carousel .tns-outer {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}
@media (min-width: 87.5rem) {
  .carousel #js_carousel-sectors .tns-outer {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.carousel--usp {
  max-width: 1000px;
}
.carousel--usp li {
  width: 380px;
  max-width: calc(100vw - 2em);
}
.carousel--usp li.carousel--usp__wide {
  width: 420px;
}
.carousel--usp h2 {
  font-weight: 700;
  letter-spacing: 0.15px;
}
.carousel--usp h2 + p {
  margin-top: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1px;
  max-width: 30ch;
}
@media (min-width: 460px) {
  .carousel--usp .tns-ovh {
    position: relative;
  }
  .carousel--usp .tns-ovh::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.5;
    background-image: linear-gradient(to right, #fff 0%, #fff calc(50% - 170px), transparent calc(50% - 169px), transparent calc(50% + 169px), #fff calc(50% + 170px));
  }
  .carousel--usp li {
    max-width: 380px;
  }
  .carousel--usp li.carousel--usp__wide {
    max-width: 420px;
  }
}

.carousel--vert-mid .tns-carousel {
  display: flex;
}
.carousel--vert-mid .tns-item {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}

.carousel-google-testimonials blockquote {
  text-align: center;
  padding-top: 44px;
  margin: 0 10px;
  position: relative;
}
.carousel-google-testimonials blockquote::before {
  content: attr(data-initial);
  color: #fff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #004D40;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
  margin-left: -20px;
}
.carousel-google-testimonials blockquote::after {
  content: "Posted on Google";
  display: block;
  background-image: url(../img/google.svg);
  background-repeat: no-repeat;
  padding-left: 40px;
  max-width: 120px;
  margin: 1.5em auto 0;
  font-size: 13px;
  min-height: 32px;
  text-align: left;
  color: #ccc;
  line-height: 16px;
}
.carousel-google-testimonials blockquote:nth-child(4n-2)::before {
  background-color: #0288D1;
}
.carousel-google-testimonials blockquote:nth-child(4n-1)::before {
  background-color: #BF360C;
}
.carousel-google-testimonials blockquote:nth-child(4n)::before {
  background-color: #455A64;
}
.carousel-google-testimonials blockquote cite {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 0;
}
.carousel-google-testimonials blockquote cite::after {
  content: "";
  display: block;
  width: 70px;
  height: 13px;
  background-size: 14px 13px;
  background-repeat: repeat-x;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAAZklEQVR4AWL4uYWZCdAJHVMBAIJAAG1DoAtjGarYxxjqwHADnA8HFuWL3E8puH8gAqILPaB34Qq4FAQ1yoo+8ES7NRWKe6u+Ogo0XjtaCmlSd6K/4OQQOF0JKYTsMasgOIRkBfDZATita/85jgoHAAAAAElFTkSuQmCC);
  margin: 0 auto;
}
.carousel-google-testimonials blockquote .summary {
  max-height: 4.5em;
  overflow: hidden;
  position: relative;
  margin-top: 1rem;
}
.carousel-google-testimonials blockquote p {
  font-size: 1rem;
}
.carousel-google-testimonials blockquote.bq-google--show .summary {
  max-height: 100em;
}
.carousel-google-testimonials .read-more {
  color: #909090;
  font-size: 1rem;
  display: block;
  cursor: pointer;
  margin-top: 1rem;
}
.carousel-google-testimonials .read-more:hover {
  text-decoration: underline;
}
.carousel-google-testimonials .tns-controls button {
  width: 20px;
  height: 41px;
}
.carousel-google-testimonials .tns-controls button:first-child {
  background-image: url(../img/arrow-prev-lg.png);
}
.carousel-google-testimonials .tns-controls button:last-child {
  background-image: url(../img/arrow-next-lg.png);
}
@media (min-width: 40rem) {
  .carousel-google-testimonials {
    padding: 0 60px;
  }
  .carousel-google-testimonials .tns-controls button {
    width: 20px;
    height: 41px;
  }
  .carousel-google-testimonials .tns-controls button:first-child {
    left: -60px;
  }
  .carousel-google-testimonials .tns-controls button:last-child {
    right: -60px;
  }
}
@media (min-width: 55rem) {
  .carousel-google-testimonials {
    padding: 0 100px;
  }
  .carousel-google-testimonials .tns-controls button {
    width: 40px;
    height: 81px;
  }
  .carousel-google-testimonials .tns-controls button:first-child {
    left: -100px;
  }
  .carousel-google-testimonials .tns-controls button:last-child {
    right: -100px;
  }
}

.carousel-usp {
  max-width: 1092px;
  margin-left: auto;
  margin-right: auto;
}
.carousel-usp ul {
  list-style: none;
  display: flex;
}

.gap-services {
  margin-left: -6rem;
  margin-bottom: -3rem;
}
.gap-services > [class*=col] {
  margin-left: 6rem;
  margin-bottom: 3rem;
}
@media (min-width: 55rem) {
  .gap-services .col6-md {
    flex-basis: calc(50% - 6rem - 0.0001px);
  }
}

.col6-md {
  width: 100%;
}

.card {
  width: 100%;
}

.our-services header .h3 {
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: bottom;
}
.our-services header p {
  font-size: 0.875rem;
  font-weight: 500;
  display: inline-block;
  vertical-align: bottom;
  line-height: 1.5rem;
  margin: 0 0 0 0.5rem;
}
.our-services header + p {
  margin-top: 0.5rem;
}

.copyright {
  padding: 1rem 0 3rem;
}
.copyright p {
  vertical-align: top;
  min-height: 28px;
  display: inline-block;
  font-weight: 500;
}
@media (min-width: 40rem) {
  .copyright p {
    font-size: 0.9135em;
  }
}
.copyright p:first-child {
  line-height: 28px;
}
.copyright p:last-child:not(:first-child) {
  height: 28px;
}
.copyright p:last-child:not(:first-child) span {
  line-height: 28px;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.5em;
}
.copyright .separator {
  vertical-align: top;
  display: inline-block;
  margin: 0 0.625rem;
}
@media (min-width: 40rem) {
  .copyright {
    padding-bottom: 3rem;
  }
}
@media (min-width: 55em) {
  .copyright .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.dbwd-link {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  width: 86px;
  height: 28px;
  background-image: url("../img/dbwd.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
}
.no-webp .dbwd-link {
  background-image: url("../img/dbwd.png");
}

.footer {
  padding-top: 4rem;
}
.footer > .container {
  padding-bottom: 3rem;
  border-bottom: 1px solid #fff;
}
.footer a span {
  display: inline-block;
  transition: 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.footer a:hover span {
  transform: translateX(1rem);
}
.footer .footer__contact {
  margin-top: 2rem;
}
.footer .footer__contact a {
  font-size: 1rem;
  padding-left: 74px;
}
.footer .footer__contact p + p {
  margin-top: 1rem;
}
.footer .footer__contact .header__contact__phone a {
  background-image: url(../img/icon-phone-white.svg);
  background-position: 14px 50%;
  background-repeat: no-repeat;
}
.footer .footer__contact .header__contact__email a {
  background-image: url(../img/icon-email-white.svg);
  background-position: 14px calc(50% + 1px);
  background-repeat: no-repeat;
}
.footer .footer__menu {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer__menu > li {
  padding-top: 1.5rem;
  padding-right: 8rem;
}
.footer .footer__menu h3 {
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}
.footer .footer__menu a {
  font-size: 0.9375rem;
}
.footer .footer__menu ul li {
  line-height: 1.4;
}
@media (min-width: 40rem) {
  .footer {
    padding-top: 3rem;
  }
  .footer > .container {
    padding-bottom: 3rem;
  }
  .footer p {
    font-size: 0.9375rem;
  }
  .footer .footer__contact {
    margin-top: 3.5rem;
  }
  .footer .footer__menu {
    display: flex;
    flex-wrap: wrap;
  }
  .footer .footer__menu > li {
    padding-top: 0;
    margin-bottom: 1rem;
  }
}
@media (min-width: 55rem) {
  .footer .footer__menu {
    margin-top: 1rem;
  }
}
@media (min-width: 87.5rem) {
  .footer nav {
    padding-left: 4rem;
  }
}

.footer__logo {
  display: inline-block;
  margin-right: 0.75rem;
}

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