@import url("../../fonts/Inter/Inter.css");
@import url("../../fonts/Montserrat/Montserrat.css");

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  color: inherit;
}

/* Disable chat */
div#Embed,
#launcher {
  display: none !important;
}

html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  background: #fff;
  color: #303030;
  margin: 0;
  padding: 0;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;
}

.s01 {
  position: relative;
  background-color: #F2F9FF;
}

.s01-wrap {
  width: 65.63vw;
  margin: 0 auto;
  padding: 4.69vw 0 4.17vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s01 h1 {
  font-size: 2.4vw;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #314356;
}

.s01 h1 span {
  color: #AA8431;
}

.s01 p.p01 {
  width: 28.13vw;
  padding: 2.6vw 0 3.39vw;
  font-size: 1.25vw;
  line-height: 1.5;
  text-align: center;
  color: #314356;
}

.s01 p.p01 span {
  font-weight: bold;
}

.s01-row {
  display: flex;
  justify-content: center;
  gap: 1.98vw;
}

.s01-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1.67vw 2.6vw;
  border-radius: 0.52vw;
  background: #FFF;
}

.s01-item p {
  padding: 0 0 0.68vw;
  font-size: 1.04vw;
  line-height: 1.5;
  color: #314356;
}

.s01-item p span {
  font-weight: bold;
}

.cc-btn {
  padding: 0.52vw 2.08vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.52vw;
  font-size: 0.83vw;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  border-radius: 3.39vw;
  color: #FFF;
  background: #AA8431;
  transition: filter 0.3s;
}

.cc-btn:hover {
  filter: brightness(115%);
}

.cc-btn.green {
  background: linear-gradient(90deg, #038510, #039B12, #038510);
}

.s01-map {
  width: 100%;
  margin: 3.39vw 0 0;
}

.s01-map img {
  border-radius: 0.4rem;
}

.hide-desktop {
  display: none;
}

@media screen and (max-width: 600px) {
.s01-wrap {
  width: 84vw;
  padding: 13.33vw 0;
}
.s01 h1 {
  font-size: 8vw;
  line-height: 1.1;
}
.s01 h1 span {
  display: inline-block;
  padding: 0 0 2vw;
  color: #AA8431;
}
.s01 p.p01 {
  width: 74.67vw;
  padding: 13.33vw 0 9.33vw;
  font-size: 5.33vw;
}
.s01-row {
  flex-direction: column;
  gap: 8vw;
}
.s01-item {
  padding: 8vw 6.13vw;
  align-items: center;
  border-radius: 2.67vw;
}
.s01-item p {
  padding: 0 0 5.33vw;
  font-size: 4.8vw;
  text-align: center;
}
.cc-btn {
  padding: 2.67vw 8.53vw;
  font-size: 4.27vw;
  border-radius: 14.93vw;
}
.s01-map {
  margin: 13.33vw 0 0;
}

.hide-desktop {
  display: flex;
}
.hide-mobile {
  display: none;
}
}