html,
body {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button {
  outline: none;
}

button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/*** 
====================================================================
Global Settings
====================================================================
   ***/
body {
  font-family: "Raleway", sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.05em;
  font-weight: 400;
  background: #fff;
}

a {
  text-decoration: none;
  opacity: 1;
  color: #000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
a:hover {
  opacity: 0.88;
}

ul li {
  list-style: none;
}

.auto__container {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 40px;
}

h1 {
  font-weight: 700;
  font-size: 70px;
  line-height: 85px;
}

h2 {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  color: #000000;
}

h3.ex {
  font-weight: 400;
  font-size: 90px;
  line-height: 80%;
  letter-spacing: 0.05em;
  color: #000000;
}

h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
}

h5 {
  font-weight: 300;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.36em;
  color: #b9b9b9;
}

h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
}

p.sm {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
}

.main {
  overflow: hidden;
}

.anchor {
  position: relative;
}
.anchor.big {
  top: -120px;
}
.anchor.sm {
  top: -61px;
}

.arrowBottom {
  width: 28px;
  height: 44px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #000;
  z-index: 6;
}
.arrowBottom.secondary {
  color: #fff;
}
.arrowBottom.secondary:hover {
  opacity: 1;
  color: #C59D50;
}
.arrowBottom.primary {
  color: #C59D50;
}
.arrowBottom svg {
  width: 100%;
  height: 100%;
}

a.arrowBottom:hover {
  opacity: 1;
  color: #C59D50;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  pointer-events: none;
}
.shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  opacity: 0.02;
}

@media (max-width: 1180px) {
  .auto__container {
    padding: 0 30px;
    max-width: 1000px;
  }
}
@media (max-width: 1024px) {
  ::-webkit-scrollbar {
    display: none;
  }

  .auto__container {
    max-width: 920px;
  }

  .anchor.sm {
    top: -60px;
  }
}
@media (max-width: 930px) {
  h3.ex {
    font-size: 80px;
  }
}
@media (max-width: 750px) {
  .auto__container {
    padding: 0 20px;
  }

  .anchor.big {
    top: -60px;
  }
}
@media (max-width: 540px) {
  h2 {
    font-size: 25px;
    line-height: 30px;
  }

  h3.ex {
    font-size: 65px;
    letter-spacing: 0.03em;
  }

  body {
    font-size: 16px;
    line-height: 22px;
  }
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
  background: #fffbf8;
}
.header .auto__container {
  max-width: 1200px;
}
.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation-name: sticky;
          animation-name: sticky;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-box-shadow: 0px 4px 4px 0px #00000021;
          box-shadow: 0px 4px 4px 0px #00000021;
}
.header__inner {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__inner-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 110px;
}
.header__inner-logo img {
  width: 100%;
}

@media (max-width: 1024px) {
  .header__inner {
    padding: 16px 0;
  }
}
@-webkit-keyframes sticky {
  0% {
    top: -60px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes sticky {
  0% {
    top: -60px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__inner li {
  margin-right: 108px;
}
.nav__inner li:last-child {
  margin: 0;
}
.nav__inner li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
  color: #000000;
}
.nav__inner li a.active {
  font-weight: 600;
}

.burger {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 1024px) {
  body.active {
    overflow: hidden;
  }

  .nav {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    z-index: 9;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .nav.active {
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .nav__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 400px;
    z-index: 1;
    padding: 50px 20px 20px 20px;
    height: 100%;
    overflow-y: auto;
    background: #fffbf8;
  }
  .nav__inner li {
    margin: 0 0 40px 0;
  }
  .nav__inner li a {
    font-size: 20px;
    line-height: 120%;
  }

  .burger {
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    position: relative;
    width: 28px;
    height: 28px;
    opacity: 1;
    pointer-events: all;
  }
  .burger:hover {
    opacity: 0.8;
  }
  .burger::before {
    top: 18%;
    width: 100%;
    height: 2px;
    border-radius: 3px;
    background-color: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger span {
    top: 50%;
    width: 100%;
    height: 2px;
    border-radius: 3px;
    background-color: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-ransform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .burger::after {
    bottom: 18%;
    width: 100%;
    height: 2px;
    border-radius: 3px;
    background-color: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger.active::before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .burger.active span {
    opacity: 0;
  }
  .burger.active::after {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(-45deg);
    transform: translate(-50%, 50%) rotate(-45deg);
  }
}
.footer {
  position: relative;
}
.footer__inner {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 5;
  padding: 100px 0;
  text-align: center;
}
.footer__inner-logo {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}
.footer__inner-logo img {
  width: 100%;
}
.footer__inner p {
  position: absolute;
  bottom: 44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 300;
  letter-spacing: 0.05em;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 540px) {
  .footer__inner-logo {
    width: 200px;
  }
  .footer__inner p {
    bottom: 30px;
  }
}
.hero {
  position: relative;
}
.hero.uniq .shape img {
  opacity: 0.08;
}
.hero.uniq .hero__inner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.hero.uniq .hero__inner h5 {
  margin-bottom: 20px;
  color: #fff;
}
.hero.uniq .hero__inner h5:last-child {
  margin: 0;
}
.hero.uniq .arrowBottom {
  bottom: 28px;
}
.hero.dark .shape img {
  opacity: 0.08;
}
.hero.dark .hero__inner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
.hero__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.9);
  opacity: 0.6;
}
.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.hero__logo {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
.hero__logo img {
  width: 100%;
}
.hero__inner {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 5;
  padding: 100px 0;
  text-align: center;
}
.hero__inner-logo {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 18px;
}
.hero__inner-logo img {
  width: 100%;
}
.hero .arrowBottom {
  position: absolute;
  bottom: 33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 540px) {
  .hero__inner-logo {
    width: 200px;
    margin: 0 auto 24px;
  }
  .hero__inner h5 {
    font-size: 18px;
  }
}
.experience {
  padding: 156px 0 220px;
  background: #fffbf8;
  position: relative;
}
.experience__inner-title {
  text-align: center;
  margin-bottom: 32px;
}
.experience__inner-col {
  max-width: 840px;
  margin: 0 auto;
}
.experienceItem {
  margin-bottom: 20px;
  text-align: center;
}
.experienceItem:last-child {
  margin: 0;
}
.experienceItem p {
  font-weight: 500;
}
.experienceItem .arrowBottom {
  margin-bottom: 12px;
}
.experience > .arrowBottom {
  position: absolute;
  bottom: 68px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 1180px) {
  .experience {
    padding: 120px 0 160px;
  }
}
@media (max-width: 930px) {
  .experience {
    padding: 80px 0 140px;
  }
  .experience > .arrowBottom {
    bottom: 40px;
  }
}
@media (max-width: 540px) {
  .experience {
    padding: 0;
  }
  .experience__inner {
    min-height: 100vh;
    padding: 60px 0 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .experience__inner-title {
    margin-bottom: 24px;
  }
  .experience > .arrowBottom {
    bottom: 20px;
  }
}
.elegance {
  margin-top: -40px;
  padding-bottom: 120px;
  position: relative;
}
.elegance__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1020px;
  margin: 0 auto;
}
.eleganceItem {
  width: calc(33.3% - 15px);
  max-width: 320px;
}
.eleganceItem.big .eleganceItem__image img {
  height: 100%;
}
.eleganceItem__image {
  width: 100%;
  padding-bottom: 144%;
  position: relative;
  margin-bottom: 40px;
}
.eleganceItem__image img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  -o-object-fit: cover;
     object-fit: cover;
}
.eleganceItem h6 {
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 22px;
  height: 44px;
}
.elegance > .arrowBottom {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 930px) {
  .elegance {
    margin-top: -20px;
    padding-bottom: 100px;
  }
  .eleganceItem {
    width: calc(33.3% - 12px);
  }
  .eleganceItem__image {
    margin-bottom: 30px;
  }
  .eleganceItem h6,
.eleganceItem p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 750px) {
  .elegance {
    margin: 0;
    padding: 50px 0 80px;
  }
  .elegance__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .eleganceItem {
    width: 100%;
    max-width: unset;
    margin-bottom: 50px;
  }
  .eleganceItem:last-child {
    margin: 0;
  }
  .eleganceItem__image {
    padding-bottom: 115%;
  }
  .eleganceItem__image img {
    height: 100% !important;
  }
  .eleganceItem h6 {
    height: unset;
    display: block;
  }
}
@media (max-width: 540px) {
  .eleganceItem {
    margin-bottom: 35px;
  }
  .eleganceItem__image {
    margin-bottom: 20px;
  }
  .eleganceItem h6 {
    margin-bottom: 16px;
  }
}
.care {
  padding: 50px 0 30px;
  position: relative;
  z-index: 2;
}
.care__inner-title {
  max-width: 1066px;
  margin-bottom: 44px;
}
.care__inner-row {
  margin: 0 -20px;
  position: relative;
}
.care__inner-info {
  width: 56%;
  max-width: 595px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.care__inner-info img {
  width: 100%;
}
.care__inner-image {
  position: absolute;
  top: -20px;
  left: 58%;
  width: 100%;
  max-width: 1016px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 4px 20px 10px rgba(234, 234, 234, 0.25);
          box-shadow: 0px 4px 20px 10px rgba(234, 234, 234, 0.25);
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #ebebeb;
}
.care__inner-image img {
  width: 100%;
}
.care__inner h2 {
  margin-bottom: 14px;
}
.care > .arrowBottom {
  position: absolute;
  top: calc(100% + 30px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 930px) {
  .care {
    padding: 50px 0 120px;
  }
  .care__inner-row {
    margin-left: -10px;
  }
  .care > .arrowBottom {
    position: absolute;
    top: unset;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 750px) {
  .care__inner-title {
    margin-bottom: 40px;
  }
  .care__inner-row {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .care__inner-image {
    display: none;
  }
  .care__inner-info {
    width: 100%;
  }
  .care__inner-info img {
    -webkit-transform: translateX(2%);
            transform: translateX(2%);
  }
  .care__inner h2 {
    margin-bottom: 16px;
  }
}
.pursuit {
  background: #fcfcfc;
  position: relative;
  padding: 130px 0 60px;
  margin-bottom: 150px;
}
.pursuit__inner {
  position: relative;
  z-index: 2;
}
.pursuit__inner-title {
  margin-bottom: 55px;
}
.pursuit__inner-col {
  width: 70%;
  max-width: 740px;
}
.pursuit__inner-image {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 72%;
  width: 100%;
  max-width: 1016px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 4px 20px 10px rgba(234, 234, 234, 0.25);
          box-shadow: 0px 4px 20px 10px rgba(234, 234, 234, 0.25);
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0px 4px 20px 10px rgba(234, 234, 234, 0.25);
  border-radius: 30px;
}
.pursuit__inner-image img {
  width: 100%;
}
.pursuitItem {
  margin-bottom: 30px;
}
.pursuitItem:last-child {
  margin: 0;
}
.pursuitItem:nth-child(even) .pursuitItem__icon {
  background: #444444;
}
.pursuitItem:nth-child(even) h4 {
  color: #505050;
}
.pursuitItem__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 14px;
}
.pursuitItem__icon {
  width: 60px;
  height: 60px;
  background: #C59D50;
  margin-right: 16px;
  font-family: "Rambla", sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 90%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.pursuitItem h4 {
  font-weight: 400;
  color: #C59D50;
}
.pursuit > .arrowBottom {
  position: absolute;
  top: calc(100% + 60px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 930px) {
  .pursuit {
    padding: 60px 0 50px;
    margin-bottom: 100px;
  }
  .pursuit__inner-title {
    margin-bottom: 40px;
  }
  .pursuit > .arrowBottom {
    top: calc(100% + 30px);
  }
}
@media (max-width: 750px) {
  .pursuit {
    padding: 50px 0;
  }
  .pursuit__inner-col {
    width: 100%;
    max-width: unset;
  }
  .pursuit__inner-image {
    display: none;
  }
}
@media (max-width: 540px) {
  .pursuitItem h4 {
    font-size: 20px;
  }
}
.business {
  position: relative;
  background: #fffbf8;
  padding: 130px 0 70px;
}
.business__inner {
  position: relative;
}
.business__inner-title {
  margin-bottom: 90px;
  max-width: 990px;
}
.business__inner-title h2 {
  margin-bottom: 32px;
}
.business__inner-title h4 {
  color: #C59D50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.business__inner-title h4 span {
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}
.business__inner-title h4 span img {
  width: 100%;
}
.business__inner-title h4 b {
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.business__inner-title p {
  font-weight: 500;
}
.business__inner-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 270px;
}
.business__inner-lines {
  position: absolute;
  bottom: 118px;
  right: 20px;
  width: 110%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
.business__inner-lines img {
  width: 100%;
}
.businessItem {
  position: relative;
  padding-top: 35px;
  max-width: 235px;
  z-index: 3;
}
.businessItem:first-child {
  margin-top: 80px;
}
.businessItem:nth-child(2) {
  margin-top: 10px;
}
.businessItem:last-child {
  margin-top: 55px;
  padding-top: 55px;
}
.businessItem:nth-child(even) span {
  background: #C59D50;
}
.businessItem__content {
  padding-left: 16px;
  border-left: 0.5px solid #000;
}
.businessItem span {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #000;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.businessItem h6 {
  margin-bottom: 16px;
  font-weight: 600;
}
.businessItem p {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.05em;
}
.business > .arrowBottom {
  position: absolute;
  bottom: 28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 1180px) {
  .business {
    padding: 80px 0;
  }
  .business__inner-title {
    margin-bottom: 70px;
  }
  .business__inner-lines {
    right: -2%;
    bottom: 144px;
  }
  .business__inner-row {
    min-height: 280px;
  }
  .businessItem {
    max-width: 210px;
  }
  .businessItem:first-child {
    margin-top: 85px;
  }
  .businessItem:nth-child(2) {
    margin-top: 18px;
  }
  .businessItem:last-child {
    margin-top: 40px;
  }
  .businessItem__content {
    padding-left: 12px;
  }
  .businessItem h6 {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
@media (max-width: 1024px) {
  .business__inner-lines {
    bottom: 150px;
  }
  .businessItem {
    max-width: 200px;
  }
  .businessItem:nth-child(3) {
    margin-top: 4px;
  }
  .businessItem:last-child {
    margin-top: 35px;
  }
}
@media (max-width: 930px) {
  .business {
    padding: 60px 0 80px;
  }
  .business__inner-title {
    margin-bottom: 40px;
  }
  .business__inner-title h2 {
    margin-bottom: 24px;
  }
  .business__inner-lines {
    display: none;
  }
  .business__inner-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -20px;
  }
  .businessItem {
    width: calc(50% - 40px);
    max-width: unset;
    margin: 20px !important;
    padding-top: 35px !important;
  }
  .businessItem__content {
    padding-left: 16px;
  }
  .business > .arrowBottom {
    bottom: 20px;
  }
}
@media (max-width: 540px) {
  .business {
    padding: 50px 0 100px;
  }
  .business__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .business__inner-title h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .businessItem {
    width: 100%;
    margin: 0 0 35px 0 !important;
  }
  .businessItem:last-child {
    margin: 0 !important;
  }
  .businessItem p {
    font-size: 14px;
    line-height: 18px;
  }
}
.earn {
  position: relative;
  padding: 80px 0 190px;
}
.earn__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.earn__inner-col {
  width: calc(45% - 15px);
  max-width: 390px;
}
.earn__inner-side {
  width: calc(55% - 15px);
  max-width: 600px;
  padding-top: 14px;
}
.earnItem {
  margin-bottom: 60px;
}
.earnItem:last-child {
  margin: 0;
}
.earnItem:last-child .earnItem__icon {
  background: #C59D50;
}
.earnItem:last-child h4 {
  max-width: unset;
}
.earnItem__icon {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  background: #444444;
  border-radius: 2px;
}
.earnItem__icon img {
  width: 100%;
}
.earnItem__title {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.earnItem__title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 94px;
  height: 2px;
  background: #000;
  content: "";
}
.earnItem h4 {
  font-weight: 600;
  max-width: 320px;
}
.earnItem p {
  font-weight: 500;
  max-width: 330px;
}
.earnInfo {
  width: 100%;
  background: #f8f4f1;
  border-radius: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 30px 30px 44px 55px;
  margin-bottom: 56px;
}
.earnInfo h3 {
  position: relative;
  padding-right: 8px;
  margin-right: 6px;
}
.earnInfo h3 span {
  position: absolute;
  top: 0;
  right: -2px;
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.earnInfo h3 span img {
  width: 100%;
}
.earnInfo p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
}
.earnBanner {
  width: 96%;
  max-width: 577px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.earnBanner__inner {
  width: 100%;
  padding-bottom: 66.6%;
  position: relative;
}
.earnBanner__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.earnBanner__logo {
  width: 106%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
.earnBanner__logo img {
  width: 100%;
}
.earn > .arrowBottom {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 1180px) {
  .earn {
    padding: 70px 0 150px;
  }
  .earnInfo {
    padding: 24px 30px 30px 35px;
  }
  .earnInfo h3 {
    margin-right: 12px;
  }
}
@media (max-width: 930px) {
  .earn {
    padding: 60px 0 120px;
  }
  .earn__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .earnInfo {
    margin-bottom: 30px;
  }
  .earnInfo p {
    font-size: 16px;
    line-height: 20px;
  }
  .earnItem {
    margin-bottom: 40px;
  }
  .earnItem__title {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .earnItem h4 {
    font-size: 20px;
  }
}
@media (max-width: 750px) {
  .earn__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .earn__inner-side {
    width: 100%;
    max-width: unset;
    padding: 0;
  }
  .earn__inner-col {
    width: 100%;
    max-width: unset;
    margin-bottom: 40px;
  }
  .earnItem h4,
.earnItem p {
    max-width: unset;
  }
  .earnBanner {
    width: 100%;
  }
  .earn > .arrowBottom {
    bottom: 20px;
  }
}
@media (max-width: 540px) {
  .earn {
    padding: 50px 0 100px;
  }
  .earn__inner-col {
    margin-bottom: 32px;
  }
  .earnItem {
    margin-bottom: 30px;
  }
  .earnItem__icon {
    margin-bottom: 16px;
  }
  .earnItem__title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .earnItem h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .earnInfo {
    margin-bottom: 24px;
    padding: 20px 20px 20px 24px;
    border-radius: 60px;
  }
  .earnInfo h3 span {
    width: 18px;
    height: 18px;
  }
  .earnInfo p {
    font-size: 14px;
    line-height: 18px;
  }
}
.contact {
  background: #fffbf8;
  position: relative;
}
.contact__inner {
  min-height: 100vh;
  position: relative;
  z-index: 5;
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact__inner-title {
  text-align: center;
  max-width: 654px;
  margin: 0 auto 20px;
}
.contact__inner-info {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  padding: 0 20px;
  border-left: 1px solid #000;
}
.contact__inner-info a {
  font-weight: 500;
  color: #000;
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.contact__inner-info a:hover {
  opacity: 1;
  color: #C59D50;
}
.contact__inner-info a span {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6px;
}
.contact__inner-info a span img {
  width: 100%;
}
.contact__inner-info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: disc;
  margin-bottom: 8px;
  padding-left: 35px;
  position: relative;
}
.contact__inner-info ul li::before {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
  content: "";
}
.contact__inner-info ul li:last-child {
  margin: 0;
}
.contact__inner-info ul li p {
  width: 130px;
  margin-right: 20px;
  font-weight: 500;
}
.contact__inner-info ul li p:last-child {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contact__inner h2 {
  margin-bottom: 28px;
}
.contact__inner h4 {
  margin-bottom: 32px;
  font-weight: 500;
}
.contact__inner .arrowBottom {
  margin-bottom: 28px;
}
.contact__inner .arrowBottom:last-child {
  margin: 0;
}

@media (max-width: 540px) {
  .contact__inner-info {
    padding: 0 0 0 16px;
  }
  .contact__inner-info ul li {
    padding-left: 24px;
  }
  .contact__inner-info ul li p {
    width: 90px;
    margin-right: 15px;
  }
  .contact__inner h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .contact__inner .arrowBottom {
    margin-bottom: 20px;
  }
}