@import "font/font.css";
@import "owl.carousel.min.css";
@import "owl.theme.default.min.css";
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%;
  font: inherit;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  background-color: white;
}
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;
}
object:focus,
embed:focus,
a,
a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
  color: inherit;
}
input::-moz-focus-inner {
  border: none;
}
label {
  /*cursor: pointer*/
}
fieldset {
  border: none;
}
input,
select,
option,
textarea,
button {
  font-size: 100%;
  outline-style: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-line-break: auto;
  -webkit-line-clamp: none;
  box-shadow: none;
  text-indent: 0px;
  text-align: start;
  display: inline-block;
  text-shadow: none;
  text-transform: none;
  word-spacing: normal;
  text-rendering: auto;
  cursor: auto;
  flex-grow: 0;
  flex-shrink: 1;
  line-height: normal;
  letter-spacing: normal;
  border-radius: 0px;
  tab-size: 8;
  stroke-width: 1;
  stroke-dashoffset: 0;
}
input {
  baseline-shift: baseline;
  -webkit-appearance: textfield;
  -webkit-rtl-ordering: logical;
  -webkit-user-select: text;
}
textarea {
  resize: none;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}
*:focus {
  outline: none!important;
}
.no-scroll {
  overflow: hidden;
}
.event_coordinates {
  display: none;
}
body {
  background-color: white;
  margin: 0;
  padding: 2px 10px 10px 10px;
  font-family: "roboto";
  font-weight: 400;
}
body #hide-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 2000px;
  background-color: white;
  z-index: 100000;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: opacity 0.7s;
  visibility: visible;
  pointer-events: none;
}
body #hide-screen.hidden {
  display: block;
  visibility: visible;
  opacity: 0;
}
body > div.bottom-frame {
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 10px;
  background-color: white;
  z-index: 10000;
}
body > div.frame {
  width: 100%;
  overflow: hidden;
}
body > div.frame.hidden {
  display: none;
}
body section.under-construction {
  min-height: 800px;
  padding-top: 50px;
  height: ;
}
body section.under-construction p {
  text-align: center;
  color: #777178;
}
body section.under-construction p.main {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
body section.under-construction p.sub {
  font-size: 26px;
  font-weight: 200;
}
body section.header {
  position: fixed;
  width: calc(100% - 20px);
  top: 0;
  height: 40px;
  background-color: white;
  z-index: 10000;
}
body section.header .container {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-around;
  align-items: center;
  -webkit-justify-content: space-around;
  -webkit-align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
}
body section.header .container .wrapper {
  flex: 1;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-around;
  align-items: center;
  -webkit-justify-content: space-around;
  -webkit-align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
}
body section.header .container .wrapper .menu-item a {
  display: block;
  height: 21px;
  font-size: 13px;
  line-height: 15px;
  font-weight: 700;
  background-color: #565656;
  color: white;
  padding: 2px 5px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
}
body section.header .container .wrapper .menu-item a span {
  display: block;
  transform: translate(0px, 0px);
  transition: transform 0.3s;
  will-change: transform;
  margin: 2px 0;
}
body section.header .container .wrapper .menu-item a:hover span {
  transform: translate(0px, -17px);
}
body section.header .container .logo {
  z-index: 10000;
}
body section.header .container .logo .wrapper {
  position: relative;
  top: 13px;
  border-radius: 50%;
  width: 58px;
  height: 60px;
  background-color: white;
  overflow: hidden;
}
body section.header .container .logo .wrapper a {
  width: 100%;
  height: 100%;
  display: block;
}
body section.header .container .logo .wrapper a span {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../image/logo_m1_grey.png");
  background-size: 61px;
  background-repeat: no-repeat;
  background-position: center;
}
body section.header-mobil {
  position: fixed;
  top: 0;
  display: none;
  background-color: white;
  width: calc(100% - 20px);
  z-index: 10000;
  padding-top: 5px;
  padding-bottom: 2px;
}
body section.header-mobil .container {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
}
body section.header-mobil .container .logo {
  display: block;
  width: 38px;
  height: 38px;
  background-image: url("../image/logo_m1_grey.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
body section.header-mobil .container .logo a {
  display: block;
  height: 100%;
  width: 100%;
}
body section.header-mobil .container .title {
  overflow: hidden;
  flex: 1;
  position: relative;
  height: 50px;
}
body section.header-mobil .container .title p {
  color: #565656;
  font-size: 22px;
  flex: 1;
  margin-left: 15px;
  transition: top 0.7s;
}
body section.header-mobil .container .title p.main {
  position: absolute;
  top: 11px;
}
body section.header-mobil .container .title p.category {
  position: absolute;
  top: 55px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  white-space: nowrap;
}
body section.header-mobil .container .title.category p.main {
  top: -30px;
}
body section.header-mobil .container .title.category p.category {
  top: 13px;
}
body section.header-mobil .container .menu {
  width: 50px;
  height: 50px;
}
body section.header-mobil .container .menu .ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body section.header-mobil .container .menu .ham .line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #000;
  stroke-width: 3;
  stroke-linecap: round;
}
body section.header-mobil .container .menu .ham .top {
  stroke-dasharray: 40 121;
}
body section.header-mobil .container .menu .ham .bottom {
  stroke-dasharray: 40 121;
}
body section.header-mobil .container .menu .ham.active {
  transform: rotate(45deg);
}
body section.header-mobil .container .menu .ham.active .top {
  stroke-dashoffset: -68px;
}
body section.header-mobil .container .menu .ham.active .bottom {
  stroke-dashoffset: -68px;
}
body section.header-mobil-page {
  display: none;
  margin-top: 55px;
}
body section.header-mobil-page.hidden {
  display: none;
}
body section.header-mobil-page .container {
  background-color: #f0f0f0;
  width: 100%;
  padding: 10px 5px;
  min-height: 400px;
}
body section.header-mobil-page .container .menu-item {
  padding: 5px 0;
  opacity: 1;
  transform: translateY(0px);
  transition: transform 0.3s, opacity 0.3s;
}
body section.header-mobil-page .container .menu-item a {
  margin-left: 10px;
  line-height: 23px;
  font-weight: 700;
  background-color: #565656;
  color: white;
  padding: 5px 11px;
  text-transform: uppercase;
  font-size: 23px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  width: auto;
}
body section.header-mobil-page .container .menu-item.last::after {
  display: none;
}
body section.header-mobil-page .container .menu-item.hidden {
  opacity: 0;
  transform: translateY(50px);
}
body section.header-mobil-page .container .logo {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  background-image: url("../image/logo_m1_grey.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.2;
  margin-top: 30px;
  transition: transform 0.3s, opacity 0.3s;
}
body section.header-mobil-page .container .logo.hidden {
  opacity: 0;
}
body section.header-mobil-page .container .row {
  height: 30px;
}
body section.main {
  background-color: #f0f0f0;
  width: 100%;
}
body section.main:first-child {
  margin-top: 40px;
}
body section .seperator {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100px;
}
body section .seperator .left {
  flex: 1;
  width: 0;
  height: 0;
  border-top: 100px solid transparent;
  border-left: 50vw solid;
}
body section .seperator .right {
  flex: 1;
  width: 0;
  height: 0;
  border-top: 100px solid transparent;
  border-right: 50vw solid;
}
body section .seperator .left-all {
  width: 100%;
  height: 0;
  border-top: 100px solid transparent;
  border-left: 100vw solid;
}
body section .seperator .right-all {
  width: 100%;
  height: 0;
  border-top: 100px solid transparent;
  border-right: 100vw solid;
}
@media (max-width: 575px) {
  body section.header {
    display: none;
  }
  body section.header-mobil {
    display: block;
  }
  body section.header-mobil-page {
    display: block;
  }
  body section.main:first-child {
    margin-top: 55px;
  }
}
body .kampokez {
  font-family: 'roboto';
  font-size: 200px;
  position: fixed;
  bottom: -54px;
  left: -8px;
  font-weight: 900;
  z-index: 10000;
  color: white;
  text-transform: uppercase;
  letter-spacing: -2px;
  opacity: 0;
}
body section.main.home {
  transition: background-color 1s;
  will-change: background-color;
}
body section.main.home .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-around;
  align-items: flex-start;
  -webkit-justify-content: space-around;
  -webkit-align-items: flex-start;
  -ms-flex-direction: row;
  flex-direction: row;
}
body section.main.home .container .bg-color-marker {
  width: 0;
  height: 0;
  opacity: 0;
}
body section.main.home .container .more .link {
  margin-top: 20px;
  color: #837e89;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}
body section.main.home .container .more .link--arrowed {
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
}
body section.main.home .container .more .link--arrowed .arrow-icon {
  position: relative;
  top: -1px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  vertical-align: middle;
}
body section.main.home .container .more .link--arrowed .arrow-icon--circle {
  transition: stroke-dashoffset 0.3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}
body section.main.home .container .more .link--arrowed:hover .arrow-icon {
  transform: translate3d(5px, 0, 0);
}
body section.main.home .container .more .link--arrowed:hover .arrow-icon--circle {
  stroke-dashoffset: 0;
}
body section.main.home .container .image {
  overflow: hidden;
  margin: 15px 0 100px 0;
  position: relative;
  transform: translate(0px, 0px);
  will-change: transform;
  opacity: 1;
}
body section.main.home .container .image .bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(1);
  transition: transform 1s;
}
body section.main.home .container .text-wrapper {
  margin: 0 20px 50px 0;
  color: #837e89;
}
body section.main.home .container .text-wrapper p {
  font-family: 'roboto';
}
body section.main.home .container .text-wrapper p span {
  display: inline-block;
  margin: 0 10px;
}
body section.main.home .container .text-wrapper p a {
  margin: 0 10px;
}
body section.main.home .container .text-wrapper p.category {
  font-size: 80px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -0.5px;
  line-height: 130px;
  margin-bottom: -20px;
}
body section.main.home .container .text-wrapper p.category span {
  will-change: transform;
  transform: rotate(0deg);
  transform-origin: 0 0;
}
body section.main.home .container .text-wrapper p.desc {
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -0.5px;
  margin-bottom: 50px;
  font-style: italic;
}
body section.main.home .container .text-wrapper p.desc span {
  will-change: transform, opacity;
  transform: translate(0px, 0px);
  opacity: 1;
  margin: 0 12px;
}
body section.main.home .container .text-wrapper p.more {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.5px;
}
body section.main.home .container .text-wrapper p.more a {
  will-change: transform;
  transform: translate(0px, 0px);
  margin: 0 12px;
}
body section.main.home .container .col {
  width: 50%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
body section.main.home .container .col:first-child .text-wrapper {
  padding-left: 20px;
}
body section.main.home .container .col:last-child .text-wrapper {
  padding-right: 20px;
}
body section.main.home[data-id="front"] {
  margin-top: 40px;
  overflow: hidden;
}
body section.main.home[data-id="front"] .container {
  padding: 0;
  min-width: 100%;
  width: 100%;
  height: 100%;
  transform: translate(0px, 0px);
  will-change: transform;
}
body section.main.home[data-id="front"] .container .hidden {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
}
body section.main.home[data-id="front"] .container .slideshow {
  position: relative;
  width: 100%;
  height: 100%;
}
body section.main.home[data-id="front"] .container .slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  top: 0;
  left: 0;
  position: absolute;
  overflow-x: hidden;
  pointer-events: none;
  opacity: 0;
}
body section.main.home[data-id="front"] .container .slide .slide__wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}
body section.main.home[data-id="front"] .container .slide .slide__wrap .slide__img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: white;
  background-size: cover;
  background-position: 50% 0%;
  position: absolute;
  pointer-events: none;
}
body section.main.home[data-id="front"] .container .slide[data-id="1"] .slide__wrap .slide__img {
  background-image: url('../image/home/slide_bg_002.jpg');
  background-position: right center;
}
body section.main.home[data-id="front"] .container .slide[data-id="1"] .slide__title {
  font-size: 85px;
  line-height: 60px;
}
body section.main.home[data-id="front"] .container .slide[data-id="1"] .slide__subtitle {
  font-weight: 300;
  font-size: 34px;
}
body section.main.home[data-id="front"] .container .slide[data-id="2"] .slide__wrap .slide__img {
  background-color: black;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
body section.main.home[data-id="front"] .container .slide[data-id="2"] .slide__wrap .slide__img .slide__img_left {
  flex: 1;
  height: 100%;
  background-image: url('../image/home/slide_bg_001a.jpg');
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}
body section.main.home[data-id="front"] .container .slide[data-id="2"] .slide__wrap .slide__img .slide__img_right {
  flex: 1;
  height: 100%;
  background-image: url('../image/home/slide_bg_001b.jpg');
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
}
body section.main.home[data-id="front"] .container .slide[data-id="2"] .slide__title-wrap {
  padding: calc(6rem + 10vh) 20% 0 0;
  text-align: right;
}
body section.main.home[data-id="front"] .container .slide[data-id="2"] .slide__title {
  font-size: 85px;
  line-height: 60px;
}
body section.main.home[data-id="front"] .container .slide[data-id="2"] .slide__subtitle {
  font-weight: 300;
  font-size: 34px;
  margin-left: auto;
}
body section.main.home[data-id="front"] .container .slide[data-id="3"] .slide__wrap .slide__img {
  background-image: url('../image/home/slide_bg_004.jpg');
  background-position: right center;
}
body section.main.home[data-id="front"] .container .slide[data-id="3"] .slide__title {
  font-size: 85px;
  line-height: 60px;
  color: #b89580;
}
body section.main.home[data-id="front"] .container .slide[data-id="3"] .slide__subtitle {
  font-weight: 300;
  font-size: 34px;
  color: #b89580;
}
body section.main.home[data-id="front"] .container .slide[data-id="4"] .slide__wrap .slide__img {
  background-image: url('../image/home/slide_bg_006.jpg');
  background-position: right center;
}
body section.main.home[data-id="front"] .container .slide[data-id="4"] .slide__title {
  font-size: 85px;
  line-height: 60px;
}
body section.main.home[data-id="front"] .container .slide[data-id="4"] .slide__subtitle {
  font-weight: 300;
  font-size: 34px;
}
body section.main.home[data-id="front"] .container .slide--current {
  opacity: 1;
  z-index: 999;
  pointer-events: auto;
  position: relative;
}
body section.main.home[data-id="front"] .container .slide__title-wrap {
  padding: calc(6rem + 10vh) 0 0 4rem;
  text-align: left;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
body section.main.home[data-id="front"] .container .slide__title {
  margin: 0;
  white-space: pre;
  font-family: 'Roboto';
  color: white;
  font-weight: 900;
  font-size: 100px;
  line-height: 100px;
  letter-spacing: -1px;
  text-transform: uppercase;
}
body section.main.home[data-id="front"] .container .slide__title span {
  display: inline-block;
}
body section.main.home[data-id="front"] .container .slide__subtitle {
  margin: 1rem 0 0 0.2rem;
  max-width: 600px;
  font-family: 'Roboto';
  color: white;
  font-weight: 200;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -0.5px;
}
body section.main.home[data-id="front"] .container .boxnav {
  left: auto;
  right: 50vw;
  width: auto;
  position: absolute;
  bottom: 0;
  display: flex;
  z-index: 1000;
}
body section.main.home[data-id="front"] .container button {
  -webkit-appearance: button;
  cursor: pointer;
}
body section.main.home[data-id="front"] .container .boxnav__item {
  width: 10vw;
  height: 12vw;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border: 0;
}
body section.main.home[data-id="front"] .container .boxnav__item--prev:hover,
body section.main.home[data-id="front"] .container .boxnav__item--next:hover {
  color: #888;
}
body section.main.home[data-id="front"] .container .boxnav__item--prev:hover svg,
body section.main.home[data-id="front"] .container .boxnav__item--next:hover svg {
  fill: #888;
}
body section.main.home[data-id="front"] .container .boxnav__item:focus {
  outline: none;
}
body section.main.home[data-id="front"] .container .boxnav__label {
  padding: 0 0.5rem;
  font-size: 1.15rem;
  position: relative;
}
body section.main.home[data-id="front"] .container .boxnav__label--total::before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  width: 2px;
  height: 1.45rem;
  background: #000;
  transform: rotate(22.5deg);
}
body section.main.home[data-id="front"] .container .icon--caret-rot {
  transform: rotate(180deg);
}
body section.main.home[data-id="front"] .container .icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  fill: #444;
}
body section.main.home[data-id="front"] .container .bg {
  width: 100%;
  height: 100%;
  background-image: url("../image/art/img_043.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body section.main.home[data-id="gallery"] {
  border-top: 10px solid white;
  border-bottom: 10px solid white;
  position: relative;
  perspective: 2px;
  transform-style: preserve-3d;
}
body section.main.home[data-id="gallery"] .brick {
  z-index: 0;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../image/brick_w_01.png");
  background-repeat: repeat;
  background-size: 400px;
  background-position: center;
  transform: translateZ(-1px) scale(1.5);
}
body section.main.home[data-id="gallery"] .container .col .image {
  border: 10px solid white;
  border-radius: 0px;
}
body section.main.home[data-id="gallery"] .container .col .image.small {
  width: 300px;
  height: 450px;
}
body section.main.home[data-id="gallery"] .container .col .image.large {
  width: 400px;
  height: 600px;
}
body section.main.home[data-id="gallery-mobil"] {
  display: none;
}
@media (max-width: 575px) {
  body section.main.home[data-id="front"] {
    margin-top: 25px;
  }
  body section.main.home[data-id="front"] .container {
    padding: 30px 0;
  }
  body section.main.home[data-id="front"] .container .slide[data-id="1"] .slide__wrap .slide__img {
    background-image: url('../image/home/slide_bg_002.jpg');
    background-position: 77% center;
  }
  body section.main.home[data-id="front"] .container .slide[data-id="1"] .slide__title-wrap {
    top: auto;
    height: auto;
    bottom: 210px;
    padding: 0 20px;
  }
  body section.main.home[data-id="front"] .container .slide[data-id="1"] .slide__title-wrap .slide__title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: -15px;
  }
  body section.main.home[data-id="front"] .container .slide[data-id="1"] .slide__title-wrap .slide__subtitle {
    font-size: 29px;
  }
  body section.main.home[data-id="front"] .container .slide[data-id="2"] .slide__wrap .slide__img {
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  body section.main.home[data-id="front"] .container .slide[data-id="2"] .slide__wrap .slide__img .slide__img_left {
    display: none;
  }
  body section.main.home[data-id="front"] .container .slide[data-id="2"] .slide__wrap .slide__img .slide__img_right {
    height: calc(100% - 12vw);
  }
  body section.main.home[data-id="front"] .container .slide[data-id="2"] .slide__title-wrap {
    top: 75px;
    height: auto;
    bottom: auto;
    padding: 0 20px;
    text-align: left;
  }
  body section.main.home[data-id="front"] .container .slide[data-id="2"] .slide__title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: -15px;
  }
  body section.main.home[data-id="front"] .container .slide[data-id="2"] .slide__subtitle {
    font-size: 29px;
    margin-left: 0;
  }
  body section.main.home[data-id="front"] .container .slide[data-id="3"] .slide__wrap .slide__img {
    background-image: url('../image/home/slide_bg_004.jpg');
    background-position: 68% center;
  }
  body section.main.home[data-id="front"] .container .slide[data-id="3"] .slide__title-wrap {
    top: 75px;
    height: auto;
    bottom: auto;
    padding: 0 20px;
    text-align: left;
  }
  body section.main.home[data-id="front"] .container .slide[data-id="3"] .slide__title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: -15px;
    color: white;
  }
  body section.main.home[data-id="front"] .container .slide[data-id="3"] .slide__subtitle {
    font-size: 29px;
    color: white;
  }
  body section.main.home[data-id="front"] .container .slide[data-id="4"] .slide__wrap .slide__img {
    background-image: url('../image/home/slide_bg_006.jpg');
    background-position: 86% center;
  }
  body section.main.home[data-id="front"] .container .slide[data-id="4"] .slide__title-wrap {
    top: auto;
    height: auto;
    bottom: 210px;
    padding: 0 20px;
    text-align: left;
  }
  body section.main.home[data-id="front"] .container .slide[data-id="4"] .slide__title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: -15px;
  }
  body section.main.home[data-id="front"] .container .slide[data-id="4"] .slide__subtitle {
    font-size: 29px;
  }
  body section.main.home[data-id="front"] .container .boxnav {
    left: 0;
    right: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }
  body section.main.home[data-id="front"] .container .boxnav .boxnav__item {
    flex: 1;
    width: auto;
    margin: 0;
    height: 45px;
  }
  body section.main.home[data-id="gallery"] {
    display: none;
  }
  body section.main.home[data-id="gallery-mobil"] {
    display: block;
    border-top: none;
  }
  body section.main.home[data-id="gallery-mobil"] .container {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  body section.main.home[data-id="gallery-mobil"] .container .image-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
  }
  body section.main.home[data-id="gallery-mobil"] .container .image-wrapper .image {
    flex: 1;
    border: 2px solid white;
    margin: 10px 6px;
    height: 247.5px;
    width: 165px;
  }
  body section.main.home[data-id="gallery-mobil"] .container .image-wrapper .image[data-pos="left"] {
    margin-right: 3px;
  }
  body section.main.home[data-id="gallery-mobil"] .container .image-wrapper .image[data-pos="right"] {
    margin-left: 3px;
  }
  body section.main.home[data-id="gallery-mobil"] .container .image-wrapper .image.mt {
    margin-top: 80px;
  }
  body section.main.home[data-id="gallery-mobil"] .container .text-wrapper {
    margin: 40px 0;
    width: 100%;
  }
  body section.main.home[data-id="gallery-mobil"] .container .text-wrapper p.category {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 15px;
  }
  body section.main.home[data-id="gallery-mobil"] .container .text-wrapper p.desc {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 30px;
  }
}
body section.main.footer {
  background-color: #4f4d50;
  position: relative;
  padding-top: 20px;
  padding-bottom: 40px;
  overflow: hidden;
  opacity: 1;
  transition: opacity 1s;
}
body section.main.footer.hidden {
  opacity: 0;
}
body section.main.footer .container {
  margin: 0 20px;
  padding-top: 30px;
  position: relative;
  z-index: 2;
}
body section.main.footer .container > .wrapper {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
body section.main.footer .container > .wrapper .info {
  flex: 1;
  padding: 0 30px;
}
body section.main.footer .container > .wrapper .info p {
  text-align: center;
  color: #ded8e4;
}
body section.main.footer .container > .wrapper .info p.name {
  font-weight: 700;
  font-size: 30px;
}
body section.main.footer .container > .wrapper .info p.mail {
  margin-top: 5px;
}
body section.main.footer .container > .wrapper .info p.mail a {
  position: relative;
  font-weight: 200;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
body section.main.footer .container > .wrapper .info p.mail a:after {
  content: '';
  display: block;
  width: 0%;
  height: 1px;
  background-color: white;
  position: absolute;
  bottom: -3px;
  left: 0;
  -webkit-transition: width 0.25s;
  -o-transition: width 0.25s;
  transition: width 0.25s;
}
body section.main.footer .container > .wrapper .info p.mail a:hover {
  color: white;
}
body section.main.footer .container > .wrapper .info p.mail a:hover::after {
  width: 100%;
}
body section.main.footer .container > .wrapper .info p.phone {
  margin-top: 5px;
}
body section.main.footer .container > .wrapper .info p.phone a {
  position: relative;
  font-weight: 200;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
body section.main.footer .container > .wrapper .info p.phone a:after {
  content: '';
  display: block;
  width: 0%;
  height: 1px;
  background-color: white;
  position: absolute;
  bottom: -3px;
  left: 0;
  -webkit-transition: width 0.25s;
  -o-transition: width 0.25s;
  transition: width 0.25s;
}
body section.main.footer .container > .wrapper .info p.phone a:hover {
  color: white;
}
body section.main.footer .container > .wrapper .info p.phone a:hover::after {
  width: 100%;
}
body section.main.footer .container > .wrapper .info .social-media {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  margin-top: 20px;
}
body section.main.footer .container > .wrapper .info .social-media .item {
  width: 60px;
  height: 60px;
  margin: 15px;
  background-position: center;
  background-size: 43%;
  background-repeat: no-repeat;
  text-decoration: none;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #ffffff;
  opacity: 0.4;
  transform: scale(1);
  -webkit-transition: transform 0.35s, opacity 0.35s;
  -o-transition: transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s;
}
body section.main.footer .container > .wrapper .info .social-media .item[data-id="facebook"] {
  background-image: url('../image/aboutme/facebook_w.png');
}
body section.main.footer .container > .wrapper .info .social-media .item[data-id="instagram"] {
  background-image: url('../image/aboutme/instagram_w.png');
}
body section.main.footer .container > .wrapper .info .social-media .item[data-id="px500"] {
  background-image: url('../image/aboutme/500px_w.png');
  background-size: 89%;
}
body section.main.footer .container > .wrapper .info .social-media .item[data-id="linkedin"] {
  background-image: url('../image/aboutme/linked_in_w.png');
}
body section.main.footer .container > .wrapper .info .social-media .item[data-id="behance"] {
  background-image: url('../image/aboutme/behance_w.png');
}
body section.main.footer .container > .wrapper .info .social-media .item:hover {
  transform: scale(1.2);
  opacity: 1;
}
body section.main.footer .container > .wrapper .info .social-media .item a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  body section.main.footer .container > .wrapper {
    margin-top: 40px;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  body section.main.footer .container > .wrapper .info {
    margin-bottom: 50px;
  }
  body section.main.footer .container > .wrapper .info .mail {
    color: #ebe8ed;
  }
  body section.main.footer .container > .wrapper .info .social-media .item {
    margin: 5px;
    opacity: 0.6;
  }
}
body section.main.gallery {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-around;
  align-items: center;
  -webkit-justify-content: space-around;
  -webkit-align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 50px;
  min-height: 800px;
  background-color: #f0f0f0;
}
body section.main.gallery .container {
  flex: 1;
  max-width: 1200px;
  z-index: 100;
}
body section.main.gallery .container .title {
  margin-bottom: 45px;
  position: relative;
}
body section.main.gallery .container .title p {
  transform: translateY(0px);
  transition: transform 1.5s, opacity 1.5s;
}
body section.main.gallery .container .title p.main {
  position: relative;
  left: 6%;
  font-size: 50px;
  font-weight: 900;
  color: #837e89;
  text-align: left;
  text-transform: uppercase;
  opacity: 1;
}
body section.main.gallery .container .title p.bg {
  white-space: nowrap;
  position: absolute;
  top: -75px;
  left: -8%;
  font-size: 250px;
  font-weight: 900;
  color: #837e89;
  opacity: 0.07;
  text-align: left;
  text-transform: uppercase;
}
body section.main.gallery .container .title p.hidden.main {
  transform: translateX(50px);
  opacity: 0;
}
body section.main.gallery .container .title p.hidden.bg {
  transform: translateX(-50px);
  opacity: 0;
}
body section.main.gallery .container .image-list {
  display: none;
}
body section.main.gallery .container .image-loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
  overflow: hidden;
}
body section.main.gallery .container .image-wrapper {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: flex-start;
  -webkit-justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-direction: row;
  flex-direction: row;
  min-height: 800px;
}
body section.main.gallery .container .image-wrapper .col {
  width: 230px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
body section.main.gallery .container .image-wrapper .col .image {
  width: 200px;
  height: auto;
  overflow: hidden;
  margin: 15px;
  cursor: pointer;
  position: relative;
  transform: translateY(0px);
  opacity: 1;
  transition: transform 1s, opacity 1s;
}
body section.main.gallery .container .image-wrapper .col .image .bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(1);
  transition: transform 1s;
}
body section.main.gallery .container .image-wrapper .col .image .bg-white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 0.5s;
}
body section.main.gallery .container .image-wrapper .col .image .bg-blur {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(1);
  transition: transform 1s;
  filter: blur(40px);
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 0.5s;
}
body section.main.gallery .container .image-wrapper .col .image:hover .bg {
  transform: scale(1.1);
}
body section.main.gallery .container .image-wrapper .col .image.blur {
  opacity: 0;
  transform: translateY(50px);
}
body section.main.gallery .container .image-wrapper .col .image.blur .bg-white {
  opacity: 1;
}
body section.main.gallery .container .image-wrapper .col .image.blur .bg-blur {
  opacity: 1;
}
@media screen and (max-width: 1182px) {
  body section.main.gallery .container .image-wrapper .col[data-id="5"] {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  body section.main.gallery .container .image-wrapper .col[data-id="4"] {
    display: none;
  }
}
@media screen and (max-width: 730px) {
  body section.main.gallery .container .image-wrapper .col[data-id="3"] {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  body section.main.gallery {
    padding: 10px;
  }
  body section.main.gallery .container {
    width: 100%;
  }
  body section.main.gallery .container .image-wrapper {
    width: 100%;
  }
  body section.main.gallery .container .image-wrapper .col {
    width: auto;
    flex: 1;
  }
  body section.main.gallery .container .image-wrapper .col .image {
    width: 100%;
    margin: 5px;
  }
  body section.main.gallery .container .image-wrapper .col[data-id="1"] {
    margin-right: 5px;
  }
  body section.main.gallery .container .image-wrapper .col[data-id="2"] {
    margin-left: 5px;
  }
}
@media (max-width: 575px) {
  body section.main.gallery .container .title {
    margin-bottom: 7px;
  }
  body section.main.gallery .container .title p.main {
    left: 7px;
  }
  body section.main.gallery .container .title p.bg {
    display: none;
  }
}
@media (max-width: 374px) {
  body section.main.gallery .container .title p.main {
    font-size: 35px;
  }
}
body section.main.aboutme {
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-around;
  align-items: center;
  -webkit-justify-content: space-around;
  -webkit-align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 50px 50px 40px 50px;
  background-color: #837e89;
  background: linear-gradient(90deg, #535156 0%, #837e89 100%);
}
body section.main.aboutme .profil-image {
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 30px;
  background-image: url("../image/aboutme/profil_orig_700.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 1;
}
body section.main.aboutme .profil-image.fixed {
  position: fixed;
  top: 30px;
  left: 40px;
}
body section.main.aboutme .container {
  flex: 1;
  z-index: 2;
  max-width: 1200px;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-around;
  align-items: center;
  -webkit-justify-content: space-around;
  -webkit-align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
}
body section.main.aboutme .container .wrapper {
  flex: 1;
  height: 100%;
  margin: 20px;
}
body section.main.aboutme .container .wrapper.right {
  padding-top: 20px;
}
body section.main.aboutme .container .wrapper p.aboutme {
  margin-bottom: 30px;
}
body section.main.aboutme .container .wrapper p.aboutme span {
  font-size: 45px;
  line-height: 45px;
  font-weight: 900;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  background-color: #1d1d1d;
  padding: 7px 8px 2px 8px;
}
body section.main.aboutme .container .wrapper p.aboutme span.framed {
  background-color: white;
  padding: 9px 9px 5px 9px;
  color: #817e88;
}
body section.main.aboutme .container .wrapper p.aboutme span.handwrite {
  font-family: 'roboto';
  text-transform: none;
  font-size: 59px;
  line-height: 54px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
}
body section.main.aboutme .container .wrapper p.aboutme span.first {
  font-size: 100px;
  color: #fff;
}
body section.main.aboutme .container .wrapper p.aboutme span.first:after {
  content: '';
  display: block;
  position: relative;
  top: 35px;
  width: 100%;
  height: 4px;
  background-color: #fff;
}
body section.main.aboutme .container .wrapper p.prolog {
  margin-bottom: 30px;
  font-size: 23px;
  color: #e2e0e5;
  text-transform: uppercase;
  font-weight: 900;
}
body section.main.aboutme .container .wrapper p.text {
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  color: #e3e0e7;
}
body section.main.references {
  background-color: #f0f0f0;
  position: relative;
}
body section.main.references .container {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
body section.main.references .container > .title {
  font-size: 50px;
  font-weight: 900;
  color: #807b86;
  text-align: center;
}
body section.main.references .container .item-container .wrapper {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
}
body section.main.references .container .item-container .wrapper .item {
  margin: 20px;
}
body section.main.references .container .item-container .wrapper .item .logo {
  width: 90px;
  height: 90px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body section.main.references .container .item-container .wrapper .item .logo[data-id="schwarzkopf"] {
  background-image: url("../image/references/360/schwarzkopf.png");
}
body section.main.references .container .item-container .wrapper .item .logo[data-id="twinings"] {
  background-image: url("../image/references/360/twinings.png");
}
body section.main.references .container .item-container .wrapper .item .logo[data-id="sport-radio"] {
  background-image: url("../image/references/360/sport_radio.png");
}
body section.main.references .container .item-container .wrapper .item .logo[data-id="institute-esthederm"] {
  background-image: url("../image/references/360/institute_esthederm.png");
}
body section.main.references .container .item-container .wrapper .item .logo[data-id="biotech-usa"] {
  background-image: url("../image/references/360/biotechusa.png");
}
body section.main.references .container .item-container .wrapper .item .logo[data-id="gymbeam"] {
  background-image: url("../image/references/360/gymbeam.png");
}
body section.main.references .container .item-container .wrapper .item .logo[data-id="hot-magazine"] {
  background-image: url("../image/references/360/hot_magazine.png");
}
body section.main.references .container .item-container .wrapper .item .logo[data-id="mediaworks"] {
  background-image: url("../image/references/360/mediaworks.png");
}
body section.main.references .container .item-container .wrapper .item .logo[data-id="philips"] {
  background-image: url("../image/references/360/philips.png");
}
body section.main.references .container .item-container .wrapper .item .logo[data-id="sport-and-life-magazine"] {
  background-image: url("../image/references/360/sport_and_life_magazine.png");
}
body section.main.references .container .item-container .wrapper .item .logo[data-id="dieta-es-fitnesz-magazin"] {
  background-image: url("../image/references/360/dieta_es_fitnesz_magazin.png");
}
body section.main.references .container .item-container .wrapper .item .logo[data-id="der-juice"] {
  background-image: url("../image/references/360/der_juice.png");
}
body section.main.magazines {
  background-color: #f0f0f0;
  position: relative;
}
body section.main.magazines .container {
  margin: 0 20px;
  padding-top: 60px;
  padding-bottom: 110px;
}
body section.main.magazines .container > .title {
  font-size: 50px;
  font-weight: 900;
  color: #807b86;
  text-align: center;
}
body section.main.magazines .container .item-container .wrapper .owl-item {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
body section.main.magazines .container .item-container .wrapper .owl-nav {
  position: absolute;
  top: calc(50% - 65px);
  left: -20px;
  width: calc(100% + 40px);
  height: 100%;
  padding: 0 5px 15px 5px;
  color: white;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -webkit-align-items: flex-start;
  pointer-events: none;
}
body section.main.magazines .container .item-container .wrapper .owl-nav button {
  transition: transform 0.25s;
  transform: scale(0.8);
  pointer-events: auto;
}
body section.main.magazines .container .item-container .wrapper .owl-nav button > b {
  display: block;
  width: 100px;
  height: 100px;
  background-image: url('../image/right_w_shadow.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.25s;
  opacity: 0.8;
}
body section.main.magazines .container .item-container .wrapper .owl-nav button > b.left {
  transform: rotate(180deg);
}
body section.main.magazines .container .item-container .wrapper .owl-nav button:hover {
  background: none;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
body section.main.magazines .container .item-container .wrapper .owl-nav button:hover > b {
  opacity: 1;
}
body section.main.magazines .container .item-container .wrapper .item {
  cursor: pointer;
  overflow: hidden;
}
body section.main.magazines .container .item-container .wrapper .item .magazine {
  width: 200px;
  height: 260px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(1);
  transition: transform 1s;
  text-transform: center;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
}
body section.main.magazines .container .item-container .wrapper .item .magazine img {
  width: 100%;
  height: auto;
}
body section.main.magazines .container .item-container .wrapper .item:hover .magazine {
  transform: scale(1.1);
}
@media (max-width: 575px) {
  body section.main.aboutme {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
  }
  body section.main.aboutme .profil-image {
    position: relative;
    left: 0;
    opacity: 1;
    transition: opacity 1s;
    background-size: cover;
    background-position: 65% -20px;
  }
  body section.main.aboutme .profil-image.fixed {
    top: 80px;
    left: 10px;
    opacity: 0.04;
  }
  body section.main.aboutme .container {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body section.main.aboutme .container .wrapper.left {
    display: none;
  }
  body section.main.aboutme .container .wrapper.right {
    margin: 0 10px;
    padding-top: 35px;
  }
  body section.main.aboutme .container .wrapper.right p.text {
    font-size: 21px;
    line-height: 30px;
  }
  body section.main.aboutme .container .wrapper.right p.text:last-child {
    margin-bottom: 0;
  }
  body section.main.references .container .item-container .wrapper .item {
    margin: 15px;
  }
  body section.main.references .container .item-container .wrapper .item .logo {
    width: 75px;
    height: 75px;
  }
  body section.main.magazines .container .item-container .wrapper .owl-nav button.owl-prev {
    position: relative;
    left: -20px;
  }
  body section.main.magazines .container .item-container .wrapper .owl-nav button.owl-next {
    position: relative;
    left: 20px;
  }
  body section.main.magazines .container .item-container .wrapper .owl-nav button:hover > b {
    transform: scale(0.8);
  }
}
body section.main.contact {
  background-color: #4f4d50;
  position: relative;
  padding-top: 20px;
  padding-bottom: 40px;
  overflow: hidden;
}
body section.main.contact .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../image/aboutme/contact_bg.jpg');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  opacity: 0.5;
  z-index: 1;
}
body section.main.contact .container {
  margin: 0 20px;
  padding-top: 30px;
  position: relative;
  z-index: 2;
}
body section.main.contact .container > .title {
  font-size: 50px;
  font-weight: 300;
  color: #ded8e4;
  text-align: left;
  margin-bottom: 30px;
  margin-left: 10px;
}
body section.main.contact .container > .sep {
  position: absolute;
  bottom: 0;
  padding-bottom: 30px;
  width: 1px;
  background-color: #ded8e4;
  height: 75%;
  left: 50%;
  opacity: 0.5;
}
body section.main.contact .container > .wrapper {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
body section.main.contact .container > .wrapper .info {
  flex: 1;
  padding: 0 30px;
}
body section.main.contact .container > .wrapper .info p {
  text-align: center;
  color: #ded8e4;
}
body section.main.contact .container > .wrapper .info p.name {
  font-weight: 700;
  font-size: 30px;
}
body section.main.contact .container > .wrapper .info p.mail {
  margin-top: 5px;
}
body section.main.contact .container > .wrapper .info p.mail a {
  position: relative;
  font-weight: 200;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
body section.main.contact .container > .wrapper .info p.mail a:after {
  content: '';
  display: block;
  width: 0%;
  height: 1px;
  background-color: white;
  position: absolute;
  bottom: -3px;
  left: 0;
  -webkit-transition: width 0.25s;
  -o-transition: width 0.25s;
  transition: width 0.25s;
}
body section.main.contact .container > .wrapper .info p.mail a:hover {
  color: white;
}
body section.main.contact .container > .wrapper .info p.mail a:hover::after {
  width: 100%;
}
body section.main.contact .container > .wrapper .info p.phone {
  margin-top: 5px;
}
body section.main.contact .container > .wrapper .info p.phone a {
  position: relative;
  font-weight: 200;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
body section.main.contact .container > .wrapper .info p.phone a:after {
  content: '';
  display: block;
  width: 0%;
  height: 1px;
  background-color: white;
  position: absolute;
  bottom: -3px;
  left: 0;
  -webkit-transition: width 0.25s;
  -o-transition: width 0.25s;
  transition: width 0.25s;
}
body section.main.contact .container > .wrapper .info p.phone a:hover {
  color: white;
}
body section.main.contact .container > .wrapper .info p.phone a:hover::after {
  width: 100%;
}
body section.main.contact .container > .wrapper .info .social-media {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  margin-top: 20px;
}
body section.main.contact .container > .wrapper .info .social-media .item {
  width: 60px;
  height: 60px;
  margin: 15px;
  background-position: center;
  background-size: 43%;
  background-repeat: no-repeat;
  text-decoration: none;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #ffffff;
  opacity: 0.4;
  transform: scale(1);
  -webkit-transition: transform 0.35s, opacity 0.35s;
  -o-transition: transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s;
}
body section.main.contact .container > .wrapper .info .social-media .item[data-id="facebook"] {
  background-image: url('../image/aboutme/facebook_w.png');
}
body section.main.contact .container > .wrapper .info .social-media .item[data-id="instagram"] {
  background-image: url('../image/aboutme/instagram_w.png');
}
body section.main.contact .container > .wrapper .info .social-media .item[data-id="px500"] {
  background-image: url('../image/aboutme/500px_w.png');
  background-size: 89%;
}
body section.main.contact .container > .wrapper .info .social-media .item[data-id="linkedin"] {
  background-image: url('../image/aboutme/linked_in_w.png');
}
body section.main.contact .container > .wrapper .info .social-media .item[data-id="behance"] {
  background-image: url('../image/aboutme/behance_w.png');
}
body section.main.contact .container > .wrapper .info .social-media .item:hover {
  transform: scale(1.2);
  opacity: 1;
}
body section.main.contact .container > .wrapper .info .social-media .item a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
body section.main.contact .container > .wrapper .form-wrapper {
  flex: 1;
  padding: 0 30px;
}
body section.main.contact .container > .wrapper .form-wrapper > .title {
  font-size: 30px;
  font-weight: 300;
  color: #ded8e4;
  text-align: left;
  margin-bottom: 30px;
  text-align: center;
}
body section.main.contact .container > .wrapper .form-wrapper .form {
  margin: 0 50px;
}
body section.main.contact .container > .wrapper .form-wrapper label.text {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #ded8e4;
  text-transform: uppercase;
  margin-bottom: 5px;
}
body section.main.contact .container > .wrapper .form-wrapper label.text.active {
  color: white;
}
body section.main.contact .container > .wrapper .form-wrapper label.error {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #f5a4a4;
  text-transform: uppercase;
  margin: 20px 0 0 0;
  opacity: 1;
  position: relative;
  left: 0;
  transition: left 0.5s, opacity 0.5s;
}
body section.main.contact .container > .wrapper .form-wrapper label.error.hidden {
  left: 50px;
  opacity: 0;
}
body section.main.contact .container > .wrapper .form-wrapper input[type='text'] + label {
  position: relative;
  top: -57px;
}
body section.main.contact .container > .wrapper .form-wrapper input[type='text'] + label::after {
  content: '';
  display: block;
  width: 0%;
  height: 1px;
  background-color: white;
  position: absolute;
  bottom: -42px;
  left: 0;
  -webkit-transition: width 0.25s;
  -o-transition: width 0.25s;
  transition: width 0.25s;
}
body section.main.contact .container > .wrapper .form-wrapper textarea + label {
  position: relative;
  top: -141px;
}
body section.main.contact .container > .wrapper .form-wrapper textarea + label::after {
  content: '';
  display: block;
  width: 0%;
  height: 1px;
  background-color: white;
  position: absolute;
  bottom: -107px;
  left: 0;
  -webkit-transition: width 0.25s;
  -o-transition: width 0.25s;
  transition: width 0.25s;
}
body section.main.contact .container > .wrapper .form-wrapper input[type='text'] {
  font-family: "roboto";
  margin-top: 40px;
  margin-bottom: 0px;
  font-size: 26px;
  font-weight: 300;
  background-color: white;
  display: block;
  color: #ded8e4;
  width: 100%;
  padding: 5px 10px;
  border: none;
  border-bottom: 1px solid #b3b3b3;
  background: transparent;
  -webkit-appearance: none;
  -webkit-transition: width 0.25s, border-color 0.25s, color 0.25s;
  -o-transition: width 0.25s, border-color 0.25s, color 0.25s;
  transition: width 0.25s, border-color 0.25s, color 0.25s;
}
body section.main.contact .container > .wrapper .form-wrapper input[type='text']:focus + label {
  color: white;
}
body section.main.contact .container > .wrapper .form-wrapper input[type='text']:focus + label::after {
  width: 100%;
}
body section.main.contact .container > .wrapper .form-wrapper textarea {
  margin-top: 40px;
  font-family: "roboto";
  margin-bottom: 15px;
  width: 100%;
  height: 100px;
  padding: 5px 10px 4px 10px;
  font-size: 26px;
  font-weight: 300;
  color: #ded8e4;
  border: none;
  border-bottom: 1px solid #b3b3b3;
  background: transparent;
  line-height: 28px;
}
body section.main.contact .container > .wrapper .form-wrapper textarea:focus + label {
  color: white;
}
body section.main.contact .container > .wrapper .form-wrapper textarea:focus + label::after {
  width: 100%;
}
body section.main.contact .container > .wrapper .form-wrapper input[type='text']::placeholder {
  color: #88818c;
}
body section.main.contact .container > .wrapper .form-wrapper input[type='text']:-ms-input-placeholder {
  color: #88818c;
}
body section.main.contact .container > .wrapper .form-wrapper input[type='text']::-ms-input-placeholder {
  color: #88818c;
}
body section.main.contact .container > .wrapper .form-wrapper textarea::placeholder {
  color: #88818c;
}
body section.main.contact .container > .wrapper .form-wrapper textarea::-ms-input-placeholder {
  color: #88818c;
}
body section.main.contact .container > .wrapper .form-wrapper textarea::-ms-input-placeholder {
  color: #88818c;
}
body section.main.contact .container > .wrapper .form-wrapper .label-statement {
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  white-space: nowrap;
}
body section.main.contact .container > .wrapper .form-wrapper .label-statement span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
body section.main.contact .container > .wrapper .form-wrapper .label-statement span:first-child {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #ded8e4;
  transition: all 0.2s ease;
}
body section.main.contact .container > .wrapper .form-wrapper .label-statement span:first-child svg {
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 6px;
  fill: none;
  stroke: #4f4d50;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
body section.main.contact .container > .wrapper .form-wrapper .label-statement span:last-child {
  margin-left: 8px;
  font-family: "roboto";
  font-size: 13px;
  font-weight: 700;
  color: #ded8e4;
  text-transform: uppercase;
  display: inline-block;
  white-space: normal;
}
body section.main.contact .container > .wrapper .form-wrapper .label-statement:hover span:first-child {
  border-color: white;
}
body section.main.contact .container > .wrapper .form-wrapper .input-statement {
  display: none;
}
body section.main.contact .container > .wrapper .form-wrapper .input-statement:checked + .label-statement span:first-child {
  border-color: white;
  background: white;
  animation: statement-check 0.6s ease;
}
body section.main.contact .container > .wrapper .form-wrapper .input-statement:checked + .label-statement span:first-child svg {
  stroke-dashoffset: 0;
}
body section.main.contact .container > .wrapper .form-wrapper .input-statement:checked + .label-statement span:first-child:before {
  transform: scale(2.2);
  opacity: 0;
  transition: all 0.6s ease;
}
@keyframes statement-check {
  50% {
    transform: scale(1.2);
  }
}
body section.main.contact .container > .wrapper .form-wrapper a.statement {
  text-decoration: underline;
  transform: scaleY(1);
  transition: color 0.25s;
}
body section.main.contact .container > .wrapper .form-wrapper a.statement:hover {
  text-decoration: none;
  color: white;
}
body section.main.contact .container > .wrapper .form-wrapper button {
  text-transform: uppercase;
  margin: 15px auto 0 auto;
  display: block;
  width: 200px;
  border-radius: 4px;
  background-color: #ded8e4;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #807d81;
  cursor: pointer;
  padding: 13px 20px;
  border: 0;
  -webkit-transition: background-color 0.25s, border-color 0.25s, color 0.25s;
  -o-transition: background-color 0.25s, border-color 0.25s, color 0.25s;
  transition: background-color 0.25s, border-color 0.25s, color 0.25s;
}
body section.main.contact .container > .wrapper .form-wrapper button:hover {
  background-color: white;
}
body section.main.contact .container > .wrapper .form-wrapper button.disabled {
  background-color: #d5d5d5;
  cursor: default;
}
body section.main.contact .container > .wrapper .form-wrapper button.disabled:hover {
  background-color: #d5d5d5;
}
@media (max-width: 1300px) {
  body section.main.contact .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../image/aboutme/contact_bg.jpg');
    background-repeat: no-repeat;
    background-position: -20px bottom;
    background-size: cover;
    opacity: 0.5;
    z-index: 1;
  }
}
@media (max-width: 575px) {
  body section.main.contact .container > .wrapper .form-wrapper a.statement:hover {
    text-decoration: underline;
  }
  body section.main.contact .bg {
    background-position: 6% bottom;
  }
  body section.main.contact .container > .title {
    margin-bottom: 50px;
    display: none;
  }
  body section.main.contact .container > .sep {
    display: none;
  }
  body section.main.contact .container > .wrapper {
    margin-top: 40px;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  body section.main.contact .container > .wrapper .info {
    margin-bottom: 50px;
  }
  body section.main.contact .container > .wrapper .info .mail {
    color: #ebe8ed;
  }
  body section.main.contact .container > .wrapper .info .social-media .item {
    margin: 5px;
    opacity: 0.6;
  }
  body section.main.contact .container > .wrapper .form-wrapper {
    width: 100%;
    padding: 0 5px;
  }
  body section.main.contact .container > .wrapper .form-wrapper > .title {
    font-weight: 700;
    font-size: 30px;
  }
  body section.main.contact .container > .wrapper .form-wrapper .form {
    margin: 0;
  }
  body section.main.contact .container > .wrapper .form-wrapper button {
    font-size: 17px;
    padding: 19px 20px;
  }
}
body section.main.open {
  background-color: #252635;
}
body section.main.open .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
}
body section.main.open .container .col:first-child {
  flex: 40;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
}
body section.main.open .container .col:last-child {
  flex: 60;
}
body section.main.open .container .col .profil-wrapper {
  border-radius: 50%;
  border: 10px solid white;
  background-image: url('../image/contact/csorbamarta.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 400px;
  height: 400px;
  position: relative;
  overflow: hidden;
}
body section.main.open .container .col .profil-wrapper .bg-alt {
  opacity: 0;
  transform: scale(1.2);
  transition: opacity 0.5s, transform 0.5s;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../image/contact/werk_01.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body section.main.open .container .col .profil-wrapper:hover .bg-alt {
  transform: scale(1);
  opacity: 1;
}
body section.main.open .container .col .text-wrapper {
  margin: 20px;
}
body section.main.open .container .col .text-wrapper p {
  font-family: 'Roboto';
  color: white;
}
body section.main.open .container .col .text-wrapper p.title {
  font-weight: 900;
  font-size: 45px;
  line-height: 65px;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
body section.main.open .container .col .text-wrapper p.text {
  font-weight: 200;
  font-size: 23px;
  line-height: 25px;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
body section.main.skills {
  background-color: #fafafa;
}
body section.main.skills .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
}
body section.main.skills .container .col {
  flex: 1;
  margin: 30px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
body section.main.skills .container .col .icon {
  width: 60px;
  height: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.6;
  margin-bottom: 30px;
}
body section.main.skills .container .col .text p {
  font-family: 'Roboto';
  color: black;
  opacity: 0.6;
  font-weight: 300;
  font-size: 23px;
  line-height: 25px;
  letter-spacing: -1px;
  margin-bottom: 20px;
  text-align: center;
}
body section.main.skills .container .col:nth-child(1) .icon {
  background-image: url('../image/contact/idea_b_300.png');
}
body section.main.skills .container .col:nth-child(2) .icon {
  background-image: url('../image/contact/hair_b_300.png');
}
body section.main.skills .container .col:nth-child(3) .icon {
  background-image: url('../image/contact/location_b_300.png');
}
body section.main.skills .container .col:nth-child(4) .icon {
  background-image: url('../image/contact/consulting_b_300.png');
}
body section.main.skills .container .col:nth-child(5) .icon {
  background-image: url('../image/contact/retouch_b_300.png');
}
body section.main.werk {
  display: none;
  width: 100%;
  height: 500px;
  background-image: url('../image/contact/werk_01.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 575px) {
  body section.main.open .container {
    padding: 10px 0;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body section.main.open .container .col:first-child {
    flex: auto;
    width: 100%;
  }
  body section.main.open .container .col:last-child {
    flex: auto;
    width: 100%;
  }
  body section.main.open .container .col .profil-wrapper {
    margin: 20px 0;
    width: 300px;
    height: 300px;
  }
  body section.main.open .container .col .text-wrapper {
    margin: 20px;
  }
  body section.main.open .container .col .text-wrapper p {
    font-family: 'Roboto';
  }
  body section.main.open .container .col .text-wrapper p.title {
    margin-top: 20px;
    font-size: 30px;
    line-height: 35px;
  }
  body section.main.open .container .col .text-wrapper p.text {
    font-size: 19px;
  }
  body section.main.skills .container {
    padding: 10px 0;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body section.main.skills .container .col {
    flex: auto;
    width: 100%;
    margin: 20px 0;
  }
  body section.main.skills .container .col .text p {
    padding: 0 50px;
  }
  body section.main.werk {
    display: block;
  }
  body section.main.contact {
    margin-top: 0;
    padding-top: 0;
    border-top: 10px solid white;
  }
}
section.main.prices {
  background-color: #ededed;
  font-family: 'roboto';
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #625f68;
}
section.main.prices .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}
section.main.prices .container .package-wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 20px;
}
section.main.prices .container .package-wrapper:last-child {
  margin-bottom: 0;
}
section.main.prices .container .package-wrapper .package {
  position: relative;
  flex: 1;
  padding: 20px 20px 100px 20px;
  background-color: #ccc;
  cursor: pointer;
  transform: scale(1);
  transition: transform 0.33s ease, opacity 0.33s linear;
}
section.main.prices .container .package-wrapper .package .image {
  width: 100%;
  aspect-ratio: 3 / 2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 20px 0;
  border: 10px solid white;
}
section.main.prices .container .package-wrapper .package[data-id="1"] .image {
  background-image: url("../image/packages/focus_800.jpg");
}
section.main.prices .container .package-wrapper .package[data-id="2"] .image {
  background-image: url("../image/packages/pair_800.jpg");
}
section.main.prices .container .package-wrapper .package[data-id="3"] .image {
  background-image: url("../image/packages/exclusive_800.jpg");
}
section.main.prices .container .package-wrapper .package[data-id="4"] .image {
  background-image: url("../image/packages/art_800.jpg");
}
section.main.prices .container .package-wrapper .package[data-id="5"] .image {
  background-image: url("../image/packages/fantasy_800.jpg");
}
section.main.prices .container .package-wrapper .package[data-id="6"] .image {
  background-image: url("../image/packages/group_800.jpg");
}
section.main.prices .container .package-wrapper .package[data-id="6"] .price {
  display: none;
}
section.main.prices .container .package-wrapper .package.small {
  transform: scale(0.95);
  opacity: 0.7;
}
section.main.prices .container .package-wrapper .package.hover {
  transform: scale(1.05);
  opacity: 1;
}
section.main.prices .container .package-wrapper .package.hover .title {
  color: white;
}
section.main.prices .container .package-wrapper .package.hover[data-id="1"] .title {
  background-color: #FD9E42;
}
section.main.prices .container .package-wrapper .package.hover[data-id="2"] .title {
  background-color: #1F779F;
}
section.main.prices .container .package-wrapper .package.hover[data-id="3"] .title {
  background-color: #BC22C7;
}
section.main.prices .container .package-wrapper .package.hover[data-id="4"] .title {
  background-color: #800000;
}
section.main.prices .container .package-wrapper .package.hover[data-id="5"] .title {
  background-color: #1f9f77;
}
section.main.prices .container .package-wrapper .package.hover[data-id="6"] .title {
  background-color: #6e5bcd;
}
section.main.prices .container .package-wrapper .package .title {
  width: calc(100% + 50px);
  background-color: #68676d;
  position: relative;
  left: -25px;
  padding: 10px 10px 8px 10px;
  margin-bottom: 15px;
  color: #d5d5d5;
  transition: background-color 0.33s ease, color 0.33s ease;
}
section.main.prices .container .package-wrapper .package .title p {
  text-align: center;
  font-size: 25px;
  line-height: 27px;
  font-weight: 900;
}
section.main.prices .container .package-wrapper .package .description p {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 30px;
  padding: 0 10px;
}
section.main.prices .container .package-wrapper .package .price {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
  padding: 20px;
  background: #bcbcbc;
}
section.main.prices .container .package-wrapper .package .price p {
  text-align: center;
  font-size: 31px;
  line-height: 31px;
  font-weight: 500;
  padding: 0 10px;
}
section.main.prices .container .package-wrapper .package .price p span.suffix {
  font-size: 80%;
  margin-left: 4px;
}
section.main.prices .container .package-wrapper .package .price .order {
  display: none;
}
section.main.prices .container .package-wrapper .package .category {
  margin-bottom: 20px;
}
section.main.prices .container .package-wrapper .package .category ul li {
  font-weight: 400;
}
section.main.prices .container .package-wrapper .package ul {
  margin-left: 20px;
}
section.main.prices .container .package-wrapper .package ul li {
  list-style-type: disc;
}
section.main.prices .container .informations {
  margin-top: 40px;
  font-size: 19px;
  line-height: 25px;
}
section.main.prices .container .informations p {
  margin-bottom: 20px;
}
section.main.prices .container .informations span.bold {
  font-weight: 700;
}
section.main.prices .container .informations .extra-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
section.main.prices .container .informations .extra-wrapper .extra {
  padding: 20px;
  background-color: white;
  flex: 1;
}
section.main.prices .container .informations .extra-wrapper .extra p {
  text-align: center;
  margin-bottom: 0;
}
section.main.prices .container .informations .extra-wrapper .extra p.title {
  font-size: 23px;
}
section.main.prices .container .informations .extra-wrapper .extra p.price {
  font-weight: 400;
  font-size: 25px;
  margin-top: 10px;
}
section.main.prices .container .informations .extra-wrapper .extra p.price span.suffix {
  font-size: 80%;
  margin-left: 4px;
}
@media (max-width: 575px) {
  section.main.prices .container {
    padding: 30px 12px;
  }
  section.main.prices .container .package-wrapper {
    flex-direction: column;
  }
  section.main.prices .container .package-wrapper .package {
    padding: 20px 20px 160px 20px;
  }
  section.main.prices .container .package-wrapper .package .price .order {
    display: block;
    margin: 20px -20px -20px -20px;
    padding: 20px;
    width: calc(100% + 40px);
    background-color: #b0b0b0;
  }
  section.main.prices .container .package-wrapper .package .price .order p {
    font-weight: 700;
  }
  section.main.prices .container .package-wrapper .package[data-id="6"] {
    padding: 20px 20px 60px 20px;
  }
  section.main.prices .container .package-wrapper .package[data-id="6"] .price {
    display: block;
  }
  section.main.prices .container .package-wrapper .package[data-id="6"] .price .order {
    margin: -20px -20px -20px -20px;
  }
  section.main.prices .container .informations .extra-wrapper {
    flex-direction: column;
  }
  section.main.prices .container .informations .extra-wrapper .extra {
    width: 100%;
  }
}
section.main.order {
  background-color: #fafafa;
  font-family: 'roboto';
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #625f68;
}
section.main.order .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}
section.main.order .container div.order-checkbox .label-checkbox {
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  white-space: nowrap;
}
section.main.order .container div.order-checkbox .label-checkbox span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
section.main.order .container div.order-checkbox .label-checkbox span:first-child {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #b7b5b9;
  transition: all 0.2s ease;
}
section.main.order .container div.order-checkbox .label-checkbox span:first-child svg {
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 6px;
  fill: none;
  stroke: #4f4d50;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
section.main.order .container div.order-checkbox .label-checkbox span:last-child {
  margin-left: 8px;
  font-family: "roboto";
  font-size: 13px;
  font-weight: 700;
  color: #625f68;
  text-transform: uppercase;
  display: inline-block;
  white-space: normal;
}
section.main.order .container div.order-checkbox .label-checkbox:hover span:first-child {
  border-color: #FD9E42;
}
section.main.order .container div.order-checkbox .input-checkbox {
  display: none;
}
section.main.order .container div.order-checkbox .input-checkbox:checked + .label-checkbox span:first-child {
  border-color: white;
  background: white;
  animation: checkbox-check 0.6s ease;
}
section.main.order .container div.order-checkbox .input-checkbox:checked + .label-checkbox span:first-child svg {
  stroke-dashoffset: 0;
}
section.main.order .container div.order-checkbox .input-checkbox:checked + .label-checkbox span:first-child:before {
  transform: scale(2.2);
  opacity: 0;
  transition: all 0.6s ease;
}
@keyframes checkbox-check {
  50% {
    transform: scale(1.2);
  }
}
section.main.order .container div.order-checkbox a.statement {
  text-decoration: underline;
  transform: scaleY(1);
  transition: color 0.25s;
}
section.main.order .container div.order-checkbox a.statement:hover {
  text-decoration: none;
  color: #FD9E42;
}
section.main.order .container .package {
  position: relative;
  background-color: #ededed;
  padding: 20px 20px 100px 20px;
  flex: 1;
}
section.main.order .container .package .title {
  margin-bottom: 15px;
}
section.main.order .container .package .title p {
  text-align: center;
  font-size: 33px;
  line-height: 35px;
  font-weight: 900;
}
section.main.order .container .package .image {
  width: 100%;
  aspect-ratio: 3 / 2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 20px 0;
  border: 10px solid white;
  cursor: pointer;
}
section.main.order .container .package .description p {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 30px;
  padding: 0 10px;
}
section.main.order .container .package .price {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
  padding: 20px;
  background: #e2e2e2;
}
section.main.order .container .package .price p {
  text-align: center;
  font-size: 31px;
  line-height: 31px;
  font-weight: 500;
  padding: 0 10px;
}
section.main.order .container .package .price p span.suffix {
  font-size: 80%;
  margin-left: 4px;
}
section.main.order .container .package ul {
  margin-left: 20px;
}
section.main.order .container .package ul li {
  list-style-type: none;
}
section.main.order .container .package .category {
  margin-bottom: 40px;
}
section.main.order .container .package .category ul {
  margin-left: 5px;
}
section.main.order .container .package .category ul li {
  font-weight: 400;
  margin-bottom: 10px;
}
section.main.order .container .package .category ul li:last-child {
  margin-bottom: 0;
}
section.main.order .container .package .details ul li {
  list-style-type: disc;
}
section.main.order .container .form-container {
  background-color: #ededed;
  padding: 30px;
  flex: 2;
}
section.main.order .container .form-container .form-wrapper {
  flex: 1;
  padding: 0 30px;
}
section.main.order .container .form-container .form-wrapper > .title {
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 40px;
  text-align: center;
}
section.main.order .container .form-container .form-wrapper .form {
  margin: 0 50px;
}
section.main.order .container .form-container .form-wrapper label.text {
  display: block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
section.main.order .container .form-container .form-wrapper label.text.active {
  color: white;
}
section.main.order .container .form-container .form-wrapper label.error {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #e05f5f;
  text-transform: uppercase;
  margin: 20px 0 0 0;
  opacity: 1;
  position: relative;
  left: 0;
  transition: left 0.5s, opacity 0.5s;
}
section.main.order .container .form-container .form-wrapper label.error.hidden {
  left: 50px;
  opacity: 0;
}
section.main.order .container .form-container .form-wrapper input[type='text'] + label {
  position: relative;
  top: -61px;
}
section.main.order .container .form-container .form-wrapper input[type='text'] + label::after {
  content: '';
  display: block;
  width: 0%;
  height: 2px;
  background-color: #FD9E42;
  position: absolute;
  bottom: -37px;
  left: 0;
  -webkit-transition: width 0.25s;
  -o-transition: width 0.25s;
  transition: width 0.25s;
}
section.main.order .container .form-container .form-wrapper textarea + label {
  position: relative;
  top: -130px;
}
section.main.order .container .form-container .form-wrapper textarea + label::after {
  content: '';
  display: block;
  width: 0%;
  height: 2px;
  background-color: #FD9E42;
  position: absolute;
  bottom: -100px;
  left: 0;
  -webkit-transition: width 0.25s;
  -o-transition: width 0.25s;
  transition: width 0.25s;
}
section.main.order .container .form-container .form-wrapper input[type='text'] {
  font-family: "roboto";
  margin-top: 28px;
  margin-bottom: 0px;
  font-size: 23px;
  font-weight: 300;
  background-color: white;
  display: block;
  width: 100%;
  padding: 5px 10px;
  border: none;
  border-bottom: 1px solid #b3b3b3;
  background: transparent;
  -webkit-appearance: none;
  -webkit-transition: width 0.25s, border-color 0.25s, color 0.25s;
  -o-transition: width 0.25s, border-color 0.25s, color 0.25s;
  transition: width 0.25s, border-color 0.25s, color 0.25s;
}
section.main.order .container .form-container .form-wrapper input[type='text']:focus + label {
  color: #FD9E42;
}
section.main.order .container .form-container .form-wrapper input[type='text']:focus + label::after {
  width: 100%;
}
section.main.order .container .form-container .form-wrapper textarea {
  margin-top: 40px;
  font-family: "roboto";
  margin-bottom: 0px;
  width: 100%;
  height: 100px;
  padding: 5px 10px 4px 10px;
  font-size: 23px;
  font-weight: 300;
  border: none;
  border-bottom: 1px solid #b3b3b3;
  background: transparent;
  line-height: 28px;
}
section.main.order .container .form-container .form-wrapper textarea:focus + label {
  color: #FD9E42;
}
section.main.order .container .form-container .form-wrapper textarea:focus + label::after {
  width: 100%;
}
section.main.order .container .form-container .form-wrapper input[type='text']::placeholder {
  color: #d1d1d1;
}
section.main.order .container .form-container .form-wrapper input[type='text']:-ms-input-placeholder {
  color: #d1d1d1;
}
section.main.order .container .form-container .form-wrapper input[type='text']::-ms-input-placeholder {
  color: #d1d1d1;
}
section.main.order .container .form-container .form-wrapper textarea::placeholder {
  color: #d1d1d1;
}
section.main.order .container .form-container .form-wrapper textarea::-ms-input-placeholder {
  color: #d1d1d1;
}
section.main.order .container .form-container .form-wrapper textarea::-ms-input-placeholder {
  color: #d1d1d1;
}
section.main.order .container .form-container .form-wrapper .extra.order-checkbox {
  margin-bottom: 10px;
}
section.main.order .container .form-container .form-wrapper .disclaimer.order-checkbox {
  margin-top: 20px;
}
section.main.order .container .form-container .form-wrapper button {
  text-transform: uppercase;
  margin: 15px auto 0 auto;
  display: block;
  width: 200px;
  border-radius: 4px;
  background-color: #FD9E42;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: white;
  cursor: pointer;
  padding: 13px 20px;
  border: 0;
  -webkit-transition: background-color 0.25s, border-color 0.25s, color 0.25s;
  -o-transition: background-color 0.25s, border-color 0.25s, color 0.25s;
  transition: background-color 0.25s, border-color 0.25s, color 0.25s;
}
section.main.order .container .form-container .form-wrapper button:hover {
  background-color: #FD9E42;
}
section.main.order .container .form-container .form-wrapper button.disabled {
  background-color: #d5d5d5;
  cursor: default;
}
section.main.order .container .form-container .form-wrapper button.disabled:hover {
  background-color: #d5d5d5;
}
@media (max-width: 575px) {
  section.main.order {
    background-color: white;
  }
  section.main.order .container {
    background-color: white;
    flex-direction: column;
    padding: 55px 0 20px 0;
  }
  section.main.order .container .form-container {
    padding: 30px 0;
  }
  section.main.order .container .form-container .form-wrapper > .title {
    margin-bottom: 60px;
    line-height: 35px;
  }
  section.main.order .container .form-container .form-wrapper .form {
    margin: 0;
  }
}
section.main.order-success {
  background-color: #fafafa;
  font-family: 'roboto';
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #625f68;
}
section.main.order-success .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
  font-family: 'roboto';
  font-size: 35px;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
section.main.order-success .container p {
  padding: 0 30px;
  text-align: center;
}
section.main.order-success .container p:first-child {
  font-size: 27px;
  line-height: 34px;
  font-weight: 700;
}
section.main.order-success .container p:last-child {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
}
@media (max-width: 575px) {
  section.main.order-success .container {
    padding-bottom: 240px;
  }
}
body section.main.quotes {
  background-color: #e0e0e0;
  position: relative;
  padding-bottom: 40px;
}
body section.main.quotes .container {
  margin: 0 20px;
  padding-top: 60px;
}
body section.main.quotes .container > .title {
  font-size: 50px;
  font-weight: 300;
  color: #837e89;
  text-align: left;
  margin-bottom: 40px;
  margin-left: 10px;
}
body section.main.quotes .container .wrapper .owl-stage-outer {
  overflow: visible;
}
body section.main.quotes .container .wrapper .owl-nav {
  position: absolute;
  top: 40px;
  left: -20px;
  width: calc(100% + 40px);
  height: 100%;
  padding: 0 5px 15px 5px;
  color: white;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -webkit-align-items: flex-start;
  pointer-events: none;
}
body section.main.quotes .container .wrapper .owl-nav button {
  -webkit-transition: transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  pointer-events: auto;
}
body section.main.quotes .container .wrapper .owl-nav button > b {
  display: block;
  width: 60px;
  height: 60px;
  background-image: url('../image/right_w.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.25s;
  opacity: 0.8;
}
body section.main.quotes .container .wrapper .owl-nav button > b.left {
  transform: rotate(180deg);
}
body section.main.quotes .container .wrapper .owl-nav button:hover {
  background: none;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
body section.main.quotes .container .wrapper .owl-nav button:hover > b {
  opacity: 1;
}
body section.main.quotes .container .wrapper .owl-dots {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
body section.main.quotes .container .wrapper .owl-dots > button.owl-dot > span {
  display: block;
  border-radius: 50%;
  -webkit-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  width: 13px;
  height: 13px;
  background: #f0f0f0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
body section.main.quotes .container .wrapper .owl-dots > button.owl-dot.active > span {
  background: white;
  -webkit-transform: scale(1);
  transform: scale(1);
}
body section.main.quotes .container .wrapper .owl-dots > button.owl-dot:hover > span {
  background: white;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
body section.main.quotes .container .wrapper .item .item-wrapper {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
body section.main.quotes .container .wrapper .item .item-wrapper .profil {
  margin-bottom: 35px;
}
body section.main.quotes .container .wrapper .item .item-wrapper .profil .picture {
  margin-bottom: 10px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-clip: border-box;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
body section.main.quotes .container .wrapper .item .item-wrapper .profil .picture .wrapper {
  width: 92%;
  height: 92%;
  border-radius: 50%;
  overflow: hidden;
  background-color: white;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: stretch;
  -webkit-justify-content: center;
  -webkit-align-items: stretch;
}
body section.main.quotes .container .wrapper .item .item-wrapper .profil .picture .wrapper .img {
  width: 100%;
  background-size: cover;
  border-radius: 50%;
  -webkit-box-shadow: inset 0px 8px 30px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 8px 30px rgba(0, 0, 0, 0.2);
}
body section.main.quotes .container .wrapper .item .item-wrapper .profil .info p {
  text-align: center;
}
body section.main.quotes .container .wrapper .item .item-wrapper .profil .info p.name {
  font-size: 16px;
  font-weight: 500;
}
body section.main.quotes .container .wrapper .item .item-wrapper .profil .info p.title {
  font-size: 14px;
  font-weight: 200;
}
body section.main.quotes .container .wrapper .item .item-wrapper .quote {
  position: relative;
  margin-left: 30px;
  margin-right: 30px;
  width: 80%;
  flex: 1;
}
body section.main.quotes .container .wrapper .item .item-wrapper .quote p.text {
  z-index: 1;
  font-size: 27px;
  line-height: 38px;
  font-weight: 300;
  color: #5d5c5e;
  padding-left: 20px;
  text-align: center;
  font-family: 'roboto';
  font-style: italic;
}
body section.main.quotes .container .wrapper .item .item-wrapper .quote p.text span {
  position: relative;
}
body section.main.quotes .container .wrapper .item .item-wrapper .quote p.text span i.bg-icon {
  display: block;
  position: absolute;
  width: 70px;
  height: 50px;
  top: -24px;
  left: -33px;
  background-image: url('../image/quote.png');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.07;
  z-index: 1;
}
@media (max-width: 575px) {
  body section.main.quotes .container {
    margin: 0 10px;
  }
  body section.main.quotes .container > .title {
    font-size: 40px;
  }
  body section.main.quotes .container .wrapper .owl-nav button:hover {
    background: none;
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  body section.main.quotes .container .wrapper .owl-nav button:hover > b {
    opacity: 0.8;
  }
  body section.main.quotes .container .wrapper .owl-dots {
    bottom: -20px;
  }
  body section.main.quotes .container .wrapper .owl-stage-outer {
    overflow: hidden;
  }
  body section.main.quotes .container .wrapper .item .item-wrapper {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  body section.main.quotes .container .wrapper .item .item-wrapper .profil {
    margin-bottom: 40px;
  }
  body section.main.quotes .container .wrapper .item .item-wrapper .quote {
    width: 100% !important;
    padding: 0 10px !important;
  }
  body section.main.quotes .container .wrapper .item .item-wrapper .quote p.text {
    padding-left: 0;
    font-size: 22px;
    line-height: 32px;
  }
  body section.main.quotes .container .wrapper .item .item-wrapper .quote p.text span {
    position: relative;
  }
  body section.main.quotes .container .wrapper .item .item-wrapper .quote p.text span i.bg-icon {
    left: -9px !important;
  }
}
body.error404 {
  background-color: white;
  margin: 0;
  padding: 10px;
  font-family: 'merriweather';
}
body.error404 .frame-404 {
  background-color: #f0f0f0;
  width: 100%;
  top: 10px;
  position: fixed;
  bottom: 10px;
  left: 10px;
  right: 10px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
body.error404 .frame-404 .container {
  text-align: center;
}
body.error404 .frame-404 .container p.e404 {
  font-family: 'merriweather';
  font-weight: 700;
  font-size: 100px;
  color: #565656;
  margin-bottom: 30px;
  text-align: center;
}
body.error404 .frame-404 .container p.text {
  font-family: 'merriweather';
  font-weight: 400;
  font-size: 30px;
  color: #565656;
  text-align: center;
}
@-webkit-keyframes popupShow {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  1% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  45% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
  }
  80% {
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes popupShow {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  1% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  45% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
  }
  80% {
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#popup-overlay {
  top: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
#popup-overlay .popup-modal {
  width: 500px;
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  background-clip: border-box;
  text-align: center;
  border-radius: 4px;
  position: static;
  margin: 10px auto;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  z-index: 20001;
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.3);
  transition: opacity 0.2s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s, -webkit-transform 0.3s;
}
#popup-overlay .popup-modal .popup-content {
  width: 100%;
  padding: 40px 20px;
}
#popup-overlay .popup-modal .popup-content p {
  font-family: "roboto";
  color: #666666;
}
#popup-overlay .popup-modal .popup-content p.main {
  font-size: 23px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 14px;
}
#popup-overlay .popup-modal .popup-content p.sub {
  font-size: 28px;
  line-height: 28px;
  font-weight: 100;
}
#popup-overlay .popup-modal .popup-footer {
  padding-top: 13px;
  padding: 13px 16px;
  border-radius: inherit;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #FCFCFC;
  border-top: 1px #F1F1F1 solid;
  margin-top: 10px;
  overflow: hidden;
}
#popup-overlay .popup-modal .popup-footer .popup-button-container {
  width: 100%;
  display: inline-block;
  position: relative;
  text-align: right;
}
#popup-overlay .popup-modal .popup-footer .popup-button-container button {
  display: inline-block;
  text-transform: uppercase;
  margin: 0 auto;
  min-width: 100px;
  border-radius: 4px;
  background-color: #53d293;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: white;
  cursor: pointer;
  padding: 13px 20px;
  border: 0;
  -webkit-transition: background-color 0.25s, border-color 0.25s, color 0.25s;
  -o-transition: background-color 0.25s, border-color 0.25s, color 0.25s;
  transition: background-color 0.25s, border-color 0.25s, color 0.25s;
}
#popup-overlay .popup-modal .popup-footer .popup-button-container button.left {
  float: left;
}
#popup-overlay .popup-modal .popup-footer .popup-button-container button[data-id="all"] {
  margin-right: 10px;
}
#popup-overlay .popup-modal .popup-footer .popup-button-container button[data-id="ok"] {
  margin-left: 10px;
}
#popup-overlay .popup-modal .popup-footer .popup-button-container button.hidden {
  display: none;
  visibility: visible;
}
#popup-overlay.popup-overlay--show-modal {
  opacity: 1;
  pointer-events: auto;
}
#popup-overlay.popup-overlay--show-modal .popup-modal {
  opacity: 1;
  pointer-events: auto;
  box-sizing: border-box;
  -webkit-animation: popupShow 0.3s;
  animation: popupShow 0.3s;
  will-change: transform;
}
#popup-overlay::before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
@media (max-width: 575px) {
  #popup-overlay .popup-modal {
    width: calc(100% - 20px);
  }
  #popup-overlay::before {
    content: " ";
    display: none;
    vertical-align: middle;
    height: 100%;
  }
}
.image-gallery {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 100000;
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.image-gallery > .close {
  position: fixed;
  right: 5px;
  top: 5px;
  cursor: pointer;
  z-index: 100000;
}
.image-gallery > .close .close-container {
  position: relative;
  margin: auto;
  width: 50px;
  height: 50px;
  margin-top: 0px;
  cursor: pointer;
}
.image-gallery > .close .leftright {
  height: 4px;
  width: 50px;
  position: absolute;
  margin-top: 24px;
  background-color: #d0d0d0;
  border-radius: 2px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in;
}
.image-gallery > .close .rightleft {
  height: 4px;
  width: 50px;
  position: absolute;
  margin-top: 24px;
  background-color: #d0d0d0;
  border-radius: 2px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in;
}
.image-gallery > .close label {
  color: white;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.6em;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.3s ease-in;
  opacity: 0;
}
.image-gallery > .close .close {
  margin: 60px 0 0 5px;
  position: absolute;
}
.image-gallery > .container.owl-carousel.image-gallery-theme {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.image-gallery > .container.owl-carousel.image-gallery-theme > .slide {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  margin: 0 2px;
  overflow: hidden;
}
.image-gallery > .container.owl-carousel.image-gallery-theme > .slide > img {
  max-width: calc(100% - 4px);
  max-height: 100%;
  width: auto;
  height: auto;
}
.image-gallery > .container.owl-carousel.image-gallery-theme > .slide > div.img {
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.image-gallery > .container.owl-carousel.image-gallery-theme > .owl-stage-outer > .owl-stage {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.image-gallery > .container.owl-carousel.image-gallery-theme > .owl-stage-outer > .owl-stage > .owl-item > .slide {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  margin: 0 2px;
  overflow: hidden;
}
.image-gallery > .container.owl-carousel.image-gallery-theme > .owl-stage-outer > .owl-stage > .owl-item > .slide > img {
  max-width: calc(100% - 4px);
  max-height: 100%;
  width: auto;
  height: auto;
}
.image-gallery > .container.owl-carousel.image-gallery-theme > .owl-stage-outer > .owl-stage > .owl-item > .slide > div.img {
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.image-gallery > .container.owl-carousel.image-gallery-theme .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 5px 15px 5px;
  color: white;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  pointer-events: none;
}
.image-gallery > .container.owl-carousel.image-gallery-theme .owl-nav button {
  -webkit-transition: transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  pointer-events: auto;
}
.image-gallery > .container.owl-carousel.image-gallery-theme .owl-nav button > b {
  display: block;
  width: 100px;
  height: 100px;
  background-image: url('../image/right_w_shadow.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.7;
}
.image-gallery > .container.owl-carousel.image-gallery-theme .owl-nav button > b.left {
  transform: rotate(180deg);
}
.image-gallery > .container.owl-carousel.image-gallery-theme .owl-nav button:hover {
  background: none;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.image-gallery > .container.owl-carousel.image-gallery-theme .owl-dots {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  display: none;
}
.image-gallery > .container.owl-carousel.image-gallery-theme .owl-dots > button.owl-dot > span {
  display: block;
  border-radius: 50%;
  -webkit-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  width: 13px;
  height: 13px;
  background: #f0f0f0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.image-gallery > .container.owl-carousel.image-gallery-theme .owl-dots > button.owl-dot.active > span {
  background: white;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.image-gallery > .container.owl-carousel.image-gallery-theme .owl-dots > button.owl-dot:hover > span {
  background: white;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.image-gallery > .container.owl-carousel.image-gallery-theme.hidden {
  visibility: visible;
  display: none;
}
.image-gallery.hidden {
  visibility: visible;
  display: block;
  opacity: 0;
}
@media (min-width: 575px) {
  .image-gallery > .close .close-container:hover .leftright {
    transform: rotate(-45deg);
    background-color: #f25c66;
  }
  .image-gallery > .close .close-container:hover .rightleft {
    transform: rotate(45deg);
    background-color: #f25c66;
  }
  .image-gallery > .close .close-container:hover label {
    opacity: 1;
  }
}
@media (max-width: 575px) {
  .image-gallery > .container.owl-carousel.image-gallery-theme .owl-nav {
    display: none;
  }
}
body section.main.halloween {
  transition: background-color 1s;
  will-change: background-color;
}
body section.main.halloween .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: row;
}
body section.main.halloween .container .bg-color-marker {
  width: 0;
  height: 0;
  opacity: 0;
}
body section.main.halloween .container .more .link {
  margin-top: 20px;
  color: #837e89;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}
body section.main.halloween .container .more .link--arrowed {
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
}
body section.main.halloween .container .more .link--arrowed .arrow-icon {
  position: relative;
  top: -1px;
  transition: transform 0.3s ease;
  vertical-align: middle;
}
body section.main.halloween .container .more .link--arrowed .arrow-icon--circle {
  transition: stroke-dashoffset 0.3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}
body section.main.halloween .container .more .link--arrowed:hover .arrow-icon {
  transform: translate3d(5px, 0, 0);
}
body section.main.halloween .container .more .link--arrowed:hover .arrow-icon--circle {
  stroke-dashoffset: 0;
}
body section.main.halloween .container .image {
  overflow: hidden;
  margin: 15px 0 100px 0;
  position: relative;
  transform: translate(0px, 0px);
  will-change: transform;
  opacity: 1;
}
body section.main.halloween .container .image .bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(1);
  transition: transform 1s;
}
body section.main.halloween .container .text-wrapper {
  margin: 0 20px 50px 0;
  color: #837e89;
}
body section.main.halloween .container .text-wrapper p {
  font-family: 'roboto';
}
body section.main.halloween .container .text-wrapper p span {
  display: inline-block;
  margin: 0 10px;
}
body section.main.halloween .container .text-wrapper p a {
  margin: 0 10px;
}
body section.main.halloween .container .text-wrapper p.category {
  font-size: 80px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -0.5px;
  line-height: 130px;
  margin-bottom: -20px;
}
body section.main.halloween .container .text-wrapper p.category span {
  will-change: transform;
  transform: rotate(0deg);
  transform-origin: 0 0;
}
body section.main.halloween .container .text-wrapper p.desc {
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -0.5px;
  margin-bottom: 50px;
  font-style: italic;
}
body section.main.halloween .container .text-wrapper p.desc span {
  will-change: transform, opacity;
  transform: translate(0px, 0px);
  opacity: 1;
  margin: 0 12px;
}
body section.main.halloween .container .text-wrapper p.more {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.5px;
}
body section.main.halloween .container .text-wrapper p.more a {
  will-change: transform;
  transform: translate(0px, 0px);
  margin: 0 12px;
}
body section.main.halloween .container .col {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
body section.main.halloween .container .col:first-child .text-wrapper {
  padding-left: 20px;
}
body section.main.halloween .container .col:last-child .text-wrapper {
  padding-right: 20px;
}
body section.main.halloween[data-id="front"] {
  margin-top: 40px;
  overflow: hidden;
}
body section.main.halloween[data-id="front"] .container {
  padding: 0;
  min-width: 100%;
  width: 100%;
  height: 100%;
  transform: translate(0px, 0px);
  will-change: transform;
}
body section.main.halloween[data-id="front"] .container .hidden {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
}
body section.main.halloween[data-id="front"] .container .call-to-action {
  z-index: 1000;
  position: absolute;
  bottom: 13px;
  right: 50%;
  transform: translateX(50%);
  background-color: white;
  padding: 8px 20px;
  border-radius: 5px;
  margin: 0;
  white-space: pre;
  font-family: 'Roboto';
  color: black;
  font-weight: 900;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -1px;
  text-transform: uppercase;
  cursor: pointer;
}
body section.main.halloween[data-id="front"] .container .slideshow {
  position: relative;
  width: 100%;
  height: 100%;
}
body section.main.halloween[data-id="front"] .container .slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  top: 0;
  left: 0;
  position: absolute;
  overflow-x: hidden;
  pointer-events: none;
  opacity: 0;
}
body section.main.halloween[data-id="front"] .container .slide .slide__wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}
body section.main.halloween[data-id="front"] .container .slide .slide__wrap .slide__img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: white;
  background-size: cover;
  background-position: 50% 0%;
  position: absolute;
  pointer-events: none;
}
body section.main.halloween[data-id="front"] .container .slide[data-id="1"] .slide__wrap .slide__img {
  background-image: url('../image/halloween/bg_01_16x9.jpg');
  background-position: center bottom;
}
body section.main.halloween[data-id="front"] .container .slide[data-id="1"] .slide__title {
  font-size: 85px;
  line-height: 60px;
}
body section.main.halloween[data-id="front"] .container .slide[data-id="1"] .slide__subtitle {
  font-weight: 300;
  font-size: 34px;
}
body section.main.halloween[data-id="front"] .container .slide[data-id="2"] .slide__wrap .slide__img {
  background-image: url('../image/halloween/bg_02_16x9.jpg');
  background-position: center bottom;
}
body section.main.halloween[data-id="front"] .container .slide[data-id="2"] .slide__title {
  font-size: 85px;
  line-height: 60px;
}
body section.main.halloween[data-id="front"] .container .slide[data-id="2"] .slide__subtitle {
  font-weight: 300;
  font-size: 34px;
}
body section.main.halloween[data-id="front"] .container .slide[data-id="3"] .slide__wrap .slide__img {
  background-image: url('../image/halloween/bg_03_16x9.jpg');
  background-position: center bottom;
}
body section.main.halloween[data-id="front"] .container .slide[data-id="3"] .slide__title {
  font-size: 85px;
  line-height: 60px;
}
body section.main.halloween[data-id="front"] .container .slide[data-id="3"] .slide__subtitle {
  font-weight: 300;
  font-size: 34px;
}
body section.main.halloween[data-id="front"] .container .slide[data-id="4"] .slide__wrap .slide__img {
  background-image: url('../image/halloween/bg_04_16x9.jpg');
  background-position: center;
}
body section.main.halloween[data-id="front"] .container .slide[data-id="4"] .slide__title {
  font-size: 85px;
  line-height: 60px;
}
body section.main.halloween[data-id="front"] .container .slide[data-id="4"] .slide__subtitle {
  font-weight: 300;
  font-size: 34px;
}
body section.main.halloween[data-id="front"] .container .slide[data-id="5"] .slide__wrap .slide__img {
  background-image: url('../image/halloween/bg_05_16x9.jpg');
  background-position: center;
}
body section.main.halloween[data-id="front"] .container .slide[data-id="5"] .slide__title {
  font-size: 85px;
  line-height: 60px;
}
body section.main.halloween[data-id="front"] .container .slide[data-id="5"] .slide__subtitle {
  font-weight: 300;
  font-size: 34px;
}
body section.main.halloween[data-id="front"] .container .slide--current {
  opacity: 1;
  z-index: 999;
  pointer-events: auto;
  position: relative;
}
body section.main.halloween[data-id="front"] .container .slide__title-wrap {
  padding: calc(6rem + 10vh) 0 0 4rem;
  text-align: left;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
body section.main.halloween[data-id="front"] .container .slide__title {
  margin: 0;
  white-space: pre;
  font-family: 'Roboto';
  color: white;
  font-weight: 900;
  font-size: 100px;
  line-height: 100px;
  letter-spacing: -1px;
  text-transform: uppercase;
}
body section.main.halloween[data-id="front"] .container .slide__title span {
  display: inline-block;
}
body section.main.halloween[data-id="front"] .container .slide__subtitle {
  margin: 1rem 0 0 0.2rem;
  max-width: 600px;
  font-family: 'Roboto';
  color: white;
  font-weight: 200;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -0.5px;
}
body section.main.halloween[data-id="front"] .container .slide__subtitle span.bold {
  font-weight: 600;
}
body section.main.halloween[data-id="front"] .container .boxnav {
  left: 10px;
  width: auto;
  position: absolute;
  bottom: 10px;
  display: flex;
  z-index: 1000;
}
body section.main.halloween[data-id="front"] .container button {
  cursor: pointer;
}
body section.main.halloween[data-id="front"] .container .boxnav__item {
  width: 6vw;
  height: 8vw;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border: 0;
}
body section.main.halloween[data-id="front"] .container .boxnav__item--prev:hover,
body section.main.halloween[data-id="front"] .container .boxnav__item--next:hover {
  color: #888;
}
body section.main.halloween[data-id="front"] .container .boxnav__item--prev:hover svg,
body section.main.halloween[data-id="front"] .container .boxnav__item--next:hover svg {
  fill: #888;
}
body section.main.halloween[data-id="front"] .container .boxnav__item:focus {
  outline: none;
}
body section.main.halloween[data-id="front"] .container .boxnav__label {
  padding: 0 0.5rem;
  font-size: 1.15rem;
  position: relative;
}
body section.main.halloween[data-id="front"] .container .boxnav__label--total::before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  width: 2px;
  height: 1.45rem;
  background: #000;
  transform: rotate(22.5deg);
}
body section.main.halloween[data-id="front"] .container .icon--caret-rot {
  transform: rotate(180deg);
}
body section.main.halloween[data-id="front"] .container .icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  fill: #444;
}
body section.main.halloween[data-id="front"] .container .bg {
  width: 100%;
  height: 100%;
  background-image: url("../image/art/img_043.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body section.main.halloween[data-id="desc"] {
  position: relative;
}
body section.main.halloween[data-id="desc"] .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url('/image/halloween/halloween_bg_01_bw.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.1;
}
body section.main.halloween[data-id="desc"] .container {
  padding: 40px 20px;
  flex-direction: column;
}
body section.main.halloween[data-id="desc"] .container .wrapper p {
  font-family: 'roboto';
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #666;
}
body section.main.halloween[data-id="desc"] .container .wrapper p:last-child {
  margin-bottom: 0;
}
body section.main.halloween[data-id="desc"] .container .wrapper p:nth-child(1) {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
}
body section.main.halloween[data-id="desc"] .container .wrapper p:nth-child(2) {
  font-size: 60px;
  line-height: 80px;
  font-weight: 600;
}
body section.main.halloween[data-id="desc"] .container .wrapper p:nth-child(3) {
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
}
body section.main.halloween[data-id="desc"] .container .wrapper p:nth-child(4) {
  font-size: 23px;
  line-height: 40px;
  font-weight: 400;
}
body section.main.halloween[data-id="desc"] .container .wrapper p:nth-child(5) {
  font-size: 23px;
  line-height: 40px;
  font-weight: 400;
}
body section.main.halloween[data-id="desc"] .container .wrapper p:nth-child(6) {
  font-size: 23px;
  line-height: 40px;
  font-weight: 400;
}
body section.main.halloween[data-id="pictures"] {
  background-color: #7f7c82;
}
body section.main.halloween[data-id="pictures"] .container {
  width: 100%;
  max-width: inherit;
  display: flex;
  gap: 30px;
  padding: 30px;
  justify-content: center;
}
body section.main.halloween[data-id="pictures"] .container .img {
  width: calc((100vw - 110px) / 3);
  aspect-ratio: 1 / 1;
  border: 10px solid white;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body section.main.halloween[data-id="pictures"] .container .img[data-id="1"] {
  background-image: url('/image/halloween/img_01_1x1.jpg');
}
body section.main.halloween[data-id="pictures"] .container .img[data-id="2"] {
  background-image: url('/image/halloween/img_02_1x1.jpg');
}
body section.main.halloween[data-id="pictures"] .container .img[data-id="3"] {
  background-image: url('/image/halloween/img_03_1x1.jpg');
}
body section.main.halloween[data-id="pictures"] .container .img[data-id="4"] {
  background-image: url('/image/halloween/img_04_1x1.jpg');
}
body section.main.halloween[data-id="pictures"] .container .img[data-id="5"] {
  background-image: url('/image/halloween/img_05_1x1.jpg');
}
body section.main.halloween[data-id="pictures"] .container .img img {
  width: 0px;
  height: 0px;
  opacity: 0;
}
body section.main.halloween[data-id="services"] {
  position: relative;
}
body section.main.halloween[data-id="services"] .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url('/image/halloween/halloween_bg_01_bw.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.1;
}
body section.main.halloween[data-id="services"] .container {
  flex-direction: column;
}
body section.main.halloween[data-id="services"] .container .services {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
body section.main.halloween[data-id="services"] .container .services ul {
  width: auto;
}
body section.main.halloween[data-id="services"] .container .services ul li {
  width: auto;
  font-family: 'roboto';
  font-size: 23px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 6px;
  color: #666;
  padding-left: 10px;
  display: flex;
  gap: 10px;
}
body section.main.halloween[data-id="services"] .container .services ul li span {
  display: block;
  flex: 1;
}
body section.main.halloween[data-id="services"] .container .services ul li::before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background-image: url('/image/halloween/pumpkin_100.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  top: 3px;
}
body section.main.halloween[data-id="services"] .container .services .item {
  width: 200px;
  height: 200px;
  border: 10px solid white;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #afafaf;
}
body section.main.halloween[data-id="services"] .container .services .item p {
  font-family: 'roboto';
  text-align: center;
  font-size: 21px;
  line-height: 26px;
  font-weight: 800;
  color: white;
}
body section.main.halloween[data-id="services"] .container .package {
  margin-top: 80px;
  width: 100%;
}
body section.main.halloween[data-id="services"] .container .package p {
  font-family: 'roboto';
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #666;
}
body section.main.halloween[data-id="services"] .container .package p span.price {
  display: inline-block;
  font-size: 70px;
  font-weight: 800;
  margin-left: 10px;
}
body section.main.halloween[data-id="services"] .container .package p span.date {
  display: inline-block;
  font-size: 26px;
  font-weight: 800;
  margin-top: 6px;
  margin-bottom: 6px;
}
body section.main.halloween[data-id="services"] .container .package p:last-child {
  margin-bottom: 0;
}
body section.main.halloween[data-id="more-pictures"] .container {
  padding: 10px 0;
}
body section.main.halloween[data-id="more-pictures"] .container .item-container {
  height: 300px;
}
body section.main.halloween[data-id="more-pictures"] .container .item-container .wrapper {
  height: 300px;
  position: relative;
}
body section.main.halloween[data-id="more-pictures"] .container .item-container .wrapper .item {
  height: 300px;
}
body section.main.halloween[data-id="more-pictures"] .container .item-container .wrapper .item .img {
  height: 300px;
}
body section.main.halloween[data-id="more-pictures"] .container .item-container .wrapper .item .img img {
  height: 300px;
}
body section.main.halloween[data-id="more-pictures"] .container .item-container .wrapper .owl-nav {
  position: absolute;
  top: calc(50% - 65px);
  left: -20px;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 5px 15px 5px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  pointer-events: none;
}
body section.main.halloween[data-id="more-pictures"] .container .item-container .wrapper .owl-nav button {
  transition: transform 0.25s;
  transform: scale(0.8);
  pointer-events: auto;
}
body section.main.halloween[data-id="more-pictures"] .container .item-container .wrapper .owl-nav button > b {
  display: block;
  width: 100px;
  height: 100px;
  background-image: url('../image/right_w_shadow.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.25s;
  opacity: 0.8;
}
body section.main.halloween[data-id="more-pictures"] .container .item-container .wrapper .owl-nav button > b.left {
  transform: rotate(180deg);
}
body section.main.halloween[data-id="more-pictures"] .container .item-container .wrapper .owl-nav button:hover {
  background: none;
  transform: scale(1);
}
body section.main.halloween[data-id="more-pictures"] .container .item-container .wrapper .owl-nav button:hover > b {
  opacity: 1;
}
@media (max-width: 575px) {
  body section.main.halloween[data-id="front"] {
    margin-top: 25px;
  }
  body section.main.halloween[data-id="front"] .container {
    padding: 30px 0;
  }
  body section.main.halloween[data-id="front"] .container .call-to-action {
    font-size: 20px;
    padding: 5px 20px;
    bottom: 80px;
  }
  body section.main.halloween[data-id="front"] .container .slide[data-id="1"] .slide__wrap .slide__img {
    background-image: url('../image/halloween/bg_01_3x5.jpg');
    background-position: center bottom;
  }
  body section.main.halloween[data-id="front"] .container .slide[data-id="1"] .slide__title-wrap {
    top: 25px;
    height: auto;
    bottom: auto;
    padding: 0 20px;
  }
  body section.main.halloween[data-id="front"] .container .slide[data-id="1"] .slide__title-wrap .slide__title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: -15px;
  }
  body section.main.halloween[data-id="front"] .container .slide[data-id="1"] .slide__title-wrap .slide__subtitle {
    font-size: 29px;
  }
  body section.main.halloween[data-id="front"] .container .slide[data-id="2"] .slide__wrap .slide__img {
    background-image: url('../image/halloween/bg_02_3x5.jpg');
    background-position: center bottom;
  }
  body section.main.halloween[data-id="front"] .container .slide[data-id="2"] .slide__title-wrap {
    top: 25px;
    height: auto;
    bottom: auto;
    padding: 0 20px;
  }
  body section.main.halloween[data-id="front"] .container .slide[data-id="2"] .slide__title-wrap .slide__title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: -15px;
  }
  body section.main.halloween[data-id="front"] .container .slide[data-id="2"] .slide__title-wrap .slide__subtitle {
    font-size: 29px;
  }
  body section.main.halloween[data-id="front"] .container .slide[data-id="3"] .slide__wrap .slide__img {
    background-image: url('../image/halloween/bg_03_3x5.jpg');
    background-position: center bottom;
  }
  body section.main.halloween[data-id="front"] .container .slide[data-id="3"] .slide__title-wrap {
    top: 25px;
    height: auto;
    bottom: auto;
    padding: 0 20px;
  }
  body section.main.halloween[data-id="front"] .container .slide[data-id="3"] .slide__title-wrap .slide__title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: -15px;
  }
  body section.main.halloween[data-id="front"] .container .slide[data-id="3"] .slide__title-wrap .slide__subtitle {
    font-size: 29px;
  }
  body section.main.halloween[data-id="front"] .container .slide[data-id="4"] .slide__wrap .slide__img {
    background-image: url('../image/halloween/bg_04_3x5.jpg');
    background-position: center bottom;
  }
  body section.main.halloween[data-id="front"] .container .slide[data-id="4"] .slide__title-wrap {
    top: 25px;
    height: auto;
    bottom: auto;
    padding: 0 20px;
  }
  body section.main.halloween[data-id="front"] .container .slide[data-id="4"] .slide__title-wrap .slide__title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: -15px;
  }
  body section.main.halloween[data-id="front"] .container .slide[data-id="4"] .slide__title-wrap .slide__subtitle {
    font-size: 29px;
  }
  body section.main.halloween[data-id="front"] .container .slide[data-id="5"] .slide__wrap .slide__img {
    background-image: url('../image/halloween/bg_05_3x5.jpg');
    background-position: center bottom;
  }
  body section.main.halloween[data-id="front"] .container .slide[data-id="5"] .slide__title-wrap {
    top: 25px;
    height: auto;
    bottom: auto;
    padding: 0 20px;
  }
  body section.main.halloween[data-id="front"] .container .slide[data-id="5"] .slide__title-wrap .slide__title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: -15px;
  }
  body section.main.halloween[data-id="front"] .container .slide[data-id="5"] .slide__title-wrap .slide__subtitle {
    font-size: 29px;
  }
  body section.main.halloween[data-id="front"] .container .boxnav {
    left: 0;
    right: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }
  body section.main.halloween[data-id="front"] .container .boxnav .boxnav__item {
    flex: 1;
    width: auto;
    margin: 0;
    height: 45px;
  }
  body section.main.halloween[data-id="desc"] .container .wrapper p {
    margin-bottom: 24px;
  }
  body section.main.halloween[data-id="desc"] .container .wrapper p:nth-child(1) {
    font-size: 24px;
    line-height: 33px;
    font-weight: 300;
  }
  body section.main.halloween[data-id="desc"] .container .wrapper p:nth-child(2) {
    font-size: 43px;
    line-height: 55px;
    font-weight: 600;
  }
  body section.main.halloween[data-id="desc"] .container .wrapper p:nth-child(3) {
    font-size: 27px;
    line-height: 40px;
    font-weight: 300;
  }
  body section.main.halloween[data-id="desc"] .container .wrapper p:nth-child(4) {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
  }
  body section.main.halloween[data-id="desc"] .container .wrapper p:nth-child(5) {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
  }
  body section.main.halloween[data-id="desc"] .container .wrapper p:nth-child(6) {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
  }
  body section.main.halloween[data-id="services"] .container {
    padding: 20px 0;
  }
  body section.main.halloween[data-id="services"] .container .services ul {
    margin: 0 20px;
  }
  body section.main.halloween[data-id="services"] .container .services .item {
    width: calc(50vw - 30px);
    height: auto;
    aspect-ratio: 1 / 1;
  }
  body section.main.halloween[data-id="services"] .container .services .item p {
    font-size: 17px;
    line-height: 24px;
  }
  body section.main.halloween[data-id="services"] .container .package {
    margin-top: 63px;
  }
  body section.main.halloween[data-id="services"] .container .package p span.price {
    font-size: 53px;
  }
  body section.main.halloween[data-id="pictures"] {
    background-color: #7f7c82;
  }
  body section.main.halloween[data-id="pictures"] .container {
    flex-direction: column;
    align-items: center;
  }
  body section.main.halloween[data-id="pictures"] .container .img {
    width: calc(100vw - 80px);
  }
}
body section.main.christmas {
  transition: background-color 1s;
  will-change: background-color;
}
body section.main.christmas .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: row;
}
body section.main.christmas .container .bg-color-marker {
  width: 0;
  height: 0;
  opacity: 0;
}
body section.main.christmas .container .more .link {
  margin-top: 20px;
  color: #837e89;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}
body section.main.christmas .container .more .link--arrowed {
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
}
body section.main.christmas .container .more .link--arrowed .arrow-icon {
  position: relative;
  top: -1px;
  transition: transform 0.3s ease;
  vertical-align: middle;
}
body section.main.christmas .container .more .link--arrowed .arrow-icon--circle {
  transition: stroke-dashoffset 0.3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}
body section.main.christmas .container .more .link--arrowed:hover .arrow-icon {
  transform: translate3d(5px, 0, 0);
}
body section.main.christmas .container .more .link--arrowed:hover .arrow-icon--circle {
  stroke-dashoffset: 0;
}
body section.main.christmas .container .image {
  overflow: hidden;
  margin: 15px 0 100px 0;
  position: relative;
  transform: translate(0px, 0px);
  will-change: transform;
  opacity: 1;
}
body section.main.christmas .container .image .bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(1);
  transition: transform 1s;
}
body section.main.christmas .container .text-wrapper {
  margin: 0 20px 50px 0;
  color: #837e89;
}
body section.main.christmas .container .text-wrapper p {
  font-family: 'roboto';
}
body section.main.christmas .container .text-wrapper p span {
  display: inline-block;
  margin: 0 10px;
}
body section.main.christmas .container .text-wrapper p a {
  margin: 0 10px;
}
body section.main.christmas .container .text-wrapper p.category {
  font-size: 80px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -0.5px;
  line-height: 130px;
  margin-bottom: -20px;
}
body section.main.christmas .container .text-wrapper p.category span {
  will-change: transform;
  transform: rotate(0deg);
  transform-origin: 0 0;
}
body section.main.christmas .container .text-wrapper p.desc {
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -0.5px;
  margin-bottom: 50px;
  font-style: italic;
}
body section.main.christmas .container .text-wrapper p.desc span {
  will-change: transform, opacity;
  transform: translate(0px, 0px);
  opacity: 1;
  margin: 0 12px;
}
body section.main.christmas .container .text-wrapper p.more {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.5px;
}
body section.main.christmas .container .text-wrapper p.more a {
  will-change: transform;
  transform: translate(0px, 0px);
  margin: 0 12px;
}
body section.main.christmas .container .col {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
body section.main.christmas .container .col:first-child .text-wrapper {
  padding-left: 20px;
}
body section.main.christmas .container .col:last-child .text-wrapper {
  padding-right: 20px;
}
body section.main.christmas[data-id="front"] {
  margin-top: 40px;
  overflow: hidden;
}
body section.main.christmas[data-id="front"] .container {
  padding: 0;
  min-width: 100%;
  width: 100%;
  height: 100%;
  transform: translate(0px, 0px);
  will-change: transform;
}
body section.main.christmas[data-id="front"] .container .hidden {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
}
body section.main.christmas[data-id="front"] .container p.description {
  z-index: 1000;
  position: absolute;
  bottom: 14vh;
  width: 50vw;
  right: 50%;
  transform: translateX(50%);
  margin: 0;
  text-align: center;
  font-family: 'Roboto';
  color: #5c0303;
  font-weight: 300;
  font-size: 2.5vw;
  line-height: 3vw;
  letter-spacing: -1px;
}
body section.main.christmas[data-id="front"] .container p.call-to-action {
  z-index: 1000;
  position: absolute;
  bottom: 13px;
  right: 50%;
  transform: translateX(50%);
  background-color: white;
  padding: 8px 20px;
  border-radius: 5px;
  margin: 0;
  white-space: pre;
  font-family: 'Roboto';
  color: black;
  font-weight: 900;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -1px;
  text-transform: uppercase;
  cursor: pointer;
}
body section.main.christmas[data-id="front"] .container .slideshow {
  position: relative;
  width: 100%;
  height: 100%;
}
body section.main.christmas[data-id="front"] .container .slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  top: 0;
  left: 0;
  position: absolute;
  overflow-x: hidden;
  pointer-events: none;
  opacity: 0;
}
body section.main.christmas[data-id="front"] .container .slide .slide__wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}
body section.main.christmas[data-id="front"] .container .slide .slide__wrap .slide__img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: white;
  background-size: cover;
  background-position: 50% 0%;
  position: absolute;
  pointer-events: none;
}
body section.main.christmas[data-id="front"] .container .slide[data-id="1"] .slide__wrap .slide__img {
  background-image: url('../image/christmas/bg_01_16x9.jpg');
  background-position: center bottom;
}
body section.main.christmas[data-id="front"] .container .slide[data-id="1"] .slide__wrap .slide__img .bow {
  position: absolute;
  top: 0;
  left: 0;
  width: 30vw;
  aspect-ratio: 1 / 1;
  background-image: url('../image/christmas/red-bow.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
body section.main.christmas[data-id="front"] .container .slide[data-id="1"] .slide__title {
  font-size: 5vw;
  line-height: 60px;
  color: #7a1616;
}
body section.main.christmas[data-id="front"] .container .slide[data-id="1"] .slide__subtitle {
  font-weight: 300;
  font-size: 34px;
}
body section.main.christmas[data-id="front"] .container .slide--current {
  opacity: 1;
  z-index: 999;
  pointer-events: auto;
  position: relative;
}
body section.main.christmas[data-id="front"] .container .slide__title-wrap {
  padding: 0;
  text-align: left;
  position: absolute;
  width: auto;
  height: 100%;
  top: 6vh;
  left: 50%;
  transform: translateX(-50%);
}
body section.main.christmas[data-id="front"] .container .slide__title {
  margin: 0;
  white-space: pre;
  font-family: 'Roboto';
  color: white;
  font-weight: 900;
  font-size: 100px;
  line-height: 100px;
  letter-spacing: -1px;
  text-transform: uppercase;
}
body section.main.christmas[data-id="front"] .container .slide__title span {
  display: inline-block;
}
body section.main.christmas[data-id="front"] .container .slide__subtitle {
  margin: 1rem 0 0 0.2rem;
  max-width: 600px;
  font-family: 'Roboto';
  color: white;
  font-weight: 200;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -0.5px;
}
body section.main.christmas[data-id="front"] .container .slide__subtitle span.bold {
  font-weight: 600;
}
body section.main.christmas[data-id="front"] .container .boxnav {
  left: 10px;
  width: auto;
  position: absolute;
  bottom: 10px;
  display: flex;
  z-index: 1000;
}
body section.main.christmas[data-id="front"] .container button {
  cursor: pointer;
}
body section.main.christmas[data-id="front"] .container .boxnav__item {
  width: 6vw;
  height: 8vw;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border: 0;
}
body section.main.christmas[data-id="front"] .container .boxnav__item--prev:hover,
body section.main.christmas[data-id="front"] .container .boxnav__item--next:hover {
  color: #888;
}
body section.main.christmas[data-id="front"] .container .boxnav__item--prev:hover svg,
body section.main.christmas[data-id="front"] .container .boxnav__item--next:hover svg {
  fill: #888;
}
body section.main.christmas[data-id="front"] .container .boxnav__item:focus {
  outline: none;
}
body section.main.christmas[data-id="front"] .container .boxnav__label {
  padding: 0 0.5rem;
  font-size: 1.15rem;
  position: relative;
}
body section.main.christmas[data-id="front"] .container .boxnav__label--total::before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  width: 2px;
  height: 1.45rem;
  background: #000;
  transform: rotate(22.5deg);
}
body section.main.christmas[data-id="front"] .container .icon--caret-rot {
  transform: rotate(180deg);
}
body section.main.christmas[data-id="front"] .container .icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  fill: #444;
}
body section.main.christmas[data-id="front"] .container .bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body section.main.christmas[data-id="desc"] {
  position: relative;
  z-index: 100;
}
body section.main.christmas[data-id="desc"] .wrapper {
  z-index: 100;
}
body section.main.christmas[data-id="desc"] .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url('/image/christmas/winter_bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 1;
}
body section.main.christmas[data-id="desc"] .container {
  padding: 40px 20px;
  flex-direction: column;
}
body section.main.christmas[data-id="desc"] .container .wrapper p {
  font-family: 'roboto';
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #666;
}
body section.main.christmas[data-id="desc"] .container .wrapper p:last-child {
  margin-bottom: 0;
}
body section.main.christmas[data-id="desc"] .container .wrapper p:nth-child(1) {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
}
body section.main.christmas[data-id="desc"] .container .wrapper p:nth-child(2) {
  font-size: 60px;
  line-height: 80px;
  font-weight: 600;
}
body section.main.christmas[data-id="desc"] .container .wrapper p:nth-child(3) {
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
}
body section.main.christmas[data-id="desc"] .container .wrapper p:nth-child(4) {
  font-size: 23px;
  line-height: 40px;
  font-weight: 400;
}
body section.main.christmas[data-id="desc"] .container .wrapper p:nth-child(5) {
  font-size: 23px;
  line-height: 40px;
  font-weight: 400;
}
body section.main.christmas[data-id="desc"] .container .wrapper p:nth-child(6) {
  font-size: 23px;
  line-height: 40px;
  font-weight: 400;
}
body section.main.christmas[data-id="pictures"] {
  background-color: #7f7c82;
}
body section.main.christmas[data-id="pictures"] .container {
  width: 100%;
  max-width: inherit;
  display: flex;
  gap: 30px;
  padding: 30px;
  justify-content: center;
}
body section.main.christmas[data-id="pictures"] .container .img {
  width: calc((100vw - 110px) / 4);
  aspect-ratio: 4 / 5;
  border: 10px solid white;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body section.main.christmas[data-id="pictures"] .container .img[data-id="1"] {
  background-image: url('/image/christmas/img_01_1x1.jpg');
}
body section.main.christmas[data-id="pictures"] .container .img[data-id="2"] {
  background-image: url('/image/christmas/img_02_1x1.jpg');
}
body section.main.christmas[data-id="pictures"] .container .img[data-id="3"] {
  background-image: url('/image/christmas/img_03_1x1.jpg');
}
body section.main.christmas[data-id="pictures"] .container .img[data-id="4"] {
  background-image: url('/image/christmas/img_04_1x1.jpg');
}
body section.main.christmas[data-id="pictures"] .container .img img {
  width: 0px;
  height: 0px;
  opacity: 0;
}
body section.main.christmas[data-id="services"] {
  position: relative;
}
body section.main.christmas[data-id="services"] .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url('/image/christmas/winter_bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 1;
}
body section.main.christmas[data-id="services"] .container {
  flex-direction: column;
  z-index: 100;
}
body section.main.christmas[data-id="services"] .container ul {
  width: auto;
}
body section.main.christmas[data-id="services"] .container ul li {
  width: auto;
  font-family: 'roboto';
  font-size: 23px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 6px;
  color: #666;
  padding-left: 10px;
  display: flex;
  gap: 10px;
}
body section.main.christmas[data-id="services"] .container ul li span {
  display: block;
  flex: 1;
}
body section.main.christmas[data-id="services"] .container ul li::before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background-image: url('/image/christmas/snowflake.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  top: 3px;
}
body section.main.christmas[data-id="services"] .container .services {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 100;
}
body section.main.christmas[data-id="services"] .container .services .item {
  width: 200px;
  height: 200px;
  border: 10px solid white;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #afafaf;
}
body section.main.christmas[data-id="services"] .container .services .item p {
  font-family: 'roboto';
  text-align: center;
  font-size: 21px;
  line-height: 26px;
  font-weight: 800;
  color: white;
}
body section.main.christmas[data-id="services"] .container .package-wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
  z-index: 100;
}
body section.main.christmas[data-id="services"] .container .package-wrapper:last-child {
  margin-bottom: 0;
}
body section.main.christmas[data-id="services"] .container .package-wrapper .package {
  position: relative;
  flex: 1;
  padding: 20px 20px 100px 20px;
  background-color: #ccc;
  cursor: pointer;
  transform: scale(1);
  transition: transform 0.33s ease, opacity 0.33s linear;
}
body section.main.christmas[data-id="services"] .container .package-wrapper .package .image {
  width: 100%;
  aspect-ratio: 3 / 2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 20px 0;
  border: 10px solid white;
}
body section.main.christmas[data-id="services"] .container .package-wrapper .package[data-id="1"] .image {
  background-image: url("../image/christmas/package_classic.jpg");
}
body section.main.christmas[data-id="services"] .container .package-wrapper .package[data-id="2"] .image {
  background-image: url("../image/christmas/package_premium.jpg");
}
body section.main.christmas[data-id="services"] .container .package-wrapper .package[data-id="3"] .image {
  background-image: url("../image/christmas/package_exclusive.jpg");
}
body section.main.christmas[data-id="services"] .container .package-wrapper .package[data-id="6"] .price {
  display: none;
}
body section.main.christmas[data-id="services"] .container .package-wrapper .package.small {
  transform: scale(0.95);
  opacity: 0.7;
}
body section.main.christmas[data-id="services"] .container .package-wrapper .package.hover {
  transform: scale(1.05);
  opacity: 1;
}
body section.main.christmas[data-id="services"] .container .package-wrapper .package.hover .title {
  color: white;
}
body section.main.christmas[data-id="services"] .container .package-wrapper .package.hover[data-id="1"] .title {
  background-color: #FD9E42;
}
body section.main.christmas[data-id="services"] .container .package-wrapper .package.hover[data-id="2"] .title {
  background-color: #1F779F;
}
body section.main.christmas[data-id="services"] .container .package-wrapper .package.hover[data-id="3"] .title {
  background-color: #BC22C7;
}
body section.main.christmas[data-id="services"] .container .package-wrapper .package.hover[data-id="4"] .title {
  background-color: #800000;
}
body section.main.christmas[data-id="services"] .container .package-wrapper .package.hover[data-id="5"] .title {
  background-color: #1f9f77;
}
body section.main.christmas[data-id="services"] .container .package-wrapper .package.hover[data-id="6"] .title {
  background-color: #6e5bcd;
}
body section.main.christmas[data-id="services"] .container .package-wrapper .package .title {
  width: calc(100% + 50px);
  background-color: #68676d;
  position: relative;
  left: -25px;
  padding: 10px 10px 8px 10px;
  margin-bottom: 15px;
  color: #d5d5d5;
  transition: background-color 0.33s ease, color 0.33s ease;
}
body section.main.christmas[data-id="services"] .container .package-wrapper .package .title p {
  text-align: center;
  font-size: 25px;
  line-height: 27px;
  font-weight: 900;
}
body section.main.christmas[data-id="services"] .container .package-wrapper .package .description p {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 30px;
  padding: 0 10px;
}
body section.main.christmas[data-id="services"] .container .package-wrapper .package .price {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
  padding: 20px;
  background: #bcbcbc;
}
body section.main.christmas[data-id="services"] .container .package-wrapper .package .price p {
  text-align: center;
  font-size: 31px;
  line-height: 31px;
  font-weight: 500;
  padding: 0 10px;
}
body section.main.christmas[data-id="services"] .container .package-wrapper .package .price p span.suffix {
  font-size: 80%;
  margin-left: 4px;
}
body section.main.christmas[data-id="services"] .container .package-wrapper .package .price .order {
  display: none;
}
body section.main.christmas[data-id="services"] .container .package-wrapper .package .category {
  margin-bottom: 20px;
}
body section.main.christmas[data-id="services"] .container .package-wrapper .package .category ul li {
  font-weight: 400;
}
body section.main.christmas[data-id="services"] .container .package-wrapper .package ul {
  margin-left: 20px;
}
body section.main.christmas[data-id="services"] .container .package-wrapper .package ul li {
  list-style-type: disc;
}
body section.main.christmas[data-id="services"] .container .informations {
  z-index: 100;
  padding: 0 10vw;
}
body section.main.christmas[data-id="services"] .container .informations ul {
  margin-left: 20vw;
}
body section.main.christmas[data-id="services"] .container .informations ul li {
  font-size: 22px;
  line-height: 29px;
}
body section.main.christmas[data-id="services"] .container .informations p {
  font-family: 'roboto';
  font-size: 22px;
  line-height: 29px;
  font-weight: 400;
  color: #666;
  margin-bottom: 20px;
}
body section.main.christmas[data-id="services"] .container .informations p.bold {
  font-weight: 700;
  font-size: 25px;
}
body section.main.christmas[data-id="services"] .container .informations img {
  width: 50vw;
  margin: 20px 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
body section.main.christmas[data-id="more-pictures"] .container {
  padding: 10px 0;
  max-width: 100%;
  width: 100%;
}
body section.main.christmas[data-id="more-pictures"] .container .item-container {
  height: 300px;
  width: 100%;
}
body section.main.christmas[data-id="more-pictures"] .container .item-container .wrapper {
  height: 300px;
  position: relative;
}
body section.main.christmas[data-id="more-pictures"] .container .item-container .wrapper .owl-item {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
body section.main.christmas[data-id="more-pictures"] .container .item-container .wrapper .item {
  overflow: hidden;
}
body section.main.christmas[data-id="more-pictures"] .container .item-container .wrapper .item .img {
  width: 300px;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(1);
  transition: transform 1s;
  text-transform: center;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
}
body section.main.christmas[data-id="more-pictures"] .container .item-container .wrapper .item .img img {
  width: 100%;
  height: auto;
}
body section.main.christmas[data-id="more-pictures"] .container .item-container .wrapper .owl-nav {
  position: absolute;
  top: calc(50% - 65px);
  left: -20px;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 5px 15px 5px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  pointer-events: none;
}
body section.main.christmas[data-id="more-pictures"] .container .item-container .wrapper .owl-nav button {
  transition: transform 0.25s;
  transform: scale(0.8);
  pointer-events: auto;
}
body section.main.christmas[data-id="more-pictures"] .container .item-container .wrapper .owl-nav button > b {
  display: block;
  width: 100px;
  height: 100px;
  background-image: url('../image/right_w_shadow.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.25s;
  opacity: 0.8;
}
body section.main.christmas[data-id="more-pictures"] .container .item-container .wrapper .owl-nav button > b.left {
  transform: rotate(180deg);
}
body section.main.christmas[data-id="more-pictures"] .container .item-container .wrapper .owl-nav button:hover {
  background: none;
  transform: scale(1);
}
body section.main.christmas[data-id="more-pictures"] .container .item-container .wrapper .owl-nav button:hover > b {
  opacity: 1;
}
@media (max-width: 575px) {
  body section.main.christmas[data-id="front"] {
    margin-top: 50px;
    aspect-ratio: 1415 / 1954;
  }
  body section.main.christmas[data-id="front"] .container {
    padding: 0 0;
  }
  body section.main.christmas[data-id="front"] .container p.description {
    font-size: 20px;
    padding: 5px 20px;
    bottom: 80px;
    display: none;
  }
  body section.main.christmas[data-id="front"] .container p.call-to-action {
    font-size: 5vh;
    padding: 5px 20px;
    bottom: 4vh;
    display: none;
  }
  body section.main.christmas[data-id="front"] .container .slide[data-id="1"] .slide__wrap .slide__img {
    background-image: url('../image/christmas/bg_01_3x5.jpg');
    background-position: center bottom;
  }
  body section.main.christmas[data-id="front"] .container .slide[data-id="1"] .slide__wrap .slide__img .bow {
    display: none;
  }
  body section.main.christmas[data-id="front"] .container .slide[data-id="1"] .slide__title-wrap {
    top: 25px;
    height: auto;
    bottom: auto;
    padding: 0 20px;
    display: none;
  }
  body section.main.christmas[data-id="front"] .container .slide[data-id="1"] .slide__title-wrap .slide__title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: -15px;
  }
  body section.main.christmas[data-id="front"] .container .slide[data-id="1"] .slide__title-wrap .slide__subtitle {
    font-size: 29px;
  }
  body section.main.christmas[data-id="front"] .container .boxnav {
    left: 0;
    right: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }
  body section.main.christmas[data-id="front"] .container .boxnav .boxnav__item {
    flex: 1;
    width: auto;
    margin: 0;
    height: 45px;
  }
  body section.main.christmas[data-id="desc"] .container .wrapper p {
    margin-bottom: 24px;
  }
  body section.main.christmas[data-id="desc"] .container .wrapper p:nth-child(1) {
    font-size: 24px;
    line-height: 33px;
    font-weight: 300;
  }
  body section.main.christmas[data-id="desc"] .container .wrapper p:nth-child(2) {
    font-size: 43px;
    line-height: 55px;
    font-weight: 600;
  }
  body section.main.christmas[data-id="desc"] .container .wrapper p:nth-child(3) {
    font-size: 27px;
    line-height: 40px;
    font-weight: 300;
  }
  body section.main.christmas[data-id="desc"] .container .wrapper p:nth-child(4) {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
  }
  body section.main.christmas[data-id="desc"] .container .wrapper p:nth-child(5) {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
  }
  body section.main.christmas[data-id="desc"] .container .wrapper p:nth-child(6) {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
  }
  body section.main.christmas[data-id="services"] .container {
    padding: 20px 0;
  }
  body section.main.christmas[data-id="services"] .container .services ul {
    margin: 0 20px;
  }
  body section.main.christmas[data-id="services"] .container .services .item {
    width: calc(50vw - 30px);
    height: auto;
    aspect-ratio: 1 / 1;
  }
  body section.main.christmas[data-id="services"] .container .services .item p {
    font-size: 17px;
    line-height: 24px;
  }
  body section.main.christmas[data-id="services"] .container .package-wrapper {
    flex-direction: column;
  }
  body section.main.christmas[data-id="services"] .container .package-wrapper .package {
    padding: 20px 20px 160px 20px;
  }
  body section.main.christmas[data-id="services"] .container .package-wrapper .package .price .order {
    display: block;
    margin: 20px -20px -20px -20px;
    padding: 20px;
    width: calc(100% + 40px);
    color: white;
  }
  body section.main.christmas[data-id="services"] .container .package-wrapper .package .price .order p {
    font-weight: 700;
  }
  body section.main.christmas[data-id="services"] .container .package-wrapper .package[data-id="6"] {
    padding: 20px 20px 60px 20px;
  }
  body section.main.christmas[data-id="services"] .container .package-wrapper .package[data-id="6"] .price {
    display: block;
  }
  body section.main.christmas[data-id="services"] .container .package-wrapper .package[data-id="6"] .price .order {
    margin: -20px -20px -20px -20px;
  }
  body section.main.christmas[data-id="services"] .container .informations {
    padding: 0 3vw;
  }
  body section.main.christmas[data-id="services"] .container .informations ul {
    margin-left: 8vw;
  }
  body section.main.christmas[data-id="services"] .container .informations img {
    width: 100%;
  }
  body section.main.christmas[data-id="pictures"] {
    background-color: #7f7c82;
  }
  body section.main.christmas[data-id="pictures"] .container {
    flex-direction: column;
    align-items: center;
  }
  body section.main.christmas[data-id="pictures"] .container .img {
    width: calc(100vw - 80px);
  }
}
