@font-face {
  font-family: "Cucciolo";
  src: url("fonts/Cucciolo.woff2.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("fonts/Helvetica-Bold.woff2.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bestime";
  src: url("fonts/Bestime.woff2.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Boldstrom";
  src: url("fonts/BOLDSTROM.woff2.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html,
body {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button {
  outline: none;
}

button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/*** 
====================================================================
Global Settings
====================================================================
   ***/
body {
  font-family: "Helvetica", sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 24px;
  font-weight: 400;
  background: #fcede8;
}

a {
  text-decoration: none;
  opacity: 1;
  color: #000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
a:hover {
  opacity: 0.88;
}

ul li {
  list-style: none;
}

.auto__container {
  position: relative;
  width: 79.2%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 20px;
}
.auto__container.ex {
  width: 81%;
  max-width: 1556px;
}

h1 {
  font-weight: 400;
  font-size: clamp(30px, 4.77vw, 92px);
  line-height: 100%;
  font-family: "Cucciolo", sans-serif;
  color: #4e3527;
  text-transform: uppercase;
}

h2 {
  font-weight: 400;
  font-size: clamp(30px, 5.2vw, 100px);
  line-height: 100%;
  font-family: "Boldstrom", sans-serif;
  text-transform: uppercase;
}
h2.big {
  font-family: "Cucciolo", sans-serif;
  font-size: 5.42vw;
  font-size: clamp(30px, 5.42vw, 105px);
  color: #006746;
}
h2.big span {
  color: #cd1025;
}

h3 {
  font-weight: 400;
  font-size: clamp(26px, 3vw, 71px);
  line-height: 100%;
  font-family: "Boldstrom", sans-serif;
  text-transform: uppercase;
}

p.ex {
  font-family: "Boldstrom", sans-serif;
  font-size: clamp(16px, 1.45vw, 28px);
  line-height: 110%;
  text-transform: uppercase;
  color: #838383;
}

.main {
  overflow: hidden;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(200px, 41.2vw, 800px);
  margin-bottom: 1.1vw;
}
.button.big {
  width: 100%;
}
.button img {
  width: 100%;
}

@media (max-width: 1024px) {
  ::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 540px) {
  .auto__container {
    width: 100%;
  }
  .auto__container.ex {
    width: 100%;
  }
  .button {
    width: 65vw;
    margin-bottom: 2vw;
  }
  h1 {
    font-size: 6vw;
  }
  h2 {
    font-size: 6.4vw;
  }
  h2.big {
    font-size: 7vw;
  }
  h3 {
    font-size: 4.3vw;
  }
  p.ex {
    font-size: 3.2vw;
  }
}
.hero {
  padding: 5.2vw 0 2vw;
}
.hero__inner-image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.6vw;
}
.hero__inner-image img {
  width: 100%;
}
.hero__inner-title {
  text-align: center;
  width: 79.2%;
  margin: 0 auto 2.6vw;
  border-bottom: 0.32vw solid #ebc589;
  margin-bottom: clamp(12px, 2.6vw, 56px);
  padding-bottom: clamp(12px, 2.6vw, 56px);
}
.hero__inner-text {
  text-align: center;
  margin-bottom: 3.33vw;
}
.hero__inner-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero__inner h2 {
  color: #683829;
  margin-bottom: clamp(12px, 2.34vw, 45px);
}
.hero__inner h3 {
  margin-bottom: clamp(12px, 2.6vw, 56px);
}
.hero__inner h3.light {
  color: #d6a971;
}
.hero__inner h3:last-child {
  margin: 0;
}

.info {
  padding: 2vw 0;
}
.info__inner-image {
  width: 79.2%;
  margin: 0 auto 2.6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info__inner-image img {
  width: 100%;
}
.info__inner-title {
  text-align: center;
  margin-bottom: 3.33vw;
}
.info__inner-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.info__inner h2 {
  margin-bottom: 1.6vw;
}

.about {
  padding: 3.1vw 0 5.2vw;
}
.about__inner-col {
  margin-bottom: 2.4vw;
}
.about__inner-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aboutContent {
  margin-bottom: clamp(30px, 8.4vw, 160px);
}
.aboutContent:last-child {
  margin: 0;
}
.aboutContent:last-child h2 {
  padding: 0 1.87vw;
}
.aboutContent__title {
  position: relative;
  margin-bottom: 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.aboutContent__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.32vw;
  content: "";
  background: #ebc589;
}
.aboutContent__title h2 {
  padding: 0 4.16vw;
  background: #fcede8;
  position: relative;
  z-index: 2;
  color: #683829;
  font-family: "Cucciolo", sans-serif;
}
.aboutContent__semi {
  text-align: center;
  margin-bottom: 3vw;
}
.aboutContent__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.aboutContent__list {
  width: 77%;
}
.aboutContent__list ul li {
  margin-bottom: clamp(12px, 3vw, 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}
.aboutContent__list ul li:last-child {
  margin: 0;
}
.aboutContent__list ul li span {
  width: 3.1vw;
  height: 3.1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 2.25vw;
}
.aboutContent__list ul li span.sm img {
  width: 55%;
}
.aboutContent__list ul li span.big img {
  width: 100%;
}
.aboutContent__list ul li span img {
  width: 93%;
}
.aboutContent__list ul li p {
  font-size: clamp(16px, 2.6vw, 50px);
  line-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
  font-family: "Helvetica", sans-serif;
}
.aboutContent__image {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 24%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.aboutContent__image img {
  width: 100%;
}
.aboutContent__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.73vw;
}
.aboutItem {
  width: calc(33.3% - 1.46vw);
  margin: 0.73vw;
}
.aboutItem__inner {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.aboutItem__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

@media (max-width: 540px) {
  .aboutContent__list {
    width: 74%;
  }
  .aboutContent__list ul li span {
    width: 5vw;
    height: 5vw;
  }
  .aboutContent__list ul li p {
    font-size: 4vw;
    line-height: 115%;
  }
  .aboutContent__image {
    width: 26%;
  }
}