html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  background-color: #ffffff;
  font-family: "Gotham-Light";
  color: #5D7562;
  font-size: 16px;
  letter-spacing: 0.05em;
}

body,
header {
  max-width: 1920px;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
.nav-menu,
.outlet-list {
  font-family: "Gotham-Bold";
}

h2 {
  font-size: 56px;
  line-height: 1.2;
}

h3 {
  font-size: 42px;
}

h4 {
  font-size: 34px;
  letter-spacing: 1.8px;
}

p {
  line-height: 1.8;
  font-size: 30px;
}

img {
  max-width: 100%;
}

.justify-text {
  text-align: justify;
}

.wrapper,
.parallax-mirror::before,
.insta-feed-swiper {
  background: #f7f2eb;
}

.wrapper {
  padding-top: 262.4px;
  position: relative;
  z-index: 1;
}

.pattern-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.touch .pattern-bg {
  background-image: url("../images/mobile-pattern.png") !important;
  background-repeat: no-repeat !important;
  background-size: 100% auto !important;
  background-attachment: fixed;
  position: fixed;
}

.parallax-mirror::before,
.parallax-mirror::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.parallax-mirror::after {
  background-image: url("../images/main-pattern.png");
  background-repeat: repeat-y;
  background-size: 100% auto;
}

.parallax-mirror + .wrapper {
  background-color: transparent;
}

.container {
  margin: 0 auto;
  padding: 0 30px;
}

.sub-container {
  width: 76%;
  margin: 0 auto;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #CEA297;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.header-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 0 6.375em 0 5.5em;
  height: 16.5em;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.menu-mobile {
  display: block;
  position: relative;
  width: 36px;
  height: 28px;
  display: none;
}

.hamburger-line {
  width: 80%;
  height: 4px;
  background-color: #ffffff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
}

.hamburger-line-1 {
  top: 0;
}

.hamburger-line-2 {
  top: 10px;
}

.hamburger-line-3 {
  top: 20px;
}

#logo {
  display: block;
}

.img-logo {
  width: 10em;
}

.txt-logo {
  display: none;
  width: 25.875em;
}

.transform {
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.16);
}

.transform .header-box {
  height: 7.875em;
}

.transform .img-logo {
  display: none;
}

.transform .txt-logo {
  display: block;
}

.nav-menu ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.nav-menu ul li {
  display: block;
  letter-spacing: 2.81px;
  margin: 0 1.7857142857em;
  text-transform: uppercase;
  font-size: 1.625em;
}

.nav-menu ul li:last-child {
  margin-right: 0;
}

.nav-menu ul li a {
  color: #ffffff;
}

.header-box .nav-menu ul li a.active {
  color: pink;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.base-ytvid {
  position: relative;
}

.ytvid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
}

.swiper-slide {
  padding: 1px;
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-pagination-bullet {
  background-image: url("../images/dot-inactive.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 60px;
  height: 55px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  background-color: transparent;
  outline: none;
  pointer-events: initial;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 28px;
  pointer-events: none;
}

.swiper-pagination-bullet-active {
  background-image: url("../images/dot-active.svg");
}

.page-section {
  overflow: hidden;
  padding: 110px 0;
}

.page-section.hero-section {
  padding-top: 0;
}

.page-section-title {
  margin-bottom: 86px;
}

.page-section-title img {
  width: 425px;
}

.page-section-title h2 {
  position: relative;
  text-transform: uppercase;
  padding-bottom: 0.8571428571em;
}

.page-section-title h2::after {
  content: "";
  width: 1.7857142857em;
  height: 0.1071428571em;
  background-color: #5D7562;
  position: absolute;
  left: 0;
  bottom: 0;
}

.page-section-content-box {
  margin-left: 20%;
}

.page-section-content + .page-section-content {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 3px solid #5D7562;
}

.page-section-content h3 {
  margin-bottom: 36px;
  text-transform: uppercase;
}

.inner-content {
  padding-left: 7.2824156306%;
}

.content-list {
  font-family: "Gotham-Light";
}

.menu-list {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.menu-list-left {
  border-right: 1px solid #5D7562;
  padding-right: 66px;
}

.menu-list-right {
  padding-left: 66px;
}

.flavors-list h4 {
  margin-bottom: 30px;
}

.padding-46 {
  padding-left: 46px;
}

.medsos-order {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin: 0 -20px;
}

.icon-medsos {
  padding: 20px;
}

.icon-medsos a {
  display: block;
}

.icon-medsos img {
  vertical-align: middle;
}

.funfact-section .page-section-title {
  margin-bottom: 40px;
}

.wrapper-box-facts {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.box-pink,
.box-white {
  width: 50%;
  padding: 34px;
  box-sizing: border-box;
}

.box-pink {
  background-color: #E0C3BD;
}

.item-box p {
  font-size: 26px;
}

.item-box h2 {
  font-size: 42px;
  position: relative;
  padding-bottom: 0.6296296296em;
  margin-bottom: 0.7407407407em;
  letter-spacing: 0.01em;
}

.item-box h2::after {
  content: "";
  width: 5.1111111111em;
  height: 1px;
  background-color: #5D7562;
  position: absolute;
  bottom: 0;
  right: 0;
}

.item-number {
  display: block;
  padding-bottom: 0.3846153846em;
  margin-bottom: 1.9230769231em;
  font-size: 26px;
  position: relative;
  font-family: "Gotham-Light";
}

.item-number::after {
  content: "";
  width: 1.3076923077em;
  height: 2px;
  background-color: #5D7562;
  position: absolute;
  bottom: 0;
  left: 0;
}

.outlet-list {
  margin-bottom: 40px;
}

.outlet-list ul {
  padding-left: 1.4285714286em;
  list-style-type: disc;
  font-size: 28px;
}

.outlet-list ul li {
  margin-bottom: 1em;
  line-height: 1.5;
}

footer {
  background-color: #5D7562;
  color: #ffffff;
  text-align: center;
}

footer p {
  line-height: 1.4;
  font-size: 24px;
}

.insta-feed-info {
  padding: 32px 0;
}

.insta-feed-info p {
  font-size: 32px;
}

.copyright-con {
  padding: 46px 0;
}

.swiper-button-next,
.swiper-button-prev {
  width: 80px;
  height: 80px;
  background-size: contain;
  margin-top: -40px;
  outline: none;
}

.swiper-button-next {
  background-image: url("../images/icon_next.svg");
  right: 35px;
}

.swiper-button-prev {
  background-image: url("../images/icon_prev.svg");
  left: 35px;
}

.side-menu-popup {
  visibility: hidden;
  position: fixed;
  top: 5em;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  overflow: hidden;
}

.overlay-trans {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.side-menu-box {
  position: relative;
  z-index: 1;
  width: 240px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.side-menu-content {
  padding: 17.5% 15%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.mobile-nav-logo {
  margin-bottom: 30px;
  width: 80%;
  margin: auto;
}

.mobile-nav-logo a {
  display: block;
}

.mobile-nav-menu ul {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mobile-nav-menu ul li {
  margin: 0;
  border-bottom: 1px solid #5D7562;
  text-align: center;
  font-size: 18px;
}

.mobile-nav-menu ul li a {
  display: block;
  padding: 2em 0;
  color: #5D7562;
}

.show-menu .side-menu-popup {
  visibility: visible;
}

.show-menu .side-menu-box {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.vertical-align-helper {
  display: table;
  height: 100%;
  width: 100%;
}

.vertical-align-center {
  display: table-cell;
  vertical-align: middle;
}

.not-found {
  text-align: center;
}

.not-found-bg::before,
.not-found-bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.not-found-bg::before {
  top: 0;
  left: 0;
  background: url("../images/pattern-404-1.svg") no-repeat;
  background-size: contain;
  background-position: bottom left;
  width: 326px;
}

.not-found-bg::after {
  top: 50px;
  right: 0;
  background: url("../images/pattern-404-2.svg") no-repeat;
  background-size: contain;
  background-position: top right;
  width: 326px;
}

.not-found,
.not-found body,
.not-found .wrapper {
  height: 100%;
}

.not-found .wrapper,
.not-found .page-section {
  padding: 0;
}

.not-found .page-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.not-found-box {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}

.not-found-content {
  margin: 40px 0;
}

.not-found-content h2 {
  font-size: 90px;
  color: #CEA297;
  margin-bottom: 0.4444444444em;
}

.not-found-content h3 {
  text-transform: uppercase;
  font-size: 60px;
  margin-bottom: 0.5666666667em;
}

.not-found-content p {
  line-height: 1.3;
  font-size: 25px;
}

.bottom-logo {
  padding: 90px 0;
}

.maintenance-bg::before,
.maintenance-bg::after {
  content: "";
  position: absolute;
  height: 100%;
  z-index: -1;
}

.maintenance-bg::before {
  top: 0;
  left: 0;
  background: url("../images/pattern-maintenance-1.svg") no-repeat;
  background-size: contain;
  background-position: top left;
  width: 388px;
}

.maintenance-bg::after {
  top: 0;
  right: 0;
  background: url("../images/pattern-maintenance-2.svg") no-repeat;
  background-size: contain;
  background-position: bottom right;
  width: 418px;
}

.maintenance-box img {
  margin-bottom: 30px;
}

.small-size {
  font-size: 0.5em;
  display: block;
  font-family: "Gotham-Light";
}

@media only screen and (max-width: 1820px) {
  .header-box {
    font-size: 14px;
  }

  .wrapper {
    padding-top: 229.4px;
  }

  .page-section {
    padding: 90px 0;
  }

  h2 {
    font-size: 48px;
  }

  p {
    font-size: 28px;
  }

  .item-box p {
    font-size: 24px;
  }

  .outlet-list ul {
    font-size: 26px;
  }

  .item-number {
    font-size: 24px;
  }

  h3 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1750px) {
  .icon-medsos img {
    max-height: 65px;
  }

  .insta-feed-info p {
    font-size: 28px;
  }

  footer p {
    font-size: 22px;
  }

  .swiper-button-next,
.swiper-button-prev {
    width: 64px;
    height: 64px;
    margin-top: -32px;
  }
}
@media only screen and (max-width: 1600px) {
  .insta-feed-info {
    padding: 28px 0;
  }

  .insta-feed-info p {
    font-size: 25px;
  }

  .copyright-con {
    padding: 40px 0;
  }

  footer p {
    font-size: 20px;
  }

  .page-section {
    padding: 78px 0;
  }

  .page-section-title {
    margin-bottom: 72px;
  }

  h2 {
    font-size: 42px;
  }

  .item-box h2 {
    font-size: 36px;
  }

  p {
    font-size: 26px;
  }

  .item-box p {
    font-size: 22px;
  }

  .outlet-list ul {
    font-size: 24px;
  }

  .item-number {
    font-size: 21px;
  }

  h3 {
    font-size: 34px;
  }

  .outlet-list ul {
    font-size: 24px;
  }

  .funfact-section .page-section-title {
    margin-bottom: 30px;
  }

  .funfact-section .page-section-title img {
    max-width: 360px;
  }
}
@media only screen and (max-width: 1580px) {
  .header-box {
    font-size: 13px;
  }

  .wrapper {
    padding-top: 213.4px;
  }

  .flavors-list h4 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .menu-list {
    margin-bottom: 60px;
  }

  .menu-list-left {
    padding-right: 51px;
  }

  .menu-list-right {
    padding-left: 51px;
  }

  .not-found-bg::before,
.not-found-bg::after {
    width: 260px;
  }
}
@media only screen and (max-width: 1480px) {
  .header-box {
    font-size: 12px;
  }

  .wrapper {
    padding-top: 196.4px;
  }
}
@media only screen and (max-width: 1460px) {
  .icon-medsos img {
    max-height: 50px;
  }

  .insta-feed-info {
    padding: 24px 0;
  }

  .insta-feed-info p {
    font-size: 21px;
  }

  .copyright-con {
    padding: 32px 0;
  }

  footer p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1400px) {
  .page-section-title {
    margin-bottom: 60px;
  }

  h2 {
    font-size: 38px;
  }

  .item-box h2 {
    font-size: 32px;
  }

  p {
    font-size: 24px;
  }

  .item-box p {
    font-size: 20px;
  }

  .outlet-list ul {
    font-size: 22px;
  }

  .item-number {
    font-size: 20px;
  }

  h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1370px) {
  .header-box {
    font-size: 11px;
  }

  .wrapper {
    padding-top: 180px;
  }

  .page-section {
    padding: 65px 0;
  }

  .flavors-list h4 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .outlet-list {
    padding-left: 24px;
  }

  .outlet-list p::before {
    width: 6px;
    height: 6px;
    left: -14px;
  }

  .menu-list {
    margin-bottom: 42px;
  }

  .menu-list-left {
    padding-right: 36px;
  }

  .menu-list-right {
    padding-left: 36px;
  }

  .swiper-pagination-bullet {
    width: 50px;
    height: 42px;
  }
}
@media only screen and (max-width: 1250px) {
  .header-box {
    font-size: 10px;
  }

  .wrapper {
    padding-top: 163.4px;
  }

  .container {
    padding: 0 24px;
  }

  .swiper-button-next,
.swiper-button-prev {
    width: 54px;
    height: 54px;
    margin-top: -27px;
  }

  .swiper-button-next {
    right: 26px;
  }

  .swiper-button-prev {
    left: 26px;
  }

  .page-section {
    padding: 55px 0;
  }

  .page-section-title {
    margin-bottom: 45px;
  }

  h2 {
    font-size: 34px;
  }

  .item-box h2 {
    font-size: 26px;
  }

  p {
    font-size: 21px;
  }

  .item-box p {
    font-size: 18px;
  }

  .outlet-list ul {
    font-size: 19px;
  }

  .item-number {
    font-size: 17px;
  }

  h3 {
    font-size: 26px;
  }

  .page-section-content + .page-section-content {
    margin-top: 40px;
    padding-top: 40px;
  }

  .page-section-content h3 {
    margin-bottom: 26px;
  }

  .funfact-section .page-section-title img {
    max-width: 310px;
  }

  .not-found-content h2 {
    font-size: 80px;
  }

  .not-found-content h3 {
    font-size: 50px;
  }

  .bottom-logo img {
    width: 350px;
  }

  .maintenance-bg::before {
    width: 330px;
  }

  .maintenance-bg::after {
    width: 360px;
  }
}
@media only screen and (max-width: 1140px) {
  .header-box {
    font-size: 8.6px;
  }

  .wrapper {
    padding-top: 140.4px;
  }

  .page-section {
    padding: 46px 0;
  }

  .page-section-title {
    margin-bottom: 36px;
  }

  .page-section-title h2 {
    padding-bottom: 0.75em;
  }

  .page-section-title h2::after {
    height: 0.1428571429em;
  }

  h2 {
    font-size: 30px;
  }

  .item-box h2 {
    font-size: 24px;
  }

  p {
    font-size: 18px;
  }

  .item-box p {
    font-size: 16px;
  }

  .outlet-list ul {
    font-size: 16px;
  }

  .item-number {
    font-size: 14px;
  }

  h3 {
    font-size: 22px;
  }

  .icon-medsos img {
    max-height: 40px;
  }

  .page-section-content h3 {
    margin-bottom: 20px;
  }

  .box-pink,
.box-white {
    padding: 28px;
  }

  .not-found-content p {
    font-size: 23px;
  }

  .not-found-bg::before,
.not-found-bg::after {
    width: 250px;
  }

  .not-found-bg::before {
    background-position: center;
  }

  .not-found-bg::after {
    top: 20px;
  }
}
@media only screen and (max-width: 1020px) {
  .header-box .nav-menu,
.img-logo {
    display: none;
  }

  .menu-mobile,
.txt-logo {
    display: block;
  }

  .txt-logo {
    width: 264px;
  }

  .header-box,
.transform .header-box {
    height: 5em;
  }

  .header-box {
    font-size: 16px;
    padding: 0 22px;
  }

  .wrapper {
    padding-top: 79px;
  }

  .container {
    padding: 0 20px;
  }

  .sub-container {
    width: 86%;
  }

  .page-section-content-box {
    margin-left: 5%;
  }

  .page-section-title {
    margin-bottom: 26px;
  }

  .page-section-content + .page-section-content {
    margin-top: 30px;
    padding-top: 30px;
  }

  .swiper-pagination-bullet {
    width: 40px;
    height: 32px;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 16px;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
  }

  .funfact-section .page-section-title {
    margin-bottom: 24px;
  }

  .funfact-section .page-section-title img {
    max-width: 250px;
  }

  .not-found-content p {
    font-size: 23px;
  }

  .maintenance-box img {
    width: 300px;
  }
}
@media only screen and (max-width: 1000px) {
  .menu-list {
    margin-bottom: 32px;
  }

  .menu-list-left {
    padding-right: 32px;
  }

  .menu-list-right {
    padding-left: 32px;
  }

  .swiper-button-next,
.swiper-button-prev {
    width: 42px;
    height: 42px;
    margin-top: -21px;
  }

  .swiper-button-next {
    right: 21px;
  }

  .swiper-button-prev {
    left: 21px;
  }

  .not-found-content h2 {
    font-size: 65px;
  }

  .not-found-content h3 {
    font-size: 35px;
  }

  .not-found-content p {
    font-size: 20px;
  }

  .bottom-logo img {
    width: 285px;
  }

  .maintenance-box img {
    width: 240px;
  }

  .maintenance-bg::before {
    width: 280px;
  }

  .maintenance-bg::after {
    width: 310px;
  }
}
@media only screen and (max-width: 900px) {
  .insta-feed-info {
    padding: 20px 0;
  }

  .insta-feed-info p {
    font-size: 18px;
  }

  .copyright-con {
    padding: 28px 0;
  }

  footer p {
    font-size: 14px;
  }

  .item-box h2::after {
    width: 3.6em;
  }

  .box-pink,
.box-white {
    padding: 20px;
  }

  .not-found-bg::before,
.not-found-bg::after {
    width: 210px;
  }
}
@media only screen and (max-width: 780px) {
  .not-found-content h2 {
    font-size: 50px;
  }

  .not-found-content h3 {
    font-size: 30px;
  }

  .not-found-content p {
    font-size: 18px;
  }

  .bottom-logo img {
    width: 235px;
  }

  .maintenance-box img {
    width: 210px;
  }

  .maintenance-bg::before {
    width: 230px;
  }

  .maintenance-bg::after {
    width: 260px;
  }
}
@media only screen and (max-width: 768px) {
  .swiper-button-next,
.swiper-button-prev {
    width: 32px;
    height: 32px;
    margin-top: -16px;
  }

  .swiper-button-next {
    right: 14px;
  }

  .swiper-button-prev {
    left: 14px;
  }

  .swiper-pagination-bullet {
    width: 32px;
    height: 25px;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
  }
}
@media only screen and (max-width: 750px) {
  .medsos-order {
    margin: 0 -10px;
  }

  .icon-medsos {
    width: 50%;
    padding: 10px;
  }

  .txt-logo {
    width: 220px;
  }

  .menu-mobile {
    width: 30px;
    height: 23px;
  }

  .hamburger-line {
    height: 3px;
  }

  .hamburger-line-2 {
    top: 8px;
  }

  .hamburger-line-3 {
    top: 16px;
  }

  .header-box {
    padding: 0 20px;
  }

  .header-box,
.transform .header-box {
    height: 4em;
  }

  .side-menu-popup {
    top: 4em;
  }

  .wrapper {
    padding-top: 63px;
  }

  .container {
    padding: 0 16px;
  }

  .side-menu-box {
    width: 220px;
  }

  .mobile-nav-menu ul li {
    font-size: 16px;
  }

  .medsos-order {
    flex-wrap: wrap;
  }

  .wrapper-box-facts {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .box-pink,
.box-white {
    width: 100%;
  }

  .wrapper-box-facts > div:first-child {
    background-color: #E0C3BD;
  }

  .wrapper-box-facts > div:last-child {
    background-color: transparent;
  }

  .not-found-bg::before,
.not-found-bg::after {
    width: 150px;
  }

  .not-found-bg::before {
    background-position: top left;
    top: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .page-section {
    padding: 40px 0;
  }

  h2 {
    font-size: 28px;
  }

  .item-box h2 {
    font-size: 22px;
  }

  p {
    font-size: 16px;
    line-height: 1.6;
  }

  .item-box p,
.outlet-list ul {
    font-size: 14px;
  }

  .not-found-content h2 {
    font-size: 36px;
  }

  .not-found-content h3 {
    font-size: 25px;
  }

  .not-found-content p {
    font-size: 15px;
  }

  .bottom-logo img {
    width: 185px;
  }

  .maintenance-box img {
    width: 170px;
  }

  .maintenance-bg::before {
    width: 150px;
  }

  .maintenance-bg::after {
    width: 180px;
  }
}
@media only screen and (max-width: 540px) {
  .funfact-section .page-section-title img {
    max-width: 230px;
  }

  .menu-list {
    display: block;
  }

  .menu-list-left,
.menu-list-right {
    border: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 500px) {
  .page-section-content p {
    font-size: 16px;
  }

  .insta-feed-info p {
    font-size: 16px;
  }

  .insta-feed-info {
    padding: 16px 0;
  }

  .copyright-con {
    padding: 24px 0;
  }

  footer p {
    font-size: 12px;
  }

  .txt-logo {
    width: 190px;
  }

  .menu-mobile {
    width: 26px;
    height: 21px;
  }

  .hamburger-line-2 {
    top: 7px;
  }

  .hamburger-line-3 {
    top: 14px;
  }

  .wrapper {
    padding-top: 53px;
  }

  .header-box,
.transform .header-box {
    height: 3.4em;
  }

  .side-menu-popup {
    top: 3.4em;
  }

  .side-menu-box {
    width: 210px;
  }

  h2 {
    font-size: 24px;
  }

  .item-box h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 20px;
  }

  .not-found-bg::before,
.not-found-bg::after {
    width: 115px;
  }

  .not-found-bg::before {
    top: 45px;
  }

  .maintenance-bg::before {
    width: 110px;
  }

  .maintenance-bg::after {
    width: 115px;
  }
}
@media only screen and (max-width: 380px) {
  .sub-container {
    width: 90%;
  }

  .funfact-section .page-section-title img {
    max-width: 200px;
  }
}

/*# sourceMappingURL=style.css.map */
