@import url("https://fonts.googleapis.com/css2?family=Saira:wght@400;500;600&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  font-smoothing: antialiased !important;
  -webkit-font-smoothing: antialiased !important;
  visibility: hidden;
  line-height: 1;
  font-family: "Saira", sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

ol, ul {
  list-style: none;
}

textarea {
  resize: none;
  /*remove the resize handle on the bottom right*/
}

textarea:focus,
input:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*::before,
*::after {
  box-sizing: inherit;
}

a,
a:focus,
a:active a:visited {
  text-decoration: none;
  color: inherit;
  cursor: none;
}

ul li {
  list-style: none;
}

button {
  border: none;
}

::selection {
  background: #F5A53B;
  color: #FFFFFF;
}

::-moz-selection {
  background: #F5A53B;
  color: #FFFFFF;
}

::-webkit-selection {
  background: #F5A53B;
  color: #FFFFFF;
}

.wrapper {
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #f7f7f7;
  will-change: transform, opacity;
}

.container {
  max-width: 1920px;
  padding: 0 72px;
  margin: 0 auto;
}

text {
  fill: none;
  stroke: #333333;
  stroke-width: 0.3px;
  stroke-linejoin: round;
  letter-spacing: 0.05vw;
}

.dud {
  color: #000000;
}

#canvas {
  position: relative;
  width: 100%;
  height: 70vh;
  text-align: center;
}
#canvas > canvas {
  margin: 0 auto;
}

.cursor-follow {
  position: fixed;
  background-color: #F7F7F7;
  mix-blend-mode: difference;
  width: 45px;
  height: 45px;
  left: -22px;
  top: -22px;
  border-radius: 100rem;
  pointer-events: none;
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.8);
  border: 1px solid transparent;
}
.cursor-view {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  opacity: 0;
  color: #F5A53B;
}
.cursor-soon {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  opacity: 0;
  color: #F5A53B;
}
.cursor-click {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  font-size: 0.8rem;
}
.cursor-text {
  position: relative;
  display: block;
  color: #F5A53B;
  text-align: center;
  overflow: hidden;
}
.cursor-text > span {
  display: inline-block;
  text-align: center;
}
.cursor-text > span:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
}

.button {
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid #000000;
  padding: 24px 32px;
  font-size: 2.4rem;
  text-align: center;
  margin: 0 auto;
  will-change: transform;
}
@media (max-width: 39.9375rem) {
  .button {
    padding: 18px 32px;
  }
}
.button__filler {
  background: #000000;
  position: absolute;
  width: 150%;
  height: 200%;
  border-radius: 50%;
  top: -50%;
  left: -25%;
  transform: translate3d(0, 75%, 0);
  z-index: -1;
}
.button-hover .button__text-inner {
  color: #F5A53B;
}
.button:hover {
  cursor: pointer;
}

.button__text, .button__text-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#process-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 8px;
  width: 0%;
  background: #000000;
  z-index: 100;
  transition: width 0.2s ease;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 8px;
  background-color: #000000;
  z-index: 100;
  width: 0%;
}

.pd20 {
  padding-bottom: 20px !important;
}

.pd0 {
  padding: unset !important;
}

.m-auto {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.mt {
  padding-top: 15rem;
}
@media (max-width: 39.9375rem) {
  .mt {
    padding-top: 10rem;
  }
}

.whiteSmoke {
  background-color: #F7F7F7;
}

.mr-auto {
  margin-left: auto;
}

@media (max-width: 39.9375rem) {
  .order-2 {
    order: 2;
  }
}

@media (max-width: 39.9375rem) {
  .order-3 {
    order: 3;
  }
}

.fw-bold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.yellow {
  color: #F5A53B;
}

.li {
  list-style-type: disc;
}

.df-container {
  display: block;
  background-color: #f7f7f7 !important;
}

.rto-box {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 66.5%;
}
.rto-box > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.button-type {
  display: flex;
  align-items: center;
}
.button-type > div {
  border: 1px solid #A5A5A5;
  font-size: 1.8rem;
  line-height: 130%;
  border-radius: 75px;
  padding: 8px 16px;
  color: #A5A5A5;
}
@media (max-width: 39.9375rem) {
  .button-type > div {
    font-size: 1.4rem;
  }
}
.button-type > div:nth-child(1) {
  margin-right: 1.6rem;
}

.wrap-parallax {
  position: relative;
  overflow: hidden;
}

.image-parallax {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1280px) {
  .container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }

  .cursor-follow {
    display: none;
  }
}
@media (max-width: 63.9375rem) {
  .container {
    padding: 0 15px;
  }
}
@media (max-width: 39.9375rem) {
  .hide-on-mobile {
    display: none !important;
  }
}

.header {
  position: -webkit-sticky;
  position: fixed;
  top: 53px;
  right: 0;
  left: 0;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 72px;
  z-index: 99;
}
@media (max-width: 63.9375rem) {
  .header {
    top: 24px;
  }
}
@media (max-width: 39.9375rem) {
  .header {
    top: 14px;
  }
}

.nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.nav-logo {
  display: flex;
  align-items: center;
}
.nav-ol {
  position: relative;
  overflow: hidden;
  margin-left: 20px;
}
.nav-ol > span {
  display: inline-block;
  font-weight: bold;
  font-size: 1.4rem;
}

.logo {
  width: 77px;
  height: 53px;
}

@media (max-width: 39.9375rem) {
  .logo > img {
    max-width: 55px;
  }
}

.burger {
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  cursor: pointer;
}
.burger > span {
  position: absolute;
  background-color: #000000;
  width: 100%;
  height: 2px;
  border-radius: 10px;
}
.burger > span::after {
  left: 0;
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
  background-color: #F5A53B;
}
.burger > span:nth-child(1)::after {
  transition-delay: 0s;
}
.burger > span:nth-child(2)::after {
  transition-delay: 0.1s;
}
.burger > span:nth-child(3)::after {
  transition-delay: 0.2s;
}
.burger > span:nth-child(2) {
  top: 6px;
}
.burger > span:nth-child(3) {
  top: 12px;
}
.burger:hover > span::after {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}

@media screen and (max-width: 1280px) {
  .header {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    padding: 0 20px;
  }
}
@media (max-width: 63.9375rem) {
  .header {
    padding: 0 15px;
  }
}
.menu {
  position: fixed;
  height: 100%;
  top: 0;
  right: -100%;
  width: 50%;
  display: flex;
  transition: all 0.6s ease;
  justify-content: flex-end;
}
.menu.active {
  right: 0;
  transition: all 0.6s ease;
}
.menu-black {
  display: none !important;
  background-color: #000000;
  display: flex;
  justify-content: center;
}
.menu-black__wrap {
  padding: 5.9895833333vw 0 6.25vw 0;
}
.menu-black__close {
  width: 60px;
  height: 60px;
  position: relative;
  cursor: pointer;
  border-radius: 100rem;
  transition: all 0.3s linear;
  z-index: 2;
}
.menu-black__close::after {
  position: absolute;
  content: "";
  background-color: #FFFFFF;
  transform: scale(0);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: transform 0.3s linear;
  border-radius: 100rem;
  z-index: -1;
}
.menu-black__close > span {
  display: block;
  background-color: #FFFFFF;
  position: absolute;
  height: 2px;
  width: 35px;
  top: 28px;
  right: 13px;
  transition: background 0.2s linear;
}
.menu-black__close > span:nth-child(1) {
  transform: rotate(45deg);
}
.menu-black__close > span:nth-child(2) {
  transform: rotate(-45deg);
}
.menu-black__close:hover::after {
  transform: scale(1);
  z-index: -1;
}
.menu-black__close:hover > span {
  background-color: #000000;
}
.menu-black__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 6.25vw);
}
.menu-black__item {
  margin-top: 3.6458333333vw;
}
.menu-black__link {
  display: inline-block;
  overflow: hidden;
  position: relative;
  line-height: 1.2;
}
.menu-black__link > span {
  display: block;
  color: #FFFFFF;
  font-size: 2.5vw;
  text-align: left;
  transition: top 0.4s cubic-bezier(0.82, 0, 0.36, 1);
}
.menu-black__link > span:nth-child(1) {
  position: relative;
  top: 0;
}
.menu-black__link > span:nth-child(2) {
  position: absolute;
  top: 60px;
}
.menu-grey {
  width: 55%;
  position: relative;
  background-color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10.15625vw 0 6.25vw 0;
}
.menu-grey__wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 87.4375rem) {
  .menu-grey__wrap {
    height: 70%;
  }
}
@media (max-width: 39.9375rem) {
  .menu-grey__wrap {
    height: 100%;
  }
}
.menu-grey__wrap > svg {
  cursor: pointer;
  margin-bottom: 20px;
}
.menu-grey__info > a {
  display: block;
  margin-bottom: 20px;
}
.menu-grey__info > p {
  margin-bottom: 20px;
}
.menu-grey__info > p, .menu-grey__info a {
  font-size: 1.1911458333vw;
  color: #FFFFFF;
}
.menu-grey__social {
  margin-top: auto;
}
.menu-grey__social > a {
  font-size: 1.1911458333vw;
  color: #FFFFFF;
  display: block;
}
.menu-grey__social > a:not(:last-child) {
  margin-bottom: 20px;
}
.menu-grey__circle {
  display: inline-block;
  border-radius: 50%;
  border: 1.12px solid #FFFFFF;
  width: 48.8px;
  height: 48.8px;
  margin-bottom: 20px;
  z-index: 2;
}
.menu-grey__svg {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  will-change: transform;
}
.menu-grey__svg::before {
  content: "";
  position: absolute;
  width: 110%;
  height: 0;
  padding-bottom: 110%;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate3d(-100%, 0%, 0) scale3d(0, 0, 1);
  background-color: #FFFFFF;
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  z-index: -1;
}
.menu-grey__svg > svg {
  width: 100%;
  height: 100%;
}
.menu-grey__svg:hover::before {
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}
.menu-grey__svg:hover .arrow-menu {
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transform: translate3d(50%, -50%, 0);
}
.menu-grey__svg:hover .arrow-menu__clone {
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  stroke: #000000;
  transform: translate3d(0%, 0%, 0);
}
.menu-grey__svg .arrow-menu,
.menu-grey__svg .arror-menu__clone {
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.menu-grey__svg .arrow-menu__clone {
  position: relative;
  z-index: 100;
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transform: translate3d(-70%, 70%, 0);
}

.menu-black__link:hover > span:nth-child(1) {
  top: -60px;
  transition: top 0.4s cubic-bezier(0.82, 0, 0.36, 1);
}

.menu-black__link:hover > span:nth-child(2) {
  top: 0;
  transition: top 0.4s cubic-bezier(0.82, 0, 0.36, 1);
}

.close-absolute {
  top: 10%;
  left: 30%;
  position: absolute;
}
@media (max-width: 39.9375rem) {
  .close-absolute {
    left: 15%;
  }
}

@media (min-width: 1920px) {
  .menu-black__wrap {
    padding: 115px 0 120px 0;
  }

  .menu-black__list {
    height: calc(100% - 120px);
  }

  .menu-black__item {
    margin-top: 80px;
  }

  .menu-grey {
    padding: 195px 0 120px 0;
  }
}
@media (max-width: 39.9375rem) {
  .menu {
    width: 100%;
  }
  .menu-grey {
    padding: 52vw 0 32vw 0;
  }
  .menu-grey__info > p, .menu-grey__info a {
    font-size: 1.4rem;
  }
  .menu-grey__social > a {
    font-size: 1.4rem;
  }
  .menu-black__wrap {
    padding: 31.0810810811vw 0 32vw 0;
  }
  .menu-black__link > span {
    font-size: 3rem;
  }
  .menu-black__list {
    height: calc(100% - 12vw);
  }
  .menu-black__item {
    margin-top: auto;
  }
}
.footer {
  height: 100vh;
  background-color: #F5A53B;
  overflow: hidden;
}
.footer > .container {
  height: 100vh;
}
.footer-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.footer-outter {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 115px 0 72px 0;
}
.footer-heading {
  display: flex;
  justify-content: space-between;
}
.footer-heading > svg, .footer-heading #circle-footer {
  width: 201px;
  height: 201px;
}
@media (max-width: 63.9375rem) {
  .footer-heading > svg, .footer-heading #circle-footer {
    width: 110px;
    height: 110px;
    margin-top: 36px;
  }
}
@media (max-width: 39.9375rem) {
  .footer-heading > svg, .footer-heading #circle-footer {
    height: 65px;
    width: 65px;
    margin-top: unset;
  }
}
.footer-heading__text {
  max-width: 1053px;
  font-size: 11rem;
  line-height: 120%;
  width: 80%;
}
.footer-heading__text > span {
  display: inline-block;
}
.footer-bottom {
  margin-top: auto;
}
.footer-address > a > span:nth-child(1) {
  display: inline-block;
  padding-bottom: 5px;
}
.footer-body {
  display: flex;
  padding-bottom: 75px;
  justify-content: space-between;
}
.footer-contact {
  font-size: 2.4rem;
  width: 25%;
}
@media (max-width: 63.9375rem) {
  .footer-contact {
    width: 100%;
  }
}
.footer-gmail {
  display: block;
  padding-bottom: 13px;
}
.footer-times {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 25%;
  font-size: 1.8rem;
}
.footer-usa > div:first-child {
  padding-bottom: 13px;
}
.footer-end {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2.4rem;
}
.footer-social, .footer-private {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 25%;
}
.footer-form {
  position: relative;
  display: flex;
  opacity: 0;
  height: 0;
  overflow: hidden;
  align-items: center;
  transition: all 0.2s linear;
}
.footer-form > button {
  width: 89px;
  height: 89px;
  background: unset;
  border: 2px solid #000000 !important;
}
@media (max-width: 63.9375rem) {
  .footer-form > button {
    width: 60px;
    height: 60px;
  }
}
.footer-form > button > svg {
  width: 100%;
  height: 100%;
}
.footer-form.active {
  padding-top: 74px;
  height: 15rem;
  opacity: 1;
  overflow: unset;
}
.footer-sub {
  display: inline-block;
  position: relative;
}
.footer-sub::after {
  left: 0;
  bottom: 0;
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.4s;
  background-color: #000000;
}
.footer-sub:hover::after {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}

.input-email {
  margin-right: 32px;
  width: calc(100% - 39px);
  padding: 25px 0 20px 39px;
  outline: none;
  border-radius: 55px;
  border: 2.05px solid #000000;
  background-color: transparent;
  font-size: 2.4rem;
}
@media (max-width: 39.9375rem) {
  .input-email {
    padding: 15px 0 20px 39px;
  }
}
.input-email::placeholder {
  font-size: 2.4rem;
  color: #000000;
  font-family: "Saira", sans-serif;
}

.input-erorr {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 150%);
  font-size: 2rem;
  width: fit-content;
}
@media (max-width: 39.9375rem) {
  .input-erorr {
    font-size: 1.6rem;
    transform: translate(-50%, 100%);
  }
}

.hover-footer {
  cursor: none;
}

.form-submit {
  opacity: 0;
  height: 0;
  visibility: visible;
}

#circle-footer,
.circle-footer {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border: 3.35px solid #000000;
  border-radius: 50%;
  will-change: transform;
}
#circle-footer::before,
.circle-footer::before {
  content: "";
  position: absolute;
  width: 110%;
  height: 0;
  padding-bottom: 110%;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 3.35px solid #000000;
  transform: translate3d(-120%, 20%, 0) scale3d(1, 1, 1);
  z-index: -1;
  background-color: #000000;
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
#circle-footer:hover::before,
.circle-footer:hover::before {
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}
#circle-footer:hover .arrow-footer,
.circle-footer:hover .arrow-footer {
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transform: translate3d(50%, -50%, 0);
}
#circle-footer:hover .arrow-footer__clone,
.circle-footer:hover .arrow-footer__clone {
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  stroke: #F5A53B;
  transform: translate3d(0%, 0%, 0);
}

.arrow-footer {
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.arrow-footer__clone {
  position: relative;
  z-index: 2;
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transform: translate3d(-70%, 70%, 0);
}

@media (min-width: 768px) and (max-width: 1600px) {
  .footer-heading__text {
    font-size: 5.7291666667vw;
  }

  .footer-contact,
.footer-end {
    font-size: 1.25vw;
  }

  .footer-times {
    font-size: 0.9375vw;
  }

  .footer-heading > svg {
    width: 10.4166666667vw;
    height: 10.4166666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .footer-button {
    padding-bottom: 40px;
  }
  .footer-button .project-button > div {
    font-size: 1.6rem;
  }
}
@media (max-width: 63.9375rem) {
  .footer-outter {
    padding: 85px 0 65px 0;
  }
  .footer-heading__text {
    font-size: 7rem;
  }
  .footer-heading > svg {
    margin-top: 36px;
    width: 110px;
    height: 110px;
  }
  .footer-contact, .footer-end, .footer-times {
    font-size: 1.6rem;
  }
  .footer-times {
    width: 50%;
  }
  .footer-private, .footer-social {
    width: 30%;
  }
  .footer-contact {
    margin-bottom: 40px;
  }
  .footer-body {
    flex-direction: column;
  }

  .input-email {
    margin-right: 11px;
  }
}
@media (max-width: 39.9375rem) {
  .footer-outter {
    padding: 63px 0 40px 0;
  }
  .footer-heading__text {
    font-size: 3.6rem;
    line-height: 120%;
    width: 100%;
  }
  .footer-heading__text > span {
    text-decoration: underline;
  }
  .footer-heading > svg {
    width: 96px;
    height: 96px;
  }
  .footer-body {
    padding-bottom: 40px;
    border-bottom: 1px solid black;
    margin-bottom: 40px;
  }
  .footer-times {
    width: 100%;
    font-size: 1.4rem;
  }
  .footer-end {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
  }
  .footer-private {
    order: 2;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 22px;
    justify-content: flex-start;
  }
  .footer-social {
    order: 1;
    margin-bottom: 22px;
    width: 90%;
  }
  .footer-sub {
    order: 3;
  }
  .footer-form.active {
    padding-top: 30px;
  }
  .footer-form input::placeholder {
    font-size: 1.5rem;
  }
  .footer-button {
    padding-bottom: 22px;
    order: 1;
  }
  .footer-button .button {
    padding: 18px 32px;
  }
  .footer-policy {
    margin-right: 20px;
  }
}
.hero-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 63.9375rem) {
  .hero-flex {
    flex-direction: column;
  }
}
.hero-title {
  font-size: 3.75vw;
  line-height: 130%;
}
.hero-title > span {
  position: relative;
  top: -10px;
  vertical-align: top;
}
@media (max-width: 87.4375rem) {
  .hero-title {
    font-size: 6rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 63.9375rem) {
  .hero-title {
    width: 100%;
  }
}
@media (max-width: 39.9375rem) {
  .hero-title {
    font-size: 3.2rem;
  }
}

.slogan {
  padding-top: 18.5rem;
}
.slogan-text {
  font-size: 4.8rem;
  line-height: 140%;
  font-weight: 400;
  color: #000000;
}
.slogan-animation {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.slogan-orange {
  color: #F5A53B;
}
.slogan-award {
  display: flex;
  align-items: center;
}
.slogan-award__content {
  font-size: 1.25vw;
  position: relative;
  overflow: hidden;
}
.slogan-award__content > a {
  display: block;
  transform: translateY(0);
  margin-bottom: 10px;
}
.slogan-award__full {
  justify-content: flex-end;
  width: 100%;
}
@media (max-width: 63.9375rem) {
  .slogan-award__full {
    justify-content: space-between;
  }
}
.slogan-logo {
  cursor: pointer;
  margin-right: 4rem;
}
.slogan-logo > img {
  max-width: 55px;
  object-fit: cover;
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
  .slogan-text {
    font-size: 3.333vw;
  }
}
@media (max-width: 63.9375rem) {
  .slogan-award__content > a {
    font-size: 1.92rem;
  }
}
@media (max-width: 39.9375rem) {
  .slogan {
    padding-top: 2rem;
  }
  .slogan-wrap {
    flex-direction: column;
  }
  .slogan-text {
    font-size: 2rem;
    line-height: 140%;
    width: 100%;
    margin-bottom: 45px;
  }
  .slogan-award {
    width: 100%;
    justify-content: space-between;
  }
  .slogan-award__content {
    font-size: 1.4rem;
  }
  .slogan-award__content > a > img {
    width: 1.2rem;
  }
  .slogan-logo > img {
    max-width: 48px;
  }
  .slogan-animation {
    display: unset;
    line-height: 150%;
  }
}
@media screen and (max-width: 1024px) {
  .slogan-award__content {
    font-size: 1.6rem;
  }
}
.project {
  padding: 12.4rem 0 0 0;
}
.project-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 20px 24px;
  padding-bottom: 13rem;
}
.project-title {
  padding-bottom: 50px;
  font-size: 7.2rem;
  line-height: 130%;
  font-weight: 400;
}
.project-overlay {
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  transition: all 0.3s cubic-bezier(0.45, 0.37, 0.39, 1.03);
  background-color: #F5A53B;
  z-index: 20;
  opacity: 0;
}
.project-overlay__wrap {
  padding: 25px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.project-overlay__field {
  font-size: 1.25vw;
}
.project-overlay__bottom {
  margin-top: auto;
  font-size: 1.25vw;
}
.project-overlay__title {
  font-size: 1.875vw;
  padding-bottom: 1.6rem;
}
.project-item {
  position: relative;
  overflow: hidden;
  z-index: 2;
  height: 0;
  padding-bottom: 66.8411867365%;
}
@media (max-width: 63.9375rem) {
  .project-item {
    padding-bottom: 56.25%;
  }
}
.project-item > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-item:hover .project-overlay {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.45, 0.37, 0.39, 1.03);
}
.project-layer {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #F7F7F7;
  z-index: 2;
}
.project-item:nth-child(1) {
  position: relative;
  grid-column: 1/9;
  grid-row: 1/3;
}
.project-item:nth-child(2) {
  grid-column: 9/13;
  grid-row: 1/2;
}
.project-item:nth-child(3) {
  grid-column: 9/13;
  grid-row: 2/3;
}
.project-item:nth-child(4) {
  grid-column: 1/5;
}
.project-item:nth-child(5) {
  grid-column: 5/9;
}
.project-item:nth-child(6) {
  grid-column: 9/13;
}
.project-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sm-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sm-video > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.title-small {
  font-size: 3.2rem;
}

.project-padding {
  padding-bottom: 12rem;
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
  .project-title {
    font-size: 3.75vw;
  }
}
@media (max-width: 63.9375rem) {
  .project-grid {
    padding-bottom: 60px;
  }

  .project-overlay__wrap {
    padding-top: 25px;
    padding-left: 25px;
  }
  .project-overlay__title {
    font-size: 2.5rem;
  }
  .project-overlay__field, .project-overlay__bottom {
    font-size: 2rem;
  }

  .project-item:nth-child(1) {
    grid-column: 1/13;
    grid-row: 1;
  }
  .project-item:nth-child(4) {
    grid-column: 1/13;
    grid-row: 2;
  }
  .project-item:nth-child(6) {
    grid-column: 1/13;
    grid-row: 3;
  }
  .project-item:nth-child(2), .project-item:nth-child(3), .project-item:nth-child(5) {
    display: none;
  }
}
@media (max-width: 39.9375rem) {
  .project {
    padding: 40px 0;
  }
  .project-title {
    font-size: 3.6rem;
    line-height: 120%;
    padding-bottom: 25px;
  }
  .project-grid {
    padding-bottom: 30px;
  }
  .project-item:nth-child(1) {
    grid-column: 1/13;
    grid-row: 1;
  }
  .project-item:nth-child(4) {
    grid-column: 1/13;
    grid-row: 2;
  }
  .project-item:nth-child(6) {
    grid-column: 1/13;
    grid-row: 3;
  }
  .project-item:nth-child(2), .project-item:nth-child(3), .project-item:nth-child(5) {
    display: none;
  }
  .project-button {
    display: block;
  }
  .project-button > .button {
    font-size: 13.57px;
  }
  .project-overlay__wrap {
    padding-top: 10px;
    padding-left: 10px;
  }
  .project-overlay__title {
    font-size: 1.8rem;
  }
  .project-overlay__field, .project-overlay__bottom {
    font-size: 1.3rem;
  }
}
.services {
  padding: 16.8rem 0;
}
.services-flex {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.services-title {
  font-size: 9.6rem;
  line-height: 0.55;
  color: #000000;
  width: 33.3333333333%;
}
.services-list {
  display: flex;
  justify-content: space-between;
  width: 75%;
}
.services-item {
  width: 33.3333333333%;
}
.services-item:not(:last-child) {
  margin-right: 3.9583333333vw;
}
.services-item__heading {
  display: flex;
  align-items: center;
  padding-bottom: 80px;
}
.services-item__heading:hover .services-item__arrow::after {
  transform: scale(0.9);
}
.services-item__heading:hover .services-item__arrow > img {
  transform: scale(0.7);
  transition: transform 0.3s ease;
}
.services-item__title {
  font-size: 7.2rem;
  color: #000000;
}
.services-item__arrow {
  width: 7.73rem;
  height: 7.73rem;
  opacity: 0;
  position: relative;
}
.services-item__arrow::after {
  position: absolute;
  content: "";
  background-color: #000000;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  top: 0;
  right: 0;
  transform: scale(0);
  transition: transform 0.3s linear;
  z-index: -1;
}
.services-item__arrow > img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.services-item__desc {
  max-width: 276px;
  font-size: 1.8rem;
  line-height: 130%;
  color: #000000;
}
.services-quote {
  padding-top: 30rem;
  position: relative;
}
.services-quote > span {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  font-size: 9.6rem;
  line-height: 1.2;
  letter-spacing: -0.05vw;
  overflow: hidden;
}
.services-quote > span::after {
  left: 0;
  top: 89%;
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.4s;
  background-color: #FFFFFF;
}
@media (hover: hover) {
  .services-quote > span:hover::after {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
  }
}
.services-symbol {
  position: absolute;
  display: inline-block;
  top: 20%;
  right: 0;
  width: 37.5vw;
  height: 37.5vw;
  border-radius: 50%;
  background-color: #000000;
  transition: background 0.1s linear;
}
.services-symbol.active {
  background-color: #FFFFFF;
  mix-blend-mode: difference;
  z-index: 2;
}
.services-content {
  opacity: 0;
  position: absolute;
  top: 20%;
  left: 45%;
  transform: translate(-40%, -40%);
  color: #FFFFFF;
  font-size: 1.8rem;
  transition: opacity 0.2s linear;
  overflow: hidden;
  line-height: 140%;
}
.services-content > span {
  display: inline-block;
  transform: translateY(50%);
  transition: all 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.services-content.active {
  opacity: 1;
  color: #000000;
}
.services-content.active > span {
  transform: translateY(0%);
  transition: all 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
  .services-quote > span,
.services-title,
.insights-title,
.clients-title {
    font-size: 5vw !important;
  }

  .services-item__title {
    font-size: 3.75vw;
  }

  .service-item__desc {
    font-size: 0.9375vw;
  }
}
@media (min-width: 1920px) {
  .services-symbol {
    width: 72rem;
    height: 72rem;
  }
}
@media (max-width: 87.4375rem) {
  .services-item__arrow {
    width: 5.75rem;
    height: 5.75rem;
  }

  .services-title {
    line-height: 1;
  }

  .services-symbol {
    top: 30%;
  }

  .services-content {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .services-content {
    font-size: 1.4rem;
    top: 25%;
  }
}
@media (max-width: 63.9375rem) {
  .services-title {
    margin-bottom: 55px;
  }
  .services-flex {
    flex-direction: column;
  }
  .services-list {
    width: 100%;
  }
  .services-symbol {
    display: none;
  }
}
@media (max-width: 39.9375rem) {
  .services {
    padding: 40px 0 83px 0;
  }
  .services-flex, .services-list {
    flex-direction: column;
    width: 100%;
  }
  .services-title {
    line-height: 120%;
    font-size: 3.6rem;
  }
  .services-item {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
  }
  .services-item:not(:last-child) {
    margin-right: unset;
    margin-bottom: 80px;
  }
  .services-item__title {
    font-size: 2.4rem;
  }
  .services-item__arrow {
    display: none;
  }
  .services-item__desc {
    font-size: 1.4rem;
  }
  .services-item__heading {
    padding-bottom: unset;
    margin-right: 20px;
  }
  .services-item__heading > span {
    width: 100px;
  }
  .services-heading {
    margin-right: 20px;
  }
  .services-quote {
    padding-top: 80px;
  }
  .services-quote > span {
    font-size: 4.5rem;
  }
}
.clients {
  padding-top: 13rem;
  padding-bottom: 18.7rem;
}
.clients-title {
  font-size: 9.6rem;
  padding-bottom: 10rem;
  color: #000000;
}
.clients-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.clients-list__heading {
  font-size: 2.4rem;
  color: #000000;
}
.clients-list__marque {
  width: 75%;
  position: relative;
  overflow: hidden;
  display: flex;
}
@media (max-width: 63.9375rem) {
  .clients-list__marque {
    width: 100%;
  }
}
.clients-list__icon {
  width: 400%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  will-change: transform;
}
.clients-list__icon:not(:last-child), .clients-list__icon > li:not(:last-child) {
  margin-right: 12.6rem;
}
.clients-list__w7 {
  width: 70px;
}

.opacity-marquee {
  position: relative;
}
.opacity-marquee::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: calc(100% + 10px);
  z-index: 2;
  background-image: linear-gradient(-90deg, #f7f7f7, rgba(249, 249, 249, 0.85) 10%, rgba(249, 249, 249, 0) 20%, rgba(249, 249, 249, 0) 80%, rgba(249, 249, 249, 0.85) 90%, #F7F7F7);
}

.marqueForward {
  will-change: transform;
}

.line {
  margin-top: 40px;
  margin-bottom: 111px;
  width: 0%;
  height: 2px;
  background-color: #7E7E7E;
}

.reviews {
  padding-top: 10rem;
}
.reviews-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.reviews-personal {
  display: flex;
}
.reviews-personal > img {
  border-radius: 50%;
  width: 6.2rem;
  height: 6.2rem;
  object-fit: cover;
  margin-right: 3rem;
}
.reviews-personal__text {
  flex-direction: column;
  display: flex;
  height: 100%;
  width: 70%;
}
.reviews-personal__text > p {
  font-size: 2.4rem;
}
.reviews-personal__text > p:nth-child(1) {
  padding-bottom: 10px;
}
.reviews-personal__text > p:nth-child(2) {
  padding-bottom: 21px;
}
.reviews-personal__text > ul {
  margin-top: auto;
}
.reviews-personal__text > ul > li {
  display: inline-block;
  margin-right: 10px;
}
.reviews-personal__text > ul > li > img {
  width: 14px;
}
.reviews-logo {
  display: flex;
  align-items: center;
  width: fit-content;
}
.reviews-logo > img {
  margin-right: 3rem;
  object-fit: cover;
}
.reviews-logo > p {
  font-size: 2.4rem;
}
.reviews-quote {
  font-size: 3.6rem;
  line-height: 1.2;
}

.reviewSwiper,
.personSwiper {
  width: 50%;
}
@media (max-width: 39.9375rem) {
  .reviewSwiper,
.personSwiper {
    width: 100%;
  }
}

.swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
  .reviews-quote {
    font-size: 1.875vw;
  }
}
@media (max-width: 63.9375rem) {
  .clients {
    padding-top: 9rem;
    padding-bottom: 10rem;
  }

  .clients-list__heading {
    display: none;
  }

  .reviews-quote {
    font-size: 1.8rem;
  }

  .reviews-personal__text > p {
    font-size: 2rem;
  }
  .reviews-personal__text > p:nth-child(2) {
    padding-bottom: 20px;
    max-width: 300px;
  }
}
@media (max-width: 39.9375rem) {
  .clients {
    padding-top: 43px;
    padding-bottom: 58px;
  }
  .clients-title {
    font-size: 4.8rem;
    line-height: 130%;
    padding-bottom: 50px;
  }
  .clients-list {
    flex-direction: column;
    padding-bottom: 55px;
  }
  .clients-list__heading {
    display: none;
  }
  .clients-list__icon > li:not(:last-child) {
    margin-right: 3.5rem;
  }
  .clients-list__icon > li > img {
    object-fit: cover;
    width: 150px;
  }
  .clients-list__icon:not(:last-child) {
    margin-right: 7rem;
  }

  .reviews {
    padding-top: 66px;
  }
  .reviews-flex {
    flex-direction: column;
  }
  .reviews-info {
    width: 100%;
    padding-bottom: 15px;
  }
  .reviews-personal__text > p {
    font-size: 1.4rem;
    line-height: 130%;
  }
  .reviews-personal__text > p:nth-child(1) {
    padding-bottom: unset;
  }
  .reviews-logo > p {
    font-size: 1.4rem;
    line-height: 130%;
  }
  .reviews-logo > img {
    width: 3.5rem;
    margin-right: 6rem;
  }
  .reviews-quote {
    font-size: 1.4rem;
    line-height: 130%;
    width: 100%;
  }

  .line {
    display: none;
  }
}
.insights-title {
  font-size: 9.6rem;
  margin-bottom: 5rem;
}

.works-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.works-title {
  font-size: 9.6rem;
  line-height: 130%;
  position: relative;
  overflow: hidden;
}
.works-title > span {
  display: inline-block;
  transform: translateY(0);
}
.works-words {
  color: #F5A53B;
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
  .works-title {
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 1440px) {
  .works-slogan > a {
    margin-right: 2rem;
  }
  .works-slogan > .slogan-award__content {
    font-size: 2rem;
  }
}
@media (max-width: 63.9375rem) {
  .works-title {
    font-size: 4.8rem;
    max-width: 450px;
    margin-bottom: 5rem;
  }
}
@media (max-width: 39.9375rem) {
  .works-heading {
    flex-direction: column;
  }
  .works-title {
    max-width: 280px;
  }
}
.wehave {
  padding-top: 17.8rem;
  padding-bottom: 20rem;
  position: relative;
  overflow: hidden;
}
.wehave-title {
  font-size: 9.6rem;
  padding-bottom: 7rem;
}
.wehave-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 8.3333333333vh 12.5%;
}
.wehave-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wehave-item__count {
  font-size: 9.6rem;
}
.wehave-item__desc {
  font-size: 2.4rem;
  line-height: 130%;
}
.wehave-item__desc > div {
  font-size: 1.8rem;
  max-width: 233px;
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
  .wehave-title {
    font-size: 5vw;
    max-width: 1300px;
  }
  .wehave-list {
    grid-gap: 8.3333333333vh 8.3333333333%;
  }
  .wehave-item__count {
    font-size: 5vw;
  }
}
@media (max-width: 63.9375rem) {
  .wehave-title {
    font-size: 4.8rem;
  }
  .wehave-item__count {
    font-size: 7.2rem;
  }
}
@media (max-width: 39.9375rem) {
  .wehave-item__desc {
    font-size: 1.8rem;
  }
  .wehave-item__desc > div {
    font-size: 1.4rem;
  }
}
.ct-title {
  text-align: center;
  font-size: 9.6rem;
  margin-bottom: 6.6rem;
}

.w-8 {
  width: 66.6666666667%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 63.9375rem) {
  .w-8 {
    width: 100%;
  }
}

.block {
  display: block !important;
}

.w-auto {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.neumorphism {
  -webkit-filter: drop-shadow(3.39185px 6.10534px 7.57514px rgba(209, 217, 230, 0.67)) drop-shadow(3.39185px 2.71348px 3.8441px rgba(209, 217, 230, 0.34)) drop-shadow(3.39185px 3.16573px 4.29635px rgba(209, 217, 230, 0.4)) drop-shadow(3.39185px 3.95716px 5.08778px rgba(209, 217, 230, 0.48)) drop-shadow(-2.26124px -7.12289px 7.34902px rgba(255, 255, 255, 0.75)) drop-shadow(-2.26124px -4.16453px 4.82456px rgba(255, 255, 255, 0.539141)) drop-shadow(-2.26124px -3.54604px 3.9601px rgba(255, 255, 255, 0.44708)) drop-shadow(-2.26124px -3.21304px 3.4107px rgba(255, 255, 255, 0.375));
  filter: drop-shadow(3.39185px 6.10534px 7.57514px rgba(209, 217, 230, 0.67)) drop-shadow(3.39185px 2.71348px 3.8441px rgba(209, 217, 230, 0.34)) drop-shadow(3.39185px 3.16573px 4.29635px rgba(209, 217, 230, 0.4)) drop-shadow(3.39185px 3.95716px 5.08778px rgba(209, 217, 230, 0.48)) drop-shadow(-2.26124px -7.12289px 7.34902px rgba(255, 255, 255, 0.75)) drop-shadow(-2.26124px -4.16453px 4.82456px rgba(255, 255, 255, 0.539141)) drop-shadow(-2.26124px -3.54604px 3.9601px rgba(255, 255, 255, 0.44708)) drop-shadow(-2.26124px -3.21304px 3.4107px rgba(255, 255, 255, 0.375));
  border-radius: 16.7602px;
}
.neumorphism > video {
  border-radius: 16.7602px;
}

.mb-20 {
  margin-bottom: 16rem;
}
@media (max-width: 63.9375rem) {
  .mb-20 {
    margin-bottom: 10rem;
  }
}
@media (max-width: 39.9375rem) {
  .mb-20 {
    margin-bottom: 7rem;
  }
}

.border-image {
  display: block !important;
  font-size: 0;
  overflow: hidden;
  border: 16px solid var(--colorBorder);
  border-radius: 24px;
}
.border-image__blue {
  --colorBorder: #2980FF;
}
.border-image__red {
  --colorBorder: #FC4F42;
}
.border-image__cloud {
  --colorBorder: #69ADFF;
}
.border-image__green {
  --colorBorder: #20CB6A;
}
.border-image__yellow {
  --colorBorder: #FDA942;
}
.border-image__purple {
  --colorBorder: #845BA3;
}

.f-video {
  width: 100%;
  height: 100%;
  font-size: 0;
  object-fit: fill;
}

.w-75 {
  width: 75%;
}
@media (max-width: 63.9375rem) {
  .w-75 {
    width: 100%;
  }
}

.flex-center {
  align-items: center;
}

.w-25 {
  width: 20%;
}
@media (max-width: 63.9375rem) {
  .w-25 {
    width: 100%;
  }
}
.w-25 > img {
  height: 100%;
}
@media (max-width: 63.9375rem) {
  .w-25 > img {
    height: 100%;
  }
}

.mw-300 {
  max-width: 41.6666666667%;
}

@media (max-width: 39.9375rem) {
  .mobile-mb {
    margin-bottom: 4rem;
  }
}

.work1 {
  margin-bottom: 16rem;
  padding-bottom: 4rem;
}
.work1-type {
  justify-content: center;
  margin-bottom: 11.4rem;
}
.work1-type > div {
  border: 1px solid #000000;
  color: #000000;
}
.work1-banner {
  display: block;
}
.work1-banner > img {
  width: 100%;
  object-fit: cover;
}
.work1-banner:nth-of-type(1) {
  margin-bottom: 16rem;
}
.work1-banner:nth-of-type(2), .work1-banner:nth-of-type(3) {
  margin-bottom: 16rem;
}
.work1-banner:nth-of-type(4) {
  margin-top: 16rem;
  margin-bottom: 16rem;
}
.work1-banner:nth-of-type(5) {
  margin-bottom: 16rem;
}
.work1-banner:nth-of-type(6) {
  margin-bottom: 16rem;
}
.work1-flex {
  display: flex;
  justify-content: space-between;
}
.work1-title {
  font-size: 7.2rem;
  line-height: 130%;
  width: 45%;
}
@media (max-width: 87.4375rem) {
  .work1-title {
    width: 100%;
  }
}
.work1-title > span {
  position: relative;
  top: -15px;
  vertical-align: top;
}
.work1-desc {
  font-size: 2.4rem;
  line-height: 130%;
}
.work1-desc {
  width: 50%;
}
.work1-about {
  margin-bottom: 16rem;
}
.work1-approach {
  margin: 16rem 0;
}
.work1-challenge {
  margin-bottom: unset;
}

.work2 {
  position: relative;
}
.work2 .work1-type {
  margin-bottom: unset;
}
.work2 .work1-title {
  width: 41.6666666667%;
}
.work2 .work1-banner {
  display: block;
}
.work2 .work1-banner > img {
  width: 100%;
  object-fit: cover;
}
.work2 .work1-banner:nth-of-type(1) {
  margin-bottom: unset;
}
.work2 .work1-banner:nth-of-type(3) {
  margin-bottom: 16rem;
}
.work2 .work1-banner:nth-of-type(4) {
  margin-top: unset;
  margin-bottom: 16rem;
}
.work2 .work1-banner:nth-of-type(5) {
  margin-top: 16rem;
}
.work2 .work1-banner:nth-of-type(7) {
  margin-bottom: 16rem;
}
.work2-banner > img {
  transform: scale(1.15) translate(0%, -15%);
  position: relative;
  width: 100%;
  object-fit: cover;
}

.work3-banner > img {
  transform: translate(0, -10%) scale(1.1);
}
.work3-result {
  margin-bottom: 16rem;
}
.work3-flex {
  margin-bottom: 16rem;
}
.work3-video {
  position: relative;
  margin-bottom: 16rem;
  width: 100%;
  height: 90vh;
}
@media (max-width: 39.9375rem) {
  .work3-video {
    height: 20vh;
  }
}
.work3-video > video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.work3 .work1-banner {
  display: block;
}
.work3 .work1-banner:nth-of-type(1) {
  margin-bottom: unset;
}
.work3 .work1-banner:nth-of-type(2) > img, .work3 .work1-banner:nth-of-type(7) > img {
  display: block;
  margin: 16rem auto;
  width: auto;
}
.work3 .work1-banner:nth-of-type(3) {
  margin-top: 10rem;
  margin-bottom: 16rem;
}
.work3 .work1-banner:nth-of-type(4) {
  margin-top: 15rem;
  margin-bottom: 16rem;
}
.work3 .work1-banner:nth-of-type(5), .work3 .work1-banner:nth-of-type(6) {
  margin-bottom: 16rem;
}
.work3 .work1-about {
  margin-bottom: 16rem;
}

.data-mb {
  margin-bottom: -16rem;
}
@media (max-width: 63.9375rem) {
  .data-mb {
    margin-bottom: unset;
  }
}
.data-banner {
  transform: translate(0, -40%) scale(1.1);
}
.data-flex {
  display: flex;
  justify-content: space-around;
}
.data-flex > a {
  display: block;
  width: 16.6666666667%;
}

.ardor-flex {
  display: flex;
  justify-content: space-between;
}

.ardor-banner {
  transition: transform 0.3s ease-out;
}
.ardor-banner > img {
  width: 100%;
}
.ardor-banner:hover {
  transition: transform 0.3s ease-out;
  transform: translateY(-50px);
}
@media (max-width: 39.9375rem) {
  .ardor-banner:hover {
    transform: translateY(-25px);
  }
}
.ardor-banner:not(:nth-of-type(1)) {
  margin-left: 24px;
}
@media (max-width: 39.9375rem) {
  .ardor-banner:not(:nth-of-type(1)) {
    margin-left: 4px;
  }
}
.ardor-banner:nth-of-type(1), .ardor-banner:nth-of-type(4) {
  width: 25%;
  height: auto;
}
.ardor-banner:nth-of-type(2) {
  width: 16.6666666667%;
  height: auto;
  margin-top: 14rem;
}
@media (max-width: 39.9375rem) {
  .ardor-banner:nth-of-type(2) {
    margin-top: 4rem;
  }
}
.ardor-banner:nth-of-type(3) {
  width: 33.3333333333%;
  height: auto;
}
.ardor-banner:nth-of-type(4) {
  margin-top: 8.5rem;
}
@media (max-width: 39.9375rem) {
  .ardor-banner:nth-of-type(4) {
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 1024px) {
  .ct-title {
    font-size: 7.5rem;
  }

  .work1-title {
    font-size: 5.2rem;
  }
  .work1-banner:nth-of-type(1), .work1-banner:nth-of-type(2), .work1-banner:nth-of-type(3) {
    margin-bottom: 10rem;
  }
  .work1-banner:nth-of-type(4) {
    margin-top: 10rem;
  }
  .work1-banner:nth-of-type(6) {
    margin-bottom: 14rem;
  }
  .work1-about {
    margin-bottom: 10rem;
  }
  .work1-approach {
    margin: 10rem 0;
  }
  .work1-video {
    margin-bottom: 10rem;
  }

  .work3-flex {
    display: block;
  }
  .work3-flex > a:nth-child(1) > img {
    display: block;
    margin: 0 auto 10rem;
    width: 35%;
  }
  .work3-flex > a:nth-child(2) > img {
    width: 100%;
  }

  .mw-300 {
    max-width: 100%;
  }
}
.lightgallarey-item > img {
  width: 100%;
}

@media (max-width: 63.9375rem) {
  .ct-title {
    font-size: 4.8rem;
    line-height: 130%;
    margin-bottom: 3.8rem;
  }

  .work1-type {
    margin-bottom: 8rem;
  }
  .work1-flex {
    display: block;
  }
  .work1-desc {
    width: 100%;
  }
  .work1-title {
    margin-bottom: 20px;
  }

  .work2 .work1-title {
    width: 100%;
  }

  .work3-result {
    margin-bottom: 10rem;
  }
  .work3 .work1-banner:nth-of-type(2) > img, .work3 .work1-banner:nth-of-type(7) > img {
    width: 100%;
    margin: 10rem auto;
  }
  .work3 .work1-banner:nth-of-type(4) {
    margin-top: 10rem;
    margin-bottom: 15rem;
  }
}
@media (max-width: 39.9375rem) {
  .ct-title {
    margin-bottom: 1.8rem;
  }

  .work1 {
    margin-bottom: 9rem;
  }
  .work1-type {
    margin-bottom: 4.5rem;
  }
  .work1-title {
    width: 100%;
    font-size: 3.6rem;
    line-height: 120%;
    margin-bottom: 10px;
  }
  .work1-desc {
    font-size: 1.6rem;
    line-height: 130%;
  }
  .work1-banner:nth-of-type(1), .work1-banner:nth-of-type(2), .work1-banner:nth-of-type(4), .work1-banner:nth-of-type(5), .work1-banner:nth-of-type(6) {
    margin-bottom: 6rem;
  }
  .work1-banner:nth-of-type(4) {
    margin-top: 4.5rem;
  }
  .work1-about {
    margin-bottom: 4rem;
  }
  .work1-approach {
    margin: 4rem 0;
  }

  .work2 .work1-about {
    margin-bottom: 2rem;
  }
  .work2 .work1-banner:nth-of-type(3) {
    margin-top: 5rem;
  }
  .work2 .work1-banner:nth-of-type(4) {
    margin-bottom: 6rem;
  }
  .work2 .work1-banner:nth-of-type(5) {
    margin-top: 6rem;
  }
  .work2 .work1-banner:nth-of-type(7) {
    margin-bottom: 6rem;
  }

  .work3-flex {
    margin-bottom: unset;
  }
  .work3-flex > img:nth-child(1) {
    margin: 0 auto 5rem;
    width: 40%;
  }
  .work3-video {
    margin-bottom: 6rem;
  }
  .work3 .work1-about {
    margin-bottom: 5rem;
  }
  .work3 .work1-banner:nth-of-type(4) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .work3 .work1-banner:nth-of-type(3), .work3 .work1-banner:nth-of-type(5), .work3 .work1-banner:nth-of-type(6) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .work3 .work1-banner:nth-of-type(8) {
    margin-top: 5rem;
    margin-bottom: 6rem;
  }
}
.package-banner {
  position: absolute;
  top: 0;
  z-index: -1;
}
.package-banner > img {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 39.9375rem) {
  .package-banner > img {
    transform: scale(1.5);
  }
}

.mb-24 {
  display: inline-block;
  margin-bottom: 2.4rem;
}

.package-mr {
  margin-right: 2.4rem;
}
@media (max-width: 63.9375rem) {
  .package-mr {
    margin-right: unset;
    margin-bottom: 2.4rem;
    display: inline-block;
    width: 100% !important;
  }
}

.package-ml {
  margin-left: 2.4rem;
}
@media (max-width: 63.9375rem) {
  .package-ml {
    margin-left: unset;
  }
}

.w-8 {
  width: 80%;
}
.w-8 > img {
  height: 100%;
  object-fit: cover;
}

.w-4 {
  width: 20%;
}
@media (max-width: 39.9375rem) {
  .w-4 {
    width: 100%;
    display: inline-block;
    margin-bottom: 2.4rem;
  }
}
.w-4 > img {
  height: 100%;
  object-fit: cover;
}

.package-mb {
  margin-bottom: 130vh;
}
@media (max-width: 87.4375rem) {
  .package-mb {
    margin-bottom: 35vh;
  }
}
@media (max-width: 63.9375rem) {
  .package-mb {
    margin-bottom: 25vh;
  }
}

.package-wrap {
  height: 100%;
  max-height: 976px;
}
@media (max-width: 63.9375rem) {
  .package-wrap {
    max-height: 100%;
  }
}
.package-wrap > a > img {
  height: 100%;
}

.package-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.package-logo > img {
  width: 100%;
  max-width: 170px;
  object-fit: cover;
}
@media (max-width: 87.4375rem) {
  .package-logo > img {
    max-width: 100px;
  }
}
@media (max-width: 63.9375rem) {
  .package-logo > img {
    max-width: 80px;
  }
}

.package-type {
  justify-content: center;
  margin-bottom: 12rem;
}
@media (max-width: 87.4375rem) {
  .package-type {
    margin-bottom: 8rem;
  }
}
.package-type > div {
  border: 1px solid #000000;
  color: #000000;
}

.about-title {
  font-size: 4.8rem;
  line-height: 140%;
  max-width: 1120px;
  margin-bottom: 8rem;
}
.about-title > span {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.about-parallax {
  padding-bottom: 63.6054421769%;
  height: 0;
  margin-bottom: 9rem;
}
.about-achievements {
  padding-bottom: 9rem;
}
.about-achievements__flex {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.about-achievements__number {
  font-size: 9.6rem;
  margin-bottom: 20px;
}
.about-achievements__desc {
  font-size: 2.4rem;
  line-height: 130%;
}

@media (max-width: 63.9375rem) {
  .about-quote {
    padding-top: 0;
  }
  .about-title {
    font-size: 3.84rem;
    line-height: 140%;
  }
  .about-achievements__flex {
    flex-direction: column;
  }
  .about-achievements__item:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media (max-width: 39.9375rem) {
  .about-title {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
  .about-achievements__desc {
    font-size: 1.4rem;
  }
  .about-achievements__number {
    font-size: 4.8rem;
    line-height: 130%;
    margin-bottom: unset;
  }
}
.story-heading {
  margin-bottom: 20rem;
}
@media (max-width: 63.9375rem) {
  .story-heading {
    margin-bottom: 10rem;
  }
}
@media (max-width: 39.9375rem) {
  .story-heading {
    margin-bottom: 5rem;
  }
}
.story-heading, .story-flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 63.9375rem) {
  .story-heading, .story-flex {
    flex-direction: column;
  }
}
.story-flex {
  align-items: center;
  margin-bottom: 3rem;
}
@media (max-width: 63.9375rem) {
  .story-flex:nth-child(3) > .story-title {
    display: none;
  }
}
@media (max-width: 63.9375rem) {
  .story-flex:nth-child(2) > .story-title {
    order: 2;
  }
}
.story-flex:nth-child(4) {
  justify-content: unset;
}
.story-flex:nth-child(4) > .story-desc {
  width: 50%;
  margin-left: 8.3333333333%;
}
@media (max-width: 63.9375rem) {
  .story-flex:nth-child(4) > .story-desc {
    width: 100%;
    margin-left: unset;
  }
}
@media (max-width: 63.9375rem) {
  .story-flex:nth-child(4) > .story-image {
    display: none;
  }
}
.story-flex > .story-title {
  text-align: center;
}
@media (max-width: 63.9375rem) {
  .story-flex > .story-title {
    text-align: right;
  }
}
.story-title {
  font-size: 9.6rem;
  width: 25%;
}
@media (max-width: 63.9375rem) {
  .story-title {
    width: 100%;
    margin: 25px 0;
  }
}
@media (max-width: 39.9375rem) {
  .story-title {
    font-size: 4.8rem;
    line-height: 130%;
  }
}
.story-desc {
  font-size: 2.4rem;
  line-height: 130%;
  width: 58.3333333333%;
}
.story-desc > span {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
@media (max-width: 63.9375rem) {
  .story-desc {
    width: 100%;
  }
}
@media (max-width: 39.9375rem) {
  .story-desc {
    font-size: 1.8rem;
    line-height: 130%;
  }
}
.story-desc > div:nth-child(1),
.story-desc div:nth-child(2) {
  margin-bottom: 20px;
}
.story-image {
  height: 583px;
}
@media (max-width: 63.9375rem) {
  .story-image:nth-child(1) {
    height: 340px;
    order: 3;
  }
}
@media (max-width: 63.9375rem) {
  .story-image:nth-child(2) {
    height: 220px;
    order: 1;
  }
}

.width-4 {
  width: 33.3333333333%;
  object-fit: cover;
}
@media (max-width: 63.9375rem) {
  .width-4 {
    width: 100%;
  }
}

.width-8 {
  width: 66.6666666667%;
  object-fit: cover;
}
@media (max-width: 63.9375rem) {
  .width-8 {
    display: none;
  }
}

.about-quote > span {
  color: #000000;
}
.about-quote > span::after {
  background-color: #000000;
}

.about-symbol {
  background-color: #FFFFFF;
  mix-blend-mode: difference;
  z-index: 2;
}

.insightsPage-heading {
  font-size: 7.2rem;
  line-height: 130%;
  max-width: 930px;
  margin-bottom: 8.5rem;
}
@media (max-width: 63.9375rem) {
  .insightsPage-heading {
    font-size: 5rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 39.9375rem) {
  .insightsPage-heading {
    font-size: 2.4rem;
  }
}

.insightsPage {
  margin-bottom: 13rem;
}
@media (max-width: 39.9375rem) {
  .insightsPage {
    margin-bottom: 8.3rem;
  }
}
.insightsPage-tab {
  margin-bottom: 6.2rem;
}
@media (max-width: 39.9375rem) {
  .insightsPage-tab {
    margin-bottom: 3.5rem;
  }
}
.insightsPage-tab > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 63.9375rem) {
  .insightsPage-tab > ul {
    flex-wrap: wrap;
  }
}
.insightsPage-tab > ul > div {
  position: relative;
  width: calc(45.8333333333% - 45px);
}
@media (max-width: 63.9375rem) {
  .insightsPage-tab > ul > div {
    margin-bottom: 2rem;
    width: 100%;
    order: 1;
  }
}
.insightsPage-tab > ul > div > input {
  outline: none;
  border-radius: 55px;
  border: 1px solid #000000;
  padding: 21px 0 23px 45px;
  background-color: #F7F7F7;
  width: 100%;
}
@media (max-width: 39.9375rem) {
  .insightsPage-tab > ul > div > input {
    padding: 10px 0 12px 45px;
  }
}
.insightsPage-tab > ul > div > img {
  position: absolute;
  left: 21px;
  top: 15px;
}
@media (max-width: 39.9375rem) {
  .insightsPage-tab > ul > div > img {
    top: 8px;
    left: 15px;
    width: 20px;
  }
}
.insightsPage-tab > ul > li {
  font-size: 2.4rem;
  line-height: 130%;
  color: #6A6A6A;
}
@media (max-width: 63.9375rem) {
  .insightsPage-tab > ul > li {
    order: 2;
  }
}
@media (max-width: 39.9375rem) {
  .insightsPage-tab > ul > li {
    font-size: 1.8rem;
    line-height: 130%;
    width: 33.3333333333%;
  }
  .insightsPage-tab > ul > li:nth-child(1), .insightsPage-tab > ul > li:nth-child(2), .insightsPage-tab > ul > li:nth-child(3) {
    margin-bottom: 20px;
  }
}
.insightsPage-tab > ul > li:hover {
  color: #000000;
}
.insightsPage-tab > ul > li.active {
  text-decoration: underline;
  color: #000000;
}
.insightsPage-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  grid-gap: 75px 24px;
  margin-bottom: 13rem;
}
@media (max-width: 87.4375rem) {
  .insightsPage-list {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }
}
@media (max-width: 39.9375rem) {
  .insightsPage-list {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 25px 0px;
    margin-bottom: 4.6rem;
  }
}
.insightsPage-item {
  display: none;
}
.insightsPage-item:hover > .rto-box > img {
  transform: scale(1.2);
  transition: transform 0.6s ease;
}
.insightsPage-item > .rto-box {
  margin-bottom: 2.7rem;
}
.insightsPage-item > .rto-box > img {
  transition: transform 0.6s ease;
}
.insightsPage-item:nth-child(1), .insightsPage-item:nth-child(2), .insightsPage-item:nth-child(3) {
  display: block;
}
.insightsPage-title {
  font-size: 2.4rem;
  margin-bottom: 1.4rem;
}
@media (max-width: 39.9375rem) {
  .insightsPage-title {
    font-size: 1.6rem;
  }
}

[data-tab-content] {
  display: none;
}

.active[data-tab-content] {
  display: block;
}

.blogDetail {
  margin-bottom: 20rem;
}
.blogDetail-heading {
  margin-bottom: 2rem;
}
.blogDetail-parallax {
  padding-bottom: 39.9774774775%;
  margin-top: 2rem;
}
.blogDetail-flex {
  display: flex;
}
.blogDetail-flex > .blogDetail-parallax {
  width: 50%;
}
.blogDetail-flex > .blogDetail-parallax:nth-child(1) {
  margin-right: 24px;
}
.blogDetail-desc {
  font-size: 2.4rem;
  line-height: 150%;
  width: 70%;
  margin: 8rem auto;
}
@media (max-width: 63.9375rem) {
  .blogDetail-desc {
    font-size: 2.2rem;
    width: 100%;
  }
}
@media (max-width: 39.9375rem) {
  .blogDetail-desc {
    font-size: 1.8rem;
  }
}
.blogDetail-desc__content {
  margin-bottom: 20px;
}
.blogDetail-h2 {
  font-weight: 500;
  font-size: 3rem;
  margin: 8rem 0;
  max-width: 900px;
  line-height: 150%;
}

.more {
  margin-bottom: 12.8rem;
}
.more-title {
  font-size: 2.4rem;
  margin: 2.7rem 0 2rem 0;
}
@media (max-width: 63.9375rem) {
  .more-title {
    font-size: 2.2rem;
    width: 100%;
  }
}
@media (max-width: 39.9375rem) {
  .more-title {
    font-size: 1.8rem;
  }
}
.more-list {
  margin-bottom: 12.5rem;
}

@media screen and (max-width: 1024px) {
  .blogDetail {
    margin-bottom: 10rem;
  }
  .blogDetail-desc {
    width: 70%;
  }
  .blogDetail-parallax {
    height: 560px;
  }
  .blogDetail-desc {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .more {
    margin-bottom: 6.5rem;
  }
  .more-list {
    margin-bottom: 6.5rem;
  }
}
@media (max-width: 63.9375rem) {
  .blogDetail {
    margin-bottom: 5rem;
  }
  .blogDetail-desc {
    width: 100%;
  }
  .blogDetail-parallax {
    height: 330px;
  }

  .more-list {
    margin-bottom: 0;
  }
}
@media (max-width: 39.9375rem) {
  .blogDetail-flex > .blogDetail-parallax:nth-child(1) {
    display: none;
  }
  .blogDetail-flex > .blogDetail-parallax:nth-child(2) {
    width: 100%;
  }
  .blogDetail-desc {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.contact {
  margin-bottom: 17.2rem;
}
@media (max-width: 63.9375rem) {
  .contact {
    margin-bottom: 8rem;
  }
}
.contact-heading {
  font-size: 9.6rem;
  margin-bottom: 5rem;
  max-width: 1200px;
}
@media (max-width: 39.9375rem) {
  .contact-heading {
    font-size: 4.8rem;
    line-height: 130%;
    margin-bottom: 4rem;
  }
}
.contact-title {
  font-size: 6.4rem;
  line-height: 130%;
  margin-bottom: 5rem;
}
@media (max-width: 39.9375rem) {
  .contact-title {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}
.contact-tags {
  margin-bottom: 11.8rem;
}
@media (max-width: 63.9375rem) {
  .contact-tags {
    margin-bottom: 8rem;
  }
}
@media (max-width: 39.9375rem) {
  .contact-tags {
    margin-bottom: 4rem;
  }
}
.contact-tags > ul li {
  display: inline-block;
}
.contact-tags > ul li:not(:last-child) {
  margin-right: 4.6rem;
  margin-bottom: 2.8rem;
}
@media (max-width: 39.9375rem) {
  .contact-tags > ul li:not(:last-child) {
    margin-right: 18px;
    margin-bottom: 16px;
  }
}
.contact-tags > ul li > a {
  font-size: 2.4rem;
}
@media (max-width: 39.9375rem) {
  .contact-tags > ul li > a {
    font-size: 1.6rem;
    line-height: 130%;
  }
}
.contact-cv__attachment {
  position: relative;
}
.contact-cv__attachment > div {
  display: flex;
  align-items: center;
  padding: 0 0 26px 0;
}
.contact-cv__attachment > div > label {
  font-size: 3.6rem;
  line-height: 140%;
  color: #666666;
}
@media (max-width: 63.9375rem) {
  .contact-cv__attachment > div > label {
    font-size: 2.8rem;
  }
}
@media (max-width: 39.9375rem) {
  .contact-cv__attachment > div > label {
    font-size: 1.8rem;
    line-height: 140%;
  }
}
.contact-cv__attachment > input {
  opacity: 0;
  top: 0;
  position: absolute;
}
.contact-input {
  position: relative;
  width: 50%;
  border-bottom: 1px solid #666666;
  margin-bottom: 21px;
}
@media (max-width: 63.9375rem) {
  .contact-input {
    width: 100%;
  }
}
.contact-input > input {
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  padding: 21px 0 26px 0;
}
.contact-input > input::placeholder {
  font-family: "Saira", sans-serif;
  font-size: 3.6rem;
  line-height: 130%;
}
@media (max-width: 63.9375rem) {
  .contact-input > input::placeholder {
    font-size: 2.8rem;
  }
}
@media (max-width: 39.9375rem) {
  .contact-input > input::placeholder {
    font-size: 1.8rem;
    line-height: 140%;
  }
}
.contact-input > textarea {
  width: 100%;
  height: 200px;
  background: transparent;
  border: none;
}
.contact-input > textarea::placeholder {
  font-family: "Saira", sans-serif;
  font-size: 3.6rem;
  line-height: 130%;
}
@media (max-width: 63.9375rem) {
  .contact-input > textarea::placeholder {
    font-size: 2.8rem;
  }
}
@media (max-width: 39.9375rem) {
  .contact-input > textarea::placeholder {
    font-size: 1.8rem;
    line-height: 140%;
  }
}
.contact-budget {
  margin-top: 10rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 13.5rem;
}
@media (max-width: 63.9375rem) {
  .contact-budget {
    display: block;
    margin-bottom: 5rem;
  }
}
@media (max-width: 39.9375rem) {
  .contact-budget {
    margin-top: 6rem;
    margin-bottom: 4rem;
  }
}
.contact-price {
  width: 40%;
}
@media (max-width: 63.9375rem) {
  .contact-price {
    width: 100%;
    margin-bottom: 5rem;
  }
}
.contact-timeline {
  width: 60%;
}
@media (max-width: 63.9375rem) {
  .contact-timeline {
    width: 100%;
  }
}
.contact-checkbox {
  position: relative;
}
.contact-checkbox__group {
  display: inline-block;
}
.contact-checkbox__group > input {
  height: 0;
  width: 0;
  opacity: 0;
}
.contact-checkbox__group > label {
  border: 1px solid #000000;
  border-radius: 50px;
  padding: 16px 32px;
  font-size: 2.4rem;
}
@media (max-width: 39.9375rem) {
  .contact-checkbox__group > label {
    font-size: 1.6rem;
  }
}
.contact-checkbox__group > label:hover {
  background-color: #000000;
  color: #FFFFFF;
  transition: all 0.3s linear;
}
.contact-checkbox__group > input:checked + label {
  background-color: #000000;
  color: #FFFFFF;
  transition: all 0.3s linear;
}
.contact-checkbox__group:not(:last-child) {
  margin-right: 25px;
  margin-bottom: 75px;
}
.contact-checkbox__hint {
  opacity: 0;
  left: 0;
  color: red;
  font-size: 1.8rem;
  position: absolute;
  bottom: -100%;
}
.contact-button {
  font-size: 6.4rem;
  line-height: 130%;
  text-decoration: underline;
  text-decoration-thickness: 3px;
}
@media (max-width: 39.9375rem) {
  .contact-button {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
  .contact-heading {
    font-size: 5vw;
  }
  .contact-title {
    font-size: 3.3vw;
  }
}
@media (max-width: 63.9375rem) {
  .contact-price > .contact-checkbox > .contact-checkbox__group > label {
    display: inline-block;
    width: 100%;
    padding: 23px 32px;
    text-align: center;
  }
}

@media (max-width: 63.9375rem) {
  .contact-price > .contact-checkbox > .contact-checkbox__group {
    width: 100%;
  }
}

@media (max-width: 63.9375rem) {
  .contact-price > .contact-checkbox > .contact-checkbox__group:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 39.9375rem) {
  .checkbox-mb {
    margin-bottom: 5rem !important;
  }
}
.carreer {
  margin-bottom: 10rem;
}
.carreer-h5 {
  font-size: 3.6rem;
  line-height: 140%;
  margin-bottom: 20px;
}
.carreer-title {
  font-size: 9.6rem;
  width: 75%;
  margin-bottom: 7.3rem;
}
.carreer-title > span {
  color: #F5A53B;
  text-decoration: underline;
}
.carreer-job {
  position: relative;
  font-size: 2.4rem;
  line-height: 130%;
}
.carreer-job__title {
  color: #F5A53B;
  font-size: 4.8rem;
  line-height: 140%;
}
.carreer-job__time, .carreer-job__exper {
  margin-bottom: 10px;
}
.carreer-job__time > span, .carreer-job__exper > span {
  font-weight: 500;
}
.carreer-job__desc {
  margin-bottom: 8.5rem;
}
.carreer-job__respon, .carreer-job__skill, .carreer-job__extra {
  margin-bottom: 8rem;
}
.carreer > div > div > div > ul,
.carreer div > div > div > ul > li {
  list-style-type: disc;
}
.carreer-button {
  justify-content: flex-start;
}
.carreer-button .button {
  margin: unset;
}

.popup {
  background-color: #000000;
  position: fixed;
  top: 0;
  right: -100%;
  width: 50%;
  height: 100%;
  transition: all 0.3s linear;
  z-index: 100;
}
@media (max-width: 63.9375rem) {
  .popup {
    width: 80%;
  }
}
@media (max-width: 39.9375rem) {
  .popup {
    width: 100%;
  }
}
.popup-wrap {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -40%);
  padding: 0 72px;
  width: 100%;
}
.popup-wrap > div > .menu-black__close {
  height: 35px;
  width: 35px;
  margin-bottom: 2rem;
  margin-left: -1rem;
}
.popup-wrap > div > .menu-black__close > span {
  width: 20px;
  top: 15px;
  right: 8px;
}
.popup-wrap > div > .carreer-button {
  color: #FFFFFF;
  margin-top: 6rem;
}
.popup-wrap > div > .carreer-button > .button {
  border: 1px solid #FFFFFF;
}
.popup-wrap > div > .carreer-button > .button > .button__filler {
  background: #FFFFFF;
}
.popup-wrap > div > .carreer-button > .button-hover .button__text-inner {
  color: #000000;
}
.popup-wrap .contact-input {
  width: 100%;
}
.popup-wrap .contact-input > input, .popup-wrap .contact-input input::placeholder,
.popup-wrap .contact-input textarea, .popup-wrap .contact-input textarea::placeholder {
  color: #FFFFFF;
  font-size: 2.4rem;
}
@media (max-width: 39.9375rem) {
  .popup-wrap .contact-input > input, .popup-wrap .contact-input input::placeholder,
.popup-wrap .contact-input textarea, .popup-wrap .contact-input textarea::placeholder {
    font-size: 1.8rem;
  }
}
.popup-wrap .contact-input > textarea {
  height: 16rem;
}
.popup-wrap .contact-input > div > label {
  color: #FFFFFF;
  font-size: 2.4rem;
}
@media (max-width: 39.9375rem) {
  .popup-wrap .contact-input > div > label {
    font-size: 1.8rem;
  }
}
.popup.active {
  right: 0;
}
@media (max-width: 39.9375rem) {
  .popup.active {
    right: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
  .carreer-title {
    font-size: 5vw;
  }
}
@media (max-width: 63.9375rem) {
  .carreer-title {
    font-size: 6rem;
    width: 100%;
    line-height: 130%;
  }
}
@media (max-width: 39.9375rem) {
  .carreer {
    position: relative;
    overflow: hidden;
  }
  .carreer-h5 {
    font-size: 2rem;
  }
  .carreer-title {
    font-size: 4.8rem;
  }
  .carreer-job {
    font-size: 1.6rem;
  }
  .carreer-job__title {
    font-size: 2.5rem;
  }
  .carreer-job__desc, .carreer-job__skill {
    margin-bottom: 4rem;
  }
}
.full-image {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  display: block;
}
.full-image > img {
  width: 100%;
  height: auto;
}

.mb-14 {
  display: inline-block;
  margin-bottom: 14rem !important;
}
@media (max-width: 39.9375rem) {
  .mb-14 {
    margin-bottom: 5rem !important;
  }
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-8 {
  margin-bottom: 8rem;
}

.fs-20 {
  font-size: 2rem;
}

.center-image {
  width: 50%;
  display: block;
  margin: 0 auto;
}
.center-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.center-text {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
}
.flex > a {
  width: 50%;
}
.flex > a > img {
  width: 100%;
}
.flex-3 > a {
  width: 33.3333333333%;
}
.flex-3 > a > img {
  width: 100%;
}
.flex-4 > a {
  width: 25%;
}
.flex-4 > a > img {
  width: 100%;
}

.w-full {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 1024px) {
  .center-image {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */