@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  outline: 0 none;
  border: 0 none;
  padding: 0;
}
body {
  margin: 0;
  line-height: 1.5;
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 400;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
hr {
  margin: 1rem 0;
  border: 0;
  opacity: 0.25;
  color: inherit;
}
hr:not([size]) {
  height: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 500;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  line-height: inherit;
  font-style: normal;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 0.875em;
}
sub,
sup {
  position: relative;
  line-height: 0;
  font-size: 0.75em;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:not([href]),
a:not([href]):hover {
  text-decoration: none;
  color: inherit;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
}
pre {
  overflow: auto;
  margin-top: 0;
  margin-bottom: 1rem;
  display: block;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  word-break: normal;
  color: inherit;
}
code {
  font-size: 0.875em;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  border-radius: 0.2rem;
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  caption-side: bottom;
  text-align: left;
}
th {
  text-align: inherit;
}
label {
  margin-bottom: 0.5rem;
  display: inline-block;
}
button {
  border-radius: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: textfield;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  margin: 0;
  min-width: 0;
  border: 0;
  padding: 0;
}
legend {
  margin-bottom: 0.5rem;
  width: 100%;
  padding: 0;
  float: left;
  line-height: inherit;
  font-size: 1.5rem;
  white-space: normal;
  color: inherit;
}
mark {
  padding: 0.2em;
}
progress {
  vertical-align: baseline;
}
::-webkit-datetime-edit {
  overflow: visible;
  line-height: 0;
}
[type="search"] {
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
main {
  display: block;
}
[hidden] {
  display: none !important;
}
select:-moz-focusring {
  text-shadow: 0 0 0 #000;
  color: transparent;
}
select {
  background: transparent;
}
a:focus,
button:focus,
input:focus,
select:focus {
  outline: 0;
}
a:active,
a:hover {
  outline: 0;
}
html {
  background: #222;
}
a {
  text-decoration: none;
  color: inherit;
}
.extended-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.large-margined-container {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
@media (min-width: 40em) {
  .large-margined-container {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media (min-width: 60em) {
  .large-margined-container {
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }
}
@media (min-width: 80em) {
  .large-margined-container {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }
}
@media (min-width: 100em) {
  .large-margined-container {
    margin-left: 8.125rem;
    margin-right: 8.125rem;
  }
}
@media (min-width: 120em) {
  .large-margined-container {
    margin-left: 10rem;
    margin-right: 10rem;
  }
}
.narrow-margined-container {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
@media (min-width: 40em) {
  .narrow-margined-container {
    margin-left: 6.875rem;
    margin-right: 6.875rem;
  }
}
@media (min-width: 60em) {
  .narrow-margined-container {
    margin-left: 8.75rem;
    margin-right: 8.75rem;
  }
}
@media (min-width: 80em) {
  .narrow-margined-container {
    margin-left: 10.625rem;
    margin-right: 10.625rem;
  }
}
@media (min-width: 100em) {
  .narrow-margined-container {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }
}
@media (min-width: 120em) {
  .narrow-margined-container {
    margin-left: 14.375rem;
    margin-right: 14.375rem;
  }
}
.height-40pxm {
  height: 2.5rem;
}
.height-200pxm {
  height: 12.5rem;
}
.height-400pxm {
  height: 25rem;
}
.width-400pxm {
  width: 25rem;
}
.width-800pxm {
  width: 50rem;
}
.height-1\/12 {
  height: 8.333333333333332%;
}
.height-2\/12 {
  height: 16.666666666666664%;
}
.height-3\/12 {
  height: 25%;
}
.height-4\/12 {
  height: 33.33333333333333%;
}
.height-5\/12 {
  height: 41.66666666666667%;
}
.height-6\/12 {
  height: 50%;
}
.height-7\/12 {
  height: 58.333333333333336%;
}
.height-8\/12 {
  height: 66.66666666666666%;
}
.height-9\/12 {
  height: 75%;
}
.height-10\/12 {
  height: 83.33333333333334%;
}
.height-11\/12 {
  height: 91.66666666666666%;
}
.height-12\/12 {
  height: 100%;
}
.width-1\/12 {
  width: 8.333333333333332%;
}
.width-2\/12 {
  width: 16.666666666666664%;
}
.width-3\/12 {
  width: 25%;
}
.width-4\/12 {
  width: 33.33333333333333%;
}
.width-5\/12 {
  width: 41.66666666666667%;
}
.width-6\/12 {
  width: 50%;
}
.width-7\/12 {
  width: 58.333333333333336%;
}
.width-8\/12 {
  width: 66.66666666666666%;
}
.width-9\/12 {
  width: 75%;
}
.width-10\/12 {
  width: 83.33333333333334%;
}
.width-11\/12 {
  width: 91.66666666666666%;
}
.width-12\/12 {
  width: 100%;
}
.display-none {
  display: none;
}
.display-flex {
  display: flex;
}
.flex-direction-row {
  flex-direction: row;
}
.flex-direction-column {
  flex-direction: column;
}
.flex-grow-0 {
  flex-grow: 0;
}
.flex-grow-1 {
  flex-grow: 1;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-space-around {
  justify-content: space-around;
}
.justify-content-space-between {
  justify-content: space-between;
}
.justify-content-end {
  justify-content: flex-end;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}
.background-color-dark-gray {
  background-color: #444;
}
.background-color-light-gray {
  background-color: #eee;
}
.background-color-gray {
  background-color: #888;
}
.background-color-light-cyan {
  background-color: #88f8f8;
}
.background-color-light-magenta {
  background-color: #f888f8;
}
.background-color-light-yellow {
  background-color: #f8f888;
}
.background-color-white {
  background-color: #fff;
}
html {
  font-size: 1rem;
}
@media (min-width: 90em) {
  html {
    font-size: 1.1rem;
  }
}
@media (min-width: 100em) {
  html {
    font-size: 1.2rem;
  }
}
@media (min-width: 110em) {
  html {
    font-size: 1.3rem;
  }
}
@media (min-width: 120em) {
  html {
    font-size: 1.4rem;
  }
}
.font-weight-100 {
  font-weight: 100;
}
.font-weight-200 {
  font-weight: 200;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}
.font-weight-800 {
  font-weight: 800;
}
.font-weight-900 {
  font-weight: 900;
}
.color-black {
  color: #000;
}
.color-white {
  color: #fff;
}
.overflow-scrollbar-hidden {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.overflow-scrollbar-hidden::-webkit-scrollbar {
  display: none;
}
.carousel {
  position: relative;
  overflow-x: hidden;
}
.carousel-strip-3-1 {
  position: relative;
  left: 0;
  margin: 0;
  width: 300%;
  display: flex;
}
.carousel-slide-3 {
  width: 33.333333333333336%;
}
.carousel-strip-4-1 {
  position: relative;
  left: 0;
  margin: 0;
  width: 400%;
  display: flex;
}
.carousel-slide-4 {
  width: 25%;
}
.gmnoprint a,
.gmnoprint span {
  display: none;
}
.gmnoprint div {
  background: none !important;
}
.gm-style-cc {
  display: none;
}
@media (min-width: 60em) {
  html {
    font-size: 1.1rem;
  }
}
@media (min-width: 70em) {
  html {
    font-size: 1.2rem;
  }
}
@media (min-width: 80em) {
  html {
    font-size: 1.3rem;
  }
}
@media (min-width: 90em) {
  html {
    font-size: 1.4rem;
  }
}
html {
  height: 100%;
  min-height: 100%;
}
body {
  min-height: 100%;
  background-color: #2b2b2b;
}
body,
body *,
button,
input,
textarea {
  font-family: "Atletico", sans-serif !important;
}
button,
input,
textarea {
  border: 0;
}
a {
  text-decoration: none;
  color: #fff;
}
a:hover {
  color: #fff;
  cursor: pointer;
}
a:hover,
input:hover,
textarea:hover {
  text-decoration: none;
}
a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none;
}
.background-black {
  background-color: #000;
}
.background-dark {
  background-color: #333;
}
.background-gray {
  background-color: #aaa;
}
.background-white {
  background-color: #fff;
}
.background-blue {
  background-color: #27e;
}
.background-blue-transparent {
  background-color: rgba(34,119,238,0.8);
}
.background-red {
  background-color: #e05;
}
.background-red-transparent {
  background-color: rgba(238,0,85,0.8);
}
.color-green {
  color: #0f0;
}
@font-face {
  font-family: 'Atletico';
  src: url("font/atletico_thin-webfont.woff2") format('woff2'), url("font/atletico_thin-webfont.woff") format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Atletico';
  src: url("font/atletico_ultralight-webfont.woff2") format('woff2'), url("font/atletico_ultralight-webfont.woff") format('woff');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Atletico';
  src: url("font/atletico_light-webfont.woff2") format('woff2'), url("font/atletico_light-webfont.woff") format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Atletico';
  src: url("font/atletico_regular-webfont.woff2") format('woff2'), url("font/atletico_regular-webfont.woff") format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Atletico';
  src: url("font/atletico_medium-webfont.woff2") format('woff2'), url("font/atletico_medium-webfont.woff") format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Atletico';
  src: url("font/atletico_bold-webfont.woff2") format('woff2'), url("font/atletico_bold-webfont.woff") format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova';
  src: url("font/proxima_nova_thin-webfont.woff2") format('woff2'), url("font/proxima_nova_thin-webfont.woff") format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova';
  src: url("font/proxima_nova_regular-webfont.woff2") format('woff2'), url("font/proxima_nova_regular-webfont.woff") format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova';
  src: url("font/proxima_nova_bold-webfont.woff2") format('woff2'), url("font/proxima_nova_bold-webfont.woff") format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova';
  src: url("font/proxima_nova_extrabold-webfont.woff2") format('woff2'), url("font/proxima_nova_extrabold-webfont.woff") format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova';
  src: url("font/proxima_nova_black-webfont.woff2") format('woff2'), url("font/proxima_nova_black-webfont.woff") format('woff');
  font-weight: 900;
  font-style: normal;
}
.font-family-atletico {
  font-family: 'Atletico' !important;
}
.font-family-proxima-nova {
  font-family: 'ProximaNova' !important;
}
.form-field-error {
  border-bottom: 0.0625rem solid #f00 !important;
}
.view {
  min-height: 100vh;
  color: #fff;
}
.view:not(.selected) {
  display: none;
}
.massages-view-therapeutic-massage-background {
  background: url("image/background/therapeutic_massage_background.jpg") no-repeat center center fixed;
  background-size: cover;
}
.massages-view-sport-massage-background {
  background: url("image/background/sport_massage_background.jpg") no-repeat center center fixed;
  background-size: cover;
}
.massages-view-cupping-therapy-massage-background {
  background: url("image/background/cupping_therapy_massage_background.jpg") no-repeat center center fixed;
  background-size: cover;
}
.massages-view-gua-sha-scraping-massage-background {
  background: url("image/background/gua_sha_scraping_massage_background.jpg") no-repeat center center fixed;
  background-size: cover;
}
.massages-view-back-massage-background {
  background: url("image/background/back_massage_background.jpg") no-repeat center center fixed;
  background-size: cover;
}
.massages-view-body-fitness-massage-background {
  background: url("image/background/body_fitness_massage_background.jpg") no-repeat center center fixed;
  background-size: cover;
}
.massages-view-harmonising-massage-background {
  background: url("image/background/harmonising_massage_background.jpg") no-repeat center center fixed;
  background-size: cover;
}
.massages-view-on-chair-massage-background {
  background: url("image/background/on_chair_massage_background.jpg") no-repeat center center fixed;
  background-size: cover;
}
.massages-view-dip-method-massage-background {
  background: url("image/background/dip_method_massage_background.jpg") no-repeat center center fixed;
  background-size: cover;
}
.massages-view-trigger-points-massage-background {
  background: url("image/background/trigger_points_massage_background.jpg") no-repeat center center fixed;
  background-size: cover;
}
.massages-view-deep-tissue-massage-background {
  background: url("image/background/deep_tissue_massage_background.jpg") no-repeat center center fixed;
  background-size: cover;
}
.massages-view-upper-banner-column {
  margin-bottom: 6.875rem;
  padding-top: 0.6875rem;
  padding-left: 0.3125rem;
  display: none;
  font-family: 'ProximaNova' !important;
  font-size: 0.625rem;
  font-weight: 400;
  transition: all 0.1s ease-in-out;
}
@media (min-width: 40em) {
  .massages-view-upper-banner-column {
    display: flex;
  }
}
.massages-view-upper-banner-column-separator-image {
  height: 1.875rem;
  width: 1.125rem;
  display: none;
  background: url("image/background/green_separator_bar.png") no-repeat center center;
}
@media (min-width: 40em) {
  .massages-view-upper-banner-column-separator-image {
    display: flex;
  }
}
.massages-view-upper-banner-column-social-network-button {
  margin-right: 10vw;
  height: 2.375rem;
  width: 5.875rem;
}
@media (min-width: 40em) {
  .massages-view-upper-banner-column-social-network-button {
    margin-top: -0.3125rem;
    margin-right: 0rem;
    background: url("image/background/social_networks_button_outline_top.png") no-repeat center center;
  }
}
.massages-view-upper-banner-column-social-network-button-facebook {
  height: 1.5875rem;
  width: 1.875rem;
  background: url("image/icon/facebook_logo.svg") no-repeat center center;
  background-size: 0.3125rem;
}
@media (min-width: 40em) {
  .massages-view-upper-banner-column-social-network-button-facebook {
    height: 0.79375rem;
    width: 0.9375rem;
    background-size: 0.21875rem;
  }
}
.massages-view-upper-banner-column-social-network-button-linkedin {
  height: 1.5875rem;
  width: 1.875rem;
  background: url("image/icon/in_logo.svg") no-repeat center center;
  background-size: 0.625rem;
}
@media (min-width: 40em) {
  .massages-view-upper-banner-column-social-network-button-linkedin {
    height: 0.79375rem;
    width: 0.9375rem;
    background-size: 0.4375rem;
  }
}
.massages-view-upper-banner-column-social-network-button-instagram {
  height: 1.5875rem;
  width: 1.875rem;
  background: url("image/icon/instagram_logo.svg") no-repeat center center;
  background-size: 0.625rem;
}
@media (min-width: 40em) {
  .massages-view-upper-banner-column-social-network-button-instagram {
    height: 0.79375rem;
    width: 0.9375rem;
    background-size: 0.4375rem;
  }
}
.massages-view-carousel-second-slide-background {
  background: url("image/background/massages_view_carousel_second_slide_background.jpg") no-repeat center center fixed;
  background-size: cover;
}
.massages-view-carousel-third-slide-background {
  background: url("image/background/massages_view_carousel_third_slide_background.jpg") no-repeat center center fixed;
  background-size: cover;
}
.massages-view-carousel {
  position: relative;
  top: 8.125rem;
  height: 100%;
}
@media (min-width: 40em) {
  .massages-view-carousel {
    top: 5rem;
  }
}
.massages-view-carousel-slide-content {
  width: 100%;
}
@media (min-width: 40em) {
  .massages-view-carousel-slide-content {
    margin-top: 10vh;
  }
}
.massages-view-carousel-menu {
  position: fixed;
  bottom: 1.25rem;
  left: 0;
  right: 0;
}
.massages-view-carousel-arrow-button {
  height: 3rem;
  width: 3rem;
  background: url("image/icon/arrow_icon.svg") no-repeat center center;
  background-size: 60% contain;
}
.massages-view-carousel-arrow-button-left {
  margin-right: 0.625rem;
}
.massages-view-carousel-arrow-button-right {
  transform: rotate(-180deg);
  margin-left: 0.625rem;
}
.massages-view-carousel-slide-button {
  height: 3rem;
  width: 3rem;
}
.massages-view-carousel-button {
  margin-right: 0.0625rem;
  height: 1.25rem;
  width: 5.875rem;
  padding-bottom: 0rem;
  background: url("image/icon/white_bar.svg") no-repeat center bottom;
  transition: all 0.1s ease-in-out;
}
.massages-view-carousel-button.selected,
.massages-view-carousel-button:hover {
  height: 1.25rem;
  background: url("image/icon/green_bar.svg") no-repeat center bottom;
}
.massages-view-carousel-second-slide-title {
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  line-height: 1.25rem;
  font-size: 1.0625rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
}
@media (min-width: 40em) {
  .massages-view-carousel-second-slide-title {
    margin-bottom: 5vh;
    line-height: 1.875rem;
    font-size: 1.5625rem;
  }
}
.massages-view-carousel-second-slide-text {
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  line-height: 0.9375rem;
  font-family: 'ProximaNova' !important;
  font-size: 0.75rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
}
@media (min-width: 40em) {
  .massages-view-carousel-second-slide-text {
    margin-bottom: 5vh;
    line-height: 1.875rem;
    font-size: 1.25rem;
  }
}
.massages-view-carousel-third-slide-title {
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  line-height: 1.25rem;
  font-size: 1.0625rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
}
@media (min-width: 40em) {
  .massages-view-carousel-third-slide-title {
    margin-bottom: 5vh;
    line-height: 1.875rem;
    font-size: 1.5625rem;
  }
}
.massages-view-carousel-third-slide-text {
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  line-height: 1.25rem;
  font-family: 'ProximaNova' !important;
  font-size: 0.75rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
}
@media (min-width: 40em) {
  .massages-view-carousel-third-slide-text {
    margin-bottom: 5vh;
    line-height: 1.875rem;
    font-size: 1.25rem;
  }
}
.massages-view-carousel-view-button {
  margin-bottom: 1.5625rem;
  height: 1.5rem;
  width: 1.5rem;
}
.concept-view-background {
  position: fixed;
  height: 100vh;
  width: 100%;
  background: url("image/background/profile_background.jpg") no-repeat center center fixed;
  background-color: #222;
  background-size: cover;
}
.concept-view-container {
  position: relative;
  left: 0;
  right: 0;
}
@media (min-width: 40em) {
  .concept-view-fixed-content {
    position: fixed;
    top: 6.25rem;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.concept-view-scrollable-content {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.concept-view-section {
  position: relative;
  width: 100%;
  border-bottom: #000 solid 0.0625rem;
}
.concept-view-bubble {
  position: relative;
  height: 9.375rem;
  width: 8.125rem;
  padding: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("image/background/green_bubble.png") no-repeat center center;
  background-size: contain;
  line-height: 0.9375rem;
  font-size: 0.6875rem;
  font-weight: 600;
  text-align: center;
  color: #222;
}
.concept-view-top-section-container {
  min-height: 100vh;
  display: grid;
  grid-template-rows: 18.75rem auto auto 3.75rem 3.75rem 3.75rem 3.75rem 3.75rem 3.75rem 3.75rem 3.75rem 3.75rem 1fr 2.5rem;
  grid-template-columns: 1fr 4.375rem 4.375rem 4.375rem 4.375rem 1fr;
}
@media (min-width: 40em) {
  .concept-view-top-section-container {
    grid-template-rows: 3.125rem auto 1fr 4.6875rem 4.6875rem 4.6875rem 4.6875rem 1fr 3.125rem;
    grid-template-columns: 1fr 9.375rem 9.375rem 9.375rem 9.375rem 1fr;
  }
}
.concept-view-section-container-placeholder {
  min-height: 100vh;
}
@media (max-width: 39.98em) {
  .concept-view-section-container-placeholder {
    height: 75rem;
    display: none;
  }
}
.concept-view-top-section-title {
  width: 18.75rem;
  grid-area: 2/2/span 1/span 4;
  justify-self: left;
  line-height: 2.1875rem;
  font-size: 1.875rem;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 40em) {
  .concept-view-top-section-title {
    grid-area: 2/1/span 1/span 3;
  }
}
.concept-view-top-section-text {
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  width: 8.4375rem;
  grid-area: 3/2/span 1/span 4;
  justify-self: right;
  align-self: end;
  line-height: 1.125rem;
  font-family: 'ProximaNova' !important;
  font-size: 1rem;
  font-weight: 400;
}
@media (min-width: 40em) {
  .concept-view-top-section-text {
    margin-top: 0;
    margin-bottom: 0;
    grid-area: 2/4/span 1/span 2;
  }
}
.concept-view-top-section-first-bubble {
  grid-area: 6/3/span 3/span 2;
  justify-self: center;
  background-image: url("image/background/gray_bubble.png");
}
@media (min-width: 40em) {
  .concept-view-top-section-first-bubble {
    grid-area: 5/2/span 2;
  }
}
.concept-view-top-section-second-bubble {
  grid-area: 4/2/span 3/span 2;
  justify-self: center;
  background-image: url("image/background/green_bubble.png");
}
@media (min-width: 40em) {
  .concept-view-top-section-second-bubble {
    grid-area: 4/3/span 2;
  }
}
.concept-view-top-section-third-bubble {
  grid-area: 10/3/span 3/span 2;
  justify-self: center;
  background-image: url("image/background/white_bubble.png");
}
@media (min-width: 40em) {
  .concept-view-top-section-third-bubble {
    grid-area: 6/3/span 2;
  }
}
.concept-view-top-section-fourth-bubble {
  grid-area: 8/4/span 3/span 2;
  justify-self: center;
  background-image: url("image/background/dark_gray_bubble.png");
}
@media (min-width: 40em) {
  .concept-view-top-section-fourth-bubble {
    grid-area: 5/4/span 2;
  }
}
.concept-view-top-section-fifth-bubble {
  grid-area: 4/4/span 3/span 2;
  justify-self: center;
  background-image: url("image/background/gray_bubble.png");
}
@media (min-width: 40em) {
  .concept-view-top-section-fifth-bubble {
    grid-area: 4/5/span 2;
  }
}
.concept-view-top-section-sixth-bubble {
  grid-area: 8/2/span 3/span 2;
  justify-self: center;
  background-image: url("image/background/green_bubble.png");
}
@media (min-width: 40em) {
  .concept-view-top-section-sixth-bubble {
    grid-area: 6/5/span 2;
  }
}
.concept-view-when-section {
  background: #222;
}
@media (min-width: 40em) {
  .concept-view-when-section {
    background: url("image/background/concept_view_when_section_background.jpg") no-repeat center center;
    background-size: cover;
  }
}
.concept-view-when-section-container {
  display: grid;
  grid-template-rows: 2.5rem auto auto auto auto 2.5rem;
  grid-template-columns: 100%;
}
@media (min-width: 40em) {
  .concept-view-when-section-container {
    grid-template-rows: 3.125rem auto auto auto 3.125rem;
    grid-template-columns: 1fr auto 1fr;
  }
}
.concept-view-when-section-title {
  margin-bottom: 2.5rem;
  width: 80%;
  grid-area: 2/1;
  line-height: 2.1875rem;
  font-size: 1.875rem;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 40em) {
  .concept-view-when-section-title {
    margin-bottom: 0;
    width: 90%;
    grid-area: 2/1;
  }
}
@media (max-width: 39.98em) {
  .concept-view-when-section-image {
    height: 18.75rem;
    grid-area: 3/1;
    background: url("image/background/concept_view_when_section_background_mobile.jpg") no-repeat center center;
    background-size: cover;
  }
}
.concept-view-when-section-text {
  width: 80%;
  line-height: 0.875rem;
  font-family: 'ProximaNova' !important;
  font-size: 0.6875rem;
  font-weight: 400;
}
@media (min-width: 40em) {
  .concept-view-when-section-text {
    width: 90%;
  }
}
.concept-view-when-section-first-text {
  margin-top: 3.75rem;
  grid-area: 4/1;
}
@media (min-width: 40em) {
  .concept-view-when-section-first-text {
    margin-top: 1.875rem;
    grid-area: 3/1;
  }
}
.concept-view-when-section-second-text {
  margin-top: 1.875rem;
  grid-area: 5/1;
}
@media (min-width: 40em) {
  .concept-view-when-section-second-text {
    grid-area: 4/1;
  }
}
.concept-view-when-section-bubble {
  grid-area: 3/1;
  justify-self: center;
  align-self: end;
}
@media (max-width: 39.98em) {
  .concept-view-when-section-bubble {
    transform: translateY(1.25rem);
  }
}
@media (min-width: 40em) {
  .concept-view-when-section-bubble {
    grid-area: 2/2/span 3;
    align-self: center;
  }
}
.concept-view-carousel-section {
  background-color: #222;
}
@media (min-width: 40em) {
  .concept-view-carousel {
    position: relative;
    overflow-x: hidden;
    width: 100%;
  }
}
@media (min-width: 40em) {
  .concept-view-carousel-strip {
    position: relative;
    left: 0;
    margin: 0;
    width: 400%;
    display: flex;
  }
}
.concept-view-carousel-slide {
  width: 100%;
}
.concept-view-carousel-slide-container {
  min-height: 25rem;
  display: grid;
  grid-template-rows: 2.5rem auto auto auto 2.5rem;
  grid-template-columns: 100%;
}
@media (min-width: 40em) {
  .concept-view-carousel-slide-container {
    grid-template-rows: 3.125rem auto 3.125rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.concept-view-carousel-slide-left-column {
  grid-area: 2/1;
  align-self: center;
}
@media (min-width: 40em) {
  .concept-view-carousel-slide-left-column {
    grid-area: 2/1;
  }
}
.concept-view-carousel-slide-right-column {
  grid-area: 4/1;
  align-self: center;
}
@media (min-width: 40em) {
  .concept-view-carousel-slide-right-column {
    grid-area: 2/3;
  }
}
.concept-view-carousel-slide-title {
  margin-bottom: 0.625rem;
  margin-right: 3rem;
  width: 9.375rem;
  padding-bottom: 0.75rem;
  line-height: 2.1875rem;
  font-size: 1.875rem;
  font-weight: 400;
  color: #fff;
}
.concept-view-carousel-slide-text {
  margin-top: 1.25rem;
  line-height: 0.875rem;
  font-family: 'ProximaNova' !important;
  font-size: 0.6875rem;
  font-weight: 400;
}
@media (min-width: 40em) {
  .concept-view-carousel-slide-text {
    width: 12.5rem;
  }
}
.concept-view-carousel-slide-image {
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  grid-area: 3/1;
  justify-self: center;
  align-self: center;
}
@media (max-width: 39.98em) {
  .concept-view-carousel-slide-image {
    margin-top: 1.25rem;
  }
}
@media (min-width: 40em) {
  .concept-view-carousel-slide-image {
    grid-area: 2/2;
  }
}
.concept-view-carousel-first-slide-image {
  background: url("image/background/concept_view_gallery_center_image.png") no-repeat center center;
  background-size: contain;
}
.concept-view-carousel-second-slide-image {
  background: url("image/background/concept_view_gallery_center_image_2.png") no-repeat center center;
  background-size: contain;
}
.concept-view-carousel-third-slide-image {
  background: url("image/background/concept_view_gallery_center_image_3.png") no-repeat center center;
  background-size: contain;
}
.concept-view-carousel-fourth-slide-image {
  background: url("image/background/concept_view_gallery_center_image_4.png") no-repeat center center;
  background-size: contain;
}
.concept-view-carousel-slide-bubble {
  transform: translateX(-3.75rem);
  grid-area: 3/1;
  justify-self: center;
  align-self: end;
}
@media (min-width: 40em) {
  .concept-view-carousel-slide-bubble {
    transform: translateX(-30%);
    height: 7.5rem;
    width: 6.5rem;
    grid-area: 2/2;
  }
}
.concept-view-carousel-menu {
  z-index: 2;
  position: absolute;
  bottom: 0.625rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 39.98em) {
  .concept-view-carousel-menu {
    display: none;
  }
}
.concept-view-carousel-arrow-button {
  height: 0.75rem;
  width: 0.75rem;
  background: url("image/icon/arrow_icon.svg") no-repeat center center;
}
.concept-view-carousel-arrow-button-left {
  margin-right: 0.625rem;
}
.concept-view-carousel-arrow-button-right {
  transform: rotate(-180deg);
  margin-left: 0.625rem;
}
.concept-view-carousel-button {
  margin-right: 0.0625rem;
  height: 1.25rem;
  width: 5.875rem;
  padding-bottom: 0rem;
  background: url("image/icon/white_bar.svg") no-repeat center bottom;
  transition: all 0.1s ease-in-out;
}
.concept-view-carousel-button.selected,
.concept-view-carousel-button:hover {
  height: 1.25rem;
  background: url("image/icon/green_bar.svg") no-repeat center bottom;
}
.concept-view-contact-section {
  position: relative;
  min-height: 14.375rem;
  width: 100%;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background: url("image/background/concept_view_fifth_section_background.jpg") no-repeat center center;
  background-size: cover;
}
.concept-view-contact-section-title {
  width: 80%;
  line-height: 2.1875rem;
  font-size: 1.5625rem;
  font-weight: 400;
  text-align: center;
}
.concept-view-contact-button {
  margin-top: 0.625rem;
  margin-bottom: 0.3125rem;
  height: 2.1875rem;
  width: 2.1875rem;
  background: url("image/icon/more_icon.svg") no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.concept-view-contact-button-text {
  border-bottom: #0f0 solid 0.0625rem;
  line-height: 2.1875rem;
  line-height: 0.9375rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #0f0;
  cursor: pointer;
}
.concept-view-revalidation-section {
  background: #222;
}
@media (min-width: 40em) {
  .concept-view-revalidation-section {
    background: url("image/background/concept_view_revalidation_section_background.jpg") no-repeat center center;
    background-size: cover;
  }
}
.concept-view-revalidation-section-container {
  display: grid;
  grid-template-rows: 2.5rem auto auto auto auto auto auto 2.5rem;
  grid-template-columns: 100%;
}
@media (min-width: 40em) {
  .concept-view-revalidation-section-container {
    grid-template-rows: 3.125rem auto auto auto auto auto 3.125rem;
    grid-template-columns: 1fr auto 1fr;
  }
}
.concept-view-revalidation-section-title {
  margin-bottom: 2.5rem;
  width: 80%;
  grid-area: 2/1;
  line-height: 2.1875rem;
  font-size: 1.875rem;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 40em) {
  .concept-view-revalidation-section-title {
    margin-bottom: 0;
    width: 90%;
    grid-area: 2/1;
  }
}
@media (max-width: 39.98em) {
  .concept-view-revalidation-section-image {
    height: 18.75rem;
    grid-area: 3/1;
    background: url("image/background/concept_view_revalidation_section_background_mobile.jpg") no-repeat center center;
    background-size: cover;
  }
}
.concept-view-revalidation-section-text {
  width: 80%;
  line-height: 0.875rem;
  font-family: 'ProximaNova' !important;
  font-size: 0.6875rem;
  font-weight: 400;
}
@media (min-width: 40em) {
  .concept-view-revalidation-section-text {
    width: 90%;
  }
}
.concept-view-revalidation-section-first-text {
  margin-top: 3.75rem;
  grid-area: 4/1;
}
@media (min-width: 40em) {
  .concept-view-revalidation-section-first-text {
    margin-top: 1.875rem;
    grid-area: 3/1;
  }
}
.concept-view-revalidation-section-second-text {
  margin-top: 3.75rem;
  grid-area: 5/1;
}
@media (min-width: 40em) {
  .concept-view-revalidation-section-second-text {
    margin-top: 1.875rem;
    grid-area: 4/1;
  }
}
.concept-view-revalidation-section-third-text {
  margin-top: 3.75rem;
  grid-area: 6/1;
}
@media (min-width: 40em) {
  .concept-view-revalidation-section-third-text {
    margin-top: 1.875rem;
    grid-area: 5/1;
  }
}
.concept-view-revalidation-section-fourth-text {
  margin-top: 3.75rem;
  grid-area: 7/1;
}
@media (min-width: 40em) {
  .concept-view-revalidation-section-fourth-text {
    margin-top: 1.875rem;
    grid-area: 6/1;
  }
}
.concept-view-revalidation-section-bubble {
  grid-area: 3/1;
  justify-self: center;
  align-self: end;
}
@media (max-width: 39.98em) {
  .concept-view-revalidation-section-bubble {
    transform: translateY(1.25rem);
  }
}
@media (min-width: 40em) {
  .concept-view-revalidation-section-bubble {
    grid-area: 2/2/span 5;
    align-self: center;
  }
}
.concept-view-revalidation-section-contact-button {
  margin-top: 1.875rem;
  min-width: 7.5rem;
  max-width: 7.5rem;
  grid-area: 6/1;
  cursor: pointer;
}
@media (min-width: 40em) {
  .concept-view-revalidation-section-contact-button {
    grid-area: 5/1;
  }
}
.concept-view-wellness-section {
  background: #222;
}
@media (min-width: 40em) {
  .concept-view-wellness-section {
    background: url("image/background/concept_view_fitness_section_background.jpg") no-repeat center center;
    background-size: cover;
  }
}
.concept-view-wellness-section-container {
  display: grid;
  grid-template-rows: 2.5rem auto auto auto auto auto auto auto 2.5rem;
  grid-template-columns: 100%;
}
@media (min-width: 40em) {
  .concept-view-wellness-section-container {
    grid-template-rows: 3.125rem auto auto auto auto auto auto 3.125rem;
    grid-template-columns: 1fr auto 1fr;
  }
}
.concept-view-wellness-section-title {
  margin-bottom: 2.5rem;
  width: 80%;
  grid-area: 2/1;
  line-height: 2.1875rem;
  font-size: 1.875rem;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 40em) {
  .concept-view-wellness-section-title {
    margin-bottom: 0;
    width: 90%;
    grid-area: 2/1;
  }
}
@media (max-width: 39.98em) {
  .concept-view-wellness-section-image {
    height: 18.75rem;
    grid-area: 3/1;
    background: url("image/background/concept_view_fitness_section_background_mobile.jpg") no-repeat center center;
    background-size: cover;
  }
}
.concept-view-wellness-section-text {
  width: 80%;
  line-height: 0.875rem;
  font-family: 'ProximaNova' !important;
  font-size: 0.6875rem;
  font-weight: 400;
}
@media (min-width: 40em) {
  .concept-view-wellness-section-text {
    width: 90%;
  }
}
.concept-view-wellness-section-first-text {
  margin-top: 3.75rem;
  grid-area: 4/1;
}
@media (min-width: 40em) {
  .concept-view-wellness-section-first-text {
    margin-top: 1.875rem;
    grid-area: 3/1;
  }
}
.concept-view-wellness-section-second-text {
  margin-top: 1.875rem;
  grid-area: 5/1;
}
@media (min-width: 40em) {
  .concept-view-wellness-section-second-text {
    grid-area: 4/1;
  }
}
.concept-view-wellness-section-third-text {
  margin-top: 1.875rem;
  grid-area: 6/1;
}
@media (min-width: 40em) {
  .concept-view-wellness-section-third-text {
    grid-area: 5/1;
  }
}
.concept-view-wellness-section-fourth-text {
  margin-top: 1.875rem;
  grid-area: 7/1;
}
@media (min-width: 40em) {
  .concept-view-wellness-section-fourth-text {
    grid-area: 6/1;
  }
}
.concept-view-wellness-section-fifth-text {
  margin-top: 1.875rem;
  grid-area: 8/1;
}
@media (min-width: 40em) {
  .concept-view-wellness-section-fifth-text {
    grid-area: 7/1;
  }
}
.concept-view-wellness-section-bubble {
  grid-area: 3/1;
  justify-self: center;
  align-self: end;
}
@media (max-width: 39.98em) {
  .concept-view-wellness-section-bubble {
    transform: translateY(1.25rem);
  }
}
@media (min-width: 40em) {
  .concept-view-wellness-section-bubble {
    grid-area: 2/2/span 6;
    align-self: center;
  }
}
.concept-view-wellness-section-contact-button {
  margin-top: 1.875rem;
  min-width: 7.5rem;
  max-width: 7.5rem;
  grid-area: 6/1;
  cursor: pointer;
}
@media (min-width: 40em) {
  .concept-view-wellness-section-contact-button {
    grid-area: 5/1;
  }
}
.profile-view-background {
  position: fixed;
  height: 100vh;
  width: 100%;
  background: url("image/background/profile_background_2.jpg") no-repeat center center fixed;
  background-color: #222;
  background-size: cover;
}
.profile-view-container {
  position: relative;
  left: 0;
  right: 0;
}
@media (min-width: 40em) {
  .profile-view-fixed-content {
    position: fixed;
    top: 6.25rem;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.profile-view-text {
  width: 8.4375rem;
  line-height: 1.125rem;
  font-family: 'ProximaNova' !important;
  font-size: 0.6875rem;
  font-weight: 400;
}
.profile-view-text-title {
  margin-top: 3.125rem;
  margin-right: 9.375rem;
  width: 25rem;
  padding-bottom: 0.75rem;
  line-height: 2.1875rem;
  font-size: 1.875rem;
  font-weight: 400;
  color: #fff;
}
.profile-view-text-title-bio {
  margin-top: 3.125rem;
  width: auto;
  padding-bottom: 0.75rem;
  line-height: 2.1875rem;
  font-size: 1.875rem;
  font-weight: 400;
  color: #fff;
}
.profile-view-text-name {
  width: 8.4375rem;
  line-height: 1.125rem;
  font-size: 0.8125rem;
  font-weight: 500;
}
.profile-view-text-bubble-container {
  height: 60vh;
}
.profile-view-text-bubble-column {
  height: 100%;
  width: 8.75rem;
  line-height: 1.125rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #222;
}
.profile-view-bubble {
  position: relative;
  height: 9.375rem;
  width: 8.125rem;
  padding: 1.25rem;
  background: url("image/background/green_bubble.png") no-repeat center center;
  background-size: contain;
  line-height: 0.9375rem;
  font-size: 0.6875rem;
  font-weight: 600;
  text-align: center;
  color: #222;
}
.profile-view-first-bubble {
  margin-top: 3.75rem;
  padding: 2.6875rem;
  background: url("image/background/green_bubble.png") no-repeat center center;
  background-size: contain;
  text-align: center;
}
.profile-view-second-bubble {
  padding: 3.4375rem;
  background: url("image/background/white_bubble.png") no-repeat center center;
  background-size: contain;
  text-align: center;
}
.profile-view-third-bubble {
  margin-bottom: 3.125rem;
  margin-right: 6.25rem;
  padding: 3.125rem;
  background: url("image/background/black_bubble.png") no-repeat center center;
  background-size: contain;
  color: #999;
}
.profile-view-fourth-bubble {
  margin-bottom: 3.125rem;
  padding: 2.0625rem;
  background: url("image/background/green_bubble.png") no-repeat center center;
  background-size: contain;
  text-align: center;
}
.profile-view-section-placeholder {
  height: 100vh;
  width: 50%;
}
.profile-view-text-title-section {
  margin-top: 3.125rem;
  margin-left: 9.375rem;
  margin-right: 9.375rem;
  width: 18.75rem;
  padding-bottom: 0.75rem;
  line-height: 2.1875rem;
  font-size: 1.875rem;
  font-weight: 400;
  color: #fff;
}
.profile-view-text-section {
  margin-bottom: 0.625rem;
  margin-left: 9.375rem;
  margin-right: 12.5rem;
  width: 15.625rem;
  line-height: 0.875rem;
  font-family: 'ProximaNova' !important;
  font-size: 0.6875rem;
  font-weight: 400;
}
.profile-view-section {
  position: relative;
  width: 100%;
  border-bottom: #000 solid 0.0625rem;
}
.profile-view-sportsman-section {
  background: #222;
}
@media (min-width: 40em) {
  .profile-view-sportsman-section {
    background: url("image/background/profile_view_sportsman_section_background.jpg") no-repeat center center;
    background-size: cover;
  }
}
.profile-view-sportsman-section-container {
  display: grid;
  grid-template-rows: 2.5rem auto auto auto auto auto 2.5rem;
  grid-template-columns: 100%;
}
@media (min-width: 40em) {
  .profile-view-sportsman-section-container {
    grid-template-rows: 3.125rem auto auto auto auto 3.125rem;
    grid-template-columns: 1fr auto 1fr;
  }
}
.profile-view-sportsman-section-title {
  margin-bottom: 2.5rem;
  width: 80%;
  grid-area: 2/1;
  line-height: 2.1875rem;
  font-size: 1.875rem;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 40em) {
  .profile-view-sportsman-section-title {
    margin-bottom: 0;
    width: 90%;
    grid-area: 2/1;
  }
}
@media (max-width: 39.98em) {
  .profile-view-sportsman-section-image {
    height: 18.75rem;
    grid-area: 3/1;
    background: url("image/background/profile_view_sportsman_section_background_mobile.jpg") no-repeat center center;
    background-size: cover;
  }
}
.profile-view-sportsman-section-text {
  width: 80%;
  line-height: 0.875rem;
  font-family: 'ProximaNova' !important;
  font-size: 0.6875rem;
  font-weight: 400;
}
@media (min-width: 40em) {
  .profile-view-sportsman-section-text {
    width: 90%;
  }
}
.profile-view-sportsman-section-first-text {
  margin-top: 3.75rem;
  grid-area: 4/1;
}
@media (min-width: 40em) {
  .profile-view-sportsman-section-first-text {
    margin-top: 1.875rem;
    grid-area: 3/1;
  }
}
.profile-view-sportsman-section-second-text {
  margin-top: 1.875rem;
  grid-area: 5/1;
}
@media (min-width: 40em) {
  .profile-view-sportsman-section-second-text {
    grid-area: 4/1;
  }
}
.profile-view-sportsman-section-bubble {
  grid-area: 3/1;
  justify-self: center;
  align-self: end;
}
@media (max-width: 39.98em) {
  .profile-view-sportsman-section-bubble {
    transform: translateY(1.25rem);
  }
}
@media (min-width: 40em) {
  .profile-view-sportsman-section-bubble {
    grid-area: 2/2/span 4;
    align-self: center;
  }
}
.profile-view-sportsman-section-contact-button {
  margin-top: 1.875rem;
  min-width: 7.5rem;
  max-width: 7.5rem;
  grid-area: 6/1;
}
@media (min-width: 40em) {
  .profile-view-sportsman-section-contact-button {
    grid-area: 5/1;
  }
}
.profile-view-amateur-section {
  background: #222;
}
@media (min-width: 40em) {
  .profile-view-amateur-section {
    background: url("image/background/profile_view_amateur_section_background.jpg") no-repeat center center;
    background-size: cover;
  }
}
.profile-view-amateur-section-container {
  display: grid;
  grid-template-rows: 2.5rem auto auto auto auto auto auto 2.5rem;
  grid-template-columns: 100%;
}
@media (min-width: 40em) {
  .profile-view-amateur-section-container {
    grid-template-rows: 3.125rem auto auto auto 3.125rem;
    grid-template-columns: 1fr 1.3fr 1fr;
  }
}
.profile-view-amateur-section-title {
  margin-bottom: 2.5rem;
  width: 80%;
  grid-area: 2/1;
  line-height: 2.1875rem;
  font-size: 1.875rem;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 40em) {
  .profile-view-amateur-section-title {
    margin-bottom: 0;
    width: 90%;
    grid-area: 2/1;
  }
}
@media (max-width: 39.98em) {
  .profile-view-amateur-section-image {
    height: 18.75rem;
    grid-area: 3/1;
    background: url("image/background/profile_view_amateur_section_background_mobile.png") no-repeat center center;
    background-size: contain;
  }
}
.profile-view-amateur-section-text {
  width: 80%;
  line-height: 0.875rem;
  font-family: 'ProximaNova' !important;
  font-size: 0.6875rem;
  font-weight: 400;
}
@media (min-width: 40em) {
  .profile-view-amateur-section-text {
    width: 70%;
  }
}
.profile-view-amateur-section-first-text {
  margin-top: 3.75rem;
  grid-area: 4/1;
}
@media (min-width: 40em) {
  .profile-view-amateur-section-first-text {
    margin-top: 1.875rem;
    grid-area: 3/1;
  }
}
.profile-view-amateur-section-second-text {
  margin-top: 1.875rem;
  grid-area: 5/1;
}
@media (min-width: 40em) {
  .profile-view-amateur-section-second-text {
    margin-left: 2.5rem;
    grid-area: 2/3;
  }
}
.profile-view-amateur-section-third-text {
  grid-area: 6/1;
}
@media (min-width: 40em) {
  .profile-view-amateur-section-third-text {
    margin-left: 2.5rem;
    grid-area: 3/3;
  }
}
.profile-view-amateur-section-bubble {
  grid-area: 3/1;
  justify-self: center;
  align-self: end;
}
@media (max-width: 39.98em) {
  .profile-view-amateur-section-bubble {
    transform: translateY(1.25rem);
    transform: translateX(-3.125rem);
  }
}
@media (min-width: 40em) {
  .profile-view-amateur-section-bubble {
    transform: translateX(-3.125rem);
    grid-area: 2/2/span 3;
    align-self: end;
  }
}
.profile-view-amateur-section-contact-button {
  min-width: 7.5rem;
  max-width: 7.5rem;
  grid-area: 7/1;
}
@media (min-width: 40em) {
  .profile-view-amateur-section-contact-button {
    margin-left: 2.5rem;
    grid-area: 4/3;
  }
}
.profile-view-bureau-section {
  background: #222;
}
@media (min-width: 40em) {
  .profile-view-bureau-section {
    background: url("image/background/profile_view_bureau_section_background.jpg") no-repeat center center;
    background-size: cover;
  }
}
.profile-view-bureau-section-container {
  display: grid;
  grid-template-rows: 2.5rem auto auto auto auto auto 2.5rem;
  grid-template-columns: 100%;
}
@media (min-width: 40em) {
  .profile-view-bureau-section-container {
    grid-template-rows: 3.125rem auto auto auto auto 3.125rem;
    grid-template-columns: 1fr auto 1fr;
  }
}
.profile-view-bureau-section-title {
  margin-bottom: 2.5rem;
  width: 80%;
  grid-area: 2/1;
  line-height: 2.1875rem;
  font-size: 1.875rem;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 40em) {
  .profile-view-bureau-section-title {
    margin-bottom: 0;
    width: 90%;
    grid-area: 2/1;
  }
}
@media (max-width: 39.98em) {
  .profile-view-bureau-section-image {
    height: 18.75rem;
    grid-area: 3/1;
    background: url("image/background/profile_view_bureau_section_background_mobile.jpg") no-repeat center center;
    background-size: cover;
  }
}
.profile-view-bureau-section-text {
  width: 80%;
  line-height: 0.875rem;
  font-family: 'ProximaNova' !important;
  font-size: 0.6875rem;
  font-weight: 400;
}
@media (min-width: 40em) {
  .profile-view-bureau-section-text {
    width: 90%;
  }
}
.profile-view-bureau-section-first-text {
  margin-top: 3.75rem;
  grid-area: 4/1;
}
@media (min-width: 40em) {
  .profile-view-bureau-section-first-text {
    margin-top: 1.875rem;
    grid-area: 3/1;
  }
}
.profile-view-bureau-section-bubble {
  grid-area: 3/1;
  justify-self: center;
  align-self: end;
}
@media (max-width: 39.98em) {
  .profile-view-bureau-section-bubble {
    transform: translateY(1.25rem);
  }
}
@media (min-width: 40em) {
  .profile-view-bureau-section-bubble {
    grid-area: 2/2/span 4;
    align-self: center;
  }
}
.profile-view-bureau-section-contact-button {
  margin-top: 1.875rem;
  min-width: 7.5rem;
  max-width: 7.5rem;
  grid-area: 6/1;
}
@media (min-width: 40em) {
  .profile-view-bureau-section-contact-button {
    grid-area: 5/1;
  }
}
.profile-view-worker-section {
  background: #222;
}
@media (min-width: 40em) {
  .profile-view-worker-section {
    background: url("image/background/profile_view_worker_section_background.jpg") no-repeat center center;
    background-size: cover;
  }
}
.profile-view-worker-section-container {
  display: grid;
  grid-template-rows: 2.5rem auto auto auto auto auto auto auto 2.5rem;
  grid-template-columns: 100%;
}
@media (min-width: 40em) {
  .profile-view-worker-section-container {
    grid-template-rows: 3.125rem auto auto auto auto 3.125rem;
    grid-template-columns: 1fr 1.3fr 1fr;
  }
}
.profile-view-worker-section-title {
  margin-bottom: 2.5rem;
  width: 80%;
  grid-area: 2/1;
  line-height: 2.1875rem;
  font-size: 1.875rem;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 40em) {
  .profile-view-worker-section-title {
    margin-bottom: 0;
    width: 90%;
    grid-area: 2/1;
  }
}
@media (max-width: 39.98em) {
  .profile-view-worker-section-image {
    height: 18.75rem;
    grid-area: 3/1;
    background: url("image/background/profile_view_worker_section_background_mobile.png") no-repeat center center;
    background-size: contain;
  }
}
.profile-view-worker-section-text {
  width: 80%;
  line-height: 0.875rem;
  font-family: 'ProximaNova' !important;
  font-size: 0.6875rem;
  font-weight: 400;
}
@media (min-width: 40em) {
  .profile-view-worker-section-text {
    width: 70%;
  }
}
.profile-view-worker-section-first-text {
  margin-top: 3.75rem;
  grid-area: 4/1;
}
@media (min-width: 40em) {
  .profile-view-worker-section-first-text {
    margin-top: 1.875rem;
    grid-area: 3/1;
  }
}
.profile-view-worker-section-second-text {
  margin-top: 1.875rem;
  grid-area: 5/1;
}
@media (min-width: 40em) {
  .profile-view-worker-section-second-text {
    margin-left: 2.5rem;
    grid-area: 2/3;
  }
}
.profile-view-worker-section-third-text {
  margin-top: 1.875rem;
  grid-area: 6/1;
}
@media (min-width: 40em) {
  .profile-view-worker-section-third-text {
    margin-top: 0rem;
    margin-left: 2.5rem;
    grid-area: 3/3;
  }
}
.profile-view-worker-section-fourth-text {
  margin-top: 1.875rem;
  grid-area: 7/1;
}
@media (min-width: 40em) {
  .profile-view-worker-section-fourth-text {
    margin-top: 0rem;
    margin-left: 2.5rem;
    grid-area: 4/3;
  }
}
.profile-view-worker-section-bubble {
  grid-area: 3/1;
  justify-self: center;
  align-self: end;
}
@media (max-width: 39.98em) {
  .profile-view-worker-section-bubble {
    transform: translateY(1.25rem);
    transform: translateX(-3.125rem);
  }
}
@media (min-width: 40em) {
  .profile-view-worker-section-bubble {
    transform: translateX(-3.125rem);
    grid-area: 2/2/span 3;
    align-self: end;
  }
}
.profile-view-worker-section-contact-button {
  min-width: 7.5rem;
  max-width: 7.5rem;
  grid-area: 8/1;
}
@media (min-width: 40em) {
  .profile-view-worker-section-contact-button {
    margin-left: 2.5rem;
    grid-area: 5/3;
  }
}
.profile-view-testimonial-button {
  margin-top: 0.625rem;
  margin-bottom: 0.3125rem;
  height: 2.1875rem;
  width: 2.1875rem;
  background: url("image/icon/more_icon.svg") no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.profile-view-section-contact-button {
  margin-top: 1.875rem;
  min-width: 7.5rem;
  max-width: 7.5rem;
  border-bottom: #0f0 solid 0.0625rem;
  line-height: 2.1875rem;
  line-height: 1.5625rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #0f0;
  cursor: pointer;
}
@media (min-width: 40em) {
  .profile-view-section-contact-button {
    width: 40%;
  }
}
.profile-view-testimonial-section {
  position: relative;
  min-height: 14.375rem;
  width: 100%;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background: url("image/background/concept_view_fifth_section_background.jpg") no-repeat center center;
  background-size: cover;
}
.profile-view-testimonial-section-title {
  width: 80%;
  line-height: 2.1875rem;
  font-size: 1.5625rem;
  font-weight: 400;
  text-align: center;
}
.profile-view-testimonial-button {
  margin-top: 0.625rem;
  margin-bottom: 0.3125rem;
  height: 2.1875rem;
  width: 2.1875rem;
  background: url("image/icon/more_icon.svg") no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.profile-view-testimonial-button-text {
  border-bottom: #0f0 solid 0.0625rem;
  line-height: 2.1875rem;
  line-height: 0.9375rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #0f0;
  cursor: pointer;
}
.biography-view-background {
  position: fixed;
  height: 100vh;
  width: 100%;
  background: url("image/background/concept_background.jpg") no-repeat center center fixed;
  background-color: #222;
  background-size: cover;
}
.biography-view-section {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  flex-direction: row;
}
.biography-view-first-section-background {
  background: url("image/background/concept_view_bio_section_background.jpg") no-repeat center center;
  background-size: cover;
}
.biography-view-second-section-background {
  background: url("image/background/concept_view_bio_section_background_2.jpg") no-repeat center center;
  background-size: cover;
}
.biography-view-section-title {
  margin-top: 20vh;
  line-height: 2.1875rem;
  font-size: 1.875rem;
  font-weight: 400;
  color: #fff;
}
.biography-view-section-text {
  margin-top: 1.25rem;
  max-width: 31.25rem;
  padding: 0.625rem;
  line-height: 0.875rem;
  font-size: 0.75rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
}
.biography-view-section-more-info-text {
  width: 33%;
}
.biography-view-section-more-info {
  margin-top: 10vh;
  height: 100%;
  width: 100%;
}
.biography-view-section-toggle-button {
  margin-bottom: 0.3125rem;
  height: 2.1875rem;
  width: 2.1875rem;
  background: url("image/icon/more_icon.svg") no-repeat center center;
  background-size: contain;
}
.contact-view {
  background: url("image/background/contact_background.jpg") no-repeat center center fixed;
  background-size: cover;
}
.contact-view-container {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}
.contact-view-main-content {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: calc(100vh - 2.7rem);
}
.contact-view-title {
  margin-top: 9.375rem;
  margin-right: 9.375rem;
  padding-bottom: 0.75rem;
  line-height: 2.1875rem;
  font-size: 1.875rem;
  font-weight: 400;
  color: #fff;
}
.contact-view-location-and-form-container {
  width: 100%;
  display: grid;
  grid-template-rows: 2.5rem auto 2.5rem auto 2.5rem;
  grid-template-columns: 100%;
}
@media (min-width: 40em) {
  .contact-view-location-and-form-container {
    grid-template-rows: 3.125rem auto 3.125rem;
    grid-template-columns: 1fr 0.625rem 1fr;
  }
}
.contact-view-form-wrapper {
  min-width: 100%;
  grid-area: 4/1;
}
@media (min-width: 40em) {
  .contact-view-form-wrapper {
    grid-area: 2/3;
  }
}
.contact-view-map {
  height: 18.75rem;
  width: 100%;
  grid-area: 2/1;
}
@media (min-width: 40em) {
  .contact-view-map {
    grid-area: 2/1;
  }
}
.contact-view-form {
  height: 100%;
}
.contact-view-form-title {
  margin-right: 9.375rem;
  padding-bottom: 0.75rem;
  line-height: 2.1875rem;
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
}
.contact-view-form-text {
  margin-bottom: 0.1875rem;
  width: 100%;
  line-height: 0.875rem;
  font-size: 0.625rem;
  font-weight: 400;
}
.contact-view-form-input {
  margin-bottom: 0.625rem;
  width: 100%;
  border: none;
  border-bottom: 0.0625rem solid #fff;
  padding-bottom: 0.625rem;
  background: none;
  font-family: 'ProximaNova' !important;
  font-size: 0.6875rem;
  font-weight: 400;
  color: #0f0;
  resize: none;
}
.contact-view-form-input::placeholder {
  opacity: 1;
  font-size: 0.6875rem;
  color: #fff;
}
.contact-view-form-input::-ms-input-placeholder {
  opacity: 1;
  font-size: 0.6875rem;
  color: #fff;
}
.contact-view-form-input::-webkit-input-placeholder {
  opacity: 1;
  font-size: 0.6875rem;
  color: #fff;
}
.contact-view-form-capcha-container {
  height: 100%;
  width: 40%;
}
.contact-view-form-security-code {
  height: 100%;
  width: 60%;
}
.contact-view-form-send-button {
  height: 4.375rem;
  width: 4.375rem;
  background: none;
}
.contact-view-form-send-button-container {
  height: 100%;
  width: 100%;
  background: none;
}
.contact-view-form-send-button-image {
  transform: translateY(-1.4375rem);
  margin-bottom: 0.3125rem;
  height: 2.1875rem;
  width: 2.1875rem;
  background: url("image/icon/more_icon.svg") no-repeat center center;
  background-size: contain;
}
.contact-view-form-send-button-text {
  width: 100%;
  border: none;
  border-bottom: 0.0625rem solid #0f0;
  background: none;
  line-height: 1.25rem;
  font-size: 0.6875rem;
  font-weight: 400;
  color: #0f0;
}
.contact-view-form-captcha-image {
  margin-left: 0.3125rem;
  height: 2.1875rem;
  width: auto;
}
.contact-view-thanks {
  min-height: 25rem;
  min-width: 21.875rem;
  grid-area: 4/1;
}
@media (min-width: 40em) {
  .contact-view-thanks {
    grid-area: 2/3;
  }
}
.contact-view-thanks-title {
  margin-right: 3.125rem;
  padding-bottom: 0.75rem;
  line-height: 2.1875rem;
  font-size: 1.875rem;
  font-weight: 400;
  color: #fff;
}
.contact-view-thanks-text {
  line-height: 0.875rem;
  font-family: 'ProximaNova' !important;
  font-size: 0.875rem;
  font-weight: 400;
}
.testimonial-view {
  background: url("image/background/testimonial_background.jpg") no-repeat center center fixed;
  background-size: cover;
}
.testimonial-view-container {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}
.testimonial-view-main-content {
  position: relative;
  top: 6.25rem;
  bottom: 0;
  left: 0;
  right: 0;
}
.testimonial-view-background-container {
  margin-bottom: 3.75rem;
}
.testimonial-view-title {
  margin-top: 3.125rem;
  margin-right: 9.375rem;
  width: 18.75rem;
  padding-bottom: 0.75rem;
  line-height: 2.1875rem;
  font-size: 1.875rem;
  font-weight: 400;
  color: #fff;
  user-select: none;
}
.testimonial-view-carousel {
  height: 50vh;
}
.testimonial-view-carousel-strip {
  position: relative;
  height: 50vh;
  width: 100%;
}
.testimonial-view-carousel-strip * {
  user-select: none;
}
.testimonial-view-carousel-slide-image {
  position: absolute;
  top: 8vh;
  height: 16vh;
  width: 14vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  transition: all 0.1s ease;
}
.testimonial-view-carousel-slide-text {
  position: absolute;
  bottom: 5.8vh;
  opacity: 0.5;
  font-size: 2vh;
  text-align: center;
  transition: all 0.4s ease;
}
.massage-view {
  background: linear-gradient(rgba(34,34,34,0.8), rgba(34,34,34,0.8)), url("image/background/massage_background.jpg") no-repeat center center fixed;
  background-size: cover;
}
@media (min-width: 40em) {
  .massage-view {
    background: url("image/background/massage_background.jpg") no-repeat center center fixed;
    background-size: cover;
  }
}
.massage-view-background {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  filter: brightness(50%);
}
@media (min-width: 40em) {
  .massage-view-background {
    filter: brightness(65%);
  }
}
@media (min-width: 95em) {
  .massage-view-background {
    filter: brightness(90%);
  }
}
.massage-view-container {
  position: relative;
  left: 0;
  right: 0;
}
.massage-view-fixed-content {
  padding-top: 6.25rem;
}
@media (min-width: 40em) {
  .massage-view-fixed-content {
    position: fixed;
    top: 6.25rem;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 0.9375rem;
  }
}
.massage-view-scrollable-content {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.massage-view-massage-container {
  position: relative;
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-rows: 1.25rem auto 0.625rem auto;
  grid-template-columns: 100%;
}
@media (min-width: 40em) {
  .massage-view-massage-container {
    grid-template-rows: auto auto 3.125rem;
    grid-template-columns: 30fr 50fr 20fr;
  }
}
.massage-view-massage-column {
  height: 100%;
}
.massage-view-massage-left-column {
  grid-area: 2/1;
}
@media (min-width: 40em) {
  .massage-view-massage-left-column {
    grid-area: 1/1;
  }
}
.massage-view-massage-title {
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: 0.15625rem;
}
@media (min-width: 40em) {
  .massage-view-massage-title {
    margin-top: -1.25rem;
  }
}
.massage-view-massage-name {
  margin-left: 0.625rem;
  width: 15.625rem;
  line-height: 1.5625rem;
  font-size: 1.125rem;
  font-weight: 400;
}
.massage-view-massage-summary {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  width: 12.5rem;
  line-height: 0.9375rem;
  font-family: 'ProximaNova' !important;
  font-size: 0.75rem;
  font-weight: 400;
  text-align: left;
}
@media (min-width: 40em) {
  .massage-view-massage-summary {
    margin-bottom: 0rem;
  }
}
.massage-view-massage-right-column {
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  width: 12.5rem;
}
@media (min-width: 40em) {
  .massage-view-massage-right-column {
    padding-top: 6.25rem;
  }
}
.massage-view-massage-description-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 40em) {
  .massage-view-massage-description-container {
    flex-direction: row;
    justify-content: flex-end;
  }
}
.massage-view-massage-description {
  margin-bottom: 0.3125rem;
  width: 12.5rem;
  line-height: 0.9375rem;
  font-family: 'ProximaNova' !important;
  font-size: 0.75rem;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 40em) {
  .massage-view-massage-description {
    margin-bottom: 0.625rem;
    font-size: 0.625rem;
  }
}
.massage-view-massage-description-separator {
  margin-top: 0.625rem;
  margin-bottom: 0.3125rem;
  height: 0.9375rem;
  width: 1.875rem;
  background: url("image/icon/description_separator_icon.svg") no-repeat center center;
  background-size: contain;
}
.massage-view .vertical-massage-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 4.6875rem;
  display: block;
}
.navigation-menu {
  z-index: 102;
  position: fixed;
  top: 1.25rem;
  left: 0;
  right: 0;
  margin-bottom: 4.375rem;
  transition: all 0.25s ease-in-out;
}
.navigation-menu-wrapper {
  z-index: 100;
  position: fixed;
  height: 4.6875rem;
  transition: background-color 0.25s ease-in-out;
}
.navigation-menu-wrapper.scrolled {
  border-bottom: #000 solid 0.0625rem;
  background-color: #222;
}
.navigation-menu-logo-button {
  position: absolute;
  top: 0rem;
  left: 0rem;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
.navigation-menu-logo-button:hover {
  filter: drop-shadow(0rem 0rem 0.1875rem #fff);
  transform: scale(1.1);
}
.navigation-menu-big-logo {
  transform: translateY(-3.75rem) scale(0.6);
  height: auto;
  width: 8.125rem;
}
@media (min-width: 60em) {
  .navigation-menu-big-logo {
    transform: translateY(-3.75rem) scale(1);
  }
}
.navigation-menu-small-logo {
  transform: translateY(-0.625rem) scale(0.6);
  height: auto;
}
@media (min-width: 60em) {
  .navigation-menu-small-logo {
    transform: translateY(-0.625rem) scale(0.8);
  }
}
.navigation-menu-view-button {
  padding-right: 0.75rem;
  display: none;
  font-family: 'ProximaNova' !important;
  font-size: 0.5625rem;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
@media (min-width: 60em) {
  .navigation-menu-view-button {
    display: block;
  }
}
@media (min-width: 85em) {
  .navigation-menu-view-button {
    font-size: 0.625rem;
  }
}
.navigation-menu-view-button:hover {
  transform: scale(1.1);
}
.navigation-menu-view-button.selected {
  color: #0f0;
}
.navigation-menu-language-button {
  margin-left: 0.625rem;
  margin-right: 12vw;
  cursor: pointer;
}
@media (min-width: 40em) {
  .navigation-menu-language-button {
    margin-right: 0;
  }
}
@media (min-width: 60em) {
  .navigation-menu-language-button {
    margin-right: 0rem;
  }
}
.navigation-menu-appointment-button {
  border: #0f0 solid 0.0625rem;
  padding: 0.625rem 0.625rem;
  font-size: 0.40625rem;
  font-weight: 500;
  letter-spacing: 0.125rem;
  color: #0f0;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
@media (min-width: 60em) {
  .navigation-menu-appointment-button {
    font-size: 0.53125rem;
  }
}
.navigation-menu-appointment-button:hover,
.navigation-menu-mobile-appointment-button:hover {
  color: #222;
  background-color: #0f0;
}
.navigation-menu-appointment-button-text {
  display: none;
}
@media (min-width: 60em) {
  .navigation-menu-appointment-button-text {
    display: block;
  }
}
.navigation-menu-appointment-button-mobile-text {
  display: block;
}
@media (min-width: 60em) {
  .navigation-menu-appointment-button-mobile-text {
    display: none;
  }
}
.navigation-menu-appointment-form-container {
  z-index: 300;
  position: absolute;
  right: 0rem;
  height: 20.625rem;
  width: 17.5rem;
  border: 0.0625rem solid #0f0;
  background: #222;
}
.navigation-menu-appointment-form-wrapper {
  padding: 1.25rem;
}
.navigation-menu-appointment-form-close-button {
  position: absolute;
  top: 0rem;
  margin-top: -0.9375rem;
  height: 1.875rem;
  width: 1.875rem;
  background: url("image/icon/cross_icon.svg") no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.navigation-menu-appointment-form {
  margin-top: 3.125rem;
}
.navigation-menu-appointment-form-input {
  margin-bottom: 0.625rem;
  width: 100%;
  border-top: none;
  border-bottom: 0.0625rem solid #fff;
  border-left: none;
  border-right: none;
  padding-bottom: 0.625rem;
  background: none;
  font-family: 'ProximaNova' !important;
  font-size: 0.6875rem;
  font-weight: 400;
  color: #0f0;
  resize: none;
}
.navigation-menu-appointment-form-input::placeholder {
  opacity: 1;
  font-size: 0.6875rem;
  color: #fff;
}
.navigation-menu-appointment-form-input::-ms-input-placeholder {
  opacity: 1;
  font-size: 0.6875rem;
  color: #fff;
}
.navigation-menu-appointment-form-input::-webkit-input-placeholder {
  opacity: 1;
  font-size: 0.6875rem;
  color: #fff;
}
.navigation-menu-appointment-form-input-submit {
  margin-bottom: 1.25rem;
  width: 100%;
  background: none;
  font-size: 0.6875rem;
  font-weight: 400;
  color: #0f0;
}
.navigation-menu-appointment-form-input-captcha {
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
}
.navigation-menu-appointment-form-capcha-container {
  margin-bottom: 1.25rem;
  height: 100%;
}
.navigation-menu-appointment-form-captcha-image {
  height: 2.75rem;
  width: auto;
}
.navigation-menu-appointment-thanks-title {
  margin-right: 3.125rem;
  width: 9.375rem;
  padding-bottom: 0.75rem;
  line-height: 2.1875rem;
  font-size: 1.875rem;
  font-weight: 400;
  color: #fff;
}
.navigation-menu-appointment-thanks-text {
  width: 12.5rem;
  line-height: 0.875rem;
  font-family: 'ProximaNova' !important;
  font-size: 0.875rem;
  font-weight: 400;
}
.navigation-menu-hamburger-button {
  z-index: 103;
  position: fixed;
  top: 0.3125rem;
  right: 0.3125rem;
  height: 1.875rem;
  width: 3.125rem;
  background: url("image/icon/hamburger_icon.svg") no-repeat center center;
  background-size: 2.1875rem;
}
@media (min-width: 60em) {
  .navigation-menu-hamburger-button {
    display: none;
  }
}
.navigation-menu-mobile-navigation {
  z-index: 200;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #222;
}
.navigation-menu-mobile-navigation-content {
  top: 0.3125rem;
  right: 0;
  min-height: 100vh;
  width: 100%;
}
.navigation-menu-mobile-navigation-social-network-button-container {
  margin-top: -0.3125rem;
  margin-right: 1.875rem;
  height: 2.375rem;
  width: 5.875rem;
  background: url("image/background/social_networks_button_outline_top.png") no-repeat center center;
}
.navigation-menu-mobile-navigation-social-network-button {
  transform: scale(1.1);
  height: 0.79375rem;
  width: 1.25rem;
  cursor: pointer;
}
.navigation-menu-mobile-navigation-social-network-button-facebook {
  background: url("image/icon/facebook_logo.svg") no-repeat center center;
  background-size: 0.3125rem;
}
.navigation-menu-mobile-navigation-social-network-button-linkedin {
  background: url("image/icon/in_logo.svg") no-repeat center center;
  background-size: 0.625rem;
}
.navigation-menu-mobile-navigation-social-network-button-instagram {
  background: url("image/icon/instagram_logo.svg") no-repeat center center;
  background-size: 0.625rem;
}
.navigation-menu-mobile-navigation-close-button {
  position: fixed;
  top: 0.3125rem;
  right: 0.3125rem;
  height: 1.875rem;
  width: 1.875rem;
  background: url("image/icon/close_icon.svg") no-repeat center center;
  background-size: 0.625rem;
  cursor: pointer;
}
.navigation-menu-mobile-appointment-button {
  border: #0f0 solid 0.0625rem;
  padding: 0.625rem 0.9375rem;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.125rem;
  color: #0f0;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
.navigation-menu-mobile-navigation-view-button {
  font-family: 'ProximaNova' !important;
  font-size: 0.6875rem;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
.navigation-menu-mobile-navigation-view-button.selected {
  transform: scale(1.1);
  color: #0f0;
}
.navigation-menu-mobile-navigation-logo-button {
  transform: scale(0.6);
  cursor: pointer;
}
.navigation-menu-mobile-navigation-logo-button:hover {
  filter: drop-shadow(0rem 0rem 0.1875rem #fff);
}
.navigation-menu-mobile-navigation-logo-button.selected {
  filter: drop-shadow(0rem 0rem 0.25rem #0f0);
  transform: scale(0.8);
}
.navigation-menu-mobile-phone-number {
  border: #fff solid 0.0625rem;
  padding: 0.625rem 0.625rem;
  font-family: 'ProximaNova' !important;
  font-size: 0.5rem;
  font-weight: 600;
  color: #fff;
}
.navigation-menu-mobile-phone-number:hover {
  border: #0f0 solid 0.0625rem;
  background-color: #0f0;
  color: #000;
}
.navigation-menu-mobile-phone-icon {
  margin-right: 0.3125rem;
  height: 0.9375rem;
  width: 0.9375rem;
  background: url("image/icon/phone_icon.svg") no-repeat center center;
  background-size: contain;
}
.navigation-menu-mobile-text {
  font-family: 'ProximaNova' !important;
  font-size: 0.625rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
}
.bottom-navigation {
  position: relative;
  width: 100%;
  padding-top: 0.3125rem;
  background-color: #222;
}
.bottom-navigation .navigation-menu-small-logo {
  position: absolute;
  left: 10vw;
  transform: scale(0.6);
}
@media (min-width: 40em) {
  .bottom-navigation .navigation-menu-small-logo {
    transform: translateY(0.625rem) scale(0.7);
  }
}
.bottom-navigation .navigation-menu-view-button {
  font-family: 'Atletico' !important;
  font-size: 0.8125rem;
  font-weight: 600;
}
.bottom-navigation .bottom-navigation-menu {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.bottom-navigation-banner-column {
  padding-top: 0.6875rem;
  padding-left: 0.3125rem;
  display: none;
  font-family: 'ProximaNova' !important;
  font-size: 0.625rem;
  font-weight: 400;
  transition: all 0.1s ease-in-out;
}
@media (min-width: 40em) {
  .bottom-navigation-banner-column {
    display: flex;
  }
}
.bottom-navigation-banner-column-separator-image {
  height: 1.875rem;
  width: 1.125rem;
  display: none;
  background: url("image/background/green_separator_bar.png") no-repeat center center;
}
@media (min-width: 40em) {
  .bottom-navigation-banner-column-separator-image {
    display: flex;
  }
}
.bottom-navigation-social-network-button-container {
  height: 2.375rem;
  width: 5.875rem;
}
@media (min-width: 40em) {
  .bottom-navigation-social-network-button-container {
    background: url("image/background/social_networks_button_outline_bottom.png") no-repeat center center;
  }
}
@media (max-width: 39.98em) {
  .bottom-navigation-social-network-button-container {
    display: none;
  }
}
.bottom-navigation-social-network-button {
  transform: scale(1.3);
  height: 0.79375rem;
  width: 0.9375rem;
  transition: all 0.1s ease-in-out;
}
.bottom-navigation-social-network-button:hover {
  transform: scale(1.6);
}
.bottom-navigation-social-network-button-facebook {
  background: url("image/icon/facebook_logo.svg") no-repeat center center;
  background-size: 0.21875rem;
}
.bottom-navigation-social-network-button-linkedin {
  background: url("image/icon/in_logo.svg") no-repeat center center;
  background-size: 0.4375rem;
}
.bottom-navigation-social-network-button-instagram {
  background: url("image/icon/instagram_logo.svg") no-repeat center center;
  background-size: 0.4375rem;
}
.bottom-navigation .navigation-menu-appointment-button {
  margin-right: 0rem;
}
.horizontal-massage-menu-title {
  padding-bottom: 0.6875rem;
  font-size: 1.875rem;
  font-weight: 400;
}
.horizontal-massage-menu {
  overflow-y: scroll;
  box-sizing: border-box;
  height: 5rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
  cursor: pointer;
}
.horizontal-massage-menu::-webkit-scrollbar {
  width: 0 !important;
}
.horizontal-massage-menu-massage-button {
  margin-bottom: 1.0625rem;
  border-bottom: #999 solid 0.0625rem;
  padding-bottom: 0.75rem;
  font-size: 1.0625rem;
  font-weight: 400;
  color: #999;
  transition: all 0.1s ease-in-out;
}
@media (min-width: 95em) {
  .horizontal-massage-menu-massage-button {
    font-size: 1.5625rem;
  }
}
.horizontal-massage-menu-massage-button:hover,
.horizontal-massage-menu-massage-button.selected {
  border-bottom: #fff solid 0.0625rem;
  font-size: 1.25rem;
  font-weight: 900;
  color: #fff;
}
@media (min-width: 95em) {
  .horizontal-massage-menu-massage-button:hover,
  .horizontal-massage-menu-massage-button.selected {
    font-size: 2.5rem;
  }
}
.horizontal-massage-menu-massage-button:hover {
  color: #fff;
}
.horizontal-massage-menu-massage-number {
  padding-right: 0.3125rem;
  font-size: 0.5625rem;
  font-weight: 500;
  color: #999;
  transition: all 0.1s ease-in-out;
}
@media (min-width: 40em) {
  .horizontal-massage-menu-massage-number {
    padding-right: 0.9375rem;
    font-size: 0.875rem;
  }
}
.horizontal-massage-menu-massage-button.selected .horizontal-massage-menu-massage-number,
.horizontal-massage-menu-massage-button:hover .horizontal-massage-menu-massage-number {
  color: #0f0;
}
.horizontal-massage-menu-massage-summary {
  font-size: 0.8rem;
  font-weight: 400;
}
.horizontal-massage-menu-massage-price {
  font-size: 0.6rem;
  font-weight: 400;
  margin-top: 1rem;
}
.horizontal-massage-menu-massage-view-button {
  min-height: 1.875rem;
  min-width: 1.875rem;
  display: none;
  background: url("image/icon/more_icon.svg") no-repeat center center;
  background-size: contain;
}
.horizontal-massage-menu-massage-button.selected .horizontal-massage-menu-massage-view-button {
  display: block;
}
.vertical-massage-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  display: none;
}
@media (min-width: 40em) {
  .vertical-massage-menu {
    width: 6.25rem;
    display: block;
  }
}
@media (min-width: 60em) {
  .vertical-massage-menu {
    width: 8.125rem;
  }
}
@media (min-width: 80em) {
  .vertical-massage-menu {
    width: 8.75rem;
  }
}
@media (min-width: 100em) {
  .vertical-massage-menu {
    width: 10.625rem;
  }
}
@media (min-width: 120em) {
  .vertical-massage-menu {
    width: 12.5rem;
  }
}
.vertical-massage-menu-massage-name {
  position: absolute;
  transform: rotate(-90deg);
  height: 3vh;
  letter-spacing: 0.3vh;
  text-align: center;
  color: #0f0;
}
.vertical-massage-menu-massage-name-text {
  transform: translateY(3vh);
  overflow: visible;
  width: 35vh;
  user-select: none;
}
@media (min-width: 40em) {
  .vertical-massage-menu-massage-name-text {
    transform: translateY(2vh);
  }
}
@media (min-width: 60em) {
  .vertical-massage-menu-massage-name-text {
    transform: translateY(-1vh);
  }
}
.vertical-massage-menu-massage-button {
  position: absolute;
  right: 0;
  height: 3vh;
  width: 6vh;
  transition: all 0.1s ease;
}
.vertical-massage-menu-massage-icon {
  height: 4vh;
  width: 4vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: all 0.1s ease;
}
.vertical-massage-menu-massage-graduation {
  position: absolute;
  left: 5vh;
  height: 0.125rem;
  width: 1.5vh;
  background: url("/static/image/icon/white_graduation.svg");
  transition: all 0.1s ease;
}
