/* Abstracts
--------------------------------------------- */
/* Generic
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/* Base
--------------------------------------------- */
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Sora";
  font-weight: 300;
  font-size: 30px;
  line-height: 38px;
  color: #000;
}

p {
  margin: 0 0 20px 0;
}

@font-face {
  font-family: "Sora";
  font-weight: 300;
  src: url("/wp-content/themes/rchv/assets/fonts/Sora-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Sora";
  font-weight: 400;
  src: url("/wp-content/themes/rchv/assets/fonts/Sora-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Sora";
  font-weight: 600;
  src: url("/wp-content/themes/rchv/assets/fonts/Sora-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Sora";
  font-weight: 700;
  src: url("/wp-content/themes/rchv/assets/fonts/Sora-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Fahkwang";
  font-weight: 500;
  src: url("/wp-content/themes/rchv/assets/fonts/Fahkwang-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Fahkwang";
  font-weight: 600;
  src: url("/wp-content/themes/rchv/assets/fonts/Fahkwang-Bold.ttf") format("truetype");
}
h1 {
  font-family: "Fahkwang";
  font-weight: 500;
  font-size: 75px;
  line-height: 90px;
  margin: 0 0 20px 0;
}
@media (max-width: 1344px) {
  h1 {
    font-size: 55px;
    line-height: 120%;
  }
}

h2 {
  font-family: "Fahkwang";
  font-weight: 500;
  font-size: 72px;
  line-height: 94px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
@media (max-width: 1344px) {
  h2 {
    font-size: 36px;
    line-height: 47px;
  }
}

h3 {
  font-family: "Fahkwang";
  font-weight: 500;
  font-size: 64px;
  line-height: 70px;
  margin: 0 0 20px 0;
}
@media (max-width: 1344px) {
  h3 {
    font-size: 24px;
    line-height: 28px;
  }
}

h4 {
  font-family: "Fahkwang";
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  h4 {
    font-size: 18px;
    line-height: 23px;
  }
}

/* Links
--------------------------------------------- */
/* Forms
--------------------------------------------- */
/* Global
--------------------------------------------- */
html {
  min-width: 330px;
  background: #fff;
}

body {
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-x: hidden;
}

.wrap-g {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.wrap-g .main {
  flex: 1 0 auto;
}

.wrap-x {
  width: 1872px;
  padding: 0 16px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1840px) {
  .wrap-x {
    width: 1344px;
  }
}
@media (max-width: 1344px) {
  .wrap-x {
    width: 1024px;
  }
}
@media (max-width: 1024px) {
  .wrap-x {
    width: 768px;
  }
}
@media (max-width: 768px) {
  .wrap-x {
    width: 480px;
  }
}
@media (max-width: 480px) {
  .wrap-x {
    width: 100%;
  }
}

.wrap-y {
  width: 1688px;
  padding: 0 16px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1840px) {
  .wrap-y {
    width: 1344px;
  }
}
@media (max-width: 1344px) {
  .wrap-y {
    width: 1024px;
  }
}
@media (max-width: 1024px) {
  .wrap-y {
    width: 768px;
  }
}
@media (max-width: 768px) {
  .wrap-y {
    width: 480px;
  }
}
@media (max-width: 480px) {
  .wrap-y {
    width: 100%;
  }
}

.wrap-z {
  width: 1614px;
  padding: 0 74px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1840px) {
  .wrap-z {
    width: 1344px;
  }
}
@media (max-width: 1344px) {
  .wrap-z {
    width: 1024px;
  }
}
@media (max-width: 1024px) {
  .wrap-z {
    width: 768px;
  }
}
@media (max-width: 768px) {
  .wrap-z {
    width: 480px;
    padding: 0 34px;
  }
}
@media (max-width: 480px) {
  .wrap-z {
    width: 100%;
  }
}

/* Templates
--------------------------------------------- */
body {
  background: linear-gradient(180deg, #BCFF01 0%, #FFFFFF 26.56%, #FFFFFF 72.4%, #BCFF01 100%);
}
@media (max-width: 768px) {
  body {
    background: linear-gradient(180.01deg, #BBFF00 -7.36%, #BBFF00 20.01%, #FFFFFF 22.82%, #FFFFFF 40.39%, #BBFF00 49.81%, #FFFFFF 58.31%, #FFFFFF 73.63%, #FFFFFF 76.82%, #BBFF00 78.98%);
  }
}

.main {
  position: relative;
  overflow: hidden;
}
.main .running-text-vertical {
  width: auto;
  height: 100%;
  position: absolute;
  top: calc(70vh + 226px);
  right: 0;
  z-index: 99;
}

section.header {
  position: relative;
}
@media (max-width: 768px) {
  section.header.video .wrap-z .box h1 {
    top: calc(75% - 50px);
  }
}
@media (max-width: 768px) {
  section.header.video .wrap-z .box .desc {
    top: calc(100% + 50px - 50px);
  }
}
section.header img.running-text, section.header video.running-text {
  width: 100vw;
  height: auto;
  -o-object-fit: fill;
     object-fit: fill;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  section.header img.running-text, section.header video.running-text {
    display: none;
  }
}
section.header img.running-text.mobile, section.header video.running-text.mobile {
  display: none;
  height: 675px;
}
@media (max-width: 768px) {
  section.header img.running-text.mobile, section.header video.running-text.mobile {
    display: block;
  }
}
section.header img.running-text {
  padding: 2vh 2vw;
}
@media (max-width: 1840px) {
  section.header img.running-text {
    padding: 2vh 2vw;
  }
}
section.header video.running-text.mobile {
  top: -50px;
}
section.header video.running-text.mobile {
  height: 725px;
}
section.header .wrap-z {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: visible;
}
@media (max-width: 1840px) {
  section.header .wrap-z {
    padding: 0 120px;
  }
}
@media (max-width: 1344px) {
  section.header .wrap-z {
    padding: 0 74px;
  }
}
@media (max-width: 768px) {
  section.header .wrap-z {
    padding: 0 34px;
  }
}
section.header .wrap-z .box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 627px;
  z-index: 1;
  position: absolute;
}
@media (max-width: 1344px) {
  section.header .wrap-z .box {
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  section.header .wrap-z .box {
    position: initial;
  }
}
section.header .wrap-z .box h1 {
  max-width: 551px;
  margin-bottom: 53px;
}
@media (max-width: 1344px) {
  section.header .wrap-z .box h1 {
    font-weight: 500;
    font-size: 36px;
    line-height: 47px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  section.header .wrap-z .box h1 {
    width: 183px;
    font-family: "Sora";
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    background: transparent;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 5px 36px;
    margin-bottom: 0;
    position: absolute;
    right: 15%;
    top: 75%;
    transform: rotate(-15deg);
  }
}
section.header .wrap-z .box .desc {
  font-size: 40px;
  line-height: 50px;
}
@media (max-width: 1344px) {
  section.header .wrap-z .box .desc {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  section.header .wrap-z .box .desc {
    max-width: 280px;
    font-family: "Fahkwang";
    font-weight: 600;
    font-size: 22px;
    line-height: 29px;
    position: absolute;
    top: calc(100% + 50px);
  }
}
section.header .wrap-z .box .desc p {
  margin: 0;
}
section.header .wrap-z .box .button {
  font-family: "Sora";
  font-weight: 600;
  font-size: 28px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #000;
  background: transparent;
  border: 2px solid #000;
  border-radius: 15px;
  padding: 40px 36px;
  margin-top: 61px;
  transition: 0.2s;
  cursor: pointer;
}
@media (max-width: 1344px) {
  section.header .wrap-z .box .button {
    font-size: 14px;
    line-height: 18px;
    padding: 33px 18px;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  section.header .wrap-z .box .button {
    display: none;
  }
}
section.header .wrap-z .box .button:hover {
  background: #fff;
  border: 2px solid #fff;
}
section.header .wrap-z video.video {
  width: 800px;
  height: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 1840px) {
  section.header .wrap-z video.video {
    right: -10%;
  }
}
@media (max-width: 1344px) {
  section.header .wrap-z video.video {
    width: 75%;
    height: auto;
    right: -10%;
  }
}
@media (max-width: 768px) {
  section.header .wrap-z video.video {
    display: none;
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
  }
}
section.header .wrap-z video.video.mobile {
  display: none;
}
@media (max-width: 768px) {
  section.header .wrap-z video.video.mobile {
    display: block;
  }
}
section.header .wrap-z img.image {
  width: 800px;
  height: auto;
  position: absolute;
  right: 0;
  top: 45%;
  transform: translate(0, -50%);
}
@media (max-width: 1840px) {
  section.header .wrap-z img.image {
    width: 45%;
    right: 3%;
  }
}
@media (max-width: 768px) {
  section.header .wrap-z img.image {
    display: none;
    width: 100%;
    height: auto;
    top: 45%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
  }
}
section.header .wrap-z img.image.mobile {
  display: none;
}
@media (max-width: 768px) {
  section.header .wrap-z img.image.mobile {
    display: block;
  }
}

section.benefits {
  padding-top: 145px;
}
@media (max-width: 1344px) {
  section.benefits {
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  section.benefits {
    padding-top: 226px;
  }
}
section.benefits .wrap-y {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 768px) {
  section.benefits .wrap-y {
    justify-content: flex-start;
    padding: 0 34px 0 34px;
    gap: 15px;
  }
}
section.benefits .wrap-y .card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(33.3333333333% - 60px + 20px);
  max-width: 400px;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  background: #BBFF00;
  border: 2px solid #000;
  border-radius: 15px;
  padding: 40px 60px;
}
@media (max-width: 1344px) {
  section.benefits .wrap-y .card {
    font-size: 16px;
    line-height: 20px;
    padding: 36px 5px;
  }
}
@media (max-width: 768px) {
  section.benefits .wrap-y .card {
    width: calc(50% - 15px + 7.5px);
    max-width: 150px;
    height: 150px;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 5px;
  }
}
section.benefits .wrap-y .card.button {
  display: none;
  font-family: "Fahkwang";
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #000;
  background: #fff;
  transition: 0.2s;
  cursor: pointer;
}
@media (max-width: 768px) {
  section.benefits .wrap-y .card.button {
    display: flex;
  }
}
section.benefits .wrap-y .card.button:hover {
  color: #fff;
  background: #000;
}

section.why-rchv {
  padding-top: 259px;
  position: relative;
}
@media (max-width: 1344px) {
  section.why-rchv {
    padding-top: 105px;
  }
}
section.why-rchv::after {
  content: "";
  display: block;
  width: 100vw;
  height: 256px;
  background-image: url(/wp-content/themes/rchv/assets/img/vector-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: calc(100% - 60px);
  z-index: 1;
}
@media (max-width: 768px) {
  section.why-rchv::after {
    display: none;
  }
}
@media (max-width: 768px) {
  section.why-rchv .wrap-x {
    padding: 0 34px 0 34px;
  }
}
section.why-rchv .wrap-x h2 {
  margin-bottom: 0;
}
section.why-rchv .wrap-z {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 140px 60px;
  padding-top: 167px;
  z-index: 2;
}
@media (max-width: 1344px) {
  section.why-rchv .wrap-z {
    gap: 80px 60px;
    padding-top: 64px;
  }
}
@media (max-width: 768px) {
  section.why-rchv .wrap-z {
    flex-direction: column;
    gap: 80px;
  }
}
section.why-rchv .wrap-z .card {
  display: flex;
  flex-direction: column;
  gap: 36px;
  width: calc(50% - 60px + 30px);
  font-weight: 300;
  font-size: 30px;
  line-height: 38px;
}
@media (max-width: 1344px) {
  section.why-rchv .wrap-z .card {
    gap: 18px;
    font-size: 18px;
    line-height: 23px;
  }
}
@media (max-width: 768px) {
  section.why-rchv .wrap-z .card {
    width: 100%;
  }
}
section.why-rchv .wrap-z .card h3 {
  margin-bottom: 0;
}
section.why-rchv .wrap-z .card p {
  margin: 0;
}

section.menu-list {
  padding-top: 314px;
  position: relative;
}
@media (max-width: 1344px) {
  section.menu-list {
    padding-top: 200px;
  }
}
@media (max-width: 768px) {
  section.menu-list {
    padding-top: 126px;
    overflow: hidden;
  }
}
section.menu-list::after {
  content: "";
  display: block;
  width: 100vw;
  height: 282px;
  background-image: url(/wp-content/themes/rchv/assets/img/vector-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: calc(100% + 115px);
  z-index: 1;
}
@media (max-width: 768px) {
  section.menu-list::after {
    display: none;
  }
}
section.menu-list video {
  display: none;
  width: 150%;
  height: auto;
  position: absolute;
  left: 25%;
  top: 56%;
}
@media (max-width: 768px) {
  section.menu-list video {
    display: block;
  }
}
section.menu-list img {
  display: none;
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 56%;
}
@media (max-width: 768px) {
  section.menu-list img {
    display: block;
  }
}
@media (max-width: 768px) {
  section.menu-list .wrap-x {
    padding: 0 34px 0 34px;
  }
}
section.menu-list .wrap-x h2 {
  max-width: 600px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  section.menu-list .wrap-x h2 {
    max-width: 400px;
  }
}
section.menu-list .wrap-z {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 125px 76px;
  padding-top: 90px;
}
@media (max-width: 1344px) {
  section.menu-list .wrap-z {
    gap: 125px 60px;
  }
}
@media (max-width: 768px) {
  section.menu-list .wrap-z {
    flex-direction: column;
  }
}
section.menu-list .wrap-z .menu {
  display: flex;
  flex-direction: column;
  gap: 66px;
  width: calc(33.3333333333% - 76px + 25.3333333333px);
}
@media (max-width: 1344px) {
  section.menu-list .wrap-z .menu {
    width: calc(50% - 60px + 30px);
  }
}
@media (max-width: 1024px) {
  section.menu-list .wrap-z .menu {
    width: 100%;
  }
}
@media (max-width: 768px) {
  section.menu-list .wrap-z .menu {
    gap: 45px;
  }
}
section.menu-list .wrap-z .menu .title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 768px) {
  section.menu-list .wrap-z .menu .title {
    flex-direction: column;
    gap: 0;
    padding: 0 18px;
  }
}
section.menu-list .wrap-z .menu .title span {
  font-weight: 700;
  font-size: 60px;
  line-height: 76px;
  color: #BBFF00;
}
@media (max-width: 768px) {
  section.menu-list .wrap-z .menu .title span {
    font-size: 44px;
    line-height: 55px;
    color: #000000;
  }
}
section.menu-list .wrap-z .menu .title h3 {
  font-family: "Sora";
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  margin-top: 7px;
  margin-bottom: 31px;
}
@media (max-width: 1344px) {
  section.menu-list .wrap-z .menu .title h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 9px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  section.menu-list .wrap-z .menu .title h3 {
    margin-top: 0;
  }
}
section.menu-list .wrap-z .menu .list {
  display: flex;
  flex-direction: column;
}
section.menu-list .wrap-z .menu .list:last-child {
  margin-top: auto;
}
section.menu-list .wrap-z .menu .list h4 {
  font-family: "Sora";
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  padding: 8px 26px;
  margin: 0;
}
@media (max-width: 768px) {
  section.menu-list .wrap-z .menu .list h4 {
    font-size: 18px;
    line-height: 23px;
    padding: 5px 17px;
  }
}
section.menu-list .wrap-z .menu .list .item {
  font-size: 24px;
  line-height: 30px;
  padding: 8px 26px;
  border-top: 2px solid #000;
}
@media (max-width: 768px) {
  section.menu-list .wrap-z .menu .list .item {
    font-size: 18px;
    line-height: 23px;
    border-top: 1px solid #000;
    padding: 5px 17px;
  }
}
section.menu-list .wrap-z .menu .list .item.note {
  font-size: 20px;
  line-height: 25px;
  text-align: right;
}

section.contact {
  padding-top: 500px;
  padding-bottom: 630px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1840px) {
  section.contact {
    padding-top: 350px;
  }
}
@media (max-width: 1344px) {
  section.contact {
    padding-top: 250px;
    padding-bottom: 144px;
  }
}
@media (max-width: 1024px) {
  section.contact {
    padding-top: 250px;
    padding-bottom: 144px;
  }
}
@media (max-width: 768px) {
  section.contact {
    padding-top: 139px;
    padding-bottom: 144px;
  }
}
section.contact::before {
  content: "";
  display: block;
  width: 100vw;
  height: 119px;
  background-image: url(/wp-content/themes/rchv/assets/img/vector-3.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 650px;
  z-index: 1;
}
@media (max-width: 1840px) {
  section.contact::before {
    top: 500px;
  }
}
@media (max-width: 1344px) {
  section.contact::before {
    top: 450px;
  }
}
@media (max-width: 768px) {
  section.contact::before {
    display: none;
  }
}
section.contact video {
  display: block;
  width: 50%;
  height: auto;
  position: absolute;
  right: 50%;
  top: 60%;
}
@media (max-width: 1840px) {
  section.contact video {
    top: 65%;
  }
}
@media (max-width: 1344px) {
  section.contact video {
    right: -5%;
  }
}
@media (max-width: 1024px) {
  section.contact video {
    right: -25%;
  }
}
@media (max-width: 768px) {
  section.contact video {
    display: none;
  }
}
section.contact video.mobile {
  display: none;
}
@media (max-width: 768px) {
  section.contact video.mobile {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 75%;
  }
}
@media (max-width: 480px) {
  section.contact video.mobile {
    left: 0;
    top: 85%;
  }
}
section.contact img {
  display: block;
  width: 50%;
  height: auto;
  position: absolute;
  right: 50%;
  top: 60%;
}
@media (max-width: 1344px) {
  section.contact img {
    right: -5%;
  }
}
@media (max-width: 1024px) {
  section.contact img {
    right: -25%;
  }
}
@media (max-width: 768px) {
  section.contact img {
    display: none;
  }
}
section.contact img.mobile {
  display: none;
}
@media (max-width: 768px) {
  section.contact img.mobile {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 76%;
  }
}
@media (max-width: 480px) {
  section.contact img.mobile {
    left: 0;
    top: 76%;
  }
}
section.contact .wrap-x {
  display: flex;
  flex-wrap: wrap;
  gap: 200px;
  padding-top: 100px;
  z-index: 2;
}
@media (max-width: 1840px) {
  section.contact .wrap-x {
    gap: 100px;
  }
}
@media (max-width: 1024px) {
  section.contact .wrap-x {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  section.contact .wrap-x {
    gap: 122px;
    padding: 0 31px 0 31px;
  }
}
section.contact .wrap-x .box {
  width: calc(50% - 200px + 100px);
  max-width: 850px;
  color: #000;
}
@media (max-width: 1840px) {
  section.contact .wrap-x .box {
    width: calc(50% - 100px + 50px);
  }
}
@media (max-width: 1344px) {
  section.contact .wrap-x .box {
    color: #000;
    width: 100%;
  }
}
@media (max-width: 768px) {
  section.contact .wrap-x .box {
    color: #000;
  }
}
section.contact .wrap-x .box h2 {
  margin-bottom: 44px;
}
@media (max-width: 1840px) {
  section.contact .wrap-x .box h2 {
    font-size: 55px;
    line-height: 120%;
  }
}
@media (max-width: 1344px) {
  section.contact .wrap-x .box h2 {
    font-size: 36px;
    line-height: 47px;
  }
}
@media (max-width: 768px) {
  section.contact .wrap-x .box h2 {
    margin-bottom: 57px;
  }
}
section.contact .wrap-x .box .desc {
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 768px) {
  section.contact .wrap-x .box .desc {
    font-size: 18px;
    line-height: 23px;
  }
}
section.contact .wrap-x .box .desc ul {
  list-style-type: square;
}
section.contact .wrap-x .form-wrap {
  width: calc(50% - 200px + 100px);
  max-width: 650px;
}
@media (max-width: 1840px) {
  section.contact .wrap-x .form-wrap {
    width: calc(50% - 100px + 50px);
  }
}
@media (max-width: 1344px) {
  section.contact .wrap-x .form-wrap {
    width: 100%;
  }
}
section.contact .wrap-x .form-wrap .fields-wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 768px) {
  section.contact .wrap-x .form-wrap .fields-wrap {
    gap: 15px;
  }
}
section.contact .wrap-x .form-wrap .fields-wrap .field {
  display: flex;
  flex-direction: column;
  position: relative;
}
section.contact .wrap-x .form-wrap .fields-wrap .field.active label {
  position: absolute;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  text-decoration: none;
  color: #000;
  background: #fff;
  border-radius: 5px;
  padding: 2px 30px;
  top: -12px;
  opacity: 0.9;
}
@media (max-width: 768px) {
  section.contact .wrap-x .form-wrap .fields-wrap .field.active label {
    font-size: 12px;
    line-height: 14px;
    padding: 2px 15px;
  }
}
section.contact .wrap-x .form-wrap .fields-wrap label {
  font-family: "Sora";
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  text-decoration-line: underline;
  color: #000;
  position: absolute;
  left: 54px;
  top: 30px;
  z-index: 3;
  transition: all 0.2s;
  pointer-events: none;
}
@media (max-width: 768px) {
  section.contact .wrap-x .form-wrap .fields-wrap label {
    color: #000;
    font-size: 14px;
    line-height: 18px;
    top: 10px;
    left: 23px;
  }
}
section.contact .wrap-x .form-wrap .fields-wrap input {
  display: block;
  width: 100%;
  height: 90px;
  font-family: "Sora";
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  color: #000;
  background: none;
  border: 2px solid #000;
  border-radius: 15px;
  padding: 30px 54px;
  outline: none;
}
@media (max-width: 768px) {
  section.contact .wrap-x .form-wrap .fields-wrap input {
    height: 42px;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #000;
    border-radius: 15px;
    padding: 14px 23px;
  }
}
section.contact .wrap-x .form-wrap .fields-wrap .wpcf7-not-valid-tip {
  font-size: 18px;
  color: #EE283B;
  margin-top: -8px;
  margin-left: 8px;
  display: block;
  position: absolute;
}
@media (max-width: 768px) {
  section.contact .wrap-x .form-wrap .fields-wrap .wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: -12px;
  }
}
section.contact .wrap-x .form-wrap .submit-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 480px) {
  section.contact .wrap-x .form-wrap .submit-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
section.contact .wrap-x .form-wrap .submit-wrap .wpcf7-acceptance {
  display: block;
  margin-top: 32px;
}
@media (max-width: 768px) {
  section.contact .wrap-x .form-wrap .submit-wrap .wpcf7-acceptance {
    margin-top: 15px;
  }
}
section.contact .wrap-x .form-wrap .submit-wrap .wpcf7-acceptance .wpcf7-list-item {
  display: block;
  margin: 0;
}
section.contact .wrap-x .form-wrap .submit-wrap .wpcf7-acceptance label {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
section.contact .wrap-x .form-wrap .submit-wrap .wpcf7-acceptance label a {
  color: #000;
}
section.contact .wrap-x .form-wrap .submit-wrap .wpcf7-acceptance label [type=checkbox] {
  width: 20px;
  height: 20px;
  min-width: 16px;
  cursor: pointer;
}
section.contact .wrap-x .form-wrap .submit-wrap .wpcf7-submit {
  display: block;
  width: 100%;
  height: 90px;
  font-family: "Sora";
  font-weight: 600;
  font-size: 28px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #000;
  background: #fff;
  border: 2px solid #000;
  border-radius: 15px;
  padding: 28px 40px;
  margin-top: 32px;
  cursor: pointer;
  transition: background-color 0.2s;
}
section.contact .wrap-x .form-wrap .submit-wrap .wpcf7-submit:hover {
  color: #fff;
  background: #000;
}
@media (max-width: 768px) {
  section.contact .wrap-x .form-wrap .submit-wrap .wpcf7-submit {
    font-size: 14px;
    line-height: 18px;
    background: #fff;
    border: 1px solid #000;
    padding: 33px 18px;
  }
  section.contact .wrap-x .form-wrap .submit-wrap .wpcf7-submit:hover {
    color: #fff;
    background: #000;
  }
}
@media (max-width: 480px) {
  section.contact .wrap-x .form-wrap .submit-wrap .wpcf7-submit {
    margin-top: 53px;
  }
}
section.contact .wrap-x .form-wrap .submit-wrap .submit-button-wrap {
  width: 100%;
  position: relative;
}
section.contact .wrap-x .form-wrap .submit-wrap .submit-button-wrap .ajax-loader,
section.contact .wrap-x .form-wrap .submit-wrap .submit-button-wrap .wpcf7-spinner {
  background-color: #fff;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 768px) {
  section.contact .wrap-x .form-wrap .submit-wrap .submit-button-wrap .ajax-loader,
  section.contact .wrap-x .form-wrap .submit-wrap .submit-button-wrap .wpcf7-spinner {
    background-color: #fff;
  }
}
section.contact .wrap-x .form-wrap .submit-wrap .submit-button-wrap .ajax-loader::before,
section.contact .wrap-x .form-wrap .submit-wrap .submit-button-wrap .wpcf7-spinner::before {
  background-color: #000;
}
@media (max-width: 768px) {
  section.contact .wrap-x .form-wrap .submit-wrap .submit-button-wrap .ajax-loader::before,
  section.contact .wrap-x .form-wrap .submit-wrap .submit-button-wrap .wpcf7-spinner::before {
    background-color: #000;
  }
}
section.contact .wrap-x .form-wrap form.submitting .submit-wrap .wpcf7-submit {
  font-size: 0;
  line-height: 0;
}
section.contact .wrap-x .form-wrap form.submitting .wpcf7-submit {
  background: #000;
}
section.contact .wrap-x .form-wrap form.invalid .wpcf7-response-output {
  display: none;
}
section.contact .wrap-x .form-wrap form .wpcf7-response-output {
  font-size: 24px;
  line-height: 30px;
  border-radius: 15px;
  padding: 15px;
  margin: 32px 0 0 0;
}
@media (max-width: 768px) {
  section.contact .wrap-x .form-wrap form .wpcf7-response-output {
    font-size: 14px;
    line-height: 18px;
    background: rgba(255, 255, 255, 0.7);
  }
}
