@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://rsms.me/inter/inter.css");

.cm-cream {
  color: #CEB695;
}

#cm-product {
  color: #2c2c2c;
}

.cm-bold {
  font-weight: 700;
}

.cm-header .cm-text {
  text-align: left;
}

.cm-center {
  text-align: center;
}

.cm-small {
  font-size: 1em;
  line-height: 2;
  font-weight: 300;
  letter-spacing: 1.6px;
}

@media only screen and (max-width: 800px) {
  .cm-small {
    font-size: 1em;
    line-height: 1.4;
  }
}

.cm-thin {
  font-size: 1.5em;
  line-height: 2.2;
  font-weight: 300;
  letter-spacing: 2.4px;
}

@media only screen and (max-width: 800px) {
  .cm-thin {
    font-size: 1.25em;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 700px) {
  .cm-thin {
    font-size: 1em;
  }
}

.cm-thick {
  font-size: 3em;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 2.4px;
}

@media only screen and (max-width: 800px) {
  .cm-thick {
    font-size: 1.75em;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 700px) {
  .cm-thick {
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 900px) {
  #cm-product {
    font-size: 14px;
  }
}

.cm-header, #cm-product {
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}

@media only screen and (max-width: 800px) {
  .cm-header {
    background-color: #EFF1F2;
  }
}

img {
  max-width: 100%;
}

.cm-section-note .cm-note {
  font-size: 14px;
  line-height: 1.7;
  color: #272D3D;
  margin: 1em auto;
}

@media only screen and (max-width: 1200px) {
  .cm-section-note {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 700px) {
  .cm-section-note {
    text-align: center;
  }
}

.cm-header {
  position: relative;
  background-origin: content-box;
  max-width: 1200px;
  background-position: 90% 100%;
  background-color: #9B8E7E;
}

@media only screen and (max-width: 700px) {
  .cm-header {
    padding-top: 600px;
    background-size: 800px;
    background-position: 100% 100%;
  }
}

@media only screen and (max-width: 500px) {
  .cm-header {
    background-size: 160%;
  }
}

@media only screen and (max-width: 400px) {
  .cm-header {
    padding-top: calc(140% + 50px);
    background-size: 180%;
  }
}

.cm-header .cm-sublogo-header {
  max-width: 28em;
  padding-top: 2em;
  padding-left: 2em;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.cm-header .cm-sublogo-header img {
  flex-basis: 50%;
  max-width: 50%;
}

@media only screen and (max-width: 700px) {
  .cm-header .cm-sublogo-header {
    position: absolute;
    width: 208px;
    top: 0;
    padding-left: 0;
    left: 50%;
    transform: translate(-50%);
  }
  .cm-header .cm-sublogo-header img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .cm-header .cm-sublogo-header {
    width: 160px;
  }
}

.cm-header .cm-text {
  padding: 6em 0em 6em 2em;
  position: relative;
  width: 40%;
  box-sizing: border-box;
}

@media only screen and (max-width: 900px) {
  .cm-header .cm-text {
    padding-top: 8em;
  }
}

@media only screen and (max-width: 800px) {
  .cm-header .cm-text {
    padding-top: 6em;
    width: 90%;
  }
}

@media only screen and (max-width: 700px) {
  .cm-header .cm-text {
    position: absolute;
    top: 7em;
    width: 100%;
    padding: 0 1em;
  }
}

@media only screen and (max-width: 500px) {
  .cm-header .cm-text {
    top: 6em;
  }
}

.cm-header .cm-text .cm-title {
  font-size: 4em;
  line-height: 1.2em;
  margin: 0;
  font-weight: 700;
  color: white;
}

.cm-header .cm-text .cm-title .cm-stroke {
  -webkit-text-stroke: white 2px;
  color: transparent;
}

@media only screen and (max-width: 600px) {
  .cm-header .cm-text .cm-title .cm-stroke {
    -webkit-text-stroke-width: 1.5px;
  }
}

@media only screen and (max-width: 800px) {
  .cm-header .cm-text .cm-title {
    font-size: 3.5em;
    max-width: 50%;
  }
}

@media only screen and (max-width: 700px) {
  .cm-header .cm-text .cm-title {
    max-width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  .cm-header .cm-text .cm-title {
    font-size: 2.75em;
  }
}

@media only screen and (max-width: 400px) {
  .cm-header .cm-text .cm-title {
    font-size: 2.25em;
  }
}

.cm-banner {
  margin-top: 3em;
  position: relative;
  background-color: #84776A;
  display: flex;
  direction: rtl;
}

.cm-banner .cm-logo {
  position: absolute;
  top: 2.5em;
  left: 2em;
}

.cm-banner .cm-banner-bg {
  width: 1000px;
  max-width: unset;
}

.cm-banner .cm-container {
  position: absolute;
  color: white;
  left: 2em;
  bottom: 15%;
  max-width: 50%;
  direction: ltr;
}

.cm-banner .cm-container .cm-title {
  font-size: 2.25em;
  max-width: 450px;
}

.cm-banner .cm-container .cm-title .cm-brown {
  color: #CEB695;
  font-weight: 600;
}

.cm-banner .cm-container .cm-text {
  line-height: 1.5;
  font-size: 1.25em;
  font-weight: 300;
  max-width: 500px;
  margin-top: .5em;
  direction: ltr;
}

@media only screen and (max-width: 900px) {
  .cm-banner {
    direction: rtl;
  }
  .cm-banner .cm-banner-bg {
    margin-right: -100px;
  }
  .cm-banner .cm-container .cm-title {
    max-width: 400px;
  }
}

@media only screen and (max-width: 700px) {
  .cm-banner {
    flex-direction: column;
  }
  .cm-banner .cm-banner-bg {
    max-width: unset;
    width: 1000px;
    margin-right: 0;
  }
  .cm-banner .cm-logo {
    position: static;
    padding: 2em 0 .5em;
    text-align: center;
  }
  .cm-banner .cm-container {
    position: static;
    max-width: 100%;
    padding: 1em 1em 2em;
    text-align: center;
    width: auto;
  }
  .cm-banner .cm-container .cm-title, .cm-banner .cm-container .cm-text {
    margin: 0 auto;
  }
  .cm-banner .cm-container .cm-title {
    max-width: 100%;
  }
  .cm-banner .cm-container .cm-text {
    padding-top: 1em;
  }
}

@media only screen and (max-width: 500px) {
  .cm-banner .cm-banner-bg {
    width: 200%;
    margin-right: 0;
  }
  .cm-banner .cm-logo {
    max-width: 160px;
    margin: 0 auto;
  }
  .cm-banner .cm-container .cm-title {
    font-size: 2em;
  }
}

.cm-serp-section {
  display: flex;
  align-items: center;
  margin-top: 5em;
  flex-flow: row nowrap;
}

@media only screen and (max-width: 800px) {
  .cm-serp-section {
    flex-direction: column;
    text-align: center;
  }
}

@media only screen and (max-width: 800px) {
  .cm-serp-section {
    margin-top: 2em;
  }
}

.cm-serp-section .cm-image-col {
  flex-basis: 48%;
  margin: 0 auto;
  position: relative;
  display: block;
}

@media only screen and (max-width: 800px) {
  .cm-serp-section .cm-image-col {
    max-width: 60%;
  }
}

.cm-serp-section .cm-image-col img {
  width: 100%;
  height: auto;
}

.cm-serp-section .cm-image-col .cm-bg-img {
  position: absolute;
  z-index: -1;
  transition: 0.3s ease-in-out;
}

.cm-serp-section .cm-text-col {
  flex-basis: 48%;
  margin: 0 auto;
  padding: 1em;
}

@media only screen and (max-width: 800px) {
  .cm-serp-section .cm-text-col {
    padding: 1em 0.5em 2em 0.5em;
    flex-basis: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .cm-serp-section .cm-text-col .cm-thin {
    font-size: 1em;
    line-height: 1.5em;
  }
  .cm-serp-section .cm-text-col .cm-thick {
    font-size: 1.5em;
    line-height: 1.2em;
  }
}

.cm-serps {
  padding-top: 5em;
}

.cm-serps .cm-serp-section {
  justify-content: space-evenly;
}

.cm-serps .cm-serp-section .cm-image-col {
  margin: 0;
}

.cm-serps .cm-serp-section .cm-text-col {
  flex-basis: 40%;
  padding-left: 2em;
  margin: 0%;
}

@media only screen and (max-width: 800px) {
  .cm-serps .cm-serp-section .cm-text-col {
    padding: 1em 1em 2em 1em;
  }
}

.cm-serps .cm-serp-section .cm-text-col .cm-cream {
  font-size: 2em;
  margin-bottom: 1em;
}

@media only screen and (max-width: 800px) {
  .cm-serps .cm-serp-section .cm-text-col .cm-cream {
    font-size: 1.875em;
  }
}

@media only screen and (max-width: 600px) {
  .cm-serps .cm-serp-section .cm-text-col .cm-cream {
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 500px) {
  .cm-serps .cm-serp-section .cm-text-col .cm-cream {
    font-size: 1.25em;
  }
}

.cm-serps .cm-serp-section .cm-text-col .cm-text {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.4;
}

@media only screen and (max-width: 800px) {
  .cm-serps .cm-serp-section .cm-text-col .cm-text {
    font-weight: 400;
    font-size: 1.125em;
  }
}

@media only screen and (max-width: 600px) {
  .cm-serps .cm-serp-section .cm-text-col .cm-text {
    font-size: 1em;
  }
}

@media only screen and (max-width: 600px) {
  .cm-serps .cm-serp-section:nth-child(4) .cm-text-col {
    padding-bottom: 0;
  }
}

.cm-serps .cm-serp-section:nth-child(2n+1) {
  flex-flow: row-reverse nowrap;
}

@media only screen and (max-width: 800px) {
  .cm-serps .cm-serp-section:nth-child(2n+1) {
    flex-flow: column;
  }
}

.cm-section-guarantee {
  padding-top: 4em;
  display: flex;
  flex-direction: row;
}

@media only screen and (max-width: 700px) {
  .cm-section-guarantee {
    flex-direction: column;
  }
}

.cm-section-guarantee .cm-box {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.cm-section-guarantee .cm-box .cm-img {
  max-width: 535px;
}

@media only screen and (max-width: 700px) {
  .cm-section-guarantee .cm-box .cm-img {
    flex-direction: column;
    max-width: 235px;
  }
}

.cm-section-guarantee .cm-box .cm-img img {
  width: 100%;
}

.cm-section-guarantee .cm-box .cm-ng {
  box-sizing: border-box;
  font-size: 2.5em;
  padding-bottom: 40px;
  padding-top: 20px;
  max-width: 500px;
  text-transform: unset;
  color: #CEB695;
}

@media only screen and (max-width: 1200px) {
  .cm-section-guarantee .cm-box .cm-ng {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 700px) {
  .cm-section-guarantee .cm-box .cm-ng {
    text-align: center;
    font-size: 2.125em;
  }
}

.cm-section-guarantee .cm-box .cm-p {
  max-width: 500px;
  font-size: 1.25em;
  padding-bottom: 1em;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.4;
}

@media only screen and (max-width: 1200px) {
  .cm-section-guarantee .cm-box .cm-p {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 700px) {
  .cm-section-guarantee .cm-box .cm-p {
    text-align: center;
  }
}

.cm-eco {
  background-color: #DAFBBF;
  align-items: stretch;
  justify-content: center;
  padding-bottom: 1em;
}

.cm-eco .cm-image-col {
  position: relative;
  top: -95px;
  margin: 0;
  flex-basis: 50%;
  display: flex;
  justify-content: flex-start;
  margin-right: 5%;
}

.cm-eco .cm-image-col img {
  position: absolute;
  max-width: 100%;
}

.cm-eco .cm-text-col {
  flex-basis: 35%;
  font-size: 1.5em;
  padding: 2em 1em 1em 1em;
  font-weight: 300;
  margin: 0;
  color: #36581A;
}

.cm-eco .cm-text-col div:nth-child(3) {
  font-size: 1.5em;
  position: relative;
  top: -10%;
}

.cm-eco .cm-text-col .cm-super-big {
  font-size: 6em;
  font-weight: 600;
  line-height: 1.2em;
  top: 0;
}

@media only screen and (max-width: 1000px) {
  .cm-eco .cm-text-col {
    font-size: 1em;
    flex-basis: 30%;
  }
}

@media only screen and (max-width: 800px) {
  .cm-eco {
    align-items: center;
    margin-top: 4em;
  }
  .cm-eco .cm-image-col {
    min-width: 280px;
    margin-top: -4.5em;
    top: 0;
    margin-right: 0;
  }
  .cm-eco .cm-image-col img {
    position: relative;
    align-self: center;
  }
  .cm-eco .cm-text-col {
    padding: 0 0 1em 0;
    max-width: 450px;
    width: 100%;
    text-align: center;
    font-size: 1.25em;
  }
  .cm-eco .cm-text-col div:nth-child(1) {
    line-height: 1.2;
  }
}

@media only screen and (max-width: 700px) {
  .cm-eco .cm-text-col {
    max-width: 50%;
  }
  .cm-eco .cm-image-col {
    margin-top: -4em;
  }
}

@media only screen and (max-width: 600px) {
  .cm-eco .cm-text-col {
    max-width: 60%;
  }
  .cm-eco .cm-image-col {
    margin-top: -3.5em;
  }
}

@media only screen and (max-width: 450px) {
  .cm-eco .cm-text-col {
    max-width: 80%;
    font-size: 1em;
  }
  .cm-eco .cm-image-col {
    margin-top: -2.5em;
  }
}

.cm-main-serp {
  justify-content: center;
}

.cm-main-serp > .cm-image-col {
  max-width: 50%;
  width: 100%;
  flex-basis: auto;
  margin: 0;
  overflow: hidden;
}

.cm-main-serp > .cm-image-col:hover .cm-packshot {
  transform: rotate(0);
}

.cm-main-serp > .cm-image-col .cm-packshot {
  transform: rotate(-50deg);
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 800px) {
  .cm-main-serp > .cm-image-col {
    display: none;
  }
}

.cm-main-serp .cm-text-col {
  max-width: 50%;
  width: 100%;
  flex-basis: auto;
  margin: 0;
  box-sizing: border-box;
}

.cm-main-serp .cm-text-col .cm-text {
  font-weight: 600;
  margin-top: .75em;
  font-size: 1.375em;
}

.cm-main-serp .cm-text-col .cm-cream {
  max-width: 500px;
}

.cm-main-serp .cm-text-col .cm-flex {
  margin-top: 1em;
  display: flex;
  flex-direction: column;
  row-gap: 1em;
}

.cm-main-serp .cm-text-col .cm-flex .cm-row {
  display: flex;
  align-items: center;
}

.cm-main-serp .cm-text-col .cm-flex .cm-row .cm-image {
  max-width: 23%;
  min-width: 100px;
  width: 100%;
}

.cm-main-serp .cm-text-col .cm-flex .cm-row .cm-desc {
  padding-left: 1em;
  font-size: 1.375em;
  width: 100%;
}

@media only screen and (max-width: 500px) {
  .cm-main-serp .cm-text-col .cm-flex {
    row-gap: 1.5em;
  }
  .cm-main-serp .cm-text-col .cm-flex .cm-row .cm-desc {
    font-size: 1.125em;
  }
}

.cm-main-serp .cm-text-col .cm-rwd {
  display: none;
}

@media only screen and (max-width: 800px) {
  .cm-main-serp .cm-text-col {
    max-width: 700px;
    padding: 0 1em 2em 1em;
  }
  .cm-main-serp .cm-text-col .cm-thin {
    font-size: 1.75em;
  }
  .cm-main-serp .cm-text-col .cm-cream {
    margin: .25em auto;
    font-size: 2.25em;
  }
  .cm-main-serp .cm-text-col .cm-small {
    font-size: 1.25em;
  }
  .cm-main-serp .cm-text-col .cm-rwd {
    display: block;
    margin: 2em auto 3em;
  }
  .cm-main-serp .cm-text-col .cm-rwd .cm-packshot {
    animation: rwd-packshot 3.5s ease-in-out infinite;
  }
  .cm-main-serp .cm-text-col .cm-text, .cm-main-serp .cm-text-col .cm-flex {
    max-width: 500px;
    margin: 1em auto 0;
  }
  @keyframes rwd-packshot {
    0% {
      transform: rotate(-50deg);
    }
    20% {
      transform: rotate(0);
    }
    40% {
      transform: rotate(0);
    }
    60% {
      transform: rotate(-50deg);
    }
    80% {
      transform: rotate(-50deg);
    }
    100% {
      transform: rotate(-50deg);
    }
  }
}

@media only screen and (max-width: 500px) {
  .cm-main-serp .cm-text-col .cm-thin {
    font-size: 1.375em;
  }
  .cm-main-serp .cm-text-col .cm-cream {
    font-size: 1.875em;
  }
  .cm-main-serp .cm-text-col .cm-small {
    font-size: 1.125em;
  }
}

.cm-summary-section .cm-summary::marker {
  content: "";
}

.cm-section-footer {
  margin: 4em auto;
  padding: 0 1em;
  max-width: 500px;
}

.cm-section-footer img {
  width: 100%;
}

.cm-section {
  max-width: 100%;
  padding-top: 4em;
  margin: 0 auto;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

@media only screen and (max-width: 800px) {
  .cm-section {
    padding-top: 3em;
  }
}

.cm-section .cm-section-title {
  font-size: 2em;
  line-height: 1.4em;
  max-width: 100%;
  padding: 0 0.5em;
}

@media only screen and (max-width: 800px) {
  .cm-section .cm-section-title {
    font-size: 1.5em;
    line-height: 1.4;
  }
}

.cm-tiles-section {
  margin-top: 4em;
  max-width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
}

@media only screen and (max-width: 800px) {
  .cm-tiles-section {
    margin-top: 3em;
  }
}

@media only screen and (max-width: 400px) {
  .cm-tiles-section {
    margin-top: 1em;
  }
}

.cm-tiles-section .cm-section-title {
  padding: 0 0.5em;
  margin: 1em 0;
  color: black;
  font-size: 2em;
  line-height: 1.4;
}

@media only screen and (max-width: 800px) {
  .cm-tiles-section .cm-section-title {
    font-size: 1.5em;
    line-height: 1.4;
  }
}

.cm-tiles {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-items: flex-start;
}

.cm-tiles .cm-tile {
  flex-basis: 31%;
  min-width: 8em;
  padding: 2.5em 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  text-align: center;
}

.cm-tiles .cm-tile img {
  width: 70%;
}

@media only screen and (max-width: 800px) {
  .cm-tiles .cm-tile {
    width: 30%;
    padding: 1.5em 0;
  }
}

@media only screen and (max-width: 600px) {
  .cm-tiles .cm-tile {
    padding: 1em 0;
    justify-content: center;
    align-items: center;
  }
}

.cm-tiles-section-3 {
  background-color: white;
}

.cm-tiles-section-3 .cm-section-title {
  color: black;
  padding-bottom: 1em;
  margin: 0;
}

@media only screen and (max-width: 800px) {
  .cm-tiles-section-3 .cm-section-title {
    line-height: 1.4;
    padding: 0 .5em 1.5em;
  }
}

@media only screen and (max-width: 400px) {
  .cm-tiles-section-3 .cm-section-title {
    padding-top: 1em;
  }
}

.cm-tiles-section-3 .cm-tiles {
  width: 100%;
  justify-content: space-between;
  row-gap: 2.5em;
  padding: 0 .5em;
  box-sizing: border-box;
}

.cm-tiles-section-3 .cm-tiles .cm-tile {
  padding: 0;
  position: relative;
  top: 0px;
  transition: 0.3s ease-in-out;
  flex-basis: 31%;
}

.cm-tiles-section-3 .cm-tiles .cm-tile img {
  width: 100%;
  margin-bottom: 1em;
}

.cm-tiles-section-3 .cm-tiles .cm-tile span {
  font-size: 1.25em;
  line-height: 1.6;
  padding: 0 0.5em;
}

.cm-tiles-section-3 .cm-tiles .cm-tile > div {
  font-size: 1.125em;
  text-align: center;
}

.cm-tiles-section-3 .cm-tiles .cm-tile:hover {
  top: 25px;
}

@media only screen and (max-width: 800px) {
  .cm-tiles-section-3 .cm-tiles {
    flex-flow: column;
    align-items: center;
    padding: 0;
  }
  .cm-tiles-section-3 .cm-tiles .cm-tile {
    width: 95%;
    flex-flow: row nowrap;
    text-align: left;
    justify-content: space-around;
    pointer-events: none;
  }
  .cm-tiles-section-3 .cm-tiles .cm-tile img {
    max-width: 35%;
    margin-bottom: 0;
  }
  .cm-tiles-section-3 .cm-tiles .cm-tile span {
    line-height: 1.2;
    flex-basis: 60%;
    min-width: 200px;
  }
  .cm-tiles-section-3 .cm-tiles .cm-tile > div {
    max-width: 60%;
    text-align: center;
    font-size: 1.25em;
  }
  .cm-tiles-section-3 .cm-tiles .cm-tile:hover {
    top: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .cm-tiles-section-3 .cm-tiles .cm-tile span {
    font-size: 1em;
    line-height: 1.3em;
    padding-right: 0;
  }
  .cm-tiles-section-3 .cm-tiles .cm-tile:hover {
    top: 15px;
  }
}

@media only screen and (max-width: 500px) {
  .cm-tiles-section-3 .cm-tiles .cm-tile > div {
    font-size: 1.125em;
  }
  .cm-tiles-section-3 .cm-tiles .cm-tile span {
    padding-left: 1em;
  }
}

@media only screen and (max-width: 400px) {
  .cm-tiles-section-3 .cm-tiles {
    gap: 1.5em;
  }
  .cm-tiles-section-3 .cm-tiles .cm-tile > div {
    font-size: 1em;
  }
  .cm-tiles-section-3 .cm-tiles .cm-tile span {
    padding-left: 0;
  }
}

@media only screen and (max-width: 500px) {
  .cm-tiles-section-4 {
    margin-top: 0;
  }
}

@media only screen and (max-width: 400px) {
  .cm-tiles-section-4 .cm-section-title {
    font-size: 1.4em;
  }
}

@media only screen and (max-width: 800px) {
  .cm-tiles-section-4 .cm-tiles {
    flex-flow: column;
    gap: 2em;
    align-items: center;
  }
}

.cm-tiles-section-4 .cm-tiles .cm-tile {
  position: relative;
  flex-basis: 30%;
  line-height: 1.4;
  top: 0;
  transition: 0.3s ease-in-out;
  padding: 0;
}

.cm-tiles-section-4 .cm-tiles .cm-tile img {
  width: 40%;
  scale: 1;
  padding-bottom: 2em;
  transition: inherit;
}

.cm-tiles-section-4 .cm-tiles .cm-tile > span {
  margin-bottom: .75em;
  font-size: 1.25em;
  padding: 0 0.5em;
}

.cm-tiles-section-4 .cm-tiles .cm-tile > div {
  text-align: center;
}

@media only screen and (max-width: 800px) {
  .cm-tiles-section-4 .cm-tiles .cm-tile {
    width: 100%;
    max-width: 500px;
    flex-flow: column nowrap;
    text-align: center;
    padding-bottom: 1em;
  }
  .cm-tiles-section-4 .cm-tiles .cm-tile img {
    margin: 0;
    width: auto;
    max-width: 35%;
  }
  .cm-tiles-section-4 .cm-tiles .cm-tile > span {
    font-size: 1.5em;
  }
  .cm-tiles-section-4 .cm-tiles .cm-tile div {
    font-size: 1.375em;
    padding: 0 1em;
  }
}

@media only screen and (max-width: 500px) {
  .cm-tiles-section-4 .cm-tiles .cm-tile > span {
    font-size: 1.25em;
  }
  .cm-tiles-section-4 .cm-tiles .cm-tile div {
    font-size: 1em;
  }
}

.cm-tiles-section-4 .cm-tiles .cm-tile:hover {
  top: 30px;
}

.cm-tiles-section-4 .cm-tiles .cm-tile:hover img {
  scale: 1.2;
}

.cm-video {
  padding-top: 0;
  margin-top: 4em;
  position: relative;
}

.cm-video::after {
  content: "";
  display: block;
  padding-bottom: 58.462%;
}

.cm-video label {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  top: 0;
}

.cm-video input {
  display: none;
}

.cm-video input:checked ~ label {
  display: none;
}

.cm-video iframe {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100% !important;
  border: none;
}

.cm-img-section {
  position: relative;
}

.cm-img-section img {
  max-width: 100%;
}

.cm-tiles-bottom {
  margin-top: 0;
  margin-bottom: 1em;
  padding-top: 0;
}

.cm-tiles-bottom .cm-tiles .cm-tile {
  transition: none;
  flex-basis: 30%;
}

.cm-tiles-bottom .cm-tiles .cm-tile:hover {
  top: 0;
}

.cm-tiles-bottom .cm-tiles .cm-tile:hover img {
  box-shadow: none;
  scale: 1;
}

.cm-tiles-bottom .cm-tiles .cm-tile img {
  max-width: 120px;
  width: 100%;
}

@media only screen and (max-width: 400px) {
  .cm-tiles-bottom .cm-tiles .cm-tile img {
    max-width: 80px;
  }
}

.cm-tiles-bottom .cm-tiles .cm-tile span {
  font-size: 1.25em;
}

@media only screen and (max-width: 800px) {
  .cm-tiles-bottom .cm-tiles {
    width: 80%;
    justify-content: flex-start;
  }
  .cm-tiles-bottom .cm-tiles .cm-tile {
    flex-basis: 33%;
    flex-grow: 0;
    justify-content: flex-start;
    align-items: center;
  }
  .cm-tiles-bottom .cm-tiles .cm-tile span {
    margin: 0;
    padding-left: 0.5em;
    font-size: 1.125em;
  }
  .cm-tiles-bottom .cm-tiles .cm-tile img {
    display: block;
    flex-basis: 12%;
    flex-shrink: 0;
    padding-bottom: 0.5em;
  }
}

.cm-section-images .cm-small-right {
  max-width: 334px;
  text-align: right;
  margin: 2em 0 0 auto;
}

@media only screen and (max-width: 1200px) {
  .cm-section-images .cm-small-right {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 700px) {
  .cm-section-images .cm-small-right {
    margin: 2em auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.cm-section-images .cm-small-right img {
  width: 100%;
}

.cm-contains {
  position: relative;
  padding: 2em 0 3em;
}

.cm-contains > .cm-title {
  position: relative;
  text-align: center;
  font-size: 2.625em;
  padding: .5em .5em 1.5em;
  font-weight: 300;
}

@media only screen and (max-width: 1000px) {
  .cm-contains > .cm-title {
    font-size: 2.125em;
  }
}

.cm-contains .cm-slides::-webkit-scrollbar {
  display: none;
}

.cm-contains .cm-slider-box {
  position: relative;
}

.cm-contains .cm-slider-box .cm-slides {
  position: relative;
  display: flex;
  align-items: flex-start;
  max-width: calc(100% - 100px);
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  margin: 0 auto;
}

.cm-contains .cm-slider-box .cm-arrow-left {
  position: absolute;
  width: 37px;
  height: 37px;
  left: 5px;
  top: 50%;
  transform: translate(0, -50%);
}

.cm-contains .cm-slider-box .cm-arrow-left .cm-label {
  display: none;
  position: absolute;
  width: 37px;
  height: 37px;
  top: 0;
  cursor: pointer;
}

.cm-contains .cm-slider-box .cm-arrow-right {
  position: absolute;
  width: 37px;
  height: 37px;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%) rotate(180deg);
}

.cm-contains .cm-slider-box .cm-arrow-right .cm-label {
  display: none;
  position: absolute;
  width: 37px;
  height: 37px;
  top: 0;
  cursor: pointer;
}

.cm-contains .cm-input {
  display: none;
}

.cm-contains .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
  display: block;
}

.cm-contains .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(8) {
  display: block;
}

.cm-contains .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-slides .cm-slide {
  transform: translateX(0%) scale(1);
}

.cm-contains .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
  display: block;
}

.cm-contains .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
  display: block;
}

.cm-contains .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-slides .cm-slide {
  transform: translateX(-100%) scale(1);
}

.cm-contains .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(4) {
  display: block;
}

.cm-contains .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
  display: block;
}

.cm-contains .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-slides .cm-slide {
  transform: translateX(-200%) scale(1);
}

.cm-contains .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(5) {
  display: block;
}

.cm-contains .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(5) {
  display: block;
}

.cm-contains .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-slides .cm-slide {
  transform: translateX(-300%) scale(1);
}

.cm-contains .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(6) {
  display: block;
}

.cm-contains .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(6) {
  display: block;
}

.cm-contains .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-slides .cm-slide {
  transform: translateX(-400%) scale(1);
}

.cm-contains .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(7) {
  display: block;
}

.cm-contains .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(7) {
  display: block;
}

.cm-contains .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-slides .cm-slide {
  transform: translateX(-500%) scale(1);
}

.cm-contains .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
  display: block;
}

.cm-contains .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(8) {
  display: block;
}

.cm-contains .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-slides .cm-slide {
  transform: translateX(0%) scale(1);
}

.cm-contains .cm-input:nth-child(8):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
  display: block;
}

.cm-contains .cm-input:nth-child(8):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
  display: block;
}

.cm-contains .cm-input:nth-child(8):checked ~ .cm-slider-box .cm-slides .cm-slide {
  transform: translateX(-100%) scale(1);
}

@media only screen and (max-width: 700px) {
  .cm-contains .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
    display: none;
  }
  .cm-contains .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(8) {
    display: none;
  }
  .cm-contains .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
    display: none;
  }
  .cm-contains .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
    display: none;
  }
  .cm-contains .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(4) {
    display: none;
  }
  .cm-contains .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
    display: none;
  }
  .cm-contains .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(5) {
    display: none;
  }
  .cm-contains .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(5) {
    display: none;
  }
  .cm-contains .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(6) {
    display: none;
  }
  .cm-contains .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(6) {
    display: none;
  }
  .cm-contains .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(7) {
    display: none;
  }
  .cm-contains .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(7) {
    display: none;
  }
  .cm-contains .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
    display: none;
  }
  .cm-contains .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(8) {
    display: none;
  }
  .cm-contains .cm-input:nth-child(8):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
    display: none;
  }
  .cm-contains .cm-input:nth-child(8):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
    display: none;
  }
  .cm-contains .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
    display: block;
  }
  .cm-contains .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(2) {
    display: block;
  }
  .cm-contains .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-slides .cm-slide {
    transform: translateX(0%) scale(1);
  }
  .cm-contains .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
    display: block;
  }
  .cm-contains .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
    display: block;
  }
  .cm-contains .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-slides .cm-slide {
    transform: translateX(-100%) scale(1);
  }
  .cm-contains .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(4) {
    display: block;
  }
  .cm-contains .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
    display: block;
  }
  .cm-contains .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-slides .cm-slide {
    transform: translateX(-200%) scale(1);
  }
  .cm-contains .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(5) {
    display: block;
  }
  .cm-contains .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(5) {
    display: block;
  }
  .cm-contains .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-slides .cm-slide {
    transform: translateX(-300%) scale(1);
  }
  .cm-contains .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(6) {
    display: block;
  }
  .cm-contains .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(6) {
    display: block;
  }
  .cm-contains .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-slides .cm-slide {
    transform: translateX(-400%) scale(1);
  }
  .cm-contains .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(7) {
    display: block;
  }
  .cm-contains .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(7) {
    display: block;
  }
  .cm-contains .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-slides .cm-slide {
    transform: translateX(-500%) scale(1);
  }
  .cm-contains .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(8) {
    display: block;
  }
  .cm-contains .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(8) {
    display: block;
  }
  .cm-contains .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-slides .cm-slide {
    transform: translateX(-600%) scale(1);
  }
  .cm-contains .cm-input:nth-child(8):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(9) {
    display: block;
  }
  .cm-contains .cm-input:nth-child(8):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(9) {
    display: block;
  }
  .cm-contains .cm-input:nth-child(8):checked ~ .cm-slider-box .cm-slides .cm-slide {
    transform: translateX(-700%) scale(1);
  }
}

.cm-contains .cm-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
  max-width: calc(100% / 3);
  width: 100%;
  scroll-snap-align: center;
  margin-right: 0px;
  box-sizing: border-box;
  background: transparent;
  transform-origin: center center;
  transform: scale(1);
  transition: 0.3s ease-in-out;
  padding: 0 1em;
}

.cm-contains .cm-slide img {
  width: auto;
}

.cm-contains .cm-slide .cm-text {
  text-align: center;
  margin-top: 2.5em;
  font-size: 1.125em;
  max-width: 250px;
}

.cm-contains .cm-slide .cm-text > div {
  margin-top: .375em;
  text-align: center;
}

@media only screen and (max-width: 700px) {
  .cm-contains .cm-slide {
    width: 100%;
    max-width: unset;
  }
}

.cm-other {
  position: relative;
  padding: 2em 0 3em;
}

.cm-other > .cm-title {
  position: relative;
  text-align: center;
  font-size: 2.625em;
  padding: .5em .5em 1.5em;
  font-weight: 300;
}

@media only screen and (max-width: 1000px) {
  .cm-other > .cm-title {
    font-size: 2.125em;
  }
}

.cm-other > .cm-title .cm-brown {
  color: #CEB695;
  font-weight: 600;
}

.cm-other .cm-slides::-webkit-scrollbar {
  display: none;
}

.cm-other .cm-slider-box {
  position: relative;
}

.cm-other .cm-slider-box .cm-slides {
  position: relative;
  display: flex;
  align-items: flex-start;
  max-width: calc(100% - 100px);
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  margin: 0 auto;
  width: 900px;
}

.cm-other .cm-slider-box .cm-arrow-left {
  position: absolute;
  width: 37px;
  height: 37px;
  left: 5px;
  top: 50%;
  transform: translate(0, -50%);
}

.cm-other .cm-slider-box .cm-arrow-left .cm-label {
  display: none;
  position: absolute;
  width: 37px;
  height: 37px;
  top: 0;
  cursor: pointer;
}

.cm-other .cm-slider-box .cm-arrow-right {
  position: absolute;
  width: 37px;
  height: 37px;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%) rotate(180deg);
}

.cm-other .cm-slider-box .cm-arrow-right .cm-label {
  display: none;
  position: absolute;
  width: 37px;
  height: 37px;
  top: 0;
  cursor: pointer;
}

.cm-other .cm-input {
  display: none;
}

.cm-other .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
  display: block;
}

.cm-other .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
  display: block;
}

.cm-other .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-slides .cm-slide {
  transform: translateX(0%) scale(1);
}

.cm-other .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
  display: block;
}

.cm-other .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
  display: block;
}

.cm-other .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-slides .cm-slide {
  transform: translateX(-100%) scale(1);
}

.cm-other .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
  display: block;
}

.cm-other .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
  display: block;
}

.cm-other .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-slides .cm-slide {
  transform: translateX(0%) scale(1);
}

.cm-other .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
  display: block;
}

.cm-other .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
  display: block;
}

.cm-other .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-slides .cm-slide {
  transform: translateX(-100%) scale(1);
}

@media only screen and (max-width: 700px) {
  .cm-other .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
    display: none;
  }
  .cm-other .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
    display: none;
  }
  .cm-other .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
    display: none;
  }
  .cm-other .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
    display: none;
  }
  .cm-other .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
    display: none;
  }
  .cm-other .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
    display: none;
  }
  .cm-other .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
    display: none;
  }
  .cm-other .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
    display: none;
  }
  .cm-other .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
    display: block;
  }
  .cm-other .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(2) {
    display: block;
  }
  .cm-other .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-slides .cm-slide {
    transform: translateX(0%) scale(1);
  }
  .cm-other .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
    display: block;
  }
  .cm-other .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
    display: block;
  }
  .cm-other .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-slides .cm-slide {
    transform: translateX(-100%) scale(1);
  }
  .cm-other .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(4) {
    display: block;
  }
  .cm-other .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
    display: block;
  }
  .cm-other .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-slides .cm-slide {
    transform: translateX(-200%) scale(1);
  }
  .cm-other .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(5) {
    display: block;
  }
  .cm-other .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(5) {
    display: block;
  }
  .cm-other .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-slides .cm-slide {
    transform: translateX(-300%) scale(1);
  }
}

.cm-other .cm-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
  width: calc(100% / 3);
  scroll-snap-align: center;
  margin-right: 0px;
  box-sizing: border-box;
  background: transparent;
  transform-origin: center center;
  transform: scale(1);
  transition: 0.3s ease-in-out;
  padding: 0 1em;
}

.cm-other .cm-slide img {
  width: auto;
}

.cm-other .cm-slide .cm-text {
  text-align: center;
  margin-top: 1em;
  font-size: 1.125em;
}

.cm-other .cm-slide .cm-text > div {
  font-weight: 600;
  margin-top: .375em;
  text-align: center;
}

@media only screen and (max-width: 700px) {
  .cm-other .cm-slide {
    width: 100%;
  }
}

#cm-product {
  font-size: 16px;
  font-family: "Inter", Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  overflow: hidden;
  line-height: 1.33;
}

@media only screen and (max-width: 900px) {
  #cm-product {
    font-size: 14px;
  }
}
/*# sourceMappingURL=style.css.map */
