html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background: 0 0;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

@font-face {
  font-family: 'Mikado-Bold';
  src: url("../fonts/mikado/MikadoBold.otf") format("opentype");
}

@font-face {
  font-family: 'Mikado-Regular';
  src: url("../fonts/mikado/MikadoRegular.otf") format("opentype");
}

@font-face {
  font-family: 'Mikado-Light';
  src: url("../fonts/mikado/MikadoLight.otf") format("opentype");
}

@font-face {
  font-family: 'Sing';
  src: url("../fonts/sing/sing.ttf") format("truetype");
}

/*------------------------------------*\
  #COLORS
\*------------------------------------*/
/*------------------------------------*\
  #SHADOWS
\*------------------------------------*/
/*------------------------------------*\
  #ANIMATION
\*------------------------------------*/
/*------------------------------------*\
  #RESPONSIVE
\*------------------------------------*/
/*------------------------------------*\
  #MEDIA QUERRIES
\*------------------------------------*/
/*------------------------------------*\
  #ASPECT RATIO (default 4:3)
\*------------------------------------*/
/*------------------------------------*\
  #GLOBAL STYLES
\*------------------------------------*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 768px) {
  html {
    font-size: 54%;
  }
}

@media (max-width: 520px) {
  html {
    font-size: 48%;
  }
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

hr,
.hr {
  display: block;
  height: 0.1rem;
  border: 0;
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

/*------------------------------------*\
  #TYPOGHRAPY
\*------------------------------------*/
body {
  font-weight: 400;
  line-height: 1.6;
  font-size: 1.9rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
  margin: 0 0 0.6em 0;
  font-weight: 400;
  line-height: 1.18;
  font-family: 'Mikado-Bold';
  color: #D15459;
}

h1,
.h1 {
  font-size: 7.5rem;
  font-family: 'Mikado-Bold';
}

@media (max-width: 550px) {
  h1,
  .h1 {
    font-size: 4rem;
  }
}

h2,
.h2 {
  font-size: 5.5rem;
  font-family: 'Mikado-Bold';
}

@media (max-width: 550px) {
  h2,
  .h2 {
    font-size: 3.2rem;
  }
}

h3,
.h3 {
  font-size: 3rem;
}

@media (max-width: 550px) {
  h3,
  .h3 {
    font-size: 2rem;
  }
}

h4,
.h4 {
  font-size: 1.8rem;
  font-family: 'Mikado-Bold';
}

@media (max-width: 550px) {
  h4,
  .h4 {
    font-size: 1.7rem;
  }
}

h5,
.h5 {
  font-size: 1.8rem;
}

@media (max-width: 550px) {
  h5,
  .h5 {
    font-size: 1.5rem;
  }
}

h6,
.h6 {
  font-size: 1.6rem;
}

@media (max-width: 550px) {
  h6,
  .h6 {
    font-size: 1.4rem;
  }
}

p,
.p {
  margin: 0 0 1em 0;
  max-width: 900px;
  font-family: 'Mikado-Regular';
  color: #5F4332;
  font-size: 1.8rem;
}

p:last-child,
.p:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  font-family: 'Mikado-Bold';
}

/*------------------------------------*\
  #STANDARD BUTTON
\*------------------------------------*/
.slider-pro a {
  transition: 0.28s all !important;
}

.btn {
  font-family: 'Sing';
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 1.4rem;
  padding-right: 2.3rem;
  padding-bottom: 1.4rem;
  padding-left: 2.6rem;
  font-size: 2.6rem;
  transition: 0.28s all !important;
}

.btn--blue {
  background: #254B59;
  color: #00A29B;
}

.btn--red {
  background: #D15459;
  color: #ffffff;
}

.btn--red:hover {
  background: #7D4A31;
}

.btn--figure {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 1rem 1.25rem 1.15rem 2rem;
}

.btn--figure svg {
  margin-left: 2rem;
  width: 1.8rem;
  height: 1.8rem;
}

.btn--rounded {
  border-radius: 12px;
}

/*------------------------------------*\
  #ICON BUTTONS
\*------------------------------------*/
/*------------------------------------*\
  #DISABLED
\*------------------------------------*/
/*------------------------------------*\
  #TEXT LINK
\*------------------------------------*/
/*------------------------------------*\
  #Form
\*------------------------------------*/
/*------------------------------------*\
  #Form
\*------------------------------------*/
table {
  width: 100%;
}

th {
  text-align: left;
  font-size: 1.7rem;
}

tr:last-child {
  border-bottom: none;
}

tr:after {
  margin-bottom: 30px;
  content: '';
  display: inline-block;
}

tr:after:last-child {
  display: none;
}

.o-container {
  width: 100%;
  margin: 0 auto;
}

.o-container--primary {
  max-width: 130rem;
}

@media (max-width: 1340px) {
  .o-container--primary {
    max-width: calc(100% - 100px);
  }
}

@media (max-width: 750px) {
  .o-container--primary {
    max-width: calc(100% - 80px);
  }
}

@media (max-width: 500px) {
  .o-container--primary {
    max-width: calc(100% - 50px);
  }
}

@media (max-width: 350px) {
  .o-container--primary {
    max-width: calc(100% - 40px);
  }
}

.o-container--secondary {
  max-width: 160rem;
}

@media (max-width: 1700px) {
  .o-container--secondary {
    max-width: 100%;
  }
}

.c-load-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100vw;
  min-height: 100vh;
  height: 100%;
  z-index: 999;
  background: #F0EAC9;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  transition: all ease-in-out .5s;
  opacity: 1;
}

@media screen and (max-width: 650px) {
  .c-load-screen {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.c-load-screen-logo {
  transition: 0.38s all;
  opacity: 1;
  width: 25rem;
  margin-left: 3rem;
}

@media screen and (max-width: 650px) {
  .c-load-screen-logo {
    margin-left: 0;
    margin-top: 2rem;
  }
}

.c-load-screen .name {
  transition: 0.38s all;
  opacity: 1;
  width: 15rem;
}

.loaded .c-load-screen {
  z-index: 999;
  opacity: 0;
  transition: 0.38s all;
  pointer-events: none;
}

.loaded .c-load-screen .c-load-screen-logo {
  transition-delay: 0.1s;
  transition: 0.38s all;
  opacity: 0;
}

.loaded .c-load-screen .name {
  transition-delay: 0.1s;
  transition: 0.38s all;
  opacity: 0;
}

@media screen and (max-width: 650px) {
  .loaded .c-load-screen .name {
    display: none;
  }
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.c-header {
  padding: 2rem 0;
  position: relative;
  z-index: 10;
  background: #F5BD48;
}

@media screen and (max-width: 800px) {
  .c-header {
    padding: 2rem 0;
  }
}

.c-header__container {
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media screen and (max-width: 1540px) {
  .c-header__container {
    max-width: 100%;
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 800px) {
  .c-header__container {
    width: calc(100% - 80px);
  }
}

@media screen and (max-width: 650px) {
  .c-header__container {
    width: calc(100% - 60px);
  }
}

@media screen and (max-width: 550px) {
  .c-header__container {
    width: calc(100% - 40px);
  }
}

.c-header__logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.c-header__logo img {
  width: 20rem;
}

@media screen and (max-width: 800px) {
  .c-header__logo img {
    width: 19rem;
  }
}

@media screen and (max-width: 500px) {
  .c-header__logo img {
    width: 17rem;
  }
}

.c-header__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.c-header__nav ul {
  display: -ms-flexbox;
  display: flex;
  margin: 0 2.5rem 0 0;
  padding-right: 1rem;
  padding-left: 0;
  border-right: 3px solid #7D4A31;
}

.c-header__nav ul li {
  margin: 0 1.5rem;
  line-height: 1;
}

.c-header__nav ul li a {
  font-family: 'Sing';
  text-transform: uppercase;
  color: #7D4A31;
  font-weight: 400;
  font-size: 3rem;
  letter-spacing: 1.2px;
  transition: 0.28s all;
  position: relative;
}

.c-header__nav ul li a:hover:after {
  position: absolute;
  content: "";
  bottom: -3px;
  transition: 0.28s all;
  left: 0;
  width: 100%;
  height: 3px;
  background: #7D4A31;
}

@media screen and (max-width: 1100px) {
  .c-header__nav {
    display: none;
  }
}

.c-header__search {
  background: #7D4A31;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  transition: 0.28s all;
  cursor: pointer;
}

@media screen and (max-width: 1100px) {
  .c-header__search {
    display: none;
  }
}

.c-header__search img {
  max-width: 1.7rem;
  max-height: 1.7rem;
}

.c-header__menu-trigger {
  display: none;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: 1.5rem;
  cursor: pointer;
  width: 35px;
  height: 35px;
}

@media screen and (max-width: 1100px) {
  .c-header__menu-trigger {
    display: -ms-flexbox;
    display: flex;
    margin-left: 1.5rem;
  }
}

.c-header__menu-trigger span {
  display: block;
  width: 3.5rem;
  height: 6px;
  border-radius: 5px;
  background: #7D4A31;
  transition: 0.28s all;
}

.c-header__menu-trigger span:nth-of-type(2) {
  margin: 6px 0;
  background: #7D4A31;
}

.c-header__menu-trigger span:nth-of-type(3) {
  background: #7D4A31;
}

.c-header__menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 3px 11px 0px rgba(50, 50, 50, 0.15);
  background: #F5BD48;
  z-index: 9;
  transition: .7s;
}

.c-header__menu__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  align-items: center;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  display: none;
  z-index: 9;
}

.c-header__menu__items ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0;
}

.c-header__menu__items ul li {
  opacity: 0;
  text-align: center;
  margin: .75rem 0;
  line-height: 1;
  transition: 0.38s all;
  transform: translateX(-2.5rem);
}

.c-header__menu__items ul li:nth-of-type(1) {
  transition-delay: .2s;
}

.c-header__menu__items ul li:nth-of-type(2) {
  transition-delay: .3s;
}

.c-header__menu__items ul li:nth-of-type(3) {
  transition-delay: .4s;
}

.c-header__menu__items ul li:nth-of-type(4) {
  transition-delay: .5s;
}

.c-header__menu__items ul li:nth-of-type(5) {
  transition-delay: .6s;
}

.c-header__menu__items ul li:nth-of-type(6) {
  transition-delay: .7s;
}

.c-header__menu__items ul li:nth-of-type(7) {
  transition-delay: .8s;
}

.c-header__menu__items ul li:nth-of-type(8) {
  transition-delay: .9s;
}

.c-header__menu__items ul li:nth-of-type(9) {
  transition-delay: 1s;
}

.c-header__menu__items ul li:nth-of-type(10) {
  transition-delay: 1.1s;
}

.c-header__menu__items ul li a {
  font-family: 'Sing';
  font-size: 4.5rem;
  color: #7D4A31;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .25rem;
}

.c-header__menu__items ul .current-menu-item a {
  position: relative;
}

.c-header__menu__items ul .current-menu-item a:after {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #7D4A31;
}

.c-header__menu__social {
  margin-top: 5rem;
  transition: 0.38s all;
  opacity: 0;
  transition-delay: .8s;
  transform: translateX(-2.5rem);
  display: none;
}

@media screen and (max-width: 650px) {
  .c-header__menu__social {
    display: -ms-flexbox;
    display: flex;
  }
}

.c-header__menu__social a {
  width: 4rem;
  height: 4rem;
  min-width: 4rem;
  min-height: 4rem;
  margin: 0 .5rem !important;
}

.c-header__menu__social a img {
  min-width: 2rem;
  min-height: 2rem;
}

.c-header__menu__search {
  margin-top: 3rem;
  transition: 0.38s all;
  opacity: 0;
  transition-delay: .9s;
  transform: translateX(-2.5rem);
}

.c-header__menu__search form div {
  border-radius: 1rem;
  background: #ffffff;
  width: 100%;
  max-width: 26rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}

.c-header__menu__search form input {
  width: 100%;
  background: transparent;
  border: none;
  padding: 0 2rem;
  height: 5.5rem;
  border-radius: 6px;
  color: #7D4A31;
  font-family: 'Mikado-Regular';
  font-size: 2rem;
}

.c-header__menu__search form input::-webkit-input-placeholder {
  color: #7D4A31;
  opacity: .5;
}

.c-header__menu__search form input:-ms-input-placeholder {
  color: #7D4A31;
  opacity: .5;
}

.c-header__menu__search form input::placeholder {
  color: #7D4A31;
  opacity: .5;
}

.c-header__menu__search form button {
  position: absolute;
  right: 1rem;
  top: calc(50% - 1.2rem);
  background: transparent;
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.c-header__menu__search form img {
  width: 2rem;
  height: 2rem;
}

.c-header .c-header-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
  transition: 0.38s all;
}

.c-header .c-header-search button {
  position: absolute;
  top: calc(50% - 2.15rem);
  right: 10rem;
  width: 4.3rem !important;
  height: 4.3rem !important;
  min-width: 4.3rem !important;
  min-height: 4.3rem !important;
  border-radius: 50%;
  background: #D15459;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 50% !important;
}

.c-header .c-header-search button img {
  width: 22px;
  height: 22px;
}

.c-header .c-header-search-close {
  position: absolute;
  top: calc(50% - 2.15rem);
  right: 5rem;
  width: 4.3rem !important;
  height: 4.3rem !important;
  min-width: 4.3rem !important;
  min-height: 4.3rem !important;
  border-radius: 50%;
  background: #F5BD48;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 50% !important;
  cursor: pointer;
}

.c-header .c-header-search-close img {
  width: 20px;
  height: 20px;
}

.c-header .c-header-search div {
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.c-header .c-header-search div input {
  border-radius: 0;
  height: 100%;
}

.c-header .js-searchActive {
  transform: translateY(0);
}

.c-header__search-social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.c-header__search-social form div {
  border-radius: 6px;
  width: 15rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}

@media screen and (max-width: 650px) {
  .c-header__search-social form {
    display: none;
  }
}

.c-header__search-social form input {
  width: 100%;
  background: #254B59;
  border: none;
  padding: 0 3rem;
  height: 4.1rem;
  border-radius: 6px;
  color: white;
  font-family: 'Mikado-Regular';
  font-size: 3.5rem;
}

.c-header__search-social form input::-webkit-input-placeholder {
  color: white;
  opacity: .5;
}

.c-header__search-social form input:-ms-input-placeholder {
  color: white;
  opacity: .5;
}

.c-header__search-social form input::placeholder {
  color: white;
  opacity: .5;
}

.c-header__search-social form button {
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 1.55rem);
  background: transparent;
  border: none;
}

.c-header__search-social form img {
  width: 1.1rem;
  height: 1.2rem;
}

.c-header__search-social .c-header__social__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

@media screen and (max-width: 650px) {
  .c-header__search-social .c-header__social__buttons {
    display: none;
  }
}

.c-header__social__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  transition: 0.28s all;
  background: #D15459;
  margin-left: .5rem;
}

@media screen and (max-width: 1100px) {
  .c-header__social__button {
    width: 4rem;
    height: 4rem;
  }
  .c-header__social__button img {
    max-width: 2.2rem;
    max-height: 2rem;
  }
}

.c-header__social__button:hover {
  background: #7D4A31;
}

.c-header__social__button img {
  max-width: 1.7rem;
  max-height: 1.7rem;
}

@media screen and (max-width: 1100px) {
  .c-header__social__button img {
    max-width: 2rem;
    max-height: 1.8rem;
  }
}

.c-header .current-menu-item a {
  position: relative;
}

.c-header .current-menu-item a:after {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #7D4A31;
}

.js-bodyNoScroll {
  overflow: hidden;
}

.js-menuOpen {
  height: 120vh !important;
}

.js-showMenu {
  display: -ms-flexbox;
  display: flex;
}

.js-animateMenuItems ul li {
  opacity: 1;
  transform: translateX(0);
}

.js-animateMenuItems .c-header__menu__social, .js-animateMenuItems .c-header__menu__search {
  opacity: 1;
  transform: translateX(0);
}

.js-triggerSwitch span {
  background: #D15459 !important;
}

.js-triggerSwitch span:nth-of-type(1) {
  transform: rotate(-45deg);
}

.js-triggerSwitch span:nth-of-type(3) {
  transform: rotate(-135deg);
}

.js-triggerSwitch span:nth-of-type(2) {
  opacity: 0;
  margin: -6px 0;
}

.c-hero-slider {
  position: relative;
  margin-bottom: 8rem;
}

.c-hero-slider .o-container {
  position: relative;
}

.c-hero-slider__single__container {
  min-height: 75vh;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (max-width: 1450px) {
  .c-hero-slider__single__container {
    width: calc(100% - 100px);
    margin: 0 auto;
  }
}

@media screen and (max-width: 1000px) {
  .c-hero-slider__single__container {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media screen and (max-width: 600px) {
  .c-hero-slider__single__container {
    width: calc(100% - 80px);
  }
}

@media screen and (max-width: 525px) {
  .c-hero-slider__single__container {
    width: calc(100% - 60px);
  }
}

.c-hero-slider__single__txt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: 16rem;
  width: 56rem;
  min-width: 56rem;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 1450px) {
  .c-hero-slider__single__txt {
    width: 50%;
    min-width: 50%;
    margin-left: 0;
  }
}

@media screen and (max-width: 1000px) {
  .c-hero-slider__single__txt {
    width: 100%;
    min-width: 100%;
    text-align: center;
    -ms-flex-order: 2;
        order: 2;
  }
}

.c-hero-slider__single__txt h1 {
  text-transform: uppercase;
  position: relative !important;
  font-size: 5rem !important;
  line-height: 1.18 !important;
  margin: 0 3rem 0.6em 0 !important;
}

@media screen and (max-width: 1200px) {
  .c-hero-slider__single__txt h1 {
    font-size: 4rem !important;
  }
}

@media screen and (max-width: 1000px) {
  .c-hero-slider__single__txt h1 {
    margin: 0 0 0.6em 0 !important;
  }
}

@media screen and (max-width: 525px) {
  .c-hero-slider__single__txt h1 {
    font-size: 3.5rem !important;
  }
}

.c-hero-slider__single__txt div {
  position: relative !important;
}

.c-hero-slider__single__txt div a:hover {
  background-color: #7D4A31 !important;
}

.c-hero-slider__single__img-container {
  width: 100%;
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1000px) {
  .c-hero-slider__single__img-container {
    height: auto;
    min-height: auto;
    margin-bottom: 7rem;
  }
}

.c-hero-slider__single__img--1 {
  position: absolute;
  top: inherit !important;
  bottom: 17%;
  z-index: 2;
  left: 25% !important;
  max-width: 20rem;
  max-height: 20rem;
}

@media screen and (max-width: 1000px) {
  .c-hero-slider__single__img--1 {
    bottom: -5%;
    left: 29% !important;
    max-width: 15rem;
    max-height: 15rem;
  }
}

@media screen and (max-width: 550px) {
  .c-hero-slider__single__img--1 {
    max-width: 12rem;
    max-height: 12rem;
    left: 22% !important;
  }
}

.c-hero-slider__single__img--2 {
  position: absolute;
  top: auto !important;
  left: auto !important;
  margin-right: 2rem;
}

@media screen and (max-width: 1450px) {
  .c-hero-slider__single__img--2 {
    margin-right: 0;
  }
}

@media screen and (max-width: 1000px) {
  .c-hero-slider__single__img--2 {
    position: relative;
    max-width: 45rem;
  }
}

@media screen and (max-width: 525px) {
  .c-hero-slider__single__img--2 {
    max-width: 35rem;
  }
}

@media screen and (max-width: 450px) {
  .c-hero-slider__single__img--2 {
    max-width: 32rem;
  }
}

.c-hero-slider__single__bottom {
  position: relative;
  width: 100%;
  height: 15rem;
  background: white;
}

.c-hero-slider .sp-buttons {
  position: absolute;
  bottom: 3rem;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 1000px) {
  .c-hero-slider .sp-buttons {
    left: 3rem;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

.c-hero-slider .sp-buttons .sp-button {
  width: 14px;
  height: 14px;
  border: 3px solid #7D4A31;
  margin: 4px 6px;
}

@media screen and (max-width: 551px) {
  .c-hero-slider .sp-buttons .sp-button {
    width: 12px;
    height: 12px;
    margin: 4px 3px;
    border: 2px solid #7D4A31;
  }
}

.c-hero-slider .sp-buttons .sp-selected-button {
  background: #D15459;
}

.c-hero-slider__deco {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: calc(100% - 15rem);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

@media screen and (max-width: 1150px) {
  .c-hero-slider__deco {
    height: calc(100% - 48rem);
    width: 8rem;
  }
}

@media screen and (max-width: 551px) {
  .c-hero-slider__deco {
    width: 5.5rem;
    height: calc(100% - 58rem);
  }
}

.c-hero-slider__deco img {
  width: 11rem;
}

.c-hero .o-container {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.c-hero__txt {
  padding: 5rem 0;
}

.c-hero__txt h1 {
  text-transform: uppercase;
  color: white;
  margin: 0;
  word-break: break-word;
}

@media screen and (max-width: 1000px) {
  .c-hero__txt h1 {
    text-align: center;
  }
}

.c-hero--small {
  height: 42.1rem;
  width: 100%;
}

.c-hero--medium {
  height: 52rem;
  width: 100%;
}

.c-hero--store-finder {
  margin-bottom: -35rem;
}

.c-hero--store-finder .c-store-finder {
  margin: -18rem auto 0;
}

.c-hero__search-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}

.c-hero__search-form h1 {
  text-transform: uppercase;
  color: white;
  margin: 0;
  font-size: 5rem;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .c-hero__search-form h1 {
    font-size: 4.5rem;
  }
}

.c-hero__search-form form {
  margin-top: 4rem;
}

.c-hero__search-form form fieldset {
  border: none;
}

.c-hero__search-form form fieldset div {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 6.5rem;
  width: 54rem;
}

@media screen and (max-width: 600px) {
  .c-hero__search-form form fieldset div {
    width: 100%;
  }
}

.c-hero__search-form form fieldset div input {
  width: 100%;
  border-radius: .6rem;
  border: none;
  background: white;
  padding-right: 7rem;
  padding-left: 3rem;
  font-family: 'Mikado-Light';
  font-size: 2rem;
}

.c-hero__search-form form fieldset div button {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: none;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 6.5rem;
  border-top-right-radius: .6rem;
  border-bottom-right-radius: .6rem;
  transition: 0.28s all;
}

.c-hero__search-form form fieldset div button:hover {
  background: brown;
}

.c-hero__search-form form fieldset div button img {
  width: 2rem;
}

.c-txt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  max-width: 100rem;
}

.c-txt h2 {
  color: #D15459;
  text-transform: uppercase;
  margin: 0 0 2rem;
}

.c-txt p {
  max-width: 96rem;
}

.c-txt div {
  margin-top: 1rem;
}

.c-txt h1, .c-txt h2, .c-txt h3, .c-txt h4, .c-txt h5 {
  color: #D15459;
  font-family: 'Mikado-Bold';
}

.c-txt ul, .c-txt li, .c-txt ol, .c-txt p {
  color: #5F4332;
  font-family: 'Mikado-Regular';
}

.c-txt--center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto;
  padding: 0 5rem;
  max-width: 90rem;
}

@media screen and (max-width: 1050px) {
  .c-txt--center {
    padding: 0 3rem;
  }
}

.c-txt--center h2, .c-txt--center p {
  text-align: center;
}

.c-txt__img {
  padding: 10rem 5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  max-width: 140rem;
  margin: 0 auto;
}

@media screen and (max-width: 1050px) {
  .c-txt__img {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 5rem;
  }
}

@media screen and (max-width: 1050px) {
  .c-txt__img {
    padding: 5rem 3rem;
  }
}

.c-txt__img .c-txt {
  width: 50%;
  max-width: 56rem;
  margin-right: 10rem;
}

@media screen and (max-width: 1050px) {
  .c-txt__img .c-txt {
    width: 100%;
    text-align: center;
    margin-right: 0;
    max-width: 90rem;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 5rem;
  }
  .c-txt__img .c-txt h2 {
    text-align: center;
  }
}

.c-txt__img--large {
  width: 100%;
}

.c-txt__img--reversed .c-txt {
  -ms-flex-order: 2;
      order: 2;
  margin-right: 0;
  margin-left: 10rem;
}

@media screen and (max-width: 1050px) {
  .c-txt__img--reversed .c-txt {
    margin-left: 0;
    -ms-flex-order: 1;
        order: 1;
  }
}

.c-txt__img--reversed img {
  -ms-flex-order: 1;
      order: 1;
}

@media screen and (max-width: 1050px) {
  .c-txt__img--reversed img {
    -ms-flex-order: 2;
        order: 2;
  }
}

.c-txt-card {
  background: #F5BD48;
  padding: 4rem 6rem 5rem 3rem;
  border-radius: 1.5rem;
  -ms-flex-direction: row;
      flex-direction: row;
  max-width: 120rem;
  margin: 0 auto;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 1400px) {
  .c-txt-card {
    max-width: calc(100% - 20rem);
  }
  .c-txt-card p {
    max-width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .c-txt-card {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    max-width: calc(100% - 4rem);
    padding: 4rem;
  }
}

.c-txt-card img {
  width: 18rem;
  margin-right: 6rem;
  margin-left: -10rem;
}

@media screen and (max-width: 900px) {
  .c-txt-card img {
    margin: -10rem 0 2rem;
  }
}

@media screen and (max-width: 700px) {
  .c-txt-card img {
    width: 15rem;
  }
}

.c-txt-card div div {
  margin-top: 2.5rem;
}

.gutenberg h1, .gutenberg h2, .gutenberg h3, .gutenberg h4, .gutenberg h5 {
  color: #D15459;
  font-family: 'Mikado-Bold';
  max-width: 900px;
  margin: 0 auto .6em;
}

@media screen and (max-width: 1000px) {
  .gutenberg h1, .gutenberg h2, .gutenberg h3, .gutenberg h4, .gutenberg h5 {
    max-width: calc(100% - 100px);
  }
}

@media screen and (max-width: 600px) {
  .gutenberg h1, .gutenberg h2, .gutenberg h3, .gutenberg h4, .gutenberg h5 {
    max-width: calc(100% - 60px);
  }
}

.gutenberg ul, .gutenberg li, .gutenberg ol, .gutenberg p {
  color: #5F4332;
  font-family: 'Mikado-Regular';
  max-width: 900px;
}

@media screen and (max-width: 1000px) {
  .gutenberg ul, .gutenberg li, .gutenberg ol, .gutenberg p {
    max-width: calc(100% - 100px);
  }
}

@media screen and (max-width: 1000px) {
  .gutenberg ul, .gutenberg li, .gutenberg ol, .gutenberg p .wpcf7-form-control{
    max-width: 100%
  }
}

@media screen and (max-width: 600px) {
  .gutenberg ul, .gutenberg li, .gutenberg ol, .gutenberg p {
    max-width: calc(100% - 60px);
  }
}

.gutenberg p {
  margin: 0 auto;
}

.c-txt--img-section {
  padding: 10rem 0 0;
}

@media screen and (max-width: 800px) {
  .c-txt--img-section {
    padding: 5rem 0;
  }
}

.c-img-category-blocks {
  margin-top: 7rem;
}

@media screen and (max-width: 1100px) {
  .c-img-category-blocks {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 900px) {
  .c-img-category-blocks {
    margin-top: 1rem;
  }
}

.c-img-category-blocks .o-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

@media screen and (max-width: 600px) {
  .c-img-category-blocks .o-container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.c-img-category-blocks__single {
  width: 100%;
  max-width: calc(33% - 4rem);
  height: 50rem;
  margin: 1rem;
  padding: 5rem 5rem 7rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 1rem;
}

@media screen and (max-width: 1200px) {
  .c-img-category-blocks__single {
    height: 45rem;
  }
}

@media screen and (max-width: 1080px) {
  .c-img-category-blocks__single {
    padding: 5rem 2.5rem 6rem;
    max-width: 100%;
    margin: 1rem 2rem;
  }
}

@media screen and (max-width: 600px) {
  .c-img-category-blocks__single {
    border-radius: 0;
    max-width: 100%;
    margin: .5rem 0;
  }
}

.c-img-category-blocks__single h2 {
  margin: 0 0 2rem;
  color: white;
  text-transform: uppercase;
}

@media screen and (max-width: 750px) {
  .c-img-category-blocks__single h2 {
    font-size: 4rem;
  }
}

.c-txt-slider-section {
  position: relative;
}

.c-txt-slider-section .o-container {
  position: relative;
  padding: 10rem 0 0;
  margin-bottom: 9rem;
}

@media screen and (max-width: 1100px) {
  .c-txt-slider-section .o-container {
    padding: 10rem 0 0;
  }
}

.c-txt-slider-section .c-product-slider {
  margin: 10rem 0 8rem;
}

@media screen and (max-width: 1000px) {
  .c-txt-slider-section .c-product-slider {
    margin: 10rem 0 8rem;
  }
}

.c-txt-slider-section__deco {
  position: absolute;
  width: 11rem;
  z-index: 2;
}

@media screen and (max-width: 1500px) {
  .c-txt-slider-section__deco {
    width: 9rem;
  }
}

@media screen and (max-width: 1200px) {
  .c-txt-slider-section__deco {
    width: 6rem;
  }
}

@media screen and (max-width: 950px) {
  .c-txt-slider-section__deco {
    display: none;
  }
}

.c-txt-slider-section__deco--1 {
  bottom: 12rem;
  left: -.4rem;
}

@media screen and (max-width: 1500px) {
  .c-txt-slider-section__deco--1 {
    bottom: inherit;
    top: 5rem;
  }
}

@media screen and (max-width: 1200px) {
  .c-txt-slider-section__deco--1 {
    top: 15rem;
  }
}

.c-txt-slider-section__deco--2 {
  top: 5rem;
  right: 0;
}

@media screen and (max-width: 1200px) {
  .c-txt-slider-section__deco--2 {
    top: 5rem;
  }
}

.c-products .o-container {
  padding: 5rem 0 0;
  position: relative;
}

@media screen and (max-width: 1300px) {
  .c-products__row__container {
    padding-top: 1rem;
  }
}

@media screen and (max-width: 650px) {
  .c-products__row__container {
    padding-top: 5rem;
  }
}

.c-products__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 15rem 0 3rem;
  position: relative;
}

@media screen and (max-width: 1300px) {
  .c-products__row {
    padding: 16rem 0 3rem;
  }
}

@media screen and (max-width: 850px) {
  .c-products__row {
    padding: 12rem 0 3rem;
  }
}

@media screen and (max-width: 650px) {
  .c-products__row {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: -20rem;
  }
}

.c-products__row__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
}

@media screen and (max-width: 650px) {
  .c-products__row__bg {
    border-bottom: none;
  }
}

.c-products__row:first-of-type .c-products__row__bg {
  bottom: 0;
  top: inherit;
  height: 68%;
}

@media screen and (max-width: 1300px) {
  .c-products__row:first-of-type .c-products__row__bg {
    height: 75%;
  }
}

@media screen and (max-width: 850px) {
  .c-products__row:first-of-type .c-products__row__bg {
    height: 75%;
  }
}

@media screen and (max-width: 650px) {
  .c-products__row:first-of-type .c-products__row__bg {
    height: 94.5%;
  }
}

.c-products__row:first-of-type .c-products__row__bg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.4rem 6.4rem 0;
  border-color: transparent #ffffff transparent transparent;
}

@media screen and (max-width: 1050px) {
  .c-products__row:first-of-type .c-products__row__bg:after {
    display: none;
  }
}

.c-products__row:last-of-type {
  padding: 20rem 0 5rem;
}

@media screen and (max-width: 1300px) {
  .c-products__row:last-of-type {
    padding: 16rem 0 3rem;
  }
}

@media screen and (max-width: 850px) {
  .c-products__row:last-of-type {
    padding: 12rem 0 3rem;
  }
}

.c-products__row:last-of-type .c-products__row__bg {
  border-bottom: none;
}

.c-products__single {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

@media screen and (max-width: 650px) {
  .c-products__single {
    margin-bottom: 20rem;
  }
}

.c-products__single:nth-of-type(even) {
  margin: 0 12rem;
}

@media screen and (max-width: 1300px) {
  .c-products__single:nth-of-type(even) {
    margin: 0 8rem;
  }
}

@media screen and (max-width: 1000px) {
  .c-products__single:nth-of-type(even) {
    margin: 0 4rem;
  }
}

@media screen and (max-width: 850px) {
  .c-products__single:nth-of-type(even) {
    margin: 0 2rem;
  }
}

@media screen and (max-width: 650px) {
  .c-products__single:nth-of-type(even) {
    margin: 0;
    margin-bottom: 15rem;
  }
}

.c-products__single img {
  position: absolute;
  width: 32rem !important;
  min-width: 32rem !important;
  bottom: 9rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  transition: 0.38s all;
}

.c-products__single img:hover {
  top: -10rem;
}

@media screen and (max-width: 1300px) {
  .c-products__single img {
    min-width: 25rem !important;
    width: 25rem !important;
    bottom: 13rem;
  }
}

@media screen and (max-width: 850px) {
  .c-products__single img {
    min-width: 20rem !important;
    width: 20rem !important;
  }
}

@media screen and (max-width: 650px) {
  .c-products__single img {
    min-width: 28rem !important;
    width: 28rem !important;
  }
}

@media screen and (max-width: 650px) {
  .c-products__single img {
    min-width: 31rem !important;
    width: 31rem !important;
    bottom: 9rem;
  }
}

.c-products__single__box__container {
  position: relative;
  overflow: hidden;
  padding-top: 0rem !important;
}

@media screen and (max-width: 650px) {
  .c-products__single__box__container {
    width: 100%;
    text-align: center;
  }
}

.c-products__single__box {
  width: 32rem;
  min-height: 25rem;
  border-bottom: .3rem solid transparent;
  padding: 3rem 1rem 1rem;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  transition: 0.38s all;
}

@media screen and (max-width: 1300px) {
  .c-products__single__box {
    width: 26rem;
  }
}

@media screen and (max-width: 1000px) {
  .c-products__single__box {
    width: 22rem;
  }
}

@media screen and (max-width: 650px) {
  .c-products__single__box {
    width: 95%;
    margin: 0 auto;
    text-align: center;
  }
}

.c-products__single__box h4 {
  color: #7D4A31;
  text-transform: uppercase;
  transition: 0.38s all;
}

@media screen and (max-width: 650px) {
  .c-products__single__box h4 {
    font-size: 2.1rem;
  }
}

.c-products__single__bar {
  position: absolute;
  bottom: -.3rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 0rem;
  height: 3px;
  background: #D15459;
  opacity: 0;
  transition: 0.38s all;
}

.c-products__single:hover .c-products__single__box h4 {
  color: #D15459;
}

.c-products__single:hover .c-products__single__triangle, .c-products__single:hover .c-products__single__bar {
  opacity: 1;
}

.c-products__single:hover .c-products__single__bar {
  width: 100%;
}

.c-products__single:hover img {
  transform: scale(1.05);
}

@media screen and (max-width: 1300px) {
  .c-products__single:hover img {
    bottom: 10rem;
  }
}

.c-product-slider {
  position: relative;
}

.c-product-slider__wrap {
  width: 100%;
  max-width: 130rem;
  margin: 0 auto;
}

@media screen and (max-width: 650px) {
  .c-product-slider .c-products__single {
    margin-bottom: 0 !important;
  }
}

.c-product-slider__single {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}

.c-product-slider__single img {
  width: 34rem !important;
  margin: auto;
  z-index: 1;
  transition: 0.38s all;
}

.c-product-slider__single__box__container {
  position: relative;
  overflow: hidden;
}

.c-product-slider__single__box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  transition: 0.38s all;
}

.c-product-slider__single__box h4 {
  color: #7D4A31;
  text-transform: uppercase;
  transition: 0.38s all;
  margin: 0;
  padding: 3rem 0;
}

.c-product-slider__single__bar {
  position: absolute;
  bottom: -.3rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 0rem;
  height: 3px;
  background: brown;
  opacity: 0;
  transition: 0.38s all;
}

.c-product-slider__single:hover h4 {
  color: #D15459;
}

.c-product-slider__single img {
  bottom: 7rem;
  transform: scale(1.05);
}

.c-product-slider__bg {
  height: 37.5rem;
  border-bottom: 5.5rem solid brown;
  width: 100%;
  max-width: 160rem;
  background: brown;
  position: absolute;
  bottom: -9rem;
  left: 0;
}

@media screen and (max-width: 1700px) {
  .c-product-slider__bg {
    max-width: calc(100% - 10rem);
  }
}

@media screen and (max-width: 1450px) {
  .c-product-slider__bg {
    max-width: calc(100% - 5rem);
  }
}

@media screen and (max-width: 1350px) {
  .c-product-slider__bg {
    max-width: 100%;
  }
}

.c-product-slider__bg .u-triangle {
  bottom: -5.5rem;
}

@media screen and (max-width: 1350px) {
  .c-product-slider__bg .u-triangle {
    display: none;
  }
}

@media screen and (max-width: 1700px) {
  .c-product-slider__bg .u-triangle--left-bottom {
    display: none;
  }
}

.c-product-slider__arrows {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -5.5rem;
  left: 0;
  width: 100%;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.c-product-slider__arrows__single {
  background: #00A29B;
  width: 7.5rem;
  height: 4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  transition: 0.38s all;
  margin: 0 .5rem;
}

.c-product-slider__arrows__single:hover {
  background: #006f6a;
}

.c-product-slider__arrows__single img {
  width: 1.45rem;
}

.c-product-slider__arrows__single--prev {
  border-radius: 1rem;
}

.c-product-slider__arrows__single--prev img {
  transform: rotate(180deg);
}

.c-product-slider__arrows__single--next {
  border-radius: 1rem;
}

.c-quote-slider {
  position: relative;
  padding: 10rem 0 0;
}

@media screen and (max-width: 1100px) {
  .c-quote-slider {
    padding: 5rem 0 0;
  }
}

.c-quote-slider .u-triangle {
  z-index: 1;
}

@media screen and (max-width: 1700px) {
  .c-quote-slider .u-triangle {
    display: none;
  }
}

.c-quote-slider__single {
  height: 100%;
}

@media screen and (max-width: 1100px) {
  .c-quote-slider__single {
    padding-left: 0;
  }
}

.c-quote-slider__single__txt {
  margin: 0 auto;
  width: 80rem;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 1100px) {
  .c-quote-slider__single__txt {
    margin: 0 auto;
  }
}

@media screen and (max-width: 800px) {
  .c-quote-slider__single__txt {
    width: calc(100% - 6rem);
  }
}

.c-quote-slider__single__txt img {
  width: 7rem;
  margin-bottom: 5rem;
}

@media screen and (max-width: 1100px) {
  .c-quote-slider__single__txt img {
    margin-bottom: 3rem;
  }
}

.c-quote-slider__single__txt blockquote {
  padding: 0;
  margin: 0;
}

.c-quote-slider__single__txt blockquote p {
  text-align: center;
  font-size: 6rem;
  line-height: 5.5rem;
  letter-spacing: 3px;
  font-family: 'Sing';
  color: white;
}

.c-quote-slider .sp-buttons {
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: auto;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 1100px) {
  .c-quote-slider .sp-buttons {
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media screen and (max-width: 800px) {
  .c-quote-slider .sp-buttons {
    bottom: 5rem;
  }
}

.c-quote-slider .sp-buttons .sp-button {
  width: 12px;
  height: 12px;
  border: 3px solid white;
  margin: 4px 6px;
}

.c-quote-slider .sp-buttons .sp-selected-button {
  background: white;
}

.c-breadcrumbs ul {
  display: -ms-flexbox;
  display: flex;
}

.c-breadcrumbs ul li {
  margin-right: .7rem;
}

.c-breadcrumbs ul li:last-of-type span {
  display: none;
}

.c-breadcrumbs a {
  font-family: 'Mikado-Regular';
  color: #D15459;
  font-size: 1.6rem;
}

.c-breadcrumbs span {
  color: gray;
  font-family: 'Mikado-Regular';
  font-size: 1.5rem;
}

.c-breadcrumbs--active a {
  color: #D15459;
  font-family: 'Mikado-Bold';
}

.c-single-product-arrow {
  position: absolute;
  top: calc(50% - 21px);
  z-index: 2;
  cursor: pointer;
}

.c-single-product-arrow img {
  width: 7rem;
  transition: 0.28s all;
}

@media screen and (max-width: 500px) {
  .c-single-product-arrow img {
    width: 5rem;
  }
}

.c-single-product-arrow-left {
  left: -21px;
}

@media screen and (max-width: 480px) {
  .c-single-product-arrow-left {
    left: -3px;
  }
}

.c-single-product-arrow-left img:hover {
  transform: scale(1.05) rotate(359deg);
}

.c-single-product-arrow-right {
  right: -21px;
}

@media screen and (max-width: 480px) {
  .c-single-product-arrow-right {
    right: -11px;
  }
}

.c-single-product-arrow-right img {
  transform: rotate(180deg);
}

.c-single-product-arrow-right img:hover {
  transform: scale(1.05) rotate(181deg);
}

@media screen and (max-width: 600px) {
  .c-product-details-search {
    margin: 0 0 3rem;
  }
}

.c-product-details-search div {
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #7D4A31;
  border-radius: 1rem;
}

.c-product-details-search div input {
  height: 4.5rem;
  width: 100%;
  border-radius: 1rem;
  border: none;
  padding: 0 5.5rem 0 1.5rem;
  font-family: 'Mikado-Regular';
  font-size: 1.7rem;
}

.c-product-details-search div button {
  width: 4.5rem;
  min-width: 4.5rem;
  height: 4.5rem;
  border-radius: 1rem;
  border: none;
  background: #7D4A31;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.c-product-details-search div button img {
  width: 2.5rem;
}

.c-product-details .c-breadcrumbs {
  padding: 4rem 0;
}

@media screen and (max-width: 700px) {
  .c-product-details .c-breadcrumbs {
    padding: 2rem 0;
  }
}

.c-product-details__slider {
  position: relative;
  width: 70rem;
  height: 70rem;
  margin-right: 8rem;
}

@media screen and (max-width: 1250px) {
  .c-product-details__slider {
    width: 50rem;
    height: 50rem;
  }
}

@media screen and (max-width: 1000px) {
  .c-product-details__slider {
    margin-right: 0;
    margin: 0 auto 2.5rem;
  }
}

@media screen and (max-width: 500px) {
  .c-product-details__slider {
    width: 35rem;
    height: 42rem;
  }
}

.c-product-details__slider-single {
  width: 70rem;
  height: 70rem;
}

@media screen and (max-width: 1250px) {
  .c-product-details__slider-single {
    width: 50rem;
    height: 50rem;
  }
}

@media screen and (max-width: 1000px) {
  .c-product-details__slider-single {
    margin: 0 auto;
  }
}

@media screen and (max-width: 500px) {
  .c-product-details__slider-single {
    width: 100%;
    max-width: 50rem;
    height: 42rem;
  }
}


.c-product-details__content {
  display: -ms-flexbox;
  display: flex;
}


.c-product-details__content_small_images {
  margin-right: 4rem;
}

@media screen and (max-width: 1000px) {
  .c-product-details__content_small_images {
    margin-right: 1rem;
  }
}



.c-product-details__content_small_images.owl-stage {
  width: 90px !important;
}



.c-product-details__content_image {
  padding: 0;
  margin-right: 2rem;
  border-radius: 25px;
  background-color: grey;
  border: 2px solid transparent;
}

@media screen and (max-width: 1000px) {
  .c-product-details__content_image {
    padding: 0;
    margin-right: 2rem;
    border-radius: 21px;
    background-color: grey;
    border: 2px solid transparent;
  }
}

@media screen and (max-width: 500px) {
  .c-product-details__content_image {
    padding: 0;
    margin-right: 2rem;
    border-radius: 21px;
    background-color: grey;
    border: 2px solid transparent;
  }
}

.c-product-details__content_small_image {
  width: 10rem;
  margin-bottom: -2rem;
}


@media screen and (max-width: 1000px) {
  .c-product-details__content_small_image {
    width: 8rem;
    margin-bottom: -2rem;
  }
}

@media screen and (max-width: 500px) {
  .c-product-details__content_small_image {
    width: 7rem;
    margin-bottom: -2rem;
  }
}


.owl-item.current img {
  border-radius: 25px;
  border: 2px solid red;
}

@media screen and (max-width: 1000px) {
  .owl-item.current img {
    border-radius: 21px;
    border: 2px solid red;
  }
}

@media screen and (max-width: 500px) {
  .owl-item.current img {
    border-radius: 21px;
    border: 2px solid red;
  }
}



.owl-nav.disabled, .owl-dots.disabled{
  display: none;
}



@media screen and (max-width: 1000px) {
  .c-product-details__content {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 0rem;
  }
}

.c-product-details__content__img {
  min-width: 50%;
  margin-left: 8rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 1200px) {
  .c-product-details__content__img {
    margin-right: 4rem;
  }
}

@media screen and (max-width: 1000px) {
  .c-product-details__content__img {
    margin-right: 0;
    width: 50%;
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 600px) {
  .c-product-details__content__img {
    width: 75%;
  }
}

@media screen and (max-width: 500px) {
  .c-product-details__content__img {
    width: 90%;
  }
}

.c-product-details__content__img img {
  width: 100%;
}

.c-product-details__content__details {
  width: 50%;
}

.c-product-details__content__textfield {
  margin: 0 0 1em 0;
  font-family: 'Mikado-Regular';
  color: #5F4332;
  font-size: 1.8rem;
}


.c-product-details__slider--wrap {
  display: flex;
}

@media screen and (max-width: 1250px) {
  .c-product-details__content__details {
    width: 100%;
  }
}


.c-product-deta ils__content__details h1 {
  text-transform: uppercase;
  font-family: 'Mikado-Bold';
  font-size: 4.5rem;
  color: #D15459;
}

.c-product-details__content__share {
  border-top: 1px solid brown;
  padding-top: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 70rem;
}

@media screen and (max-width: 1250px) {
  .c-product-details__content__share {
    width: 50rem;
  }
}

@media screen and (max-width: 1000px) {
  .c-product-details__content__share {
    margin-top: 3rem;
    width: 100%;
  }
}

.c-product-details__content__share div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.c-product-details__content__share div span {
  text-transform: uppercase;
  font-family: 'Mikado-Bold';
  font-size: 1.8rem;
  color: #7D4A31;
}

.c-product-details__content__share div ul {
  display: -ms-flexbox;
  display: flex;
  margin: 0 1rem;
}

.c-product-details__content__share div ul li {
  margin: 0 .5rem;
}

.c-product-details__content__share div ul li a {
  width: 4rem;
  height: 4rem;
  min-width: 4rem;
  min-height: 4rem;
  border-radius: 50%;
  background: #D15459;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  transition: 0.28s all;
}

.c-product-details__content__share div ul li a:hover {
  background: brown;
}

.c-product-details__content__share div ul li a img {
  max-width: 2rem;
  max-height: 2rem;
}

.c-product-details__content__share a {
  font-family: 'Mikado-Regular';
  font-size: 1.6rem;
  text-decoration: underline;
  color: #7D4A31;
}

.c-product-details__content__zipcode {
  margin: 0 0 3rem !important;
}

.c-product-details__content__variation {
  margin: 4rem 0 2rem;
}

.c-product-details__content__variation div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.c-product-details__content__variation div span {
  font-family: 'Mikado-Bold';
  font-size: 1.8rem;
  color: #7D4A31;
  text-transform: uppercase;
  margin-right: 1.5rem;
}

.c-product-details__content__variation div figure {
  width: 100%;
  height: 1px;
  background: #7D4A31;
}

.c-product-details__content__variation ul {
  margin-top: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-product-details__content__variation ul li {
  margin-right: 2rem;
}

.c-product-details__content__variation ul li a img {
  width: 8rem;
}

.c-product-details__content__specifics {
  padding: 3rem 0 0 0;
  position: relative;
}

@media screen and (max-width: 600px) {
  .c-product-details__content__specifics {
    padding: 0;
  }
}

.c-product-details__content__specifics__single {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.c-product-details__content__specifics__single:last-of-type {
  margin: 0;
}

.c-product-details__content__specifics__single span {
  font-family: 'Mikado-Bold';
  font-size: 1.6rem;
  color: #7D4A31;
  text-transform: uppercase;
  margin-right: 1.5rem;
  display: block;
  min-width: 12.5rem;
  width: 50%;
}

.c-product-details__content__specifics__single p {
  color: #7D4A31;
  font-size: 1.6rem;
}

.c-product-details__content__specifics__single ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-product-details__content__specifics__single ul li {
  font-family: 'Mikado-Regular';
  font-size: 1.6rem;
  margin-right: .7rem;
  color: #7D4A31;
}

.c-product-details__content__specifics__single ul li small {
  color: #7D4A31;
}

.c-store-finder {
  padding: 9rem;
  background-color: #F5BD48;
  width: 85rem;
  position: relative;
  margin: 0 auto;
  background-size: auto !important;
  z-index: 2;
  border-radius: 1rem;
}

@media screen and (max-width: 1000px) {
  .c-store-finder {
    margin: -20rem auto 0;
  }
}

@media screen and (max-width: 950px) {
  .c-store-finder {
    width: calc(100% - 10rem);
  }
}

@media screen and (max-width: 700px) {
  .c-store-finder {
    width: calc(100% - 5rem);
    padding: 8rem 5rem;
  }
}

@media screen and (max-width: 500px) {
  .c-store-finder {
    padding: 7rem 3rem;
  }
}

@media screen and (max-width: 600px) {
  .c-store-finder {
    width: 100%;
  }
}

.c-store-finder h2 {
  color: #7D4A31;
  text-transform: uppercase;
  text-align: center;
}

.c-store-finder form div {
  width: 50rem;
  margin: 0 auto;
  border-radius: 1rem;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  height: 6rem;
  background: white;
}

.c-store-finder form div input {
  width: calc(100% - 5.5rem);
  border: none;
  padding: .5rem 2rem .5rem 3rem;
  font-family: 'Mikado-Regular';
  font-size: 1.8rem;
  color: #7D4A31;
}

.c-store-finder form div input::-webkit-input-placeholder {
  color: #7D4A31;
  opacity: .5;
}

.c-store-finder form div input:-ms-input-placeholder {
  color: #7D4A31;
  opacity: .5;
}

.c-store-finder form div input::placeholder {
  color: #7D4A31;
  opacity: .5;
}

.c-store-finder form div input:focus {
  outline: 0;
}

.c-store-finder form div button {
  position: absolute;
  top: calc(50% - 2.25rem);
  right: 1rem;
  background: #7D4A31;
  border: none;
  border-radius: 50%;
  width: 4.5rem;
  height: 4.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.c-store-finder form div button img {
  width: 2rem;
}

@media screen and (max-width: 700px) {
  .c-store-finder form div {
    width: 100%;
  }
}

.contact-data .new-site, .contact-data .email {
  margin-bottom: 5px;
}

.c-view-options .o-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 3rem 0;
}

@media screen and (max-width: 400px) {
  .c-view-options .o-container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.c-view-options__single {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 10rem;
  border-right: 1px solid #dddddd;
}

@media screen and (max-width: 600px) {
  .c-view-options__single {
    padding: 0 5rem;
  }
}

@media screen and (max-width: 400px) {
  .c-view-options__single {
    padding: 2.5rem 3rem;
  }
}

.c-view-options__single:last-of-type {
  border-right: none;
}

.c-view-options__single div {
  height: 4rem;
  width: 4rem;
  min-height: 4rem;
  min-width: 4rem;
  border-radius: 50%;
  border: 2px solid #dddddd;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  transition: 0.38s all;
}

.c-view-options__single div svg {
  width: 1.6rem;
  height: 2.3rem;
  transition: 0.38s all;
}

.c-view-options__single div svg rect, .c-view-options__single div svg path {
  transition: 0.38s all;
}

.c-view-options__single span {
  font-family: 'Sing';
  font-size: 4rem;
  letter-spacing: 1.3px;
  line-height: 1;
  color: #00A29B;
  text-transform: uppercase;
  display: block;
  margin-top: .75rem;
  color: #d0d0d0;
  transition: 0.38s all;
}

.c-view-options__single--active div {
  border: 2px solid #00A29B;
  background: #00A29B;
}

.c-view-options__single--active div svg rect {
  fill: white;
}

.c-view-options__single--active div svg path {
  fill: white;
}

.c-view-options__single--active span {
  color: #00A29B;
}

.c-view-options__single:hover div {
  border: 2px solid #00A29B;
  background: #00A29B;
}

.c-view-options__single:hover div svg rect {
  fill: white;
}

.c-view-options__single:hover div svg path {
  fill: white;
}

.c-view-options__single:hover span {
  color: #00A29B;
}

.c-info-cards {
  padding: 10rem 0;
  background: #00A29B;
}

@media screen and (max-width: 500px) {
  .c-info-cards {
    padding: 5rem 0;
  }
}

.c-info-cards .o-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  width: 114.6rem;
}

@media screen and (max-width: 1300px) {
  .c-info-cards .o-container {
    width: calc(100% - 10rem);
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media screen and (max-width: 500px) {
  .c-info-cards .o-container {
    width: calc(100% - 6rem);
  }
}

.c-info-cards__single {
  width: 37.2rem;
  background: white;
  margin: .5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-radius: 1rem;
}

@media screen and (max-width: 850px) {
  .c-info-cards__single {
    width: 100%;
  }
}

.c-info-cards__single__txt {
  padding: 3rem 4rem;
}

.c-info-cards__single__txt small {
  border: 1px solid white;
  padding: .3rem .5rem;
}

.c-info-cards__single__txt small span {
  color: brown;
  font-size: 1.4rem;
  font-family: 'Mikado-Bold';
  text-transform: uppercase;
}

.c-info-cards__single__txt h4 {
  color: #254B59;
  font-size: 2.7rem;
  font-family: 'Mikado-Bold';
  text-transform: uppercase;
  margin: 1.75rem 0 1.25rem;
}

.c-info-cards__single__txt ul li span {
  font-family: 'Mikado-Regular';
  color: #254B59;
  font-size: 1.8rem;
}

.c-info-cards__single__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 4rem 3rem;
}

.c-info-cards__single__links__single {
  width: 3.5rem;
  height: 3.5rem;
  min-width: 3.5rem;
  min-height: 3.5rem;
  background: #00A29B;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  transition: 0.28s all;
  margin-right: 1rem;
}

.c-info-cards__single__links__single:last-child {
  margin-right: 0;
}

.c-info-cards__single__links__single svg {
  width: 1.75rem;
  height: 1.75rem;
  max-width: 1.75rem;
  max-height: 1.75rem;
  fill: #ffffff;
}

.c-info-cards__single__links__single svg path {
  fill: #ffffff;
  transition: 0.28s all;
}

.c-info-cards__single__links__single:hover {
  background: #254B59;
}

.c-info-cards__single__links__single:hover svg path {
  fill: white;
}

.c-search-results {
  margin-top: 5rem;
}

.c-search-results__single {
  padding: 8rem 5rem;
  text-align: center;
  background: #F5BD48;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 1rem;
  transition: 0.28s all;
  border-radius: 1rem;
}

@media screen and (max-width: 600px) {
  .c-search-results__single {
    padding: 4rem;
  }
}

.c-search-results__single h2 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 3rem;
  text-align: center;
  transition: 0.28s all;
}

.c-search-results__single p {
  margin: 0 auto .6em;
  color: #ffffff;
  text-align: center;
  transition: 0.28s all;
}

.c-search-results__single span {
  display: block;
  text-align: center;
  color: #D15459;
  font-family: 'Mikado-Bold';
  font-size: 1.8rem;
  transition: 0.28s all;
  word-break: break-word;
}

.c-search-results__single:hover {
  background: brown;
}

.c-search-results__single:hover h2, .c-search-results__single:hover p, .c-search-results__single:hover span {
  color: white;
}

.wpcf7:not(#wpcf7-f5-o1) {
  display: flex;
  justify-content: center;
  margin-left: 5rem;
  margin-right: 5rem;
}

.c-contact-form {
  background: #F5BD48;
  padding: 5rem;
  margin-top: 5rem;
  border-radius: 1rem;
  max-width: 90rem;
}

@media screen and (max-width: 650px) {
  .c-contact-form {
    padding: 4rem;
  }
}

@media screen and (max-width: 550px) {
  .c-contact-form {
    padding: 4rem 2rem;
  }
}

.c-contact-form .c-form__row {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1.75rem;
}

@media screen and (max-width: 750px) {
  .c-contact-form .c-form__row {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 0;
  }
}

.c-contact-form .c-form__row:last-of-type {
  margin-bottom: 0;
}

.c-contact-form .c-form__row--spaced-apart {
  margin-top: 4rem;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .c-contact-form .c-form__row--spaced-apart {
    margin-top: 1rem;
  }
}

.c-contact-form .c-form__row--spaced-apart .c-form__group {
  width: 100%;
}

.recaptchaForm{
  padding-bottom: 4px;
}

@media screen and (max-width: 599px) {
  .recaptchaForm {
    margin-left: 30px;
  }
}

@media screen and (min-width: 600px) and (max-width: 999px) {
  .recaptchaForm {
    margin-left: 50px;
  }
}

.c-contact-form fieldset {
  border: none;
}

.c-contact-form .c-form__group {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .c-contact-form .c-form__group {
    margin-bottom: 1.75rem;
  }
}

.c-contact-form .c-form__group--half:nth-of-type(2) {
  margin-left: 1.75rem;
}

@media screen and (max-width: 750px) {
  .c-contact-form .c-form__group--half:nth-of-type(2) {
    margin-left: 0;
  }
}

.c-contact-form .c-form__group--checkbox {
  max-width: 55%;
}

@media screen and (max-width: 750px) {
  .c-contact-form .c-form__group--checkbox {
    max-width: 100%;
  }
}

.c-contact-form .c-form__group--checkbox label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

@media screen and (max-width: 750px) {
  .c-contact-form .c-form__group--checkbox label {
    margin-bottom: 2rem;
  }
}

.c-contact-form .c-form__group--checkbox label span {
  font-family: 'Mikado-Regular';
  color: #ffffff;
  font-size: 1.4rem;
}

.c-contact-form .c-form__group--checkbox input {
  width: auto;
  height: auto;
  margin-top: .5rem;
  margin-right: 1.5rem;
}

.c-contact-form .c-form__group--checkbox p {
  color: white;
  font-size: 1.5rem;
}

.c-contact-form input {
  background: white;
  width: 100%;
  height: 5.5rem;
  border: none;
  border-radius: 1rem;
  font-size: 1.8rem;
  font-family: 'Mikado-Regular';
  padding: 1rem 2rem;
}

.c-contact-form textarea {
  border: none;
  border-radius: 1rem;
  font-size: 1.8rem;
  font-family: 'Mikado-Regular';
  padding: 1rem 2rem;
  background: white;
  width: 100%;
  min-height: 15rem;
  resize: vertical;
}

.c-footer {
  background-color: #ffffff;
}

.c-footer__primary {
  margin-top: 5rem;
  position: relative;
}

@media screen and (max-width: 600px) {
  .c-footer__primary {
    margin-top: 8rem;
  }
}

.c-footer .instagram-plugin {
  width: 100%;
  max-width: 100rem;
  text-align: center;
}

.c-footer .instagram-plugin .eapps-instagram-feed-title {
  font-family: 'Mikado-Bold';
  color: #7D4A31;
  font-size: 3rem;
}

.c-footer__hero {
  width: 100%;
  padding: 10rem 0 15rem;
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 1350px) {
  .c-footer__hero .u-triangle {
    display: none;
  }
}

@media screen and (max-width: 550px) {
  .c-footer__hero {
    padding: 5rem 0 8rem;
  }
}

.c-footer__logo {
  padding: 8rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 600px) {
  .c-footer__logo {
    padding: 5rem 0;
  }
}

.c-footer__logo a {
  line-height: 1;
}

.c-footer__logo a img {
  width: 21rem;
}

.c-footer__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 5rem 0;
  box-shadow: inset 0px 20px 25px -14px rgba(50, 50, 50, 0.1);
}

.c-footer__builder {
  width: 100%;
  display: block;
  text-align: center;
  color: #5F4332;
  padding-bottom: 2rem;
}

.c-footer__builder a {
  color: #5F4332;
}

.c-footer__builder a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 600px) {
  .c-footer__nav {
    padding: 3.5rem 0;
  }
}

.c-footer__nav ul {
  display: -ms-flexbox;
  display: flex;
  margin: 0 3rem;
}

@media screen and (max-width: 650px) {
  .c-footer__nav ul {
    display: block;
    column-count: 2;
    padding-left: 0;
  }
  .c-footer__nav ul li {
    text-align: center;
  }
}

.c-footer__nav ul li {
  margin: 0 2rem;
}

.c-footer__nav ul li a {
  font-family: 'Mikado-Bold';
  text-transform: uppercase;
  color: #7D4A31;
  font-size: 1.7rem;
  transition: 0.28s all;
}

.c-footer__nav ul li a:hover {
  color: brown;
}

.c-footer__legal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 2.5rem 0;
}

.c-footer__legal ul {
  display: -ms-flexbox;
  display: flex;
  margin: 0 3rem;
}

@media screen and (max-width: 650px) {
  .c-footer__legal ul {
    padding-left: 0;
  }
}

.c-footer__legal ul li {
  margin: 0 2rem;
}

.c-footer__legal ul li a {
  font-family: 'Mikado-Bold';
  text-transform: uppercase;
  color: #D15459;
  font-size: 1.5rem;
  transition: 0.28s all;
}

.c-footer__legal ul li a:hover {
  color: brown;
}

.c-footer--no-storefinder .c-footer__primary {
  padding-top: 0;
}

@media screen and (max-width: 1000px) {
  .c-footer .c-store-finder {
    margin: -20rem auto 0;
  }
}

@media screen and (max-width: 950px) {
  .c-footer .c-store-finder {
    width: calc(100% - 10rem);
  }
}

@media screen and (max-width: 700px) {
  .c-footer .c-store-finder {
    width: calc(100% - 5rem);
  }
  .c-footer .c-store-finder form div {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .c-footer .u-gradient--top {
    height: 3rem;
  }
  .c-footer .c-store-finder {
    padding: 8rem 5rem;
    width: 100%;
  }
  .c-footer .c-store-finder .u-triangle {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .c-footer .c-store-finder {
    padding: 7rem 3rem;
  }
}

.u-bg-cover-center {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.u-bg-contain-top {
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}

.u-bg-contain-center {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.u-bx-shadow {
  box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.35);
}

.u-bx-shadow--small {
  box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.15);
}

.u-reset-ul {
  padding: 0;
  margin-right: 2rem;
}

.u-reset-ul li {
  list-style-type: none;
}

.u-reset-arrow-list {
  margin-bottom: 2rem;
}

.u-reset-arrow-list li a {
  display: block;
  font-family: 'din-light';
}

.u-reset-arrow-list li a img {
  width: 15px;
}

.u-skew-45 {
  transform: skew(45deg);
}

.u-unskew-45 {
  transform: skew(-45deg);
}

.u-flex {
  display: -ms-flexbox;
  display: flex;
}

.u-flex--half {
  width: 50%;
  margin: 0.5rem 0;
}

.u-flex--half:nth-of-type(2n) {
  margin: 0.5rem 0 0.5rem 1rem;
}

.u-flex--cc {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.u-column-2 {
  column-count: 2;
}

.u-space {
  padding: 4rem 0;
}

@media (max-width: 900px) {
  .u-space {
    padding: 2rem 0;
  }
}

.u-space--middle {
  padding: 0 5rem;
}

@media (max-width: 600px) {
  .u-space--middle {
    padding: 0 3rem;
  }
}

.u-space--large {
  padding: 8rem 0;
}

@media (max-width: 600px) {
  .u-space--large {
    padding: 4rem 0;
  }
}

.u-space--small {
  padding: 2rem 0;
}

.u-space__margin-container {
  margin-left: 16rem;
}

@media screen and (max-width: 1320px) {
  .u-space__margin-container {
    margin-left: 0;
    width: calc(100% - 32rem);
    margin: 0 auto;
  }
}

@media screen and (max-width: 1000px) {
  .u-space__margin-container {
    width: calc(100% - 16rem);
  }
}

@media screen and (max-width: 650px) {
  .u-space__margin-container {
    width: calc(100% - 8rem);
  }
}

.u-border-radius-primary {
  border-top-left-radius: 45px;
  border-bottom-right-radius: 45px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.u-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.4rem 6.4rem 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  right: 0;
  top: 0;
}

.u-triangle--left-bottom {
  top: inherit;
  right: inherit;
  left: 0;
  bottom: 0;
  border-width: 6.4rem 0 0 6.4rem;
  border-color: transparent transparent transparent #ffffff;
}

.u-triangle--small {
  border-width: 4rem 0 0 4rem;
}

.u-gradient {
  position: absolute;
  width: 100%;
  height: 10rem;
  z-index: 1;
}

.u-gradient--bottom {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 75%, white 100%);
  bottom: 0;
  left: 0;
}

.u-gradient--top {
  background: linear-gradient(to bottom, white 0%, white 25%, rgba(255, 255, 255, 0.01) 98%, rgba(255, 255, 255, 0) 99%);
  top: 0;
  left: 0;
}
