@import "https://fonts.cdnfonts.com/css/effra-heavy";
@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";
.crush .container .crush-form-wrapper,
.crush .container .crush-form-wrapper form,
.crush .container .crush-form-wrapper form .form-group,
.crush .container .crush-grid,
.contact .container .contact-form-wrapper,
.contact .container .contact-form-wrapper form,
.story .container .story-header,
.story .container .story-panel,
.navbar,
.hamb-menu .hamb-menu-inner,
.modal .modal-inner,
.modal .modal-inner form,
textarea,
input:not([type="submit"], [type="button"], [type="reset"]),
.points .container .points-grid,
.client .container .client-box,
.page-wrapper,
.container,
figure,
figure img,
.embla,
.embla__dots,
.embla-controls {
  width: 100%;
  height: auto;
}
.crush .container .crush-grid .grid-item img,
.hamb-menu,
.modal,
.link-outline:after,
section .bg,
section .bg img,
section .bg video {
  width: 100%;
  height: 100%;
}
html.lenis,
html.lenis body {
  height: auto;
}
.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}
.lenis [data-lenis-prevent],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent-touch] {
  overscroll-behavior: contain;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}
.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.embla {
  overflow: hidden;
  position: relative;
}
.embla__container {
  display: flex;
  transition: height 0.2s;
}
.embla__slide {
  flex: 0 0 100%;
  min-width: 0;
}
.embla__dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.5rem;
}
.embla__dots .embla__dot {
  width: 0.75rem;
  height: 0.75rem;
  background: #000;
  opacity: 0.5;
  border-radius: 50%;
}
.embla__dots .embla__dot.embla__dot--selected {
  opacity: 1;
}
.embla-controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  pointer-events: none;
}
* {
  margin: 0;
  padding: 0;
}
*,
*:before,
*:after {
  box-sizing: inherit;
  outline: none;
  -webkit-touch-callout: none;
  font-family: Effra Medium, sans-serif;
}
:focus {
  outline: none;
}
::-moz-focus-inner {
  border: 0;
}
a {
  color: inherit;
  outline: none;
  pointer-events: auto;
  text-decoration: none;
}
button {
  background: none;
  border: none;
  border-radius: none;
  color: inherit;
  outline: none;
  cursor: pointer;
}
video,
img {
  vertical-align: middle;
  object-fit: cover;
  object-position: center;
}
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  pointer-events: auto;
}
:root {
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: auto;
}
html {
  box-sizing: border-box;
  overscroll-behavior: none;
  font-size: 0.5208333333vw !important;
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 0.9765625vw !important;
  }
}
@media only screen and (max-width: 482px) {
  html {
    font-size: 2.0746887967vw !important;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-synthesis: none;
  font-optical-sizing: auto;
  overscroll-behavior: none;
  font-weight: 400;
  width: 100%;
  min-height: 100vh;
  background: #d9d9d940;
}
body.no-scroll {
  overflow: hidden;
}
h1,
h2,
h3,
h4 {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  text-transform: capitalize;
}
h5,
h6 {
  font-family: Roboto, sans-serif;
  font-weight: 700;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
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%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
::-webkit-scrollbar {
  display: none;
}
.page-wrapper {
  overflow: hidden;
}
.container {
  position: relative;
  max-width: 80%;
  margin: 0 auto;
  z-index: 3;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .container {
    max-width: 90%;
  }
}
figure {
  position: relative;
  overflow: hidden;
}
section {
  position: relative;
  overflow: hidden;
  z-index: 3;
}
section .bg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}
.link-outline,
.link {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.25;
  font-family: Effra Medium, sans-serif;
  position: relative;
  z-index: 2;
}
.link:after {
  content: "";
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 1s cubic-bezier(0.3, 1, 0.3, 1);
}
.link:hover:after {
  transform-origin: left;
  transform: scaleX(1);
}
.active.link:after {
  transform-origin: left;
  transform: scaleX(1);
}
.active.link:hover:after {
  transform-origin: right;
  transform: scaleX(0);
}
.link-outline {
  padding: 1.2rem 3rem;
}
.link-outline:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #000000;
  border-radius: 1rem;
  z-index: -1;
}
.link-outline:hover {
  color: #fff;
}
.link-outline:hover:after {
  background: #000;
  border-color: #000;
}
.link-outline.white:after {
  border-color: #fff;
}
.link-outline.white:hover {
  color: #000;
}
.link-outline.white:hover:after {
  background: #fff;
  border-color: #fff;
}
.arrow-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  border: 1px solid #ffffff;
  border-radius: 0.5rem;
  width: 5rem;
  height: 5rem;
  overflow: hidden;
}
.arrow-btn img {
  height: 1.5rem;
  filter: invert(1);
}
.arrow-btn.prev {
  transform: rotate(180deg);
}
.embla__controls {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2.5rem;
  display: none;
}
@media only screen and (max-width: 482px) {
  .embla__controls {
    display: flex;
  }
}
h1,
h2 {
  font-size: 8rem;
  line-height: 1.15;
}
h3 {
  font-size: 6rem;
  line-height: 1.15;
}
h4 {
  font-size: 4rem;
  line-height: 1.15;
}
h5 {
  font-size: 3rem;
  line-height: 1.25;
}
h6 {
  font-size: 2.4rem;
  line-height: 1.25;
}
.font-title {
  font-family: Roboto, sans-serif !important;
}
label,
p {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
}
label strong,
p strong {
  font-family: Effra Heavy, sans-serif;
}
.light {
  font-family: Effra Light, sans-serif !important;
}
.paragraph-md {
  font-size: 2.2rem;
}
.paragraph-lg {
  font-size: 3rem;
}
.tag {
  font-family: Effra Heavy, sans-serif;
}
@media only screen and (max-width: 1024px) {
  h1,
  h2 {
    font-size: 5.5rem;
  }
  h3 {
    font-size: 4.5rem;
  }
  h4 {
    font-size: 3rem;
  }
  h5 {
    font-size: 2.4rem;
  }
  h6,
  label,
  .paragraph-md {
    font-size: 1.8rem;
  }
  .paragraph-lg {
    font-size: 2.4rem;
  }
  br {
    display: none;
  }
}
.touch .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5rem;
  padding: 15rem 0;
  text-align: center;
}
.touch .container .touch-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  max-width: 70rem;
}
.points .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 7.5rem;
  padding: 10rem 0;
  overflow: visible;
}
.points .container .points-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  text-align: center;
}
.points .container .points-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.points .container .points-grid .point-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 3.5rem;
  background: #fff;
  padding: 4rem;
  border-radius: 2rem;
  text-align: center;
  box-shadow: 0 0 1rem #0000000d;
}
.points .container .points-grid .point-card figure {
  background: #0000000d;
  width: 15rem;
  height: 15rem;
  margin-bottom: 1rem;
  border-radius: 2rem;
}
.points .container .points-grid .point-card .card-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  flex: 1;
}
.points .container .points-grid .point-card .card-box a {
  margin-top: auto;
}
.points .container .points-grid .point-card.orange {
  background: linear-gradient(135deg, #f26204, #ffb347);
  color: #fff;
}
.points .container .points-grid .point-card.dark {
  color: #fff;
  background: linear-gradient(135deg, #000, #333);
}
.points .container .points-grid .point-card.dark h3 {
  --webkit-background-clip: text;
  -webkit-background-clip: text;
  background-clip: text;
  --webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #f26204, #ffb347);
  color: transparent;
}
.points .container .points-grid .point-card.gray {
  background: linear-gradient(135deg, #d9d9d9, #ccc);
  color: #000;
}
.client {
  background: linear-gradient(135deg, #000, #333);
  color: #fff;
}
.client .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 7.5rem;
  padding: 12.5rem 0 15rem;
  text-align: center;
  overflow: visible;
}
.client .container .embla {
  width: 100%;
  overflow: visible;
}
.client .container .embla .embla__container .embla__slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5rem;
  text-align: left;
  border: 1px solid currentColor;
  padding: 7.5rem;
  border-radius: 2rem;
  max-width: 75rem;
  flex: 0 0 75rem;
  margin-right: 5rem;
  opacity: 0.25;
  background: #000;
}
.client .container .embla .embla__container .embla__slide.is-snapped {
  opacity: 1;
}
.client .container .embla .embla__container .embla__slide .slide-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 1.5rem;
  overflow: hidden;
  height: 18.5rem;
  position: relative;
}
.client .container .embla .embla__container .embla__slide .slide-content:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10rem;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(0, 0, 0, 0.75) 50%,
    #000000 100%
  );
  z-index: 3;
}
@media only screen and (max-width: 482px) {
  .client .container .embla .embla__container .embla__slide .slide-content {
    height: 13rem;
  }
}
.client
  .container
  .embla
  .embla__container
  .embla__slide
  .slide-content.expanded {
  height: max-content;
}
.client
  .container
  .embla
  .embla__container
  .embla__slide
  .slide-content.expanded:after {
  display: none;
}
.client .container .embla .embla__container .embla__slide .expand-btn {
  font-size: 1.8rem;
  border-bottom: 1px solid currentColor;
  position: relative;
}
.client .container .embla .embla__container .embla__slide .slide-bottom {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 2rem;
  text-align: left;
}
.client
  .container
  .embla
  .embla__container
  .embla__slide
  .slide-bottom
  .profile {
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
}
.client
  .container
  .embla
  .embla__container
  .embla__slide
  .slide-bottom
  .slide-bottom-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.client .container .client-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 3.5rem;
  max-width: 70%;
}
@media only screen and (max-width: 1024px) {
  .points .container .points-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 482px) {
  .points .container {
    gap: 3.5rem;
  }
  .points .container .points-grid {
    grid-template-columns: 1fr;
  }
  .touch .container {
    padding: 10rem 0;
  }
  .client .container {
    padding: 10rem 0;
    gap: 5rem;
  }
  .client .container .embla .embla__container .embla__slide {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 5rem;
  }
  .client .container .client-box {
    max-width: 100%;
  }
}
textarea,
input:not([type="submit"], [type="button"], [type="reset"]) {
  border: 1px solid currentColor;
  padding: 1.25rem;
  border-radius: 1rem;
  font-size: 1.8rem;
  resize: none;
}
.submit-btn {
  background: #000;
  color: #fff;
  padding: 1rem 2.5rem;
  border-radius: 1rem;
  font-size: 1.6rem;
  cursor: pointer;
}
.modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #00000040;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal .modal-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.5rem;
  background: #fff;
  padding: 5rem;
  border-radius: 1rem;
  max-width: 50rem;
  position: relative;
  width: 90%;
}
.modal .modal-inner form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.modal .modal-inner .close-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  width: 5rem;
  height: 5rem;
  background: #000;
  color: #fff;
  font-size: 3.5rem;
  border-radius: 50%;
  position: absolute;
  top: -2.5rem;
  right: -2.5rem;
  cursor: pointer;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.facilator-banner {
  background: #000;
  color: #fff;
  padding: 20rem 10%;
  min-height: 100rem;
}
.facilator-banner .banner-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.5rem;
  position: relative;
  z-index: 3;
  margin-left: auto;
  max-width: 40%;
}
.facilator-banner .banner-content a {
  margin-top: 2.5rem;
}
.facilator-banner .banner-content p:not(:first-child) {
  margin-top: -1rem;
}
.facilator-banner .banner-figure {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  max-width: 40%;
}
.facilator-banner .banner-figure:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50rem;
  width: 100%;
  height: 60%;
  filter: blur(10rem);
  background: #000;
  z-index: 2;
}
.leaderlab-banner {
  background: #d9d9d9;
  color: #000;
}
.leaderlab-banner .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0;
  padding: 25rem 0;
  overflow: visible;
  min-height: 126rem;
}
.leaderlab-banner .container .banner-content {
  flex: 0 0 40%;
  max-width: 40%;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.leaderlab-banner .container .banner-content .logo {
  width: 40rem;
  margin-bottom: 2rem;
}
.leaderlab-banner .container .banner-content a {
  margin-top: 2.5rem;
}
.leaderlab-banner .container .banner-content p:not(:first-child) {
  margin-top: -1rem;
}
.leaderlab-banner .bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #fff0, #b2b2b2);
  z-index: 2;
}
.coaching-banner {
  background: linear-gradient(135deg, #f26204, #ffb347);
  color: #fff;
  height: 128rem;
}
.coaching-banner .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  padding: 20rem 0;
  overflow: visible;
}
.coaching-banner .container .banner-content {
  flex: 0 0 60%;
  max-width: 60%;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.coaching-banner .container .banner-content h1 {
  margin-bottom: 1rem;
}
.coaching-banner .container .banner-content p {
  max-width: 62.5%;
}
.coaching-banner .container .banner-content a {
  margin-top: 2.5rem;
}
.coaching-banner .container .banner-figure {
  flex: 0 0 40%;
  max-width: 40%;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  border: 10px solid #ffffff;
}
.coaching-banner .bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f26204, #ffb347);
  opacity: 0.5;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .facilator-banner {
    padding: 15rem 10%;
    min-height: 60rem;
  }
  .facilator-banner .banner-figure {
    max-width: 46%;
  }
  .facilator-banner .banner-figure:after {
    left: 42rem;
    width: 20rem;
    height: 49%;
    filter: blur(2rem);
  }
  .coaching-banner .container .banner-content {
    flex: 0 0 55%;
    max-width: 55%;
  }
  .coaching-banner .container .banner-content p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 482px) {
  .facilator-banner {
    min-height: 115rem;
    padding: 7.5rem 5% 10rem;
  }
  .facilator-banner .banner-content {
    margin-left: 0;
    max-width: 100%;
  }
  .facilator-banner .banner-figure {
    top: auto;
    bottom: 0;
    max-width: 100%;
  }
  .facilator-banner .banner-figure:after {
    opacity: 0;
  }
  .coaching-banner .container,
  .leaderlab-banner .container {
    gap: 7.5rem;
    flex-wrap: wrap-reverse;
    padding: 7.5rem 0 10rem;
  }
  .coaching-banner .container .banner-content,
  .coaching-banner .container .banner-figure,
  .leaderlab-banner .container .banner-content,
  .leaderlab-banner .container .banner-figure {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .leaderlab-banner .container {
    min-height: 70rem;
  }
  .leaderlab-banner .bg:after {
    background: linear-gradient(to left, #ffffff80, #b2b2b2);
  }
  .coaching-banner {
    height: 50rem;
  }
}
.footer .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 0 0 2.5rem;
  text-align: center;
}
body:has(.crush) .footer {
  background: #d9d9d9;
}
.navbar {
  background: #fff;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  box-shadow: 0 0 2rem #00000013;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.navbar .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  padding: 2rem 0;
}
.navbar .container .logo {
  font-family: Roboto, sans-serif;
}
.navbar .container .logo img:not(.leaderlab-image) {
  width: 15rem;
}
.navbar .container .logo:has(.leaderlab-image) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}
.navbar .container .logo .leaderlab-image {
  width: 30rem;
}
.navbar .container .navbar-links {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 4rem;
}
.navbar .container .hamb-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  width: 3.5rem;
  height: 3rem;
  pointer-events: all;
  position: relative;
  z-index: 5;
  cursor: pointer;
  display: none;
}
.navbar .container .hamb-btn .divider {
  width: 100%;
  height: 0.2rem;
  background: currentColor;
  pointer-events: none;
  transition: all 0.7s cubic-bezier(0.3, 1, 0.3, 1);
}
.navbar .container .hamb-btn.active .divider {
  transform: rotate(45deg) translate(0.5rem, 0.85rem);
}
.navbar .container .hamb-btn.active .divider:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.navbar .container .hamb-btn.active .divider:nth-child(3) {
  transform: rotate(-45deg) translate(0.5rem, -0.85rem);
}
@media only screen and (max-width: 1024px) {
  .navbar .container .navbar-links {
    display: none;
  }
  .navbar .container .hamb-btn {
    display: flex;
  }
}
@media only screen and (max-width: 482px) {
  .navbar .container .logo:has(.leaderlab-image) {
    overflow: hidden;
  }
}
.hamb-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  background: #fff;
  color: #000;
  overflow-y: scroll;
  transition: all 0.6s cubic-bezier(0.3, 1, 0.3, 1);
  transform: translate(100%);
}
.hamb-menu .hamb-menu-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0;
  padding: 15rem 5%;
}
.hamb-menu .hamb-menu-inner .hamb-link {
  width: 100%;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.25;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.hamb-menu.active {
  transform: translate(0);
  opacity: 1 !important;
}
.banner {
  background: linear-gradient(135deg, #f26204, #ffb347);
  color: #fff;
  height: 100rem;
}
.banner .container {
  padding: 5rem 0;
}
.banner .container .banner-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-left: auto;
  max-width: 50%;
  position: relative;
}
.banner .container .banner-content a {
  margin-top: 2.5rem;
}
.eos .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5rem;
  padding: 10rem 0;
  text-align: center;
}
.eos .container h3,
.eos .container h2,
.eos .container h4 {
  text-transform: unset;
}
.eos:has(.bg) .container {
  min-height: 120rem;
  color: #fff;
}
.eos .bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
  z-index: 2;
}
.story {
  background: linear-gradient(135deg, #f26204, #ffb347);
  color: #fff;
}
.story .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10rem;
  padding: 10rem 0;
  overflow: visible;
}
.story .container .story-header {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
}
.story .container .story-header .story-header-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  text-align: center;
  border: 2px solid currentColor;
  border-radius: 2rem;
  padding: 2.5rem 5rem;
}
.story .container .story-panel {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0;
}
.story .container .story-panel .story-box {
  flex: 0 0 20%;
  max-width: 20%;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
.story .container .story-panel .story-content {
  flex: 0 0 60%;
  max-width: 60%;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2.5rem;
  padding: 0 5rem;
}
.story .container .story-panel .story-figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  flex: 0 0 20%;
  max-width: 20%;
  width: 100%;
  height: auto;
  overflow: visible;
}
.story .container .story-panel .story-figure img {
  position: absolute;
  top: -10rem;
  right: 0;
  width: 150%;
  transform: rotateY(180deg);
}
.testimonial {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 7.5rem;
  padding: 10rem 0;
  background: linear-gradient(135deg, #d9d9d9, #ccc);
  color: #000;
}
.testimonial .testimonial-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  text-align: center;
}
.testimonial .embla .embla__container .embla__slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
  flex: 0 0 60rem;
  max-width: 60rem;
  margin-right: 2.5rem;
}
.testimonial .embla .embla__container .embla__slide figure {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  border-radius: 1.5rem;
}
.testimonial .embla .embla__container .embla__slide figure img {
  height: 35rem;
}
.testimonial .embla .embla__container .embla__slide .slide-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
@media only screen and (max-width: 1024px) {
  .story .container .story-panel .story-figure img {
    top: 10rem;
    left: -7.5rem;
    width: 175%;
  }
  .banner .container .banner-content {
    max-width: 50%;
  }
}
@media only screen and (max-width: 482px) {
  .banner .container {
    padding: 35rem 0 10rem;
  }
  .banner .container .banner-content {
    max-width: 100%;
  }
  .banner .container .banner-content h2 {
    font-size: 4.25rem;
  }
  .banner .container .banner-content h4 br {
    display: block;
  }
  .banner .bg img {
    object-position: 25% center;
  }
  .eos .container {
    gap: 3.5rem;
  }
  .eos:has(.bg) .container {
    min-height: 80rem;
  }
  .eos:has(.bg) .bg img {
    object-position: 25%;
  }
  .story .container {
    gap: 5rem;
  }
  .story .container .story-header {
    grid-template-columns: repeat(1, 1fr);
  }
  .story .container .story-header .story-header-box {
    padding: 2rem 3rem;
  }
  .story .container .story-panel {
    gap: 2.5rem;
  }
  .story .container .story-panel .story-box,
  .story .container .story-panel .story-content,
  .story .container .story-panel .story-figure {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .story .container .story-panel .story-figure {
    margin-bottom: -10rem;
    order: 3;
  }
  .story .container .story-panel .story-figure img {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    transform: unset;
  }
  .testimonial {
    gap: 5rem;
  }
  .testimonial .embla .embla__container .embla__slide {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .testimonial .embla .embla__container .embla__slide figure img {
    height: 25rem;
  }
}
.contact .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  padding: 20rem 0;
  height: 100rem;
  color: #fff;
  min-height: calc(var(--vh, 1vh) * 100);
}
.contact .container .contact-form-wrapper {
  max-width: 45%;
  padding: 5rem;
  border-radius: 2.5rem;
  background: #d9d9d9;
}
.contact .container .contact-form-wrapper form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2.5rem;
}
.contact .container .contact-content {
  flex: 0 0 45%;
  max-width: 45%;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
.contact .bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f26204, #ffb347);
  opacity: 0.35;
  z-index: 2;
}
@media only screen and (max-width: 482px) {
  .contact .container {
    flex-direction: column-reverse;
    padding: 12.5rem 0;
    gap: 5rem;
    justify-content: flex-end;
    height: auto;
    min-height: 100lvh;
  }
  .contact .container .contact-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact .container .contact-form-wrapper {
    padding: 4rem;
    max-width: 100%;
  }
}
.crush {
  background: #d9d9d9;
}
.crush .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 7.5rem;
  padding: 10rem 0;
}
.crush .container .content-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.5rem;
  text-align: center;
  gap: 2rem;
}
.crush .container .content-box p {
  max-width: 50%;
}
.crush .container .crush-form-wrapper {
  max-width: 50%;
  background: #fff;
  padding: 5rem;
  border-radius: 2.5rem;
}
.crush .container .crush-form-wrapper form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
}
.crush .container .crush-form-wrapper form .form-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.crush .container .crush-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7.5rem;
  max-width: 75%;
}
.crush .container .crush-grid .grid-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 2rem;
}
.crush .container .crush-grid .grid-item img {
  border-radius: 2rem;
}
@media only screen and (max-width: 482px) {
  .crush .container {
    padding: 7.5rem 0;
    gap: 5rem;
  }
  .crush .container br {
    display: block;
  }
  .crush .container .content-box p,
  .crush .container .crush-form-wrapper,
  .crush .container .crush-grid {
    max-width: 100%;
  }
  .crush .container .crush-form-wrapper {
    padding: 2.5rem;
  }
  .crush .container .crush-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 5rem;
  }
}
