/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .my-10 {
    margin-block: calc(var(--spacing) * 10);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .columns-2 {
    columns: 2;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .text-center {
    text-align: center;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .md\:my-20 {
    @media (width >= 48rem) {
      margin-block: calc(var(--spacing) * 20);
    }
  }
  .md\:mt-20 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 20);
    }
  }
  .md\:mb-10 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
}
:root {
  --zain: "Zain", sans-serif;
  --gowun: "Gowun Dodum", sans-serif;
  --bezier: cubic-bezier(0.16, 1, 0.3, 1);
  --vibe_org: #f99316;
}
::selection {
  color: #000;
  background: var(--vibe_org);
  text-shadow: none;
}
::-moz-selection {
  color: #000;
  background: var(--vibe_org);
  text-shadow: none;
}
body {
  background: #000;
  margin: 0;
  font-family: var(--zain);
}
body.loaded .anim_bg {
  transform: scale(1);
}
body.loaded .logo {
  grid-template-columns: auto 1fr auto;
  top: 10px;
  transform: translate(-50%,0%) scale(1);
  opacity: 1;
}
body.loaded .logo p {
  color: #000;
}
body.loaded .menu {
  left: 0;
}
body.loaded .socials {
  right: 0;
}
body.loaded .mob_socials {
  right: 0;
}
body.loaded .content {
  transform: none;
  opacity: 1;
}
@media (max-width: 850px) {
  body.loaded .menu {
    left: auto;
    right: 0;
  }
}
body.turbo-loaded .anim_bg {
  transition: none;
}
body.turbo-loaded .logo {
  animation: none;
  top: 10px;
  transform: translate(-50%, 0%);
  opacity: 1;
  color: black;
  grid-template-columns: auto 1fr auto;
}
body.turbo-loaded .menu {
  transition: 1s width var(--bezier);
}
body.turbo-loaded .title_h1 {
  transition: none;
}
.col--1_2 {
  width: calc(50% - 20px);
}
.col--2_3 {
  width: calc(60% - 20px);
}
.col--1_3 {
  width: calc(40% - 20px);
}
.col--1_4 {
  width: calc(30% - 20px);
}
.col--3_4 {
  width: calc(70% - 20px);
}
.cursor_dot {
  position: fixed;
  width: 15px;
  height: 15px;
  background: black;
  border-radius: 50%;
  pointer-events: none;
  z-index: 10;
  transform: translate(-50%, -50%);
  transition: transform 1s var(--bezier), opacity 2s ease-in, background 1s var(--bezier), width 1s var(--bezier), height 1s var(--bezier);
  opacity: 1;
}
.cursor_dot.hidden {
  opacity: 0;
}
.cursor_dot__text {
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%,-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  text-align: center;
  font-family: var(--zain);
  font-size: 3px;
  line-height: 3px;
  font-weight: 700;
  white-space: nowrap;
}
.cursor_dot__text.show {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%,-50%);
  transition: opacity 1s var(--bezier), visibility 1s var(--bezier);
}
@media (max-width: 850px) {
  .cursor_dot {
    display: none;
  }
}
.container {
  width: calc(100vw - 140px);
  max-width: 1400px;
}
.container--rel {
  position: relative;
}
@media (max-width: 550px) {
  .container {
    width: calc(100vw - 60px);
  }
}
.black_bg {
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.anim_bg {
  background: linear-gradient(-45deg, #f8c78a, #fbc887, #fbe3c4, #f1bc77);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  position: absolute;
  transition: 1000ms ease transform 1s;
  border-radius: 100%;
  transform: scale(0);
  transform-origin: bottom;
  width: 200vmax;
  height: 200vmax;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.title_h1 {
  font-size: clamp(40px, 8vw, 90px);
  line-height: 110%;
  margin-top: 30px;
  color: #000;
}
.head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(1.2);
  z-index: 9;
  transition-delay: 1s;
  display: inline-grid;
  align-items: center;
  grid-template-columns: auto 0fr auto;
  overflow: hidden;
  text-decoration: none;
  opacity: 0;
  transition: .6s opacity var(--bezier), .6s grid-template-columns var(--bezier) .6s, .6s top var(--bezier) 1.2s, .6s transform var(--bezier) 1.2s;
}
.logo svg {
  height: 109px;
  width: auto;
}
.logo svg:first-child {
  margin-right: 10px;
}
.logo svg:last-child {
  margin-left: 10px;
}
.logo p {
  font-family: var(--zain);
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  transition: .6s color var(--bezier) 1.2s;
}
.logo p span {
  font-size: 42px;
}
.logo svg path {
  animation: logoFill 15s ease infinite;
}
@media (max-width: 550px) {
  .logo svg {
    height: 75px;
  }
  .logo p {
    font-size: 22px;
    line-height: 27px;
  }
  .logo p span {
    font-size: 30px;
  }
}
@keyframes logoLoad {
  0% {
    grid-template-columns: auto 0fr auto;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
  }
  33% {
    grid-template-columns: auto 0fr auto;
    top: 50%;
    transform: translate(-50%,-50%) scale(1.2);
    opacity: 1;
  }
  66% {
    grid-template-columns: auto 1fr auto;
    top: 50%;
    transform: translate(-50%,-50%) scale(1.2);
    opacity: 1;
    color: #fff;
  }
  100% {
    grid-template-columns: auto 1fr auto;
    top: 10px;
    transform: translate(-50%,0%);
    opacity: 1;
    color: #000;
  }
}
@keyframes logoFill {
  0% {
    fill: #f1a03d;
  }
  50% {
    fill: #c76f03;
  }
  100% {
    fill: #f1a03d;
  }
}
.burger {
  cursor: pointer;
}
.burger:before, .burger:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 4px;
  border-radius: 10px;
  background-color: #000;
  transition: 1s background var(--bezier), 1s left ease, 1s right ease, 1s top ease, 1s transform ease;
}
.burger:before {
  right: 6px;
}
.burger:after {
  right: 26px;
}
.burger--right:before {
  left: 6px;
}
.burger--right:after {
  left: 26px;
}
.menu {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 11;
  height: 100%;
  transition: 1s left ease 1s, 1s transform var(--bezier);
  transform: translateX(calc(-100% + 40px));
}
.menu.open {
  transform: none;
}
.menu ul {
  padding: 10px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 40px;
  width: 530px;
}
.menu ul li {
  line-height: inherit;
}
.menu ul li:not(:last-child) {
  margin-bottom: -1px;
}
.menu ul li a {
  white-space: nowrap;
  font-size: 80px;
  color: #fff;
  font-family: var(--zain);
  display: inline-block;
  clip-path: polygon(0 0, 0% 0, 0 100%, 0% 100%);
  transition: 1s clip-path var(--bezier);
  padding-left: 4px;
  text-decoration: none;
}
.menu ul li a:hover {
  font-style: italic;
}
.menu.open ul li a {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.socials {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 11;
  height: 100%;
  transition: 1s right ease 1s, 1s transform var(--bezier);
  transform: translateX(calc(100% - 40px));
}
.socials a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 50%;
  position: relative;
  font-size: 40px;
  font-family: var(--zain);
  padding: 10px 20px;
  background: transparent;
  transition: 1s clip-path var(--bezier);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  color: #fff;
  text-decoration: none;
}
.mob_socials {
  position: fixed;
  display: none;
  flex-direction: column;
  width: 30px;
  right: -100%;
  top: 50%;
  transform: translateY(-50%);
  transition: 1s right ease 1s;
}
.mob_socials a {
  text-decoration: none;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mob_socials a svg {
  width: 25px;
  height: auto;
}
.mob_socials a.mob_socials__in {
  background: #0a66c2;
  border-top-left-radius: 5px;
}
.mob_socials a.mob_socials__email {
  background: #ffce00;
  border-bottom-left-radius: 5px;
}
@media (min-width: 851px) {
  .burger_parent:hover .burger:before, .burger_parent:hover .burger:after {
    background: #fff;
  }
  .burger_parent:hover .burger:before {
    transform: rotate(45deg) translateY(-50%);
    right: -20px;
  }
  .burger_parent:hover .burger:after {
    transform: rotate(-45deg) translateY(-50%);
    right: -48px;
  }
  .burger_parent:hover .burger--right:before {
    transform: rotate(45deg) translateY(-50%);
    left: -48px;
  }
  .burger_parent:hover .burger--right:after {
    transform: rotate(-45deg) translateY(-50%);
    left: -20px;
  }
  .socials:hover {
    transform: none;
  }
  .socials:hover a {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media (max-width: 850px) {
  .burger {
    position: absolute;
    width: 40px;
    height: 28px;
    top: 53px;
    left: -55px;
  }
  .burger:before, .burger:after {
    width: 100%;
    height: 4px;
    right: auto;
    left: 0;
    transform: none;
    transform-origin: left;
  }
  .burger:before {
    top: 0;
  }
  .burger:after {
    top: calc(100% - 4px);
  }
  .burger_parent.open .burger:before, .burger_parent.open .burger:after {
    background: #fff;
  }
  .burger_parent.open .burger:before {
    transform: rotate(45deg) translate(-50%, -50%);
    left: calc(50% - 2px);
    top: 50%;
  }
  .burger_parent.open .burger:after {
    transform: rotate(-45deg) translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }
  .menu {
    transform: translateX(100%);
    height: 500px;
    left: auto;
    right: -100%;
    transition: 1s right ease 1s, 1s transform var(--bezier);
  }
  .menu ul {
    width: 470px;
    margin-right: 0;
    padding: 0 20px;
  }
  .menu ul li {
    text-align: right;
  }
  .menu ul li a {
    font-size: 70px;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  .mob_socials {
    display: flex;
  }
  .socials {
    transform: translateX(100%);
    height: 500px;
    display: none;
  }
  .socials a svg {
    width: 100px;
    height: 100px;
  }
  .socials:has(.socials__in:hover):after {
    background: #0a66c2;
  }
  .socials:has(.socials__email:hover):after {
    background: #ffce00;
  }
  .socials.open {
    transform: none;
  }
  .socials.open a {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .socials.open, .menu.open {
    z-index: 99;
  }
  .socials:after, .menu:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%,-50%);
    z-index: -1;
    width: 0;
    height: 0;
    background: #000;
    border-radius: 50%;
    transition: 1s width var(--bezier), 1s height var(--bezier), 1s background var(--bezier);
  }
  .socials.open:after, .menu.open:after {
    width: 1200px;
    height: 1200px;
  }
  .menu.open .menu__underlay {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    cursor: pointer;
  }
}
@media (max-width: 600px) {
  .menu {
    height: 388px;
  }
  .menu.open:after {
    width: 800px;
    height: 800px;
  }
  .menu ul {
    width: 330px;
  }
  .menu ul li a {
    font-size: 50px;
  }
}
@media (max-width: 550px) {
  .burger {
    top: 32px;
  }
}
@media (max-width: 450px) {
  .menu {
    height: 296px;
  }
  .menu.open:after {
    width: 720px;
    height: 720px;
  }
  .menu ul {
    width: 290px;
  }
  .menu ul li a {
    font-size: 40px;
  }
}
.reveal-text {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal-pop {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.reveal-text.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-pop.is-visible {
  opacity: 1;
  transform: scale(1);
}
.content {
  position: absolute;
  top: 130px;
  left: 0;
  width: calc(100% - 45px);
  height: calc(100% - 130px);
  overflow: auto;
  transform: translateY(50px);
  opacity: 0;
  transition: 1s transform var(--bezier), 1s opacity var(--bezier);
  transition-delay: 1.8s;
}
.content::-webkit-scrollbar {
  width: 6px;
}
.content::-webkit-scrollbar-track {
  background: transparent;
}
.content::-webkit-scrollbar-thumb {
  background: var(--vibe_org);
  border-radius: 10px;
}
p, li {
  font-size: 20px;
  line-height: 24px;
  font-family: var(--gowun);
  margin-bottom: 14px;
}
ol {
  list-style-type: number;
  list-style-position: inside;
}
h2 {
  font-size: 50px;
  line-height: 110%;
  margin: 40px 0 15px;
}
h2:first-child {
  margin-top: 0;
}
@media (max-width: 850px) {
  .content {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .content {
    top: 95px;
    height: calc(100% - 95px);
  }
  h2 {
    font-size: 38px;
  }
}
.ul li {
  padding-left: 30px;
  position: relative;
}
.ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 18px;
  height: 4px;
  background: var(--vibe_org);
  border-radius: 5px;
}
.usps li {
  width: calc(33.33% - 20px);
  position: relative;
  padding-left: 90px;
  padding-top: 26px;
}
.usps li img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 80px;
}
.usps li p {
  margin: 0;
}
.usps--1_4 li {
  width: calc(25% - 20px);
}
@media (max-width: 1100px) {
  .usps--1_4 li {
    width: calc(50% - 20px);
    display: flex;
    align-items: center;
    padding: 0;
  }
  .usps--1_4 li img {
    position: initial;
    margin-right: 10px;
  }
}
@media (max-width: 900px) {
  .usps li {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0;
  }
  .usps li img {
    position: initial;
    margin-right: 10px;
  }
}
.card {
  width: calc(50% - 15px);
}
.card__head {
  background: var(--vibe_org);
  padding: 6px 22px 0;
  border-radius: 8px 8px 0 0;
}
.card__head h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}
.card__body {
  border: 4px solid var(--vibe_org);
  border-radius: 0 8px 8px 8px;
  padding: 16px 18px 4px;
  height: 100%;
}
@media (max-width: 850px) {
  .card {
    width: 100%;
  }
  .card:first-child {
    margin-bottom: 40px;
  }
}
.logos {
  background: rgba(251,227,196,.7);
  border-radius: 10px;
  padding: 10px 10px;
  margin: 30px 0 60px;
}
.logos svg {
  width: auto;
  height: 60px;
  margin: 0 5px;
}
.cta {
  font-size: 46px;
  line-height: 110%;
  margin: 40px 0 10px;
  font-family: var(--zain);
}
@media (max-width: 650px) {
  .cta {
    flex-direction: column;
    align-items: flex-start;
    font-size: 40px;
  }
  .cta .button {
    margin-left: -20px;
  }
}
@media (max-width: 550px) {
  .cta .button {
    margin-left: -10px;
  }
}
.profile {
  border-radius: 50%;
}
.profile--mob {
  display: none;
  width: 100%;
  max-width: 300px;
  margin-bottom: 20px;
}
.banner .col--1_4 {
  min-width: 250px;
}
.banner .col--3_4 {
  max-width: calc(100% - 290px);
}
@media (max-width: 950px) {
  .banner .col--1_4 {
    display: none;
  }
  .banner .col--3_4 {
    max-width: 100%;
    width: 100%;
  }
  .banner .profile--mob {
    display: block;
  }
}
.button {
  cursor: pointer;
  position: relative;
  padding: 25px 20px 20px;
  text-align: center;
  font-family: var(--zain);
  display: inline-block;
  text-decoration: none;
  flex-shrink: 0;
  line-height: 48px;
}
.button--align_left {
  margin-left: -20px;
}
.button:nth-child(2) {
  margin-left: 30px;
}
.button--submit {
  margin-left: -20px;
}
.button input, .button span {
  cursor: pointer;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  font-weight: 700;
  z-index: 1;
  position: relative;
  background: none;
  outline: none;
  border: none;
  color: #000;
  transition: 1s color var(--bezier);
}
@media (max-width: 850px) {
  .button:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #000;
    pointer-events: none;
    transform: translate(-50%, -50%);
    left: var(--x, 50%);
    top: var(--y, 50%);
    transition: width 0.8s var(--bezier),height 0.8s var(--bezier),left 0.8s var(--bezier),top 0.8s var(--bezier);
  }
  .button:hover:before {
    left: 50%;
    top: 50%;
    width: 220px;
    height: 220px;
  }
  .button:hover span, .button:hover input {
    color: #fff;
  }
}
@media (max-width: 550px) {
  .button {
    padding: 13px 10px 10px;
    line-height: 36px;
  }
  .button--align_left {
    margin-left: -10px;
  }
  .button:nth-child(2) {
    margin-left: 15px;
  }
  .button:hover:before {
    width: 170px;
    height: 170px;
  }
  .button input, .button span {
    font-size: 36px;
    line-height: 36px;
  }
}
.contact {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  padding: 5px 0 0;
}
.contact .contact__msg {
  content: 'Message sent!';
  color: #fff;
  font-size: 60px;
  line-height: 66px;
  font-weight: 700;
  font-family: var(--zain);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 1200px;
  height: 1200px;
  border-radius: 50%;
  top: 200%;
  left: 50%;
  transform: scale(0);
  transition: 1s top var(--bezier), 1s left var(--bezier), 1s transform var(--bezier);
  z-index: 9;
}
.contact .contact__msg--success {
  background: #02ac10;
}
.contact .contact__msg--failed {
  background: #d40202;
}
.contact.submitted .contact__msg--success {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(1);
}
.contact.failed .contact__msg--failed {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(1);
}
.contact.sending:not(.submitted, .failed) {
  opacity: .5;
  pointer-events: none;
}
.contact label {
  display: block;
  font-size: 20px;
  position: relative;
  margin-bottom: 22px;
}
.contact label:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 2px solid #000;
  width: 0;
  transition: 1s width var(--bezier);
}
.contact label:has(input:focus, textarea:focus):before {
  width: 100%;
}
.contact input:not([type=submit]), .contact textarea {
  appearance: none;
  display: block;
  width: 100%;
  margin-top: 3px;
  outline: none;
}
.contact textarea {
  min-height: 121px;
}
.contact label:has(select) {
  position: relative;
}
.contact label:has(select):before {
  content: '';
  position: absolute;
  left: auto;
  right: 3px;
  bottom: 14px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
}
.contact select {
  width: 100%;
  appearance: none;
  padding: 7px 0 0;
  outline: none;
}
.contact select:invalid {
  color: rgba(0,0,0,.5);
}
@media (max-width: 950px) {
  .contact_row {
    flex-direction: column-reverse;
  }
  .contact_row .col--2_3, .contact_row .col--1_3 {
    width: 100%;
  }
  .contact_row .col--1_3 {
    margin-bottom: 40px;
  }
}
@media (max-width: 750px) {
  .contact .columns-2 {
    columns: auto;
  }
  .contact .contact__msg {
    border-radius: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: none;
    opacity: 0;
    visibility: hidden;
    transition: 1s opacity var(--bezier), 1s visibility var(--bezier);
  }
  .contact.submitted .contact__msg--success {
    opacity: 1;
    visibility: visible;
    top: 0;
    left: 0;
    transform: none;
  }
  .contact.failed .contact__msg--failed {
    opacity: 1;
    visibility: visible;
    top: 0;
    left: 0;
    transform: none;
  }
}
@media (max-width: 650px) {
  .contact .contact__msg {
    font-size: 46px;
    line-height: 50px;
  }
}
@media (max-width: 450px) {
  .contact .contact__msg {
    font-size: 32px;
    line-height: 36px;
  }
}
footer {
  padding-top: 50px;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
    }
  }
}
