/*! CSS Used from: https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.css */
:root {
  --swiper-theme-color: #007aff;
}

:root {
  --swiper-navigation-size: 44px;
}

/*! CSS Used from: http://localhost:3000/css/style.css */
span {
  font-size: 1rem;
  font-family: "League Spartan", sans-serif;
}

button {
  font-family: "League Spartan", sans-serif;
}

p {
  line-height: 1.3;
  font-family: "League Spartan", sans-serif;
  font-weight: 300;
  list-style: none;
}

a {
  line-height: 1;
  font-family: "League Spartan", sans-serif;
}

span {
  font-size: clamp(1.2rem, -4.875rem + 8.333vw, 1.2rem);
}

.display__mobile {
  display: block;
}

@media (min-width: 700px) {
  .display__mobile {
    display: none;
  }
}

a {
  color: #26201b;
}

.toggle__review-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.toggle__review-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.toggle__review-button button {
  height: 50px;
  margin-top: -16px;
}

.toggle__review-button .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  align-items: center;
  background: none;
  border: none;
}

.toggle__review-button .more span {
  margin-right: 5px;
}

.comment {
  overflow: hidden;
  padding-top: 16px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  height: auto!important;
}

.svg-container {
  width: 17px;
  height: 17px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.card__area {
  background-color: #f4f3ef;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.card__area .link__color-dark {
  text-transform: none;
}

.card__span {
  font-size: 15px;
  text-transform: none;
  color: #83390b;
  font-weight: 600 !important;
}

.card__button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

.comment {
  padding-top: 0;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}

.complete {
  display: block!important;
}

.margin__small {
  margin: 16px;
}

.toggle__review-button button:active {
  margin: 0;
  padding-left: 0;
}

.link__color-dark {
  text-transform: uppercase;
  text-decoration: none !important;
  font-weight: 500;
}

.link__color-dark {
  color: #83390b;
}

.link__color-home-no-arrow {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  color: #b36206;
}

.link__color-home-no-arrow:after {
  border-top: 2px solid #b36206;
  border-right: 2px solid #b36206;
  color: #b36206;
}

.link__color-home-no-arrow:active {
  color: #b36206;
}

.link__color-home-no-arrow:hover, .link__color-home-no-arrow:focus {
  color: #83390b;
}

.link__color-home-no-arrow:hover:after, .link__color-home-no-arrow:focus:after {
  border-color: #83390b;
}

:root {
  --swiper-navigation-size: 24px;
}

p {
  margin-top: 0;
  display: block;
  -webkit-margin-before: 0em;
  margin-block-start: 0em;
  -webkit-margin-after: 0em;
  margin-block-end: 0em;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
  height: auto;
}

.weight-400 {
  font-weight: 400;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  height: 100%;
  z-index: 0;
  position: relative;
}

.margin__bottom-x-small {
  margin-bottom: 8px;
}

.margin__bottom-small {
  margin-bottom: 16px;
}

.padding__top-small {
  padding-top: 16px;
}

button:active {
  background-color: transparent;
  border-bottom: 0;
  border-radius: 0;
  color: #000000;
  font-weight: 600;
  padding: 0;
  margin: 7px;
  padding-left: 5px;
}

@media (min-width: 700px) {
  button:active {
    border-bottom: solid 2px #b36206;
    color: #b36206;
    font-weight: 600;
  }
}

/*! CSS Used fontfaces */
@font-face {
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/leaguespartan/v11/kJEqBuEW6A0lliaV_m88ja5TwvZ_LZmFDA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/leaguespartan/v11/kJEqBuEW6A0lliaV_m88ja5TwvZ-LZmFDA.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/leaguespartan/v11/kJEqBuEW6A0lliaV_m88ja5TwvZwLZk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/leaguespartan/v11/kJEqBuEW6A0lliaV_m88ja5TwvZ_LZmFDA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/leaguespartan/v11/kJEqBuEW6A0lliaV_m88ja5TwvZ-LZmFDA.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/leaguespartan/v11/kJEqBuEW6A0lliaV_m88ja5TwvZwLZk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/leaguespartan/v11/kJEqBuEW6A0lliaV_m88ja5TwvZ_LZmFDA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/leaguespartan/v11/kJEqBuEW6A0lliaV_m88ja5TwvZ-LZmFDA.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/leaguespartan/v11/kJEqBuEW6A0lliaV_m88ja5TwvZwLZk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/leaguespartan/v11/kJEqBuEW6A0lliaV_m88ja5TwvZ_LZmFDA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/leaguespartan/v11/kJEqBuEW6A0lliaV_m88ja5TwvZ-LZmFDA.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/leaguespartan/v11/kJEqBuEW6A0lliaV_m88ja5TwvZwLZk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/leaguespartan/v11/kJEqBuEW6A0lliaV_m88ja5TwvZ_LZmFDA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/leaguespartan/v11/kJEqBuEW6A0lliaV_m88ja5TwvZ-LZmFDA.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/leaguespartan/v11/kJEqBuEW6A0lliaV_m88ja5TwvZwLZk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/*! CSS Used from: https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.css */
:root {
  --swiper-theme-color: #007aff;
}

:root {
  --swiper-navigation-size: 44px;
}

/*! CSS Used from: http://localhost:3000/css/style.css */
span {
  font-size: 1rem;
  font-family: "League Spartan", sans-serif;
}

button {
  font-family: "League Spartan", sans-serif;
}

p {
  line-height: 1.3;
  font-family: "League Spartan", sans-serif;
  font-weight: 300;
  list-style: none;
}

a {
  line-height: 1;
  font-family: "League Spartan", sans-serif;
}

span {
  font-size: clamp(1.2rem, -4.875rem + 8.333vw, 1.2rem);
}

.display__mobile {
  display: block;
}

@media (min-width: 700px) {
  .display__mobile {
    display: none;
  }
}

a {
  color: #26201b;
}

.toggle__review-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.toggle__review-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.toggle__review-button button {
  height: 50px;
  margin-top: -16px;
}

.toggle__review-button .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  align-items: center;
  background: none;
  border: none;
}

.toggle__review-button .more span {
  margin-right: 5px;
}

.comment {
  overflow: hidden;
  padding-top: 16px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}

.svg-container {
  width: 17px;
  height: 17px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.card__area {
  background-color: #f4f3ef;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.card__area .link__color-dark {
  text-transform: none;
}

.card__span {
  font-size: 15px;
  text-transform: none;
  color: #83390b;
  font-weight: 600 !important;
}

.card__button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

.comment {
  padding-top: 0!important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical!important;
  margin-bottom: 0!important;
}

.margin__small {
  margin: 16px;
}

.toggle__review-button button:active {
  margin: 0;
  padding-left: 0;
}

.link__color-dark {
  text-transform: uppercase;
  text-decoration: none !important;
  font-weight: 500;
}

.link__color-dark {
  color: #83390b;
}

.link__color-home-no-arrow {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  color: #b36206;
}

.link__color-home-no-arrow:after {
  border-top: 2px solid #b36206;
  border-right: 2px solid #b36206;
  color: #b36206;
}

.link__color-home-no-arrow:active {
  color: #b36206;
}

.link__color-home-no-arrow:hover, .link__color-home-no-arrow:focus {
  color: #83390b;
}

.link__color-home-no-arrow:hover:after, .link__color-home-no-arrow:focus:after {
  border-color: #83390b;
}

:root {
  --swiper-navigation-size: 24px;
}

p {
  margin-top: 0;
  display: block;
  -webkit-margin-before: 0em;
  margin-block-start: 0em;
  -webkit-margin-after: 0em;
  margin-block-end: 0em;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
  height: auto;
}

.weight-400 {
  font-weight: 400;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  height: 100%;
  z-index: 0;
  position: relative;
}

.margin__bottom-x-small {
  margin-bottom: 8px;
}

.margin__bottom-small {
  margin-bottom: 16px;
}

.padding__top-small {
  padding-top: 16px;
}

button:active {
  background-color: transparent;
  border-bottom: 0;
  border-radius: 0;
  color: #000000;
  font-weight: 600;
  padding: 0;
  margin: 7px;
  padding-left: 5px;
}

@media (min-width: 700px) {
  button:active {
    border-bottom: solid 2px #b36206;
    color: #b36206;
    font-weight: 600;
  }
}

